From c6bd08833ffb3bc71269ab8cf49f81fef19b876f Mon Sep 17 00:00:00 2001 From: suvari Date: Sun, 21 Feb 2016 20:20:56 +0200 Subject: [PATCH] add timitidy.., Xaw3d, sdl-mixer --- multimedia/misc/sdl-mixer/actions.py | 42 + multimedia/misc/sdl-mixer/files/ldflags.patch | 20 + multimedia/misc/sdl-mixer/pspec.xml | 110 + multimedia/misc/sdl-mixer/translations.xml | 19 + .../sound/timidity-shompatches/actions.py | 34 + .../sound/timidity-shompatches/pspec.xml | 48 + .../timidity-shompatches/translations.xml | 8 + multimedia/sound/timidity/actions.py | 47 + multimedia/sound/timidity/comar/service.py | 53 + ...or-required-ctl_speana_data-function.patch | 18 + .../sound/timidity/files/timidity-update | 117 + multimedia/sound/timidity/files/timidity.cfg | 24 + .../sound/timidity/files/timidity.conf.d | 39 + multimedia/sound/timidity/pspec.xml | 99 + multimedia/sound/timidity/translations.xml | 8 + pisi-index.xml | 221300 ++++++++------- pisi-index.xml.sha1sum | 2 +- pisi-index.xml.xz | Bin 391096 -> 391948 bytes pisi-index.xml.xz.sha1sum | 2 +- x11/library/Xaw3d/actions.py | 26 + .../Xaw3d/files/Xaw3d-1.6.1-3Dlabel.patch | 162 + .../Xaw3d/files/Xaw3d-1.6.1-fontset.patch | 60 + .../Xaw3d/files/Xaw3d-1.6.1-hsbar.patch | 260 + x11/library/Xaw3d/pspec.xml | 97 + x11/library/Xaw3d/translations.xml | 14 + 25 files changed, 112133 insertions(+), 110476 deletions(-) create mode 100644 multimedia/misc/sdl-mixer/actions.py create mode 100644 multimedia/misc/sdl-mixer/files/ldflags.patch create mode 100644 multimedia/misc/sdl-mixer/pspec.xml create mode 100644 multimedia/misc/sdl-mixer/translations.xml create mode 100644 multimedia/sound/timidity-shompatches/actions.py create mode 100644 multimedia/sound/timidity-shompatches/pspec.xml create mode 100644 multimedia/sound/timidity-shompatches/translations.xml create mode 100644 multimedia/sound/timidity/actions.py create mode 100644 multimedia/sound/timidity/comar/service.py create mode 100644 multimedia/sound/timidity/files/timidity++-2.14.0-revert-for-required-ctl_speana_data-function.patch create mode 100644 multimedia/sound/timidity/files/timidity-update create mode 100644 multimedia/sound/timidity/files/timidity.cfg create mode 100644 multimedia/sound/timidity/files/timidity.conf.d create mode 100644 multimedia/sound/timidity/pspec.xml create mode 100644 multimedia/sound/timidity/translations.xml create mode 100644 x11/library/Xaw3d/actions.py create mode 100644 x11/library/Xaw3d/files/Xaw3d-1.6.1-3Dlabel.patch create mode 100644 x11/library/Xaw3d/files/Xaw3d-1.6.1-fontset.patch create mode 100644 x11/library/Xaw3d/files/Xaw3d-1.6.1-hsbar.patch create mode 100644 x11/library/Xaw3d/pspec.xml create mode 100644 x11/library/Xaw3d/translations.xml diff --git a/multimedia/misc/sdl-mixer/actions.py b/multimedia/misc/sdl-mixer/actions.py new file mode 100644 index 0000000000..cc16b2cdfb --- /dev/null +++ b/multimedia/misc/sdl-mixer/actions.py @@ -0,0 +1,42 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +WorkDir = "SDL_mixer-%s" % get.srcVERSION() + +def setup(): + pisitools.dosed("timidity/config.h", "/usr/local/lib/timidity", "/usr/share/timidity") + + options = "--disable-dependency-tracking \ + --disable-static \ + --enable-music-midi \ + --enable-music-timidity-midi \ + --enable-music-mod \ + --enable-music-mp3 \ + --enable-music-ogg" + + if get.buildTYPE() == "emul32": + options += " --includedir=/usr/include \ + --libdir=/usr/lib32" + + shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig") + shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS()) + shelltools.export("CXXFLAGS", "%s -m32" % get.CXXFLAGS()) + shelltools.export("LDFLAGS", "%s -m32" % get.LDFLAGS()) + + autotools.configure(options) + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("CHANGES", "COPYING", "README") diff --git a/multimedia/misc/sdl-mixer/files/ldflags.patch b/multimedia/misc/sdl-mixer/files/ldflags.patch new file mode 100644 index 0000000000..8aca2c0ae1 --- /dev/null +++ b/multimedia/misc/sdl-mixer/files/ldflags.patch @@ -0,0 +1,20 @@ +diff -Nur SDL_mixer-1.2.11-old//Makefile.in SDL_mixer-1.2.11/Makefile.in +--- SDL_mixer-1.2.11-old//Makefile.in 2011-08-25 01:09:55.007000503 +0300 ++++ SDL_mixer-1.2.11/Makefile.in 2011-08-25 01:11:19.172000277 +0300 +@@ -72,13 +72,13 @@ + @PLAYMUS_DEPENDS@ + + $(objects)/$(TARGET): $(OBJECTS) $(VERSION_OBJECTS) +- $(LIBTOOL) --mode=link $(CC) -o $@ $(OBJECTS) $(VERSION_OBJECTS) $(LDFLAGS) $(EXTRA_LDFLAGS) $(LT_LDFLAGS) ++ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(VERSION_OBJECTS) $(LDFLAGS) $(EXTRA_LDFLAGS) $(LT_LDFLAGS) + + $(objects)/playwave$(EXE): $(objects)/playwave.lo $(objects)/$(TARGET) +- $(LIBTOOL) --mode=link $(CC) -o $@ $(objects)/playwave.lo $(SDL_CFLAGS) $(SDL_LIBS) $(objects)/$(TARGET) ++ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(objects)/playwave.lo $(SDL_CFLAGS) $(SDL_LIBS) $(objects)/$(TARGET) + + $(objects)/playmus$(EXE): $(objects)/playmus.lo $(objects)/$(TARGET) +- $(LIBTOOL) --mode=link $(CC) -o $@ $(objects)/playmus.lo $(SDL_CFLAGS) $(SDL_LIBS) $(objects)/$(TARGET) ++ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(objects)/playmus.lo $(SDL_CFLAGS) $(SDL_LIBS) $(objects)/$(TARGET) + + install: all install-hdrs install-lib #install-bin + install-hdrs: diff --git a/multimedia/misc/sdl-mixer/pspec.xml b/multimedia/misc/sdl-mixer/pspec.xml new file mode 100644 index 0000000000..24d70f4a73 --- /dev/null +++ b/multimedia/misc/sdl-mixer/pspec.xml @@ -0,0 +1,110 @@ + + + + + sdl-mixer + http://www.libsdl.org/projects/SDL_mixer/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + SDL mixer library + SDL_mixer is a SDL library for loading sound files. + 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 + + + + + sdl-mixer + + libsdl + libmikmod + libvorbis + libogg + smpeg + timidity + + + /usr/lib + /usr/share/doc + + + + + sdl-mixer-devel + Development files for sdl-mixer + + sdl-mixer + libsdl-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + sdl-mixer-32bit + emul32 + 32-bit shared libraries for sdl-mixer + emul32 + + libsdl-32bit + libmikmod-32bit + libvorbis-32bit + libogg-32bit + smpeg-32bit + glibc-32bit + + + sdl-mixer + libsdl-32bit + libmikmod-32bit + libvorbis-32bit + libogg-32bit + smpeg-32bit + glibc-32bit + + + /usr/lib32/ + + + + + + 2016-02-21 + 1.2.12 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 1.2.12 + Rebuild for buildhost + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-08-29 + 1.2.12 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/multimedia/misc/sdl-mixer/translations.xml b/multimedia/misc/sdl-mixer/translations.xml new file mode 100644 index 0000000000..e7e5d33862 --- /dev/null +++ b/multimedia/misc/sdl-mixer/translations.xml @@ -0,0 +1,19 @@ + + + + sdl-mixer + SDL ses yükleme kitaplığı + Librairie du mixer SDL. + SDL_mixer, SDL için bir ses yükleme kitaplığıdır. + + + + sdl-mixer-devel + sdl-mixer için geliştirme dosyaları + + + + sdl-mixer-32bit + sdl-mixer için 32-bit paylaşımlı kitaplıklar + + diff --git a/multimedia/sound/timidity-shompatches/actions.py b/multimedia/sound/timidity-shompatches/actions.py new file mode 100644 index 0000000000..f9a32eaa4f --- /dev/null +++ b/multimedia/sound/timidity-shompatches/actions.py @@ -0,0 +1,34 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +import os +from os.path import join + +NoStrip = "/" +WorkDir = "./" + +def setup(): + pisitools.dosed("timidity.cfg", "dir /nethome/sak95/shom/lib/timidity/", "dir /usr/share/timidity/shompatches/") + pisitools.dosed("sfx.cfg", "^source ", "source shompatches/") + pisitools.dosed("timidity.cfg", "^source ", "source shompatches/") + + for root, dirs, files in os.walk("inst"): + for name in dirs: + shelltools.chmod(join(root, name), 0755) + for name in files: + shelltools.chmod(join(root, name), 0644) + + shelltools.chmod("*.cfg", 0644) + +def install(): + pisitools.dodir("/usr/share/timidity/shompatches") + pisitools.insinto("/usr/share/timidity/shompatches", "*.cfg") + pisitools.insinto("/usr/share/timidity/shompatches", "inst") diff --git a/multimedia/sound/timidity-shompatches/pspec.xml b/multimedia/sound/timidity-shompatches/pspec.xml new file mode 100644 index 0000000000..b6934b5638 --- /dev/null +++ b/multimedia/sound/timidity-shompatches/pspec.xml @@ -0,0 +1,48 @@ + + + + + timidity-shompatches + http://www.i.h.kyoto-u.ac.jp + + PisiLinux Community + admins@pisilinux.org + + as-is + data + Sound patches for Timidity (Shom) + Containts Matsumoto Shoji's patch collection for TiMidity (Roland SC-55 style) + ftp://ftp.tr.debian.org/gentoo/distfiles/shominst-0409.zip + + + + timidity-shompatches + + /usr/share/timidity + + + + + + 2016-02-21 + 0.409 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 0.409 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2010-10-12 + 0.409 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/multimedia/sound/timidity-shompatches/translations.xml b/multimedia/sound/timidity-shompatches/translations.xml new file mode 100644 index 0000000000..0c4afb8bf0 --- /dev/null +++ b/multimedia/sound/timidity-shompatches/translations.xml @@ -0,0 +1,8 @@ + + + + timidity-shompatches + Timidity ses bilgisi dosyaları + Matsumoto Shoji'nin TiMidity (Roland SC-55 stili) ses bilgisi dosyaları + + diff --git a/multimedia/sound/timidity/actions.py b/multimedia/sound/timidity/actions.py new file mode 100644 index 0000000000..4f7d63db5c --- /dev/null +++ b/multimedia/sound/timidity/actions.py @@ -0,0 +1,47 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +WorkDir = "TiMidity++-%s" % get.srcVERSION() + +def setup(): + audios = "flac,speex,vorbis,ao,alsa,jack" + interfaces = "ncurses,vt100,alsaseq,server,network,gtk" + + shelltools.export("CFLAGS", "%s -D_GNU_SOURCE" % get.CFLAGS()) + autotools.autoconf() + autotools.configure('--localstatedir=/var/state/timidity \ + --with-elf \ + --enable-audio="%s" \ + --enable-interface="%s" \ + --enable-server \ + --enable-network \ + --enable-dynamic \ + --enable-vt100 \ + --enable-spline=cubic \ + --enable-slang \ + --enable-ncurses \ + --with-x \ + --enable-spectrogram \ + --enable-wrd \ + --enable-xskin \ + --enable-gtk \ + --with-default-output=alsa \ + --enable-alsaseq' % (audios, interfaces)) + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dosym("/etc/timidity.cfg", "/usr/share/timidity/timidity.cfg") + + pisitools.dodoc("AUTHORS", "ChangeLog*", "NEWS", "README*", "doc/C/README*") diff --git a/multimedia/sound/timidity/comar/service.py b/multimedia/sound/timidity/comar/service.py new file mode 100644 index 0000000000..f0a1f91765 --- /dev/null +++ b/multimedia/sound/timidity/comar/service.py @@ -0,0 +1,53 @@ +# -*- coding: utf-8 -*- +serviceType = "local" +serviceDesc = _({"en": "Timidity Virtual MIDI Sequencer for Alsa", + "tr": "Timidity Sanal MIDI Ardışımlayıcı"}) + +MSG_ERR_TIMDPTCH = _({"en": "Failed to set patchset %s for Timidity.", + "tr": "Yama kümesi %s Timidity'ye atanamadı.", + }) + +from comar.service import * +import os + +@synchronized +def start(): + + if config.get("USE_ESOUND", "") == "yes": + startDependencies("esound") + + # set up sound fonts + patchset = config.get("PATCHSET", "shompatches") + currentlink = "/usr/share/timidity/current" + + try: + currentpatch = os.readlink(currentlink) + except: + currentpatch = None + + if patchset != currentpatch: + if not os.path.exists("/usr/share/timidity/%s" % patchset) and not os.path.exists(patchset): + fail(MSG_ERR_TIMDPTCH % patchset) + else: + if currentpatch: + os.unlink(currentlink) + os.symlink(patchset, currentlink) + + if config.get("TIMIDITY_PCM_NAME", "") != "": + loadEnvironment() + os.environ["TIMIDITY_PCM_NAME"]=config.get("TIMIDITY_PCM_NAME") + + startService(command="/usr/bin/timidity", + args="-iA %s" % config.get("TIMIDITY_OPTS", ""), + pidfile="/run/timidity.pid", + makepid=True, + detach=True, + donotify=True) + +@synchronized +def stop(): + stopService(pidfile="/run/timidity.pid", + donotify=True) + +def status(): + return isServiceRunning("/run/timidity.pid") diff --git a/multimedia/sound/timidity/files/timidity++-2.14.0-revert-for-required-ctl_speana_data-function.patch b/multimedia/sound/timidity/files/timidity++-2.14.0-revert-for-required-ctl_speana_data-function.patch new file mode 100644 index 0000000000..927eab3950 --- /dev/null +++ b/multimedia/sound/timidity/files/timidity++-2.14.0-revert-for-required-ctl_speana_data-function.patch @@ -0,0 +1,18 @@ +--- TiMidity++-2.14.0/interface/xskin_c.c ++++ TiMidity++-2.14.0/interface/xskin_c.c +@@ -228,7 +228,6 @@ + } + } + +-#if 0 + static void ctl_speana_data(double *val, int size) { + + /* 0 <= val[n] <= (AMP*NCOLOR) */ +@@ -280,7 +279,6 @@ + + return; + } +-#endif + + /*ARGSUSED*/ + static int ctl_open(int using_stdin, int using_stdout) { diff --git a/multimedia/sound/timidity/files/timidity-update b/multimedia/sound/timidity/files/timidity-update new file mode 100644 index 0000000000..20b0f29185 --- /dev/null +++ b/multimedia/sound/timidity/files/timidity-update @@ -0,0 +1,117 @@ +#!/bin/sh + +VERSION_MJ="1" +VERSION_MN="0" +VERSION_RV="0000" +VERSION_AP="" +VERSION="${VERSION_MJ}.${VERSION_MN}${VERSION_AP}" + +PATCHDIR="/usr/share/timidity" + +# Below is the user's local patchset +HOME_TARGET="$HOME/.timidity/current" +TARGET="${HOME_TARGET}" + +show_help() { + echo "$0 ${VERSION}" + echo "Usage: $0 [-g] -s PATCHSET" + echo " or: $0 -r" + echo " or: $0 [OPTION]" + echo "Set the current timidity patch set to PATCHSET." + echo + echo "Mandatory arguments to long options are mandatory for short options too." + echo " -g Change the global patch set instead of the" + echo " user's patch set" + echo " -r Change current user's patch set to current" + echo " system patch set" + echo " -s [PATCHSET] Change to patch set PATCHSET" + echo " --help display this help and exit" +} + +show_error() { + + echo "$0: bad or missing argument" + echo "Try '$0 --help' for more information." +} + +set_patch() { + TARGET=$1 + PATCHSET=$2 + # If something borken, no go + if [ ! -L ${TARGET} -a -e ${TARGET} ] || [ ! -d ${PATCHDIR}/${PATCHSET} ]; then + if [ ! -L ${TARGET} -a -e ${TARGET} ]; then + echo " Error: ${TARGET} exists and is not a symlink" + return -1 + fi + if [ ! -d ${PATCHDIR}/${PATCHSET} ]; then + echo " Error: patch set ${PATCHSET} does not exist" + echo " Look in ${PATCHDIR}/ for patch sets" + return -1 + fi + echo " Error: Undefined error." + return -1 + fi + echo -n " * Switching to ${PATCHSET} Timidity patch set..." + rm -f ${TARGET} 2>/dev/null + ln -s ${PATCHDIR}/${PATCHSET} ${TARGET} 2>/dev/null + echo " [ OK ]" + return 0 +} + +restore_patches() { + TARGET=$1 + echo -n " * Setting up local patch set to system global..." + rm -f ${TARGET} 2>/dev/null + ln -s ${PATCHDIR}/current ${TARGET} + echo " [ OK ]" +} + +############## +# Processing # +############# + +# Make sure home directory is there +if [ ! -e ${HOME}/.timidity ]; then + mkdir -p ${HOME}/.timidity + restore_patches $TARGET +fi + + +################ +# No arguments # +############### + +if [ -z "$1" ]; then + show_error + exit 1 +fi + +######################### +# Actual processing loop# +######################## +while [ -n "$1" ]; do + case "$1" in + -g) + TARGET="/usr/share/timidity/current" + ;; + -r) + restore_patches ${HOME_TARGET} + exit 0 + ;; + -s) + PATCHSET="$2" + shift + ;; + --help) + show_help + exit 0 + ;; + *) + show_error + exit 1 + ;; + esac + shift +done + +set_patch $TARGET $PATCHSET diff --git a/multimedia/sound/timidity/files/timidity.cfg b/multimedia/sound/timidity/files/timidity.cfg new file mode 100644 index 0000000000..3923fb2062 --- /dev/null +++ b/multimedia/sound/timidity/files/timidity.cfg @@ -0,0 +1,24 @@ +############################################################################## +# +# timidity-update core configuration file +# +# Easy process: +# +# 1. Change directory to patch directory +# 2. Source current/timidity.cfg +# +# Current patch set will always be symlinked to current, so make sure that the +# proper timidity.cfg is in there +# +# +# - source /usr/share/timidity +# - source ~/.timidity/current +# - Make ~/.timidity/current point to the current patch set, or to whatever +# the individual user sets +# - If ~/.timidity/current isn't found, it will try +# /usr/share/timidity/current +# + +dir /usr/share/timidity +dir ~/.timidity +source current/timidity.cfg diff --git a/multimedia/sound/timidity/files/timidity.conf.d b/multimedia/sound/timidity/files/timidity.conf.d new file mode 100644 index 0000000000..8960e39f84 --- /dev/null +++ b/multimedia/sound/timidity/files/timidity.conf.d @@ -0,0 +1,39 @@ +# TIMIDITY_OPTS +# Command line arguements to be passed to timidity. -iA is always used +# Common options: +# -Os : Output to ALSA pcm device +# -Oe : Output to esd +# -On : Output to NAS +# -Oj : Output to JACK +# +# -B, : Set number of buffer fragments(n), and buffer size(2^m) +# +# -EFreverb=0 : Disable MIDI reverb effect control +# -EFreverb=1[,level] : Enable MIDI reverb effect control +# "level" is optional to specify reverb level [0..127] +# This effect is only available in stereo +# (default) +# -EFreverb=2 : Global reverb effect + +TIMIDITY_OPTS="-B2,8 -Os -EFreverb=0 -EFchorus=0" + +# USE_ESOUND +# if you want to use esound, make this option yes and set the correct TIMIDITY_OPTS + +USE_ESOUND="no" + +# PATCHSET +# Define the sound patch set that timidity will use. Default is shompatches. +PATCHSET="shompatches" + + +# TIMIDITY_PCM_NAME +# This option can be used to choose an alternate ALSA pcm device. This will +# be most useful for users of the dmix alsa plugin or those with multiple +# cards. If you don't know what this is, chances are you want the default. + +# default alsa device fails to work as a service, since pulseaudio is not reachable +# from the service scripts' environment. Workaround with using hw:0 +#TIMIDITY_PCM_NAME="default" +TIMIDITY_PCM_NAME="hw:0" + diff --git a/multimedia/sound/timidity/pspec.xml b/multimedia/sound/timidity/pspec.xml new file mode 100644 index 0000000000..2bbd762e3d --- /dev/null +++ b/multimedia/sound/timidity/pspec.xml @@ -0,0 +1,99 @@ + + + + + timidity + http://timidity.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + service + Software synthesizer and MIDI converter + Timidity is a software synthesizer, MIDI player and MIDI to other sound formats converter which can also emulate a midi port. + 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 + + + + + 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 + + + timidity.conf.d + timidity.cfg + timidity-update + + + System.Service + + + + + + 2016-02-21 + 2.14.0 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 2.14.0 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2012-08-28 + 2.14.0 + First release + Fatih Turgel + admins@pisilinux.org + + + diff --git a/multimedia/sound/timidity/translations.xml b/multimedia/sound/timidity/translations.xml new file mode 100644 index 0000000000..9f5c22197f --- /dev/null +++ b/multimedia/sound/timidity/translations.xml @@ -0,0 +1,8 @@ + + + + timidity + MIDI WAV dönüştürücüsü + OSS ve ALSA ses çıkışı üretebilen MIDI'den WAV oluşturabilen ve midi aygıt emulasyonu yapabilen sunucu + + diff --git a/pisi-index.xml b/pisi-index.xml index 4579053c5e..ecf83a2734 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -399,750 +399,1348 @@ - pymacs - http://pymacs.progiciels-bpi.ca/pymacs.html + gnutls + http://www.gnutls.org 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 - - - - - 2015-12-24 - 0.25 - Moved to pisi-2.0. - Ilker Manap - ilkermanap@gmail.com - - - 2014-05-24 - 0.25 - Release bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-02-05 - 0.25 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-09-01 - 0.25 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - 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. - http://stable.melpa.org/packages/php-mode-1.17.0.tar + 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. + http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/gnutls/v3.3/gnutls-3.3.16.tar.xz - emacs + gc-devel + gmp-devel + nettle-devel + autogen-devel + p11-kit-devel + libidn-devel + zlib-devel + libtasn1-devel - editor/emacs/emacs-php-mode/pspec.xml + util/crypt/gnutls/pspec.xml - emacs-php-mode + gnutls - emacs - - - /etc - /usr/share/emacs - - - 80-php-mode.el - - - - - 2015-12-05 - 1.17.0 - Release bump. - Ilker Manap - ilkermanap@gmail.com - - - 2014-05-24 - 1.5.0 - Release bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-23 - 1.5.0 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-13 - 1.5.0 - First release - Gökcen Eraslan - admins@pisilinux.org - - - - - - emacs - http://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://mirrors.kernel.org/gnu/emacs/emacs-24.5.tar.xz - - gtk2-devel - alsa-lib-devel - fontconfig-devel - giflib-devel - gpm - libjpeg-turbo-devel - libICE-devel - libSM-devel - libXft-devel - libXpm-devel - libXrender-devel - libpng-devel - librsvg-devel - tiff-devel - gnutls-devel - imagemagick-devel - - editor/emacs/emacs /pspec.xml - - - emacs - - gpm - tiff - gtk2 zlib - glib2 - libX11 - libpng - ncurses - freetype - libSM - libXft - libICE - giflib - libXpm - gnutls - librsvg - alsa-lib - gdk-pixbuf - fontconfig - libXrender - imagemagick - libjpeg-turbo + libidn + gmp + nettle + autogen + p11-kit + libgcc + libtasn1 - /etc - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/info - /usr/share/emacs - /usr/share/icons - /var/games/emacs - /usr/share/pixmaps - /usr/share/applications - /usr/libexec/emacs - - - System.PackageHandler - - - site-start.el - pisi-spec.rnc - 80-nxml-mode.el - emacs.desktop - - - - - 2015-11-22 - 24.5 - Release bump. - Ilker Manap - ilkermanap@gmail.com - - - 2014-05-24 - 24.1 - Release bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-29 - 24.3 - Version bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-08-23 - 24.2 - Release bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-04-26 - 24.2 - Dep Fixed. - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-01 - 24.2 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - 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 - - - - - 2016-01-02 - 0.5.4 - Release bump. - Ilker Manap - ilkermanap@gmail.com - - - 2014-05-24 - 0.5.1 - Release bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-23 - 0.5.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-13 - 0.4.8 - First release - Gökcen Eraslan - admins@pisilinux.org - - - - - - 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.1/+download/python-mode.el-6.2.1.tar.gz - editor/emacs/emacs-python/pspec.xml - - - emacs-python - - pymacs - emacs - - - /etc/emacs - /usr/share/emacs - - - 80-python.el - - - - - 2015-12-05 - 6.2.1 - Release bump. - Ilker Manap - ilkermanap@gmail.com - - - 2014-05-24 - 6.1.2 - Release bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-23 - 6.1.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-01-09 - 6.1.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - 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.gna.org/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 - - - - - 2015-12-24 - 6.6.0 - Update to pisi-2.0. - Ilker Manap - ilkermanap@gmail.com - - - 2014-05-24 - 6.6.0 - Release bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-23 - 6.6.0 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-13 - 6.6.0 - First release - Gökcen Eraslan - admins@pisilinux.org - - - - - - nano - http://www.nano-editor.org/ - - PisiLinux Community - admins@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. - http://www.nano-editor.org/dist/v2.5/nano-2.5.0.tar.gz - - 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 - - - - - 2016-01-02 - 2.5.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2014-07-11 - 2.3.5 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-05-11 - 2.3.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-26 - 2.3.1 - Fix dep, release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2011-06-27 - 2.3.1 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - bluefish - http://bluefish.openoffice.nl/index.html - - Pisi Linux Admins - admin@pisilinux.org - - GPLv3 - app:gui - programming.environment - Bluefish is a powerful editor targeted towards programmers and webdevelopers - Deneyimli web tasarımcıları ve programcıları için güçlü bir düzenleyici - Bluefish is a powerful editor targeted towards programmers and webdevelopers, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages. - Bluefish web sayfası tasarım ve hazırlanmasında kullanılan güçlü bir düzenleyicidir. - mirrors://sourceforge/bluefish/2.2.7/bluefish-2.2.7.tar.gz - - enchant - glib2-devel - gtk2-devel - libxml2-devel - intltool - gettext-devel - - editor/bluefish/pspec.xml - - - Bluefish - - atk - desktop-file-utils - cairo - gdk-pixbuf - gtk3 - pango - - - /usr/bin - /usr/lib /usr/share - /usr/share/doc - /usr/share/locale + /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 + 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 + libidn-32bit + nettle-32bit + p11-kit-32bit + libtasn1-32bit + + + libgcc + glibc-32bit + gmp-32bit + zlib-32bit + nettle-32bit + p11-kit-32bit + libtasn1-32bit + + + /usr/lib32 - - 2015-10-19 - 2.2.7 + + 2015-07-13 + 3.3.16 Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com - - 2014-02-11 - 2.2.5 + + 2015-05-20 + 3.3.15 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-12-13 + 3.3.11 Version bump. Yusuf Aydemir yusuf.aydemir@pisilinux.org + + 2014-07-06 + 3.3.5 + Version bump and security update(CVE-2014-3466) + Vedat Demir + vedat@pisilinux.org + + + 2014-05-24 + 3.3.2 + Rebuild for gcc. + PisiLinux Community + admins@pisilinux.org + + + 2014-05-21 + 3.3.2 + Version bump, rm unneed deps. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-04-20 + 3.3.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-06 + 3.2.5 + Rebuild to fix stripping. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-27 + 3.2.5 + Version bump, clean up, enable tests. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-30 + 3.1.9 + Rebuild + PisiLinux Community + admins@pisilinux.org + - 2013-03-05 - 2.2.4 + 2013-03-04 + 3.1.9 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-11-02 + 3.1.3 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + 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. + ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.5.5.tar.bz2 + + gnupg + libgpg-error-devel + libassuan-devel + + util/crypt/gpgme/pspec.xml + + + gpgme + + gnupg + libgpg-error + libassuan + + + /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 + + + /usr/include + /usr/share/aclocal + + + + + 2015-08-21 + 1.5.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-14 + 1.5.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-12-13 + 1.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-31 + 1.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-29 + 1.5.0 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-01-25 + 1.4.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-09-30 + 1.3.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + 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_22_RTM/src/nss-3.22.tar.gz + + nss.pc.in + nss-config.in + generate-pc-config.sh + + + zlib-devel + sqlite-devel + nspr-devel + + + add_spi+cacert_ca_certs.patch + ssl-renegotiate-transitional.patch + fedora/add-relro-linker-option.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 + + + + + 2016-02-14 + 3.22 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-12-21 + 3.20.1 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-11-19 + 3.19.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-07-15 + 3.19.2 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-05-01 + 3.18.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-02-28 + 3.17.4 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-12-13 + 3.17.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-11-02 + 3.17.2 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-08-10 + 3.16.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-20 + 3.16.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-04-11 + 3.16 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-04 + 3.15.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-18 + 3.15.3 + Version bump. + Richard de Bruin + richdb@pisilinux.org + + + 2013-11-11 + 3.15.2 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2013-07-18 + 3.15.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-19 + 3.14.3 + vbump + Erdinç Gültekin + admins@pisilinux.org + + + 2013-03-01 + 3.14.3 + vbump + Erdinç Gültekin + admins@pisilinux.org + + + 2013-01-10 + 3.14.1 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + pinentry + http://www.gnupg.org/aegypten/ + + 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. + ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.9.5.tar.bz2 + + libsecret-devel + libgpg-error-devel + libassuan-devel + gtk2-devel + pango-devel + libcap-devel + ncurses-devel + glib2-devel + + util/crypt/pinentry/pspec.xml + + + pinentry + + glib2 + libassuan + libsecret + libgpg-error + libcap + ncurses + + + /usr/bin + /usr/share/info + /usr/share/doc + + + pinentry-wrapper + + + + pinentry-gtk + pinentry for GTK toolkit + GTK+ ile yazılmış pinentry arayüzü + + pinentry + ncurses + libcap + libassuan + libsecret + libgpg-error + glib2 + gtk2 + pango + + + /usr/bin/pinentry-gtk* + + + + + 2015-08-21 + 0.9.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-13 + 0.9.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-01-04 + 0.8.3 + Rebuid. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-04 + 0.8.3 + Version Bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-10-04 + 0.8.2 + First release + PisiLinux Community + namso-0"@hotmail.it + + + + + + 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. + http://download.kde.org/stable/qca/2.1.1/src/qca-2.1.1.tar.xz + + qt5-base-devel + nss-devel + doxygen + cmake + + util/crypt/qca2-qt5/pspec.xml + + + qca2-qt5 + + qt5-base + nss + libgcc + + + /usr/bin + /usr/qt/4/bin + /usr/lib + /usr/share/doc + /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/pkgconfig/qca2.pc + /usr/share/qt4/mkspecs/features + + + + + 2015-11-06 + 2.1.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-10-18 + 2.1.0.3 + First release,rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + skey + http://www.openbsd.org/faq/faq8.html#SKey + + PisiLinux Community + admins@pisilinux.org + + BSD + app:console + library + util.crypt + Linux Port of OpenBSD Single-key Password System + Linux için OpenBSD tek anahtarlı parola sistemi + skey is an S/Key implementation ported from OpenBSD. S/Key provides One Time Password functionality, and can be used to increase system security. + skey, OpenBSD'den Linux'a aktarılan S/Key sistemidir. S/Key sistemi Tek Seferlik Parola özelilği ile sistem güvenliğini arttırmak için kullanılabilir. + http://source.pisilinux.org/1.0/skey-1.1.5.tar.bz2 + + cracklib-devel + zlib-devel + perl + + + skey-1.1.5-gentoo.diff + skey-login_name_max.diff + skey-1.1.5-fPIC.patch + skey-1.1.5-bind-now.patch + skey-1.1.5-otp.diff + skey-1.1.5-binary-search.patch + confdir.patch + zeroed_entries.patch + default_hash.patch + fix_library_info.patch + + util/crypt/skey/pspec.xml + + + skey + + cracklib + zlib + + + /etc/skey + /lib + /usr/bin + /usr/lib + /usr/sbin + /usr/share/doc/skey + /usr/share/man + + + + skey-devel + Development files for skey + skey için geliştirme dosyaları + system.devel + + skey + + + /usr/include + /usr/share/man/man3 + + + + + 2014-05-21 + 1.1.5 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-11 + 1.1.5 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2010-10-11 + 1.1.5 + First release + Pisi Linux Admins + admins@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. + ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.3.3.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 + + + + + 2015-04-12 + 1.3.3 + Version Bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-01-31 + 1.3.0 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-09-29 + 1.3.0 + First release + PisiLinux Community + admins@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.5.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 + + glibc-32bit + + + libtasn1 + glibc-32bit + + + /usr/lib32/ + + + + + 2015-07-13 + 4.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-28 + 4.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-31 + 4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-24 + 3.5 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-04-20 + 3.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 3.3 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-07-27 + 3.3 + Move pc files to devel pack, rebuild + v.bump + PisiLinux Community + admins@pisilinux.org + + + 2012-10-18 + 2.14 + First release + PisiLinux Community + admins@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). + http://p11-glue.freedesktop.org/releases/p11-kit-0.23.1.tar.gz + + libtasn1-devel + libffi-devel + + util/crypt/p11-kit/pspec.xml + + + p11-kit + + libtasn1 + libffi + + + /usr/bin + /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 + glibc-32bit + + + p11-kit + libffi-32bit + libtasn1-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2015-04-28 + 0.23.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-12-13 + 0.22.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-24 + 0.20.2 + Rebuild for gcc. + PisiLinux Community + admins@pisilinux.org + + + 2014-04-20 + 0.20.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-26 + 0.20.1 + Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-31 + 0.19.3 + version bump + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-26 + 0.15.2 + Move pc files to devel pack,rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-02-23 + 0.15.2 Version bump Ertan Güven ertan@pisilinux.org - 2013-01-10 - 2.2.3 + 2012-11-02 + 0.14 First release - Osman Erkan - osman.erkan@pisilinux.org + Marcin Bojara + marcin@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.0.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 - 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 - - - - - 2014-06-04 - 1.2.0 - Version bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-11-20 - 1.1.96 - Update - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-01-10 - 1.1.92 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - libmspub - http://www.freedesktop.org/wiki/Software/libmspub + keyutils + http://people.redhat.com/~dhowells/keyutils/ 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-0.1.2.tar.bz2 - - boost-devel - doxygen - help2man - icu4c-devel - librevenge-devel - zlib-devel - - editor/libmspub/pspec.xml + GPLv2+ + LGPLv2+ + library + app:console + util.crypt + Linux key management utilities + Linux anahtar yönetim araçları + keyutils contains utilities to control the kernel key management facility and to provide a mechanism by which the kernel call back to userspace to get a key instantiated. + keyutils, Linux çekirdeğindeki anahtar yönetim kolaylıklarını denetlemek ve çekirdek ile kullanıcı uzayı arasında iletişim kurmak için gereken araçları içerir. + http://people.redhat.com/~dhowells/keyutils/keyutils-1.5.9.tar.bz2 + util/crypt/keyutils/pspec.xml - libmspub - - icu4c - librevenge - + keyutils - /usr/bin - /usr/share/doc + /etc + /bin + /sbin + /usr/include /usr/lib + /lib + /usr/share/man + /usr/share/doc + /usr/share/keyutils + + + 2014-05-22 + 1.5.9 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2014-04-03 + 1.5.9 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-13 + 1.5.8 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2010-10-12 + 1.5.5 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + 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. + ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.1.7.tar.bz2 + + openldap-client + pinentry + npth-devel + libassuan-devel + libksba-devel + zlib-devel + bzip2 + texinfo + gnutls-devel + readline-devel + libgcrypt-devel + libgpg-error-devel + libusb-compat-devel + + util/crypt/gnupg/pspec.xml + - libmspub-devel - libmspub için geliştirme dosyaları - libmspub için geliştirme dosyaları + gnupg - icu4c-devel - librevenge-devel - libmspub + openldap-client + npth + libassuan + pinentry + libksba + zlib + bzip2 + gnutls + readline + libgcrypt + libgpg-error + 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 + + + + + 2015-08-21 + 2.1.7 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-26 + 2.1.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-08-16 + 2.0.26 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-06-30 + 2.0.25 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-06-04 + 2.0.23 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-04-05 + 2.0.22 + Rebuild for libgcrypt and some other system.base packs. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-02 + 2.0.22 + new pcsc-lite and pinentry + Alihan Öztürk + alihan@pisilinux.org + + + 2013-10-27 + 2.0.22 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-09-29 + 2.0.19 + First release + PisiLinux Community + admins@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.39.tar.gz + + libnih-devel + pam-devel + help2man + + util/admin/cgmanager/pspec.xml + + + cgmanager + + libnih + pam + dbus + + + /usr/bin + /lib/security + /usr/share/man + /usr/share/cgmanager + /usr/lib/libcgmanager* + + + System.Service + + + + cgmanager-devel + + cgmanager + libnih /usr/include @@ -1150,71 +1748,2059 @@ - - 2016-01-24 - 0.1.2 + + 2015-09-10 + 0.39 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-10 + 0.38 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-12 + 0.36 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-06-27 + 0.23 + First release + Aydın Demirel + aydin.demirel@pisilinux.org + + + + + + htop + http://htop.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + app:gui + 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 + http://hisham.hm/htop/releases/1.0.3/htop-1.0.3.tar.gz + + ncurses-devel + gettext-devel + + + desktop_tr.patch + + util/admin/htop/pspec.xml + + + htop + + ncurses + + + /usr/bin + /usr/share/man + /usr/share/doc + /usr/share/applications + /usr/share/pixmaps + + + + + 2014-06-17 + 1.0.3 + Version bump + Kamil Atlı + burakerturk@pisilinux.org + + + 2013-12-31 + 1.0.2 + Release bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-01-31 + 1.0.2 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + pisido + http://www.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/hrngultekin/pisido/archive/pisido-v2.3.3.tar.gz + + qscintilla2-devel + qtermwidget5-devel + + util/admin/pisido/pspec.xml + + + pisido + A pisi packager from GUI + + libgcc + qt5-base + qscintilla2 + qtermwidget5 + + + / + + + + + 2015-10-26 + 2.3.3 version bump Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org + + 2015-08-30 + 2.3.1 + Qt5 rebuild + Harun Gültekin + hrngultekin@gmail.com + - 2015-01-02 - 0.1.1 - Dep Fixed. - PisiLinux Community - admins@pisilinux.org + 2015-08-26 + 2.2.1 + rebuild + Harun Gültekin + hrngultekin@gmail.com - 2014-09-26 - 0.1.1 - Version bump. - PisiLinux Community - admins@pisilinux.org + 2015-08-01 + 2.2.0 + Rebuild + Harun Gültekin + hrngultekin@gmail.com - 2014-05-28 - 0.0.6 - Version bump. + 2015-07-27 + 2.2.0 + Version bump + Harun Gültekin + hrngultekin@gmail.com + + + 2015-07-24 + 2.1.0 + Version bump + Harun Gültekin + hrngultekin@gmail.com + + + 2015-07-09 + 2.0.1 + added multipackage support + Harun Gültekin + hrngultekin@gmail.com + + + 2014-07-05 + 2.0b + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2014-02-04 + 2.0b + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2013-03-10 + 2.0b + Inıtial import. Serdar Soytetir kaptan@pisilinux.org + + + + + 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://fedorahosted.org/releases/l/o/logrotate/logrotate-3.8.8.tar.gz + + popt-devel + acl-devel + + util/admin/logrotate/pspec.xml + + + logrotate + + popt + acl + + + /etc + /usr/sbin + /usr/share/doc + /usr/share/man + + + + + 2015-01-26 + 3.8.8 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-06-18 + 3.8.7 + v.bump + Ayhan Yalçınsoy + ayhanyacinsoy@gmail.com + + + 2014-03-09 + 3.7.9 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2011-09-29 + 3.7.9 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + pisilinux-dev-tools + http://www.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/1.0/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 + + + + + 2015-06-28 + 0.0.2 + fix runtime deps. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-09-21 + 0.0.2 + checkelf: ignore glibc-32bit + Marcin Bojara + marcin@pisilinux.org + + + 2014-07-01 + 0.0.2 + rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2014-06-19 + 0.0.2 + Speed up checkelf. + Marcin Bojara + marcin@pisilinux.org + - 2014-02-22 - 0.0.5 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org + 2014-06-16 + 0.0.2 + checkelf: fix detect mesa. + Marcin Bojara + marcin@pisilinux.org - 2013-10-14 - 0.0.5 - Rebuild for icu4c + 2014-04-11 + 0.0.2 + Version bump. Marcin Bojara marcin@pisilinux.org - 2013-03-14 - 0.0.5 - Version bump. + 2014-04-03 + 0.0.1 + Use re.search() for checking command file output. Marcin Bojara marcin@pisilinux.org - 2013-02-17 - 0.0.4 + 2013-10-29 + 0.0.1 + Rebuild + Pisi Linux Admins + admins@pisilinux.org + + + 2011-05-23 + 0.0.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + inxi + http://code.google.com/p/inxi/ + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + GPLv1 + app:console + util.admin + script to get system information + script to get system information + script voor het opvragen van systeem informatie + Script para la información del sistema + script to get system information + script to get system information + Script voor het opvragen van systeem informatie + Inxi es un completo script que muestra la información del sistema + http://inxi.googlecode.com/svn/tarballs/inxi_2.2.19.tar.gz + util/admin/inxi/pspec.xml + + + inxi + + /usr/bin + /usr/share/kde4/apps/konversation/scripts/inxi + /usr/share/man + /usr/share/doc + + + + + 2015-07-23 + 2.2.19 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-01-26 + 2.2.17 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-06-17 + 2.1.28 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-05-03 + 2.1.27 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2013-12-16 + 1.9.17 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-0 + 1.9.15 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-08 + 1.9.12 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-27 + 1.8.45 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-20 + 1.8.34 + Distro list added PisiLinux + Ertan Güven + ertan@pisilinux.org + + + 2013-02-23 + 1.8.34 + Version bump + Ertan Güven + ertan@pisilinux.org + + + 2013-01-28 + 1.8.32 + First release + Yusuf Aydemir + yusuf.aydemir@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 + + + + + 2014-05-25 + 1.1.6 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2014-01-20 + 1.1.6 Version bump. Marcin Bojara marcin@pisilinux.org - 2013-01-23 - 0.0.3 + 2010-10-12 + 0.5.5 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + sudo + http://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. + http://www.sudo.ws/sudo/dist/sudo-1.8.13.tar.gz + + nss-devel + audit-devel + pam-devel + zlib-devel + cyrus-sasl-devel + openldap-client + + util/admin/sudo/pspec.xml + + + sudo + + nss + audit + pam + zlib + cyrus-sasl + openldap-client + + + /etc + /usr/lib/tmpfiles.d/sudo.conf + /usr/bin + /usr/sbin + /usr/libexec + /usr/share/doc + /usr/share/locale + /usr/share/man + /run/sudo + /var/db/sudo + /usr/include + + + System.Package + + + sudoers + sudo.pamd + sudo-i.pamd + sudo.tmpfiles.conf + + + + + 2016-01-10 + 1.8.13 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-12-01 + 1.8.11_p2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-12-01 + 1.8.11p2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-18 + 1.8.10_p3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-03-29 + 1.8.10_p2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-13 + 1.8.9 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-09 + 1.8.8 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.8.7 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + security + 2011-02-04 + 1.7.4_p6 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + bash-completion + http://bash-completion.alioth.debian.org/ + + 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. + http://bash-completion.alioth.debian.org/files/bash-completion-2.1.tar.bz2 + util/shell/bash-completion/pspec.xml + + + bash-completion + + /etc + /usr/share/doc + /usr/share + /var + + + System.Package + + + pisilinux + + + + + 2014-02-23 + 2.1 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2013-07-14 + 2.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2011-06-20 + 1.2 + First release + Pisi Linux Admins + admins@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-4.3-0.91.tar.gz + util/shell/bashdb/pspec.xml + + + bashdb + + /usr/bin + /usr/share/doc + /usr/share/bashdb + /usr/share/info + /usr/share/man + + + + + 2015-01-22 + 0.91 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-01-19 + 4.2.0.8 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-05-27 + 4.2.0.8 + First release + Pisi Linux Admins + admins@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.8.tar.gz + util/shell/dash/pspec.xml + + + dash + + /bin/dash + /usr/share/man + /usr/share/doc + + + + + 2015-11-21 + 0.5.8 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-01-22 + 0.5.8 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-02-17 + 0.5.7 + Release. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-30 + 0.5.7 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2010-12-31 + 0.5.6.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + 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. + ftp://mama.indstate.edu/linux/tree/tree-1.7.0.tgz + util/misc/tree/pspec.xml + + + tree + + /usr/bin + /usr/share/bash-completion + /usr/share/doc + /usr/share/man + + + tree.bashcomp + + + + + 2015-01-25 + 1.7.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-03-09 + 1.6.0 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2012-10-20 + 1.6.0 + First release + Serdar Soytetir + kaptan@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. + http://anduin.linuxfromscratch.org/sources/BLFS/svn/t/tidy-cvs_20101110.tar.bz2 + util/misc/tidy/pspec.xml + + + tidy + + /usr/bin + /usr/lib + /usr/share/doc + + + + tidy-devel + Development files for tidy + tidy için geliştirme dosyaları + + tidy + + + /usr/include + + + + + 2012-10-04 + 20101110 First release PisiLinux Community admins@pisilinux.org + + + ibus + http://code.google.com/p/ibus/ + + 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.10/ibus-1.5.10.tar.gz + + gtk2-devel + gtk3-devel + glib2-devel + dconf-devel + vala-devel + libnotify-devel + libxkbcommon-devel + intltool + iso-codes + libxslt + docbook-xsl + + util/misc/ibus/pspec.xml + + + ibus + + glib2 + libX11 + atk + gtk2 + gtk3 + cairo + libXi + pango + dconf + libnotify + gdk-pixbuf + libxkbcommon + 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-devel + ibus için geliştirme dosyaları + ibus için geliştirme dosyaları + + ibus + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-06-16 + 1.5.10 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-02-26 + 1.5.4 + Delete Unused Deps. + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-02-25 + 1.5.4 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-12-08 + 1.5.4 + Version Bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-07-27 + 1.5.3 + Move pc files to devel pack, rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-04-30 + 1.5.2 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2012-10-04 + 1.4.99.20120917 + First release + PisiLinux Community + admins@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.4.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 + + + + + 2015-12-31 + 1.4.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2013-11-04 + 1.1.0 + Version bump. + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-04-30 + 1.0.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-11-04 + 0.10.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + 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. + http://source.pisilinux.org/1.0/lsof_4.84_src.tar + util/misc/lsof/pspec.xml + + + lsof + + /usr/sbin + /usr/share/doc + /usr/share/lsof + /usr/share/man + + + + + 2014-03-09 + 4.84 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2010-10-12 + 4.84 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + 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://www.midnight-commander.org/downloads/mc-4.8.15.tar.xz + + gpm + check-devel + glib2-devel + doxygen + slang-devel + libpcre-devel + samba-devel + libICE-devel + libutil-linux-devel + + util/misc/mc/pspec.xml + + + mc + + gpm + glib2 + slang + samba + libutil-linux + + + /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 + + + + + 2015-11-09 + 4.8.15 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-05 + 4.8.14 + Version bump, add samba + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-02-21 + 4.8.13 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-07-05 + 4.8.12 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-02-18 + 4.8.11 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-04 + 4.8.10 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-01 + 4.8.8 + Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-04-30 + 4.8.8 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-12-29 + 4.8.7 + First release + Marcin Bojara + marcin@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.3.1.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 + + + + + 2015-08-07 + 4.3.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-10 + 4.0.3 + Add tmpfiles.conf + Osman Erkan + osman.erkan@pisilinux.org + + + 2010-10-12 + 4.0.3 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + strace + http://sourceforge.net/projects/strace/ + + 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. + mirrors://sourceforge/strace/strace-4.9.tar.xz + + libaio-devel + libunwind-devel + + util/misc/strace/pspec.xml + + + strace + + libunwind + + + /usr/bin + /usr/share/doc + /usr/share/man + + + + + 2015-01-25 + 4.9 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-03-09 + 4.8 + Version bump + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-04-20 + 4.7 + Versrion bump + Ertan Güven + ertan@pisilinux.org + + + 2011-04-18 + 4.6 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + quazip + http://quazip.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2 + library + app:console + util.archive + A C++/Qt ZIP library + A Qt/C++ wrapper for Gilles Vollant's ZIP/UNZIP C package (minizip). Provides access to ZIP archives from Qt programs using QIODevice API. + http://sourceforge.net/projects/quazip/files/quazip/0.7.1/quazip-0.7.1.tar.gz + + qt5-base-devel + zlib-devel + cmake + + + qt5.patch + + util/archive/quazip/pspec.xml + + + quazip + + 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 + + + + + 2015-11-05 + 0.7.1 + Version Bump + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-08-8 + 0.7 + Version Bump + Vedat Demir + vedat@pisilinux.org + + + 2014-03-10 + 0.5.1 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-05-14 + 0.5.1 + Version bump + PisiLinux Community + admins@pisilinux.org + + + + + + cabextract + http://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.6.tar.gz + util/archive/cabextract/pspec.xml + + + cabextract + + /usr/bin + /usr/share/man + + + + + 2015-11-23 + 1.6 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-02-16 + 1.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-06-19 + 1.4 + Rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2014-01-19 + 1.4 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-06-07 + 1.4 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + 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 + http://sourceforge.net/projects/areca/files/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 + + + + + 2015-11-23 + 7.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-01-25 + 7.4.9 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-09-27 + 7.4.7 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-06-19 + 7.4.6 + version bump + Kamil Atlı + suvari@pisilinux.org + + + 2014-03-03 + 7.4.1 + Rebuild for openjdk + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-01-17 + 7.4.1 + Version Bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-12-03 + 7.3.9 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libtar + http://www.feep.net/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. + http://pkgbuild.com/~giovanni/libtar/libtar-1.2.20.tar.gz + util/archive/libtar/pspec.xml + + + libtar + + /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 + + + + + 2014-06-20 + 1.2.20 + version bump + Kamil Atlı + suvari@pisilinux.org + + + 2010-10-12 + 1.2.11 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + p7zip + http://p7zip.sourceforge.net/ + + 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. + mirrors://sourceforge/p7zip/p7zip/15.09/p7zip_15.09_src_all.tar.bz2 + + yasm-devel + + util/archive/p7zip/pspec.xml + + + p7zip + + libgcc + + + /usr/bin + /usr/lib/p7zip + /usr/lib/p7zip/Codecs + /usr/share/doc + /usr/share/man + + + 7z + 7za + + + + + 2016-01-01 + 15.09 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-02-16 + 9.38 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-02-02 + 9.20.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-11-03 + 9.20.1 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + rar + http://www.rarlab.com + + 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.3.0.tar.gz + http://www.rarlab.com/rar/rarlinux-x64-5.3.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 + + + + + 2016-01-01 + 5.3.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-01-25 + 5.2.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-11-21 + 5.0.0 + Update + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-01-19 + 4.2.0 + New version + Ertan Güven + ertan@pisilinux.org + + + 2011-05-04 + 4.0.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + unrar + http://www.rarsoft.com/rar_add.htm + + 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.3.4.tar.gz + + unrar-5.3.4-soname.patch + + util/archive/unrar/pspec.xml + + + unrar + + /usr/bin + /usr/share/doc + + + + + 2015-01-25 + 5.3.4 + Version bump. + yusuf Aydemir + yuısuf.aydemir@pisilinux.org + + + 2015-01-25 + 5.2.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-11-19 + 5.0.13 + Rebuild + Richard de Bruin + admins@pisilinux.org + + + 2013-11-18 + 5.0.13 + Version bump + Richard de Bruin + admins@pisilinux.org + + + 2012-10-31 + 4.2.4 + First release + Richard de Bruin + admins@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. + http://www.nih.at/libzip/libzip-1.0.1.tar.gz + + zlib-devel + + util/archive/libzip/pspec.xml + + + libzip + + zlib + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + libzip-devel + Development files for libzip + libzip için geliştirme dosyaları + + zlib-devel + libzip + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2015-07-28 + 1.0.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-25 + 0.11.2 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-04 + 0.11.2 + preserve old header path for compatibility. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-01 + 0.11.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-11-09 + 0.10.1 + First release + Marcin Bojara + marcin@pisilinux.org + + + vim @@ -1392,675 +3978,76 @@ - gkrellm - http://www.gkrellm.net/ + nano + http://www.nano-editor.org/ PisiLinux Community admins@pisilinux.org - GPLv2 - app:gui - service - hardware - 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://members.dslextreme.com/users/billw/gkrellm/gkrellm-2.3.5.tar.gz + 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. + http://www.nano-editor.org/dist/v2.5/nano-2.5.0.tar.gz - gnutls-devel - gtk2-devel - pango-devel - libX11-devel - glib2-devel - libgcrypt-devel - libICE-devel - libSM-devel + ncurses-devel + gettext-devel - - drop_privileges.patch - gkrellmd-conf.patch - - hardware/info/gkrellm/pspec.xml + editor/nano/pspec.xml - gkrellm + nano - gnutls - gtk2 - pango - glib2 - libX11 - libgcrypt - libICE - gdk-pixbuf - libSM + ncurses + file /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 - - - - - 2014-05-17 - 2.3.5 - Rebuild - Aydın Demirel - aydin.demirel@pisilinux.org - - - 2014-04-07 - 2.3.5 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-23 - 2.3.5 - Rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-07-28 - 2.3.5 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-05-06 - 2.3.5 - Fixed. - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-11-15 - 2.3.5 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - dmidecode - http://www.nongnu.org/dmidecode/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware - 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-2.12.tar.gz - hardware/info/dmidecode/pspec.xml - - - dmidecode - - /usr/bin - /usr/sbin - /usr/share/doc - /usr/share/man - - - laptop-detect - - - - - 2014-01-22 - 2.12 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2011-01-25 - 2.11 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - media-player-info - http://cgit.freedesktop.org/media-player-info - - PisiLinux Community - admins@pisilinux.org - - BSD - hardware - 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-22.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 - - - - - 2015-02-16 - 22 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-07-05 - 21 - Version bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-25 - 19 - Version bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-02-20 - 17 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2011-10-05 - 15 - First release - Pisi Linux Admins - admins@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 - ftp://ftp.archlinux.org/other/sane/sane-backends-1.0.24.tar.gz - - libieee1284-devel - libusb-compat-devel - libnl-devel - openssl-devel - cups-devel - libgphoto2-devel - libv4l-devel - avahi-devel - libjpeg-turbo-devel - tiff-devel - net-snmp-devel - - - fix-buffer-overflow.patch - sane-backends-1.0.20-open-macro.patch - sane-backends-1.0.23-sane-config-multilib.patch - sane-backends-1.0.23-soname.patch - sane-backends-1.0.21-epson-expression800.patch - sane-backends-1.0.23-udev.patch - suse/fix-mustek_pp_ccd300.c.patch - archlinux/network.patch - archlinux/segfault-avahi-fix-kodakio.patch - - hardware/scannner/sane-backends/pspec.xml - - - sane-backends - - libnl - openssl - libusb-compat - libieee1284 - avahi-libs - libgphoto2 - libv4l - tiff - libjpeg-turbo - net-snmp - cups - libexif - - - /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/doc/nano /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 - - - - - 2014-02-15 - 1.0.24 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-21 - 1.0.23 - Move devel files fix to paths - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-07-28 - 1.0.23 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2012-10-25 - 1.0.23 - 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/share/info + /usr/share/nano /usr/bin - /usr/share/doc/sane-frontends - /usr/share/man + /bin - - 2014-03-10 - 1.0.14 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2011-02-28 - 1.0.14 - First release - Pisi Linux Admins - admins@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-018.tar.bz2 - hardware/firmware/b43-fwcutter/pspec.xml - - - b43-fwcutter - - /usr/bin - /usr/share/doc - /usr/share/man/man1 - - - - - 2014-02-04 - 018 + + 2016-01-02 + 2.5.0 Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-11-15 - 015 - First release - PisiLinux Community - admins@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.0.29.tar.bz2 - hardware/firmware/alsa-firmware/pspec.xml - - - alsa-firmware - - /usr/share/alsa/firmware - /lib/firmware - /usr/share/doc - - - - - 2015-03-04 - 1.0.29 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-08-19 - 1.0.28 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-08-19 - 1.0.28 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org + Kamil Atlı + suvari@pisilinux.org - 2013-12-06 - 1.0.27 - Remove conflicted ctefx.bin file, it is in linux-firmware package. - Serdar Soytetir - kaptan@pisilinux.org + 2014-07-11 + 2.3.5 + Version bump. + Vedat Demir + vedat@pisilinux.org - 2013-08-22 - 1.0.27 + 2014-05-11 + 2.3.1 Release bump. Marcin Bojara marcin@pisilinux.org - 2013-07-10 - 1.0.27 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-29 - 1.0.25.20121013 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - b43-firmware - http://www.linuxwireless.org/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-5.100.138.tar.bz2 - - b43-fwcutter - - hardware/firmware/b43-firmware/pspec.xml - - - b43-firmware - - /lib/firmware - - - - - 2014-01-17 - 5.100.138 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-11-15 - 5.100.138 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - cdparanoia - http://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 - - - - - 2014-05-20 - 3.10.2 - Rebuild. + 2013-07-26 + 2.3.1 + Fix dep, release bump. Serdar Soytetir kaptan@pisilinux.org - - 2014-03-10 - 3.10.2 - Rebuild for patch - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2014-01-01 - 3.10.2 - Release bump and clean - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-09-14 - 3.10.2 - *Release bump. - *Disable patch - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - 2010-10-13 - 3.10.2 + 2011-06-27 + 2.3.1 First release Pisi Linux Admins admins@pisilinux.org @@ -2069,1462 +4056,50 @@ - libcdio-paranoia - http://www.gnu.org/software/libcdio/ + libmspub + http://www.freedesktop.org/wiki/Software/libmspub PisiLinux Community admins@pisilinux.org - GPLv3+ - GPLv2+ + 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+0.90+1.tar.bz2 + 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-0.1.2.tar.bz2 - libcdio-devel - - - libcdio-paranoia-0.90-mkdir_p.patch - - 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 - - - - - 2014-02-25 - 0.90_p1 - Rebuild for libcdio - Kamil Atlı - suvarice@gmail.com - - - 2014-02-25 - 0.90_p1 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-28 - 0.90_p1 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-07-07 - 0.90_p1 - First release. - Marcin Bojara - marcin@pisilinux.org - - - - - - libburn - http://libburnia-project.org - - 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.4.2.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 - - - - - 2016-01-26 - 1.4.2 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2014-07-10 - 1.3.8 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-01-29 - 1.3.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-11-29 - 1.2.4 - First release - Marcin Bojara - marcin@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 - - cdparanoia-devel - libcap-devel + boost-devel + doxygen + help2man + icu4c-devel + librevenge-devel zlib-devel - bzip2 - cmake - hardware/optical/cdrkit/pspec.xml + editor/libmspub/pspec.xml - cdrkit + libmspub - file - zlib - bzip2 - libcap + icu4c + librevenge - /usr/bin - /usr/sbin - /usr/include - /usr/lib - /usr/share/man - /usr/share/doc - - - cdrtools - - - - - 2013-09-14 - 1.1.11 - Disable patch - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-05-16 - 1.1.11 - fixing working - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-02-11 - 1.1.11 - First release - PisiLinux Community - 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-0.92.tar.gz - - libgcc - - - libcdio-0.83-linking.patch - - hardware/optical/libcdio/pspec.xml - - - libcdio - - libgcc - - - /usr/share/info - /usr/share/man + /usr/bin /usr/share/doc /usr/lib - /usr/bin - libcdio-devel - Development files for libcdio - libcdio için geliştirme dosyaları + libmspub-devel + libmspub için geliştirme dosyaları + libmspub için geliştirme dosyaları - libcdio - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-05-20 - 0.92 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-03-08 - 0.90 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-06 - 0.90 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2011-05-27 - 0.82 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - lsdvd - http://untrepid.com/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 - - - - - 2016-01-26 - 0.17 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2014-03-09 - 0.16 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2009-12-25 - 0.16 - First release - Pisi Linux Admins - 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 - - glibc-32bit - - - libmtdev - glibc-32bit - - - /usr/lib32 - - - - - 2014-05-16 - 1.1.5 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-03-09 - 1.1.3 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2012-10-03 - 1.1.3 - First release - PisiLinux Community - admins@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. - http://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.1.tar.bz2 - - doxygen - - - fix-udev-group_and_usb_name.patch - - hardware/misc/libftdi/pspec.xml - - - libftdi - - libusb - - - /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 - - - - - 2014-07-05 - 1.1 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-03-10 - 0.20 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-03-09 - 0.20 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-07-30 - 0.20 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2012-11-16 - 0.20 - First release - PisiLinux Community - namso-01qhotmail.it - - - - - - dkms - http://linux.dell.com/dkms - - Ertan Güven - ertan@pisilinux.org - - 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. - http://linux.dell.com/dkms/permalink/dkms-2.2.0.3.tar.gz - - kernel-headers - - hardware/misc/dkms/pspec.xml - - - dkms - - kernel-headers - - - /etc - /usr/lib - /usr/sbin - /usr/share/doc - /usr/share/man - /var/lib - - - - - 2016-01-01 - 2.2.0.3 - Rebuild for Pisi 2.0 - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-01-22 - 2.2.0.3 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-01-29 - 2.2.0.3 - First release - Ertan Güven - ertan@pisilinux.org - - - - - - libgphoto2 - http://www.gphoto.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - 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/gphoto/libgphoto2-2.5.8.tar.bz2 - - doxygen - libxml2-devel - gd-devel - tiff-devel - libjpeg-turbo-devel - libexif-devel - libusb-devel - - hardware/misc/libgphoto2/pspec.xml - - - libgphoto2 - - libxml2 - libtool-ltdl - libusb - gd - libexif - libjpeg-turbo - - - /usr/bin - /lib/udev - /usr/share/doc/libgphoto2/README - /usr/share/doc/libgphoto2/COPYING - /usr/lib - /usr/share/libgphoto2 - /usr/share/hal/fdi - /lib/udev/rules.d - /usr/share/locale - /usr/share/man - - - System.Package - - - - libgphoto2-docs - Documentation for libgphoto2 - libgphoto2 için detaylı belgelendirme - - /usr/share/doc/libgphoto2 - /usr/share/doc/libgphoto2/camlibs - /usr/share/doc/libgphoto2/apidocs.html - /usr/share/doc/libgphoto2/linux-hotplug - - - - 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 - - - - - 2015-08-02 - 2.5.8 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-15 - 2.5.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-01-30 - 2.5.3.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-11-16 - 2.5.0 - First release - PisiLinux Community - namso-01qhotmail.it - - - - - - libsmbios - http://linux.dell.com/libsmbios/main/index.html - - 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. - http://linux.dell.com/libsmbios/download/libsmbios/libsmbios-2.2.28/libsmbios-2.2.28.tar.bz2 - - libxml2-devel - - hardware/misc/libsmbios/pspec.xml - - - libsmbios - - libgcc - - - /etc - /usr/share - /usr/lib - /usr/sbin - /usr/share/doc - /usr/share/locale - - - - libsmbios-devel - Development files for libsmbios - libsmbios için geliştirme dosyaları - - libsmbios - - - /usr/include/smbios - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2014-02-01 - 2.2.28 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-11-16 - 2.2.28 - First release - Osman Erkan - osman.erkan@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/libmtp/1.9/libmtp-1.1.9.tar.gz - - doxygen - libusb-devel - libgcrypt-devel - - hardware/misc/libmtp/pspec.xml - - - libmtp - - libusb - libgcrypt - - - /usr/bin - /usr/lib - /lib/udev - /lib/udev/rules.d - /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 - - - - - 2015-04-28 - 1.1.9 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-25 - 1.1.6 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-04-05 - 1.1.6 - Rebuild for libgcrypt. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-31 - 1.1.6 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-11-16 - 1.1.5 - 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 - - - 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 - - - - - 2014-03-10 - 0.2.11 - Fix rpath - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-03-09 - 0.2.11 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-07-28 - 0.2.11 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2010-10-13 - 0.2.11 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - gpm - http://linux.schottelius.org/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 - - 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 - - - - - 2014-05-20 - 1.20.7 - Rebuild, cleanup. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-25 - 1.20.7 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-11-16 - 1.20.7 - First release - PisiLinux Community - namso-01qhotmail.it - - - - - - 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://www.codon.org.uk/~mjg59/libx86/downloads/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 - - - - - 2014-05-24 - 1.1 - Rebuild for gcc. - PisiLinux Community - admins@pisilinux.org - - - 2010-10-13 - 1.1 - First release - Pisi Linux Admins - admins@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ı - http://downloadmirror.intel.com/23574/eng/microcode-20140122.tgz - - intel-microcode2ucode.c - - hardware/cpu/intel-ucode/pspec.xml - - - intel-ucode - - /usr/share/doc - /lib/firmware - - - LICENSE - - - - - 2014-05-06 - 20140122 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-01-23 - 20130906 - Version Bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2012-10-01 - 20120606 - First release - Erdem Artan - admins@pisilinux.org - - - - - - irqbalance - http://www.irqbalance.org - - 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.1.0.tar.gz - - numactl-devel - glib2-devel - libcap-ng-devel - - hardware/cpu/irqbalance/pspec.xml - - - irqbalance - - numactl - glib2 - libcap-ng - - - /etc - /usr/sbin - /usr/share/man - /usr/share/doc - - - System.Service - - - irqbalance.confd - - - - - 2016-01-27 - 1.1.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-10-01 - 1.0.9 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-06-06 - 1.0.7 - Version bump. - Aydın Demirel - aydin.demirel@pisilinux.org - - - 2014-01-26 - 1.0.4 - Rebuild with new Download Area - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-10-01 - 1.0.4 - First release - Erdem Artan - admins@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. - http://www.openprinting.org/download/foomatic/foomatic-db-engine-4.0.12.tar.gz - - libxml2-devel - cups-devel - - - foomatic-db-engine-4.0.8-fix-sandbox.patch - 4.0.7-perl-module.patch - 4.0.7-respect-ldflag.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 - - - - - 2015-10-28 - 4.0.12 - v.bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-09-13 - 4.0.11 - Rebuild for new perl. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-06-15 - 4.0.11 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-05 - 4.0.8 - Depend on cups-filters. - PisiLinux Community - admins@pisilinux.org - - - 2013-12-01 - 4.0.8 - Rebuild for new perl. - PisiLinux Community - admins@pisilinux.org - - - 2012-11-19 - 4.0.8 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - foomatic-db - http://www.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 - http://www.openprinting.org/download/foomatic/foomatic-db-4.0-20150819.tar.gz - - cleanup-script - - - fedora/foomatic-db-device-ids.patch - fedora/foomatic-db-invalid.patch - - hardware/printer/foomatic-db/pspec.xml - - - foomatic-db - - pnm2ppa - - - /usr/share - - - - - 2015-10-28 - 4.0.20150819 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-05 - 4.0_20130103 - Depend on cups-filters. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-01-24 - 4.0_20130103 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-01-03 - 4.0_20130103 - First release - PisiLinux Community - admins@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. - http://www.openprinting.org/download/cups-filters/cups-filters-1.5.0.tar.xz - - cups-devel - glib2-devel - tiff-devel - lcms2-devel - dbus-devel - python-devel - libpng-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 - - hardware/printer/cups-filters/pspec.xml - - - cups-filters - - cups - dbus - tiff - zlib - glib2 - lcms2 - libgcc - libpng - fontconfig - mit-kerberos - libjpeg-turbo - qpdf - ghostscript - poppler - e2fsprogs - avahi-glib - avahi-libs - - - /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 - foomatic-filters - - - foomatic-filters - - - - cups-filters-devel - Development files for cups-filters - Cups-filters için geliştirme dosyaları - - cups-filters + icu4c-devel + librevenge-devel + libmspub /usr/include @@ -3532,3185 +4107,1271 @@ - - 2016-01-09 - 1.5.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-10-28 - 1.1.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-15 - 1.0.65 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-09-25 - 1.0.58 - Verison bump. - Serdar Soytetir - kaptan@pisilinux.org - - 2014-05-17 - 1.0.53 - Verison bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-05 - 1.0.44 - Rebuild to replace foomatic-filters. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-28 - 1.0.44 - rebuild for unused and runtime dep. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-18 - 1.0.44 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-02 - 1.0.41 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-16 - 1.0.40 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-10 - 1.0.39 - Cersion bump,rebuil for new poppler. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-07-28 - 1.0.35 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-07-01 - 1.0.35 - First release. - Marcin Bojara - marcin@pisilinux.org - - - - - - cups - http://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. - http://www.cups.org/software/2.1.2/cups-2.1.2-source.tar.bz2 - http://source.pisilinux.org/1.0/cups-tr.tar - - acl-devel - pam-devel - dbus-devel - libpcre-devel - zlib-devel - python-devel - libusb-devel - libgcc - avahi-libs - avahi-devel - mit-kerberos - libpaper-devel - - - archlinux/cups-no-export-ssllibs.patch - archlinux/cups-no-gzip-man.patch - archlinux/cups-1.6.2-statedir.patch - archlinux/cups-no-gcrypt.patch - archlinux/cups-1.6.0-fix-install-perms.patch - fedora/cups-enum-all.patch - fedora/cups-final-content-type.patch - fedora/cups-res_init.patch - fedora/cups-hp-deviceid-oid.patch - fedora/cups-logrotate.patch - gentoo/cups-2.0.1-rename-systemd-service-files.patch - pisilinux/lib64.patch - pisilinux/nostrip.patch - pisilinux/cups-run.patch - pld-linux/cups-avahi-address.patch - - hardware/printer/cups/pspec.xml - - - cups - - acl - pam - dbus - zlib - libusb - libgcc - libpaper - avahi - 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ı - - cups - - - /usr/include - /usr/bin/cups-config - - - - cups-32bit - 32-bit shared libraries for cups - cups için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - glibc-32bit - zlib-32bit - openssl-32bit - - - glibc-32bit - zlib-32bit - openssl-32bit - libgcc - cups - - - /usr/bin/cups-config-32bit - /usr/lib32 - - - - - 2016-01-09 - 2.1.2 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-06-10 - 2.0.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-02-05 - 2.0.1 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-09-25 - 1.7.5 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-20 - 1.7.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-01-30 - 1.7.1 - Fix comar service. - Marcin Bojara - marcin@pisilinux.org - - - 2014-01-18 - 1.7.1 - Add tmpfiles.conf. Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2014-01-17 - 1.7.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-1 - 1.7.0 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2013-10-14 - 1.6.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-13 - 1.6.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-19 - 1.6.1 - Lib64 path correction. - Ertan Güven - ertan@pisilinux.org - - - 2013-03-13 - 1.6.1 - Version bump - Ertan Güven - ertan@pisilinux.org - - - 2012-10-18 - 1.5.4 - Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-10-18 - 1.5.4 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - hplip - http://hplip.sourceforge.net/ - - Pisi Linux Admins - admins@pisilinux.org - - GPLv2+ - MIT - 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ı - http://fossies.org/linux/misc/hplip-3.15.11.tar.gz - - patch-ppds.sh - fedora/copy-deviceids.py - fedora/hplip-deviceIDs-ppd.patch - fedora/hplip-ppd-ImageableArea.patch - - - libjpeg-turbo-devel - foomatic-db - net-snmp-devel - sane-backends-devel - cups-devel - python3-devel - python-devel - libusb-devel - dbus-devel - desktop-file-utils - - - fedora/hplip-avahi-parsing.patch - fedora/hplip-bad-low-ink-warning.patch - fedora/hplip-clear-old-state-reasons.patch - fedora/hplip-deviceIDs-drv.patch - fedora/hplip-dj990c-margin.patch - fedora/hplip-hpcups-sigpipe.patch - fedora/hplip-hpijs-marker-supply.patch - fedora/hplip-lineart.patch - fedora/hplip-log-stderr.patch - fedora/hplip-logdir.patch - fedora/hplip-no-asm.patch - fedora/hplip-no-write-bytecode.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-udev-rules.patch - fedora/hplip-strstr-const.patch - fedora/hplip-ui-optional.patch - pisilinux/desktop-i18n.patch - pisilinux/desktop-i18n-1.patch - pisilinux/add-pisilinux-support.patch - pisilinux/fix-polkit-directory.patch - pisilinux/suppress-module-warnings.patch - pisilinux/hp-systray-consume-session-param.patch - - hardware/printer/hplip/pspec.xml - - - hplip - app:console - library - driver - - libjpeg-turbo - net-snmp - foomatic-db - sane-backends - cups - dbus - libgcc - libusb - openssl - - - /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 - - - - - 2016-01-09 - 3.15.11 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2014-07-27 - 3.14.6 - Vedat Demir. - Vedat Demir - vedat@pisilinux.org - - - 2014-02-20 - 3.14.1 - Rebuilt for python-qt and python. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-17 - 3.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-06 - 3.13.4 - Sha1sum Fixed - Osman Erkan - Osman.erkan@pisilinux.org - - - 2013-04-26 - 3.13.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-03 - 3.13.2 - V.Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-12-14 - 3.12.11 - First release - Yusuf Aydemir - yusuf.aydemir@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.24.tar.gz - - libpaper-1.1.23-debianbug475683.patch - libpaper-useglibcfallback.patch - - 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 - - - - - 2014-05-21 - 1.1.24 - rebuild - Kamil Atlı - suvarice@gmail.com - - - 2010-10-13 - 1.1.24 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - 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ç - http://www.iki.fi/mtr/genscript/enscript-1.6.4.tar.gz - - enscript-1.6.3-security.patch - enscript-1.6.3-language.patch - enscript-catmur.patch - ruby.patch - enscript-1.6.4-CVE-2008-3863-CVE-2008-4306.patch - enscript-1.6.4-config.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 - - - - - 2014-01-23 - 1.6.4 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-13 - 1.6.4 - First release - Pisi Linux Admins - admins@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 - - - - - 2014-02-04 - 1.13 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2010-10-13 - 1.12 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - 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. - http://source.pisilinux.org/1.0/splix_2.0.0+20110720.orig.tar.gz - http://splix.ap2c.org/samsung_cms.tar.bz2 - - cups-devel - jbigkit-devel - - - splix-1.1.0-fix-makefile.patch - splix-nostrip.patch - install-english-only.patch - - hardware/printer/splix/pspec.xml - - - splix - - cups - libgcc - jbigkit - - - /usr/lib/cups - /usr/share/cups - /usr/share/doc - - - - - 2015-01-10 - 2.0.0_20110720 - Rebuild and add dep - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 2.0.0_20110720 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2011-12-07 - 2.0.0_20110720 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - system-config-printer - http://cyberelk.net/tim/software/system-config-printer - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - 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. - http://cyberelk.net/tim/data/system-config-printer/1.5/system-config-printer-1.5.7.tar.xz - - tr.po - - - util-linux - xmlto - libxslt-devel - intltool - python3-devel - cups-devel - eudev-devel - glib2-devel - libusb-devel - libgnome-keyring-devel - desktop-file-utils - - - fix-icon.patch - system-config-printer-shbang.patch - - hardware/printer/system-config-printer/pspec.xml - - - system-config-printer - - eudev - glib2 - libusb - libgnome-keyring - python-cups - python-smbc - dbus-python - python-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 - - - tmpfiles.conf - - - - system-config-printer-gtk - GTK+ frontend of system-config-printer - system-config-printer için GTK+ önyüzü - - python-gtk - notify-python - python-pygobject - python-pygobject3 - system-config-printer - - - /usr/share/man - /usr/share/system-config-printer - /etc/xdg/autostart - /usr/share/applications - /usr/bin - /usr/share/locale - - - - - 2016-01-09 - 1.5.7 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-01-31 - 1.4.3 - Fix dbus signature typo. - Marcin Bojara - marcin@pisilinux.org - - - 2014-01-10 - 1.4.3 - Add tmpfiles.conf - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-12-31 - 1.4.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-26 - 1.4.2 - Fix dep. - Richard de Bruin - richdb@pisilinux.org - - - 2013-10-07 - 1.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-16 - 1.4.0 - Version bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-10-29 - 1.3.12 - First release - Osman Erkan - osman.erkan@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. - http://www.openprinting.org/download/foomatic/foomatic-db-nonfree-20150819.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 - - - - - 2016-01-11 - 20150819 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-06-15 - 20140615 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-23 - 20130623 - First release - Osman Erkan - osman.erkan@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 - mirrors://sourceforge/gimp-print/gutenprint-5.2/5.2.11/gutenprint-5.2.11.tar.bz2 - - fedora/cups-genppdupdate.py.in - - - cups-devel - foomatic-db - ghostscript-devel - cups - python-cups - ghostscript - atk-devel - gtk2-devel - zlib-devel - cairo-devel - glib2-devel - pango-devel - libusb-devel - - - fedora/gutenprint-build.patch - fedora/gutenprint-menu.patch - fedora/gutenprint-O6.patch - fedora/gutenprint-postscriptdriver.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ı - - gutenprint - - - /usr/include/gutenprint - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2016-02-13 - 5.2.11 - Version bump. - Ali Algul - alialgul@pisilinux.org - - - 2014-07-07 - 5.2.10 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-02-26 - 5.2.9 - Rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-07-01 - 5.2.9 - Remove ijs from dependencies, ijs is provided by ghostscript package - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-11-20 - 5.2.9 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - 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. - http://www.kernel.org/pub/linux/libs/ieee1394/libraw1394-2.1.0.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 - - - - - 2014-05-20 - 2.1.0 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-11-15 - 2.1.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libfreebob - http://freebob.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - hardware.firewire - FreeBoB firewire audio driver library - FreeBoB firewire ses sürücü kütüphanesi - libfreebob implements a userland driver for BeBoB-based firewire audio devices. - libfreebob BeBoB tabanlı firewire ses aygıtları için sürücü kütüphanesi içerir. - mirrors://sourceforge/freebob/libfreebob-1.0.11.tar.gz - - alsa-lib-devel - libraw1394-devel - libavc1394-devel - libiec61883-devel - - - libfreebob-1.0.11-includes.patch - gcc-4.5.patch - fix_usleep.patch - - hardware/firewire/libfreebob/pspec.xml - - - libfreebob - - alsa-lib - libraw1394 - libavc1394 - libiec61883 - - - /usr/lib - /usr/share/doc - - - - libfreebob-devel - Development files for libfreebob - libfreebob için geliştirme dosyaları - - libfreebob - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-01-30 - 1.0.11 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-13 - 1.0.11 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - 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 - - - - - 2014-03-09 - 1.2.0 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-07-28 - 1.2.0 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2012-11-15 - 1.2.0 - First release - PisiLinux Community - admins@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/). - http://sourceforge.net/projects/libdc1394/files/libdc1394-2/2.2.3/libdc1394-2.2.3.tar.gz - - libraw1394-devel - - hardware/firewire/libdc1394/pspec.xml - - - libdc1394 - - libraw1394 - - - /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 - - - - - 2014-09-13 - 2.2.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-05-20 - 2.2.1 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-29 - 2.2.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-10-20 - 2.2.0 - First release - PisiLinux Community - admins@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.2.1.tgz - - xdg-utils - glibmm-devel - libxmlpp-devel - alsa-lib-devel - dbus-c++-devel - libsigc++-devel - libconfig-devel - libraw1394-devel - libiec61883-devel - libgcc - - - libffado-api-doc-only.patch - libffado-libconfig145.patch - flags.patch - libffado-2.2.1-jack-detect.patch - libffado-2.2.1-mixer.patch - - hardware/firewire/libffado/pspec.xml - - - libffado - library - - glibmm - libgcc - dbus-c++ - libxmlpp - libconfig - libsigc++ - xdg-utils - libraw1394 - libiec61883 - python-setuptools - - - /usr/bin - /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/pixmaps - - - pisilinux-ffadomixer.desktop - - - - - 2015-04-28 - 2.2.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-05-06 - 2.1.0 - Sandbox Fixed. - PisiLinux Community - admins@pisilinux.org - - - 2012-11-15 - 2.1.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - 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 - - - - - 2014-05-31 - 0.5.4 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-08 - 0.5.4 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-07-28 - 0.5.4 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2010-10-13 - 0.5.4 - First release - Pisi Linux Admins - admins@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. - http://www.kernel.org/pub/linux/bluetooth/sbc-1.3.tar.gz - hardware/bluetooth/sbc/pspec.xml - - - sbc - - /usr/bin/* - /usr/lib - /usr/share/doc/sbc/* - - - - sbc-devel - Development files for sbc - - sbc - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-12-12 - 1.3 - Version bump - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-27 - 1.0 - R.Bump - PisiLinux Community - admins@pisilinux.org - - - 2012-12-19 - 1.0 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - bluez - http://bluez.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - 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://www.kernel.org/pub/linux/bluetooth/bluez-5.33.tar.xz - - cups-devel - dbus-devel - libnl-devel - alsa-lib-devel - gstreamer-devel - libsndfile-devel - libical-devel - glib2-devel - eudev-devel - readline-devel - - - 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch - - hardware/bluetooth/bluez/pspec.xml - - - bluez - - dbus - eudev - glib2 - readline - libical - bluez-libs - - - /lib/udev/rules.d - /lib/systemd/system - /usr/share/misc - /usr/bin - /usr/sbin - /lib/udev - /lib/bluetooth/obexd - /lib/bluetooth/bluetoothd - /usr/lib - /usr/libexec - /usr/share/man - /var/lib/bluetooth - /usr/share/alsa/bluetooth.conf - /usr/share/dbus-1 - /etc - - - 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 - - - - - 2015-08-16 - 5.33 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-01-29 - 5.27 - rebuild. - Vedat Demir - vedat@pisilinux.org - - - 2015-01-25 - 5.27 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-07-05 - 5.21 - Version bump and bugs fix. - Vedat Demir - vedat@pisilinux.org - - - 2014-05-23 - 5.18 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2014-01-28 - 4.101 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-08-27 - 4.101 - R.Bump - PisiLinux Community - admins@pisilinux.org - - - 2013-06-28 - 4.101 - Add patches, --enable-hid2hci --enable-wiimote - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-09 - 4.101 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - 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.0.29.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. - - alsa-lib - - - /usr/bin - /usr/sbin - /lib/udev - /usr/lib - /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 - 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 - - - - - 2015-03-04 - 1.0.29 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-08-19 - 1.0.28 - Rebuild version 28. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-08-19 - 1.0.28 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-26 - 1.0.27 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-22 - 1.0.27 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-22 - 1.0.27 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-27 - 1.0.27 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-01-29 - 1.0.26.20121013 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - 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.0.29.tar.bz2 - - 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/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 - - glibc-32bit - - - glibc-32bit - - - /usr/lib32 - - - - - 2015-03-04 - 1.0.29 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-08-19 - 1.0.28 - Rebuild version 28. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-08-19 - 1.0.28 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-26 - 1.0.27.2 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-05 - 1.0.27.2 - Rebuild for buildhost - PisiLinux Community - admins@pisilinux.org - - - 2013-08-22 - 1.0.27.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-27 - 1.0.27.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-13 - 1.0.26.20121013 - First release - Erdinç Gültekin - admins@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.0.29.tar.bz2 - - xmlto - util-linux - libxslt - ncurses-devel - libsamplerate-devel - alsa-lib-devel - - hardware/sound/alsa-utils/pspec.xml - - - alsa-utils - - ncurses - alsa-lib - libsamplerate - - - /etc - /sbin - /usr/share/doc - /usr/share/man - /var/lib/alsa - /usr/bin - /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 - - - - - 2015-03-04 - 1.0.29 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-08-19 - 1.0.28 - Rebuild version 28. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-08-19 - 1.0.28 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-26 - 1.0.27.2 - Remove systemd part. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-03-05 - 1.0.27.2 - Rebuild for buildhost - PisiLinux Community - admins@pisilinux.org - - - 2013-08-22 - 1.0.27.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-27 - 1.0.27.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-13 - 1.0.26.20121013 - First release - Erdinç Gültekin - 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/archive/v1.9.1.tar.gz - - git - golang - btrfs-progs-devel - device-mapper-devel - sqlite-devel - - hardware/virtualization/docker/pspec.xml - - - docker - - git - golang - sqlite - device-mapper - btrfs-progs - bridge-utils - iproute2 - iptables - - - /etc - /usr/bin/ - /usr/lib/docker - /usr/share/ - - - System.Service - System.Package - - - cgroupfs-mount - cgroupfs-umount - docker.confd - - - - - 2016-01-31 - 1.9.1 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-01-09 - 1.9.1 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-12-18 - 1.9.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-11-04 - 1.9.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-10-28 - 1.8.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-09-12 - 1.8.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-09-06 - 1.8.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-12 - 1.8.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-24 - 1.7.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-24 - 1.7.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-17 - 1.6.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - security - 2015-05-09 - 1.6.1 - Version bump.http://seclists.org/fulldisclosure/2015/May/28 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-17 - 1.6.0 - 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-2.4.1.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 - - 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 - - - /etc - /run - /lib - /usr/bin - /usr/sbin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/qemu - /usr/share/locale/ - - - System.Service - System.Service - - - qemu-ifup - qemu-ifdown - fedora/ksmtuned - fedora/ksm.sysconfig - fedora/ksmtuned.conf - 65-kvm.rules - - - - qemu-devel - Development files for qemu - qemu için geliştirme dosyaları - - nss-devel - glib2-devel - qemu - - - /usr/include - /usr/lib/pkgconfig/libcacard.pc - - - - - 2015-12-31 - 2.4.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-02-04 - 2.2.0 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-09-05 - 2.1.0 - Version Bump - Aydın Demirel - aydin.demirel@pisilinux.org - - - 2014-01-11 - 1.7.0 - Version Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-07-28 - 1.3.0 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-01-13 - 1.3.0 - First release - Marcin Bojara - marcin@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/5.0.12/VirtualBox-5.0.12.tar.bz2 - - LocalConfig.kmk - - - dev86 - cdrkit - acpica - mesa-devel - curl-devel - python-devel - pam-devel - device-mapper-devel - libcap-devel - glibc-32bit - gsoap-devel - libXt-devel - libXmu-devel - libIDL-devel - libsdl-devel - libvpx-devel - libXext-devel - libxslt-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 - jdk7-openjdk - kernel-module-headers - - - 002-dri-driver-path.patch - 003-ogl-include-path.patch - 005-gsoap-build.patch - 006-rdesktop-vrdp-keymap-path.patch - desktop-file.patch - fix-tr-keyboard.patch - virtualbox-4-makeself-check.patch - - hardware/virtualization/virtualbox/pspec.xml - - - virtualbox - - device-mapper - mesa - libXt - gsoap - libvpx - libXmu - libsdl - libXext - libXcursor - libXinerama - virt-wrapper - libvncserver - module-virtualbox - curl - zlib - libX11 - libgcc - libpng - python - libxml2 - openssl - - - /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 - - - 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 - - libXt - libXmu - libXext - libXfixes - libXrandr - libXdamage - xorg-server - libXcomposite - module-virtualbox-guest - - - /etc/X11/Xsession.d - /lib/udev/rules.d - /lib/security - /sbin - /usr/bin/VBoxClient* - /usr/bin/VBoxControl - /usr/sbin - /usr/lib - /usr/kde/*/share/autostart - /usr/share/X11 - /usr/lib/xorg/modules - - - vboxclient.sh - - - - - 2015-08-09 - 5.0.12 - Version bump. - ali algul - alialgul@pisilinux.org - - - 2015-08-09 - 5.0.4 - Version bump. - ali algul - alialgul@pisilinux.org - - - 2015-07-24 - 5.0.0 - Version bump. - ali algul - alialgul@pisilinux.org - - - 2015-05-18 - 4.3.28 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-13 - 4.3.20 - Version bump, rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-11-21 - 4.3.18 - Rebuild - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-10-19 - 4.3.18 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-09-19 - 4.3.16 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-07-26 - 4.3.14 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-04-06 - 4.3.10 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-23 - 4.3.8 - Some improvements. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-03-02 - 4.3.8 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-12-21 - 4.3.6 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-11 - 4.3.2 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-10 - 4.2.18 - Version bump. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-07-05 - 4.2.16 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-04 - 4.2.12 - Add system-xorg.patch - Marcin Bojara - marcin@pisilinux.org - - - 2013-04-14 - 4.2.12 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-03-02 - 4.2.8 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-22 - 4.2.6 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - 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. - http://libvirt.org/sources/libvirt-1.3.0.tar.gz - - qemu - lvm2-devel - attr-devel - audit-devel - avahi-devel - netcf-devel - numactl-devel - libpciaccess-devel - yajl-devel - polkit-devel - dbus-devel - util-linux - gnutls-devel - parted-devel - device-mapper-devel - libnl-devel - python-devel - cyrus-sasl-devel - libcap-ng-devel - readline-devel - - hardware/virtualization/libvirt/pspec.xml - - - libvirt - - dbus - yajl - audit - eudev - libnl - netcf - gnutls - parted - libcap - libxml2 - numactl - readline - libcap-ng - avahi-libs - cyrus-sasl - libpciaccess - device-mapper - libutil-linux - - - /etc - /usr/lib/tmpfiles.d/libvirt.conf - /usr/bin - /usr/libexec - /usr/sbin - /usr/lib - /usr/share/doc - /usr/share/augeas - /usr/share/polkit-1 - /usr/share/libvirt - /usr/share/systemtap - /usr/share/man - /var - /run - /usr/share/locale - - - 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 - - - - - 2015-12-31 - 1.3.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-07-02 - 1.2.6 - Version bump and bug fixes. - Vedat Demir - vedat@pisilinux.org - - - 2014-05-14 - 1.2.3 - Rebuild - Aydın Demirel - aydin.demirel@pisilinux.org - - - 2014-05-08 - 1.2.3 - Version bump. - Aydın Demirel - aydin.demirel@pisilinux.org - - - 2014-01-10 - 1.2.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-26 - 1.0.5 - Version bump and fixed compiling errors - Aydın Demirel - aydin@demirel.web.tr - - - 2013-01-14 - 1.0.5 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - 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-icon - http://virt-manager.org/download/sources/virt-manager/virt-manager-1.3.1.tar.gz - - intltool - gtk2-devel - - hardware/virtualization/virt-manager/pspec.xml - - - virt-manager - - gtk2 - - - /usr/bin - /usr/libexec - /etc/gconf/schemas - /usr/share/pixmaps - /usr/share - /usr/share/man - /usr/share/doc - /usr/share/locale - - - tr.po - - - - - 2015-12-31 - 1.3.1 + 2016-01-24 + 0.1.2 version bump Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org + + 2015-01-02 + 0.1.1 + Dep Fixed. + PisiLinux Community + admins@pisilinux.org + - 2014-05-10 - 1.0.1 - Rebuild - Aydın Demirel - aydin.demirel@pisilinux.org + 2014-09-26 + 0.1.1 + Version bump. + PisiLinux Community + admins@pisilinux.org - 2014-05-09 - 1.0.1 - Fix dep. - Aydın Demirel - aydin.demirel@pisilinux.org + 2014-05-28 + 0.0.6 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org - 2014-05-08 - 1.0.1 - Version bump. - Aydın Demirel - aydin.demirel@pisilinux.org + 2014-02-22 + 0.0.5 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org - 2014-05-07 - 0.9.5 + 2013-10-14 + 0.0.5 + Rebuild for icu4c + Marcin Bojara + marcin@pisilinux.org + + + 2013-03-14 + 0.0.5 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-17 + 0.0.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-23 + 0.0.3 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + bluefish + http://bluefish.openoffice.nl/index.html + + Pisi Linux Admins + admin@pisilinux.org + + GPLv3 + app:gui + programming.environment + Bluefish is a powerful editor targeted towards programmers and webdevelopers + Deneyimli web tasarımcıları ve programcıları için güçlü bir düzenleyici + Bluefish is a powerful editor targeted towards programmers and webdevelopers, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages. + Bluefish web sayfası tasarım ve hazırlanmasında kullanılan güçlü bir düzenleyicidir. + mirrors://sourceforge/bluefish/2.2.7/bluefish-2.2.7.tar.gz + + enchant + glib2-devel + gtk2-devel + libxml2-devel + intltool + gettext-devel + + editor/bluefish/pspec.xml + + + Bluefish + + atk + desktop-file-utils + cairo + gdk-pixbuf + gtk3 + pango + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + /usr/share/locale + + + + + 2015-10-19 + 2.2.7 + Version bump. + Stefan Gronewold (groni) + 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 + + + + + + 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.1/+download/python-mode.el-6.2.1.tar.gz + editor/emacs/emacs-python/pspec.xml + + + emacs-python + + pymacs + emacs + + + /etc/emacs + /usr/share/emacs + + + 80-python.el + + + + + 2015-12-05 + 6.2.1 + Release bump. + Ilker Manap + ilkermanap@gmail.com + + + 2014-05-24 + 6.1.2 + Release bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-23 + 6.1.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-01-09 + 6.1.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + 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.gna.org/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 + + + + + 2015-12-24 + 6.6.0 + Update to pisi-2.0. + Ilker Manap + ilkermanap@gmail.com + + + 2014-05-24 + 6.6.0 + Release bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-23 + 6.6.0 Rebuild - Aydın Demirel - aydin.demirel@pisilinux.org + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 6.6.0 + First release + Gökcen Eraslan + admins@pisilinux.org + + + + + + emacs + http://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://mirrors.kernel.org/gnu/emacs/emacs-24.5.tar.xz + + gtk2-devel + alsa-lib-devel + fontconfig-devel + giflib-devel + gpm + libjpeg-turbo-devel + libICE-devel + libSM-devel + libXft-devel + libXpm-devel + libXrender-devel + libpng-devel + librsvg-devel + tiff-devel + gnutls-devel + imagemagick-devel + + editor/emacs/emacs /pspec.xml + + + emacs + + gpm + tiff + gtk2 + zlib + glib2 + libX11 + libpng + ncurses + freetype + libSM + libXft + libICE + giflib + libXpm + gnutls + librsvg + alsa-lib + gdk-pixbuf + fontconfig + libXrender + imagemagick + libjpeg-turbo + + + /etc + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/info + /usr/share/emacs + /usr/share/icons + /var/games/emacs + /usr/share/pixmaps + /usr/share/applications + /usr/libexec/emacs + + + System.PackageHandler + + + site-start.el + pisi-spec.rnc + 80-nxml-mode.el + emacs.desktop + + + + + 2015-11-22 + 24.5 + Release bump. + Ilker Manap + ilkermanap@gmail.com + + + 2014-05-24 + 24.1 + Release bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-29 + 24.3 + Version bump + Osman Erkan + osman.erkan@pisilinux.org 2013-08-23 - 0.8.7 + 24.2 Release bump Osman Erkan osman.erkan@pisilinux.org - 2013-05-26 - 0.9.5 - Aydın Demirel - Version bump - aydin@demirel.web.tr + 2013-04-26 + 24.2 + Dep Fixed. + Osman Erkan + osman.erkan@pisilinux.org - 2011-04-09 - 0.8.7 + 2012-09-01 + 24.2 First release - Emre Erenoglu - pakeci@erenoglu.com + Osman Erkan + osman.erkan@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. - http://source.pisilinux.org/1.0/virt-wrapper-0.1.1.tar.gz - - pass-options-arg.patch - kmod.patch - change_group.patch - - hardware/virtualization/virt-wrapper/pspec.xml - - - virt-wrapper - - /usr/libexec - /usr/share/locale - /usr/share/doc - - - - - 2014-11-23 - 0.1.1 - Chande group for usb connect issue - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-02-17 - 0.1.1 - Rebuild. - Osman Erkan - osman.erkan@pisilinux.org - - - 2010-10-13 - 0.1.1 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - lirc - http://www.lirc.org + emacs-php-mode + http://php-mode.sourceforge.net 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. - http://downloads.sourceforge.net/project/lirc/LIRC/0.9.3/lirc-0.9.3.tar.bz2 + 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. + http://stable.melpa.org/packages/php-mode-1.17.0.tar - alsa-lib-devel - libftdi-devel - libusb-compat-devel - libX11-devel - libxslt - doxygen + emacs - hardware/irda/lirc/pspec.xml + editor/emacs/emacs-php-mode/pspec.xml - lirc + emacs-php-mode - alsa-lib - libftdi - libusb-compat - libX11 + emacs /etc - /lib/udev/rules.d - /usr/bin - /usr/lib - /usr/sbin - /usr/share/doc - /usr/share/man - /usr/share/lirc - /run + /usr/share/emacs - - System.Service - - lirc.conf.d - lirc.tmpfiles - lirc.logrotate + 80-php-mode.el + + + 2015-12-05 + 1.17.0 + Release bump. + Ilker Manap + ilkermanap@gmail.com + + + 2014-05-24 + 1.5.0 + Release bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-23 + 1.5.0 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 1.5.0 + First release + Gökcen Eraslan + admins@pisilinux.org + + + + + + pymacs + http://pymacs.progiciels-bpi.ca/pymacs.html + + 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 + - lirc-devel - Development files for lirc - lirc için geliştirme dosyaları + pymacs + + /usr/lib + /usr/share/doc + /usr/share/emacs + /etc/emacs/site-lisp + + + 80-pymacs.el + + + + + 2015-12-24 + 0.25 + Moved to pisi-2.0. + Ilker Manap + ilkermanap@gmail.com + + + 2014-05-24 + 0.25 + Release bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-02-05 + 0.25 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-09-01 + 0.25 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + 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 - lirc + emacs - /usr/include + /etc + /usr/share/doc + /usr/share/info + /usr/share/emacs + + + 80-mmm-mode.el + + + + + 2016-01-02 + 0.5.4 + Release bump. + Ilker Manap + ilkermanap@gmail.com + + + 2014-05-24 + 0.5.1 + Release bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-23 + 0.5.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 0.4.8 + First release + Gökcen Eraslan + admins@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.0.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 + 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 - 2015-10-02 - 0.9.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com + 2014-06-04 + 1.2.0 + Version bump + Stefan Gronewold(groni) + groni@pisilinux.org - 2014-05-25 - 0.9.0 - Rebuild for libftdi - Kamil Atlı - suvarice@gmail.com + 2013-11-20 + 1.1.96 + Update + Stefan Gronewold(groni) + groni@pisilinux.org - 2012-10-01 - 0.9.0 + 2013-01-10 + 1.1.92 + First release + Osman Erkan + osman.erkan@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 + + + 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 + + + + + 2015-11-11 + 7.66 + Rebuild for 2.0. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-09-27 + 7.66 + Version bump. + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2013-01-12 + 7.60.1 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + 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ń. + mirrors://sourceforge/opende/ode-0.13.tar.bz2 + game/misc/ode/pspec.xml + + + ode + + /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 + + + + + 2015-10-26 + 0.13 + Version Bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-03-09 + 0.12 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2013-05-18 + 0.12 + Enable double precision + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-08 + 0.12 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + gcompris + http://gcompris.net/ + + 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/gcompris-15.10.tar.bz2 + + intltool + gtk2-devel + librsvg-devel + libxml2-devel + glib2-devel + texinfo + texi2html + gstreamer-devel + sqlite-devel + + game/misc/gcompris/pspec.xml + + + gcompris + + atk + gtk2 + cairo + glib2 + pango + sqlite + librsvg + libxml2 + gstreamer + 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 + + + + + 2016-02-07 + 15.10 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-02-17 + 14.12 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2014-04-19 + 14.03 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-12-31 + 13.11 + First Release + Alihan Öztürk + alihan@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/1.11.0.tar.gz + + qt5-base-devel + qt5-linguist + openal-devel + cmake + pkgconfig + libvorbis-devel + mesa-devel + mesa-glu-devel + + game/arcade/dustrac/pspec.xml + + + dustrac + + qt5-base + openal + libvorbis + libgcc + mesa + + + /usr/bin + /usr/share/games + /usr/share/locale + /usr/share/applications + /usr/share/icons + /usr/share/pixmaps + /usr/share/doc + + + + + 2015-11-20 + 1.11.0 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + vte + http://www.gnome.org + + PisiLinux Community + admins@pisilinux.org + + 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.28/vte-0.28.2.tar.xz + + gobject-introspection-devel + fontconfig-devel + gtk2-devel + pango-devel + cairo-devel + gtk-doc + gdk-pixbuf-devel + atk-devel + ncurses-devel + glib2-devel + libX11-devel + + + vte-0.28.2-limit-arguments.patch + vte-alt-meta-confusion.patch + vte-python-bugfixes.patch + vte-0.28.0-link.patch + vte-0.28.2-scale.patch + + x11/terminal/vte/pspec.xml + + + vte + library + + gobject-introspection + gtk2 + atk + cairo + gdk-pixbuf + pango + ncurses + glib2 + libX11 + + + /usr/bin + /usr/lib + /usr/libexec + /usr/share/doc + /usr/share/locale + /usr/share/vte + /usr/share/pygtk + /usr/share/gir-1.0/Vte-0.0.gir + + + + 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ı + + vte + gtk2-devel + pango-devel + cairo-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2014-05-16 + 0.28.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-25 + 0.28.2 + rebuild for unused + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-06 + 0.28.2 + Fix deps + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 0.28.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 0.28.2 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-11-24 + 0.28.2 + First release + Osman Erkan + namso-0"@hotmail.it + + + + + + 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 + ftp://invisible-island.net/xterm/xterm-304.tgz + + fontconfig-devel + libICE-devel + libXaw-devel + libXft-devel + libXmu-devel + libXt-devel + utempter-devel + xorg-app + libXpm-devel + ncurses-devel + libX11-devel + + + 16colors.txt.diff + defaults.patch + + x11/terminal/xterm/pspec.xml + + + xterm + + fontconfig + libICE + libXaw + libXft + libXmu + libXt + utempter + xorg-app + libXpm + ncurses + libX11 + + + /usr/bin + /usr/share/X11 + /usr/share/doc + /usr/share/man + + + + + 2014-05-13 + 304 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-08-25 + 287 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-12 + 287 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + font-util + http://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.1.tar.bz2 + + zlib-devel + + 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 + + + + + 2015-05-10 + 1.3.1 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2014-05-16 + 1.3.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-06 + 1.3.0 + Fix deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.3.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-09-25 + 1.3.0 First release Erdem Artan admins@pisilinux.org @@ -6719,2525 +5380,12788 @@ - libplist - http://matt.colyer.name/projects/iphone-linux + xorg-server + http://www.x.org 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-1.11.tar.bz2 + 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. + mirrors://xorg/individual/xserver/xorg-server-1.17.2.tar.bz2 - libxml2-devel - python-devel - cython + font-util + libjpeg-turbo-devel + libdmx-devel + libdrm-devel + libgcrypt-devel + libpciaccess-devel + libX11-devel + libXaw-devel + libXext-devel + libXfixes-devel + libXfont-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 - hardware/mobile/libplist/pspec.xml + + 0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch + 0002-dix-hook-up-the-unaccelerated-valuator-masks.patch + autoconfig-sis.patch + xorg-server-1.17.1-add_prime_support-1.patch + default-module-path.patch + ubuntu/001_fedora_extramodes.patch + ubuntu/03_static-nettle.diff + ubuntu/05_Revert-Unload-submodules.diff + ubuntu/105_nvidia_fglrx_autodetect.patch + ubuntu/10_Include-missing-selection-h.diff + ubuntu/188_default_primary_to_first_busid.patch + ubuntu/226_fall_back_to_autoconfiguration.patch + ubuntu/227_null_ptr_midispcur.patch + ubuntu/include-selection-h.patch + ubuntu/no-nv.patch + ubuntu/xf86-inactive-gpuscreen.patch + ubuntu/xfree86-no-xv-for-gpuscreens.patch + + x11/server/xorg-server/pspec.xml - libplist - - libxml2 - python - libgcc - + xorg-server-common + Common files for X servers + X sunucuları için ortak dosyalar + data - /usr/lib + /etc/X11/fontpath.d + /etc/dbus-1 + /usr/lib/xorg/protocol.txt + /var/lib/xkb /usr/share/doc - /usr/bin + /usr/share/man/man1/Xserver.1 - libplist-devel - Development files for libplist - libplist için geliştirme dosyaları + xorg-server + app:console - libplist - libxml2-devel - python-devel + libXau + eudev + libXdmcp + mesa + libdrm + pixman + libXfont + libunwind + libpciaccess + libxshmfence + libepoxy - /usr/include - /usr/lib/pkgconfig + /etc/X11/xorg.conf.d + /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 + + + xorg-video-modesetting + glamor-egl + + + xorg-save-xkb-config.sh + DriversDB + fedora/10-quirks.conf + + + + xorg-server-xdmx + Distributed Multihead X Server + Dağıtık, çok başlı X sunucusu + app:console + + xorg-server-common + libX11 + libXau + libXdmcp + libXi + libXt + libXmu + libdmx + libXaw + pixman + libXext + libXfont + libXfixes + libXrender + libunwind + + + /usr/bin/*dmx* + /usr/share/man/man1/*dmx* + + + + xorg-server-xwayland + Run X clients under wayland + app:console + + libXau + libXdmcp + libunwind + mesa + pixman + libdrm + libXfont + libepoxy + libxshmfence + wayland-client + xorg-server-common + + + /usr/bin/Xwayland + + + + xorg-server-xephyr + Nested X Server + Başka bir X ekranında çalışabilen X sunucusu + app:console + + libX11 + libXau + libxcb + libXdmcp + xorg-server-common + mesa + xcb-util + libunwind + pixman + libXext + libXfont + 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 + + libXau + libXdmcp + xorg-server-common + libXfont + 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 + + libX11 + libXau + libXdmcp + libXfont + 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 + + + /usr/include/xorg + /usr/lib/libxf86config.a + /usr/lib/pkgconfig + /usr/share/aclocal + + 2015-07-14 + 1.17.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-17 + 1.17.1 + Version bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2015-02-06 + 1.16.3 + Release xorg-server-xnest + Ergün Salman + poyraz76@pisilinux.org + + + 2015-01-20 + 1.16.3 + Version bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2014-08-31 + 1.16.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-06-27 + 1.15.2 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-05-16 + 1.15.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-04-15 + 1.15.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-04-13 + 1.15.0 + Release bump,update driversdb + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-07 + 1.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-02 + 1.14.2 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-11-06 + 1.14.2 + Fix deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-11 + 1.14.2 + Update driversDB + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.14.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-28 + 1.14.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-27 + 1.14.1 + Dep Fixed, rebuild + Osman Erkan + osman.erkan@pisilinux.org + - 2015-07-31 - 1.11 - Rebuild for gcc. + 2013-06-21 + 1.14.1 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.14.1 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-18 + 1.14.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-05 + 1.13.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-09-25 + 1.13.0 + First release + Erdem Artan + admins@pisilinux.org + + + + + + xorg-app + http://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.4.tar.bz2 + mirrors://xorg/individual/app/bdftopcf-1.0.5.tar.bz2 + mirrors://xorg/individual/app/beforelight-1.0.5.tar.bz2 + mirrors://xorg/individual/app/bitmap-1.0.8.tar.bz2 + mirrors://xorg/individual/app/editres-1.0.6.tar.bz2 + mirrors://xorg/individual/app/fonttosfnt-1.0.4.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.7.tar.bz2 + mirrors://xorg/individual/app/ico-1.0.4.tar.bz2 + mirrors://xorg/individual/app/listres-1.0.3.tar.bz2 + 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.1.2.tar.bz2 + mirrors://xorg/individual/app/oclock-1.0.3.tar.bz2 + mirrors://xorg/individual/app/rendercheck-1.4.tar.bz2 + mirrors://xorg/individual/app/rgb-1.0.6.tar.bz2 + mirrors://xorg/individual/app/rstart-1.0.5.tar.bz2 + mirrors://xorg/individual/app/scripts-1.0.1.tar.bz2 + mirrors://xorg/individual/app/sessreg-1.1.0.tar.bz2 + mirrors://xorg/individual/app/setxkbmap-1.3.0.tar.bz2 + mirrors://xorg/individual/app/showfont-1.0.5.tar.bz2 + mirrors://xorg/individual/app/smproxy-1.0.5.tar.bz2 + mirrors://xorg/individual/app/twm-1.0.8.tar.bz2 + mirrors://xorg/individual/app/viewres-1.0.4.tar.bz2 + mirrors://xorg/individual/app/x11perf-1.5.4.tar.bz2 + mirrors://xorg/individual/app/xauth-1.0.9.tar.bz2 + mirrors://xorg/individual/app/xbacklight-1.2.1.tar.bz2 + mirrors://xorg/individual/app/xbiff-1.0.3.tar.bz2 + mirrors://xorg/individual/app/xcalc-1.0.6.tar.bz2 + mirrors://xorg/individual/app/xclipboard-1.1.3.tar.bz2 + mirrors://xorg/individual/app/xclock-1.0.7.tar.bz2 + mirrors://xorg/individual/app/xcmsdb-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xcompmgr-1.1.6.tar.bz2 + mirrors://xorg/individual/app/xconsole-1.0.6.tar.bz2 + mirrors://xorg/individual/app/xcursorgen-1.0.6.tar.bz2 + mirrors://xorg/individual/app/xdbedizzy-1.1.0.tar.bz2 + mirrors://xorg/individual/app/xditview-1.0.3.tar.bz2 + mirrors://xorg/individual/app/xdpyinfo-1.3.1.tar.bz2 + mirrors://xorg/individual/app/xedit-1.2.2.tar.bz2 + mirrors://xorg/individual/app/xev-1.2.2.tar.bz2 + mirrors://xorg/individual/app/xeyes-1.1.1.tar.bz2 + mirrors://xorg/individual/app/xf86dga-1.0.3.tar.bz2 + mirrors://xorg/individual/app/xfd-1.1.2.tar.bz2 + mirrors://xorg/individual/app/xfindproxy-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xfontsel-1.0.5.tar.bz2 + mirrors://xorg/individual/app/xfs-1.1.4.tar.bz2 + mirrors://xorg/individual/app/xfsinfo-1.0.5.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.7.tar.bz2 + mirrors://xorg/individual/app/xinput-1.6.1.tar.bz2 + mirrors://xorg/individual/app/xkbcomp-1.3.0.tar.bz2 + mirrors://xorg/individual/app/xkbevd-1.1.4.tar.bz2 + mirrors://xorg/individual/app/xkbprint-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xkbutils-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xkill-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xload-1.1.2.tar.bz2 + mirrors://xorg/individual/app/xlogo-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xlsatoms-1.1.2.tar.bz2 + mirrors://xorg/individual/app/xlsclients-1.1.3.tar.bz2 + mirrors://xorg/individual/app/xlsfonts-1.0.5.tar.bz2 + mirrors://xorg/individual/app/xmag-1.0.5.tar.bz2 + mirrors://xorg/individual/app/xman-1.1.3.tar.bz2 + mirrors://xorg/individual/app/xmessage-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xmh-1.0.3.tar.bz2 + mirrors://xorg/individual/app/xmodmap-1.0.9.tar.bz2 + mirrors://xorg/individual/app/xmore-1.0.2.tar.bz2 + mirrors://xorg/individual/app/xpr-1.0.4.tar.bz2 + mirrors://xorg/individual/app/xprop-1.2.2.tar.bz2 + mirrors://xorg/individual/app/xrandr-1.4.3.tar.bz2 + mirrors://xorg/individual/app/xrdb-1.1.0.tar.bz2 + mirrors://xorg/individual/app/xrefresh-1.0.5.tar.bz2 + mirrors://xorg/individual/app/xset-1.2.3.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.1.tar.bz2 + mirrors://xorg/individual/app/xsm-1.0.3.tar.bz2 + mirrors://xorg/individual/app/xstdcmap-1.0.3.tar.bz2 + mirrors://xorg/individual/app/xvidtune-1.0.3.tar.bz2 + mirrors://xorg/individual/app/xvinfo-1.1.3.tar.bz2 + mirrors://xorg/individual/app/xwd-1.0.6.tar.bz2 + mirrors://xorg/individual/app/xwininfo-1.1.3.tar.bz2 + mirrors://xorg/individual/app/xwud-1.0.4.tar.bz2 + + 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 + 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 + + 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 + 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 + + libxkbfile-devel + xorg-app + + + /usr/lib/pkgconfig + + + + + 2015-05-10 + 7.6 + Update. + Burak Ertürk + burakerturk@pisilinux.org + + + 2014-08-31 + 7.6 + Update. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 7.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-07 + 7.6 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-06 + 7.6 + Split devel package to prevent lots of devel pack installation. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-12 + 7.6 + Update: xfwp, xload, xprop, xset, xwd, xclipboard, twm, xman, xclock, xfindproxy, xkill, xlsclients, xmodmap, xrdb + Marcin Bojara + marcin@pisilinux.org + + + 2013-09-05 + 7.6 + Add missing method to pakhandler.py + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 7.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-17 + 7.6 + Dep Fixed PisiLinux Community admins@pisilinux.org + + 2013-07-31 + 7.6 + Update some apps, fix build luit + Marcin Bojara + marcin@pisilinux.org + - 2014-04-15 - 1.11 + 2013-07-30 + 7.6 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-06-21 + 7.6 + Update + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-13 + 7.6 + Update + Marcin Bojara + marcin@pisilinux.org + + + 2012-09-25 + 7.6 + First release + Erdem Artan + admins@pisilinux.org + + + + + + xkeyboard-config + http://freedesktop.org/wiki/Software/XKeyboardConfig + + PisiLinux Community + admins@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.14.tar.bz2 + + intltool + xorg-proto + xorg-app + libxslt-devel + libX11-devel + + + xkeyboard-config-1.4-jp-tilde.patch + + x11/misc/xkeyboard-config/pspec.xml + + + xkeyboard-config + + xorg-app + libxslt + libX11 + + + /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 + + + + + 2015-05-14 + 2.14 + Release bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-01-29 + 2.14 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-01-21 + 2.13 + Version bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2014-08-31 + 2.12 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-15 + 2.11 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-08-25 + 2.9 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 2.9 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-22 + 2.7 + First release + Marcin Bojara + marcin@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.3.4.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 + + + + + 2015-11-30 + 1.3.4 + add patchs. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-10 + 1.3.4 + Version Bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-07-28 + 1.3.3 + add xdg runtime dir fix localuser dir + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-16 + 1.3.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-09-12 + 1.3.3 Version bump. Marcin Bojara marcin@pisilinux.org - 2013-06-02 - 1.10 + 2013-08-25 + 1.3.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.3.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-09-26 + 1.3.2 + First release + Erdem Artan + admins@pisilinux.org + + + + + + xorg-font + http://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.4.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 + xorg-app + + 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 + + + + + 2015-11-17 + 7.6 + Release Bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2014-05-16 + 7.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-01 + 7.6 + Add fonts. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-25 + 7.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2010-11-01 + 7.6 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + xbitmaps + http://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.1.tar.bz2 + x11/misc/xbitmaps/pspec.xml + + + xbitmaps + + /usr/include/X11/bitmaps + /usr/lib/pkgconfig + /usr/share/pkgconfig + + + + + 2014-05-15 + 1.1.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-08-25 + 1.1.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2010-12-14 + 1.1.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + xorg-video-mach64 + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org mach64 video driver + X.Org mach64 ekran kartı sürücüsü + xorg-video-mach64 contains the X.Org driver for ATI Mach64 (Rage) video cards. + xorg-video-mach64, ATI Mach64 (Rage) ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-mach64-6.9.5.tar.bz2 + + libdrm-devel + mesa-devel + xorg-server-devel + + x11/driver/xorg-video-mach64/pspec.xml + + + xorg-video-mach64 + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-10 + 6.9.5 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 6.9.4 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 6.9.4 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 6.9.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 6.9.4 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 6.9.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 6.9.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 6.9.3 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-11 + 6.9.3 + First release + Marcin Bojara + marcin@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. + http://freedesktop.org/software/vaapi/releases/libva-intel-driver/libva-intel-driver-1.5.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 + + + + + 2015-05-08 + 1.5.1 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-21 + 1.5.0 + Version bump. + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.3.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.3.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.3.1 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-04-23 + 1.3.0 + First release + Osman Erkan + osman.erkan@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. + http://ftp.x.org/pub/individual/driver/xf86-input-synaptics-1.8.2.tar.bz2 + + libXi-devel + libXtst-devel + libmtdev-devel + xorg-server-devel + libevdev + util-macros + + + add_tapbuttons.diff + + 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 + + + + + 2015-05-08 + 1.8.2 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-22 + 1.8.1 + Version bump. + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-08-31 + 1.7.6 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.7.5 + version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-03-08 + 1.7.3 + Rebuild for xserver 1.15. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-08 + 1.7.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-25 + 1.7.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-26 + 1.7.1 + Fixed. + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-06-21 + 1.7.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.7.0 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-14 + 1.7.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 1.6.2 + First release + Marcin Bojara + marcin@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.4.6.tar.bz2 + + libdrm-devel + mesa-devel + xorg-server-devel + + x11/driver/xorg-video-tdfx/pspec.xml + + + xorg-video-tdfx + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-10 + 1.4.6 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 1.4.5 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.4.5 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.4.5 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.4.5 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.4.5 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.4.5 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.4.5 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 1.4.5 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-12 + 1.4.5 + First release + Marcin Bojara + marcin@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.3.6.tar.bz2 + + xorg-server-devel + + + git-fixes.diff + 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 + + + + + 2015-05-08 + 1.3.6 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2014-01-23 + 1.3.6 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.3.6 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.3.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.3.6 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.3.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.3.6 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.3.6 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 1.3.6 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 1.3.6 + First release + Marcin Bojara + marcin@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.10.0.tar.bz2 + + libdrm-devel + mesa-devel + xorg-server-devel + + x11/driver/xorg-video-r128/pspec.xml + + + xorg-video-r128 + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 6.10.0 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 6.9.2 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 6.9.2 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 6.9.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 6.9.2 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 6.9.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 6.9.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 6.8.4 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-11 + 6.8.4 + First release + Marcin Bojara + marcin@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. + http://source.pisilinux.org/1.0/xvba-video-0.7.8.i686.tar.gz + http://source.pisilinux.org/1.0/xvba-video-0.7.8.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 + + + + + 2015-05-08 + 0.7.8 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 0.7.8 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 0.7.8 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.7.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 0.7.8 + Rebuild for xserver 1.15. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-26 + 0.7.8 + Fix emul32. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 0.7.8 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-05-31 + 0.7.8 + First release + Fatih Turgel + admins@pisilinux.org + + + + + + xorg-input-aiptek + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org Aiptek USB Digital Tablet input driver + X.Org aiptek Dijital Tablet giriş aygıtı sürücüsü + xorg-input-aiptek contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about. + xorg-input-aiptek, 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-aiptek-1.4.1.tar.bz2 + + libX11-devel + libmtdev-devel + util-macros + + x11/driver/xorg-input-aiptek/pspec.xml + + + xorg-input-aiptek + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 1.4.1 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-22 + 1.4.1 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.4.1 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.4.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-08 + 1.4.1 + First release + Yusuf Aydemir + yusuf.aydemir@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.9.2.tar.bz2 + + xorg-server-devel + libmtdev-devel + libevdev + util-macros + eudev-devel + + x11/driver/xorg-input-evdev/pspec.xml + + + xorg-input-evdev + + libmtdev + libevdev + eudev + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + 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 + + + + + 2015-05-08 + 2.9.2 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-22 + 2.9.1 + Version bump + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-08-31 + 2.9.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 2.8.4 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-03-08 + 2.8.2 + Rebuild for xserver 1.15. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-06 + 2.8.2 + Fix deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-11 + 2.8.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-25 + 2.8.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 2.8.0 + Add patch + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 2.8.0 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-14 + 2.8.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 2.7.3 + First release + Marcin Bojara + marcin@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.1.0.tar.bz2 + + xorg-server-devel + + x11/driver/xorg-video-vmware/pspec.xml + + + xorg-video-vmware + + mesa + libdrm + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 13.1.0 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 13.1.0 + Version bump. + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 13.0.2 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 13.0.2 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 13.0.1 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 13.0.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 13.0.1 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-06-21 + 13.0.1 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 13.0.1 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 13.0.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-12 + 12.0.2 + First release + Marcin Bojara + marcin@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.11.tar.bz2 + + libdrm-nouveau + libpciaccess-devel + mesa-devel + xorg-server-devel + + x11/driver/xorg-video-nouveau/pspec.xml + + + xorg-video-nouveau + + libdrm + libdrm-nouveau + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 1.0.11 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-21 + 1.0.11 + Rebuild for xorg-server 1.6.3 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-04 + 1.0.11 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-09-01 + 1.0.10 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.0.10 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-08 + 1.0.10 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-05 + 1.0.9 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.0.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.0.8 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.0.7 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-14 + 1.0.7 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-10 + 1.0.6 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + xorg-video-geode + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org geode video driver + X.Org geode ekran kartı sürücüsü + xorg-video-geode contains the X.Org driver for AMD Geode video cards. + xorg-video-geode, AMD Geode ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-geode-2.11.16.tar.bz2 + + xorg-server-devel + + + xf86-video-geode-2.11.16-glibc-2.20.patch + build-fix-1.17.patch + + x11/driver/xorg-video-geode/pspec.xml + + + xorg-video-geode + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + + + + + 2015-05-10 + 2.11.16 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-02-10 + 2.11.16 + Rebuild xorg-server 1.6.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 2.11.16 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 2.11.15 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 2.11.15 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 2.11.14 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 2.11.14 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 2.11.4 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 2.11.14 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-12 + 2.11.13 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + xorg-video-tga + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org tga video driver + X.Org tga ekran kartı sürücüsü + xorg-video-tga contains the X.Org driver for DEC Tga cards. + xorg-video-tga, DEC Tga ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-tga-1.2.2.tar.bz2 + + xorg-server-devel + + + xf86-video-tga-1.2.2-remove-mibstore_h.patch + + x11/driver/xorg-video-tga/pspec.xml + + + xorg-video-tga + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + + + + + 2015-05-08 + 1.2.2 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 1.2.2 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.2.2 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.2.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.2.2 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.2.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.2.2 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 1.2.2 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-12 + 1.2.2 + First release + Marcin Bojara + marcin@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.3.3.tar.bz2 + + libdrm-devel + libXext-devel + libXv-devel + libXvMC-devel + xorg-server-devel + + + openchrome-0.2.904-fix_tvout_flickering.patch + fixed.patch + + 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 + + + + + 2015-05-08 + 0.3.3 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-02-10 + 0.3.3 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 0.3.3 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.3.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 0.3.3 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-02 + 0.3.3 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-08-25 + 0.3.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 0.3.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 0.3.1 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-11 + 0.3.1 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + xorg-video-s3virge + http://www.x.org + + 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.10.6.tar.bz2 + + xorg-server-devel + + + git-fixes.patch + + x11/driver/xorg-video-s3virge/pspec.xml + + + xorg-video-s3virge + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 1.10.6 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 1.10.6 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.10.6 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.10.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.10.6 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.10.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.10.6 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.10.6 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-11 + 1.10.6 + First release + Marcin Bojara + marcin@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 + + x11/driver/xorg-input-void/pspec.xml + + + xorg-input-void + + /usr/lib/xorg + /usr/share/man + + + + + 2015-05-08 + 1.4.1 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 1.4.0 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.4.0 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.4.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.4.0 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.4.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.4.0 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.4.0 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-05-30 + 1.4.0 + First release + Erdem Artan + admins@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.3.4.tar.bz2 + + xorg-server-devel + + + git-fix.diff + + x11/driver/xorg-video-i740/pspec.xml + + + xorg-video-i740 + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 1.3.4 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2014-01-23 + 1.3.4 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.3.4 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.3.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.3.4 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.3.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.3.4 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.3.4 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 1.3.4 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 1.3.4 + First release + Marcin Bojara + marcin@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.4.4.tar.bz2 + + xorg-server-devel + + x11/driver/xorg-video-fbdev/pspec.xml + + + xorg-video-fbdev + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 0.4.4 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2014-01-23 + 0.4.4 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 0.4.4 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.4.4 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 0.4.3 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 0.4.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 0.4.3 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 0.4.3 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 0.4.3 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 0.4.3 + First release + Marcin Bojara + marcin@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.10.7.tar.bz2 + + libdrm-devel + mesa-devel + xorg-server-devel + + + 0001-Disable-UploadToScreen-and-DownloadFromScreen.patch + git-fixes.patch + Xi.patch + + x11/driver/xorg-video-sis/pspec.xml + + + xorg-video-sis + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 0.10.7 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 0.10.7 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 0.10.7 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.10.7 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 0.10.7 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 0.10.7 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 0.10.7 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 0.10.7 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 0.10.7 + First release + Marcin Bojara + marcin@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.0.0.tar.bz2 + + xorg-server-devel + + + xf86-input-vmmouse-13.0.0-build_fix-1.patch + + 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 + + + + + 2015-05-08 + 13.0.0 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-27 + 13.0.0 + Rebuild for xorg-server-1.16.3 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-01 + 13.0.0 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 13.0.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 13.0.0 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 13.0.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 13.0.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 12.9.0 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-05-30 + 12.9.0 + First release + Erdem Artan + admins@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.1.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 + + + + + 2015-05-08 + 1.9.1 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-21 + 1.9.1 + Rebuild xorg-server 1.6.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-08-31 + 1.9.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.9.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.9.0 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.9.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.9.0 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.9.0 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-14 + 1.9.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 1.8.1 + First release + Marcin Bojara + marcin@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.1.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 + + + + + 2015-05-08 + 1.4.1 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-22 + 1.4.1 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.4.1 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.4.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.4.1 + First release + Serdar Soytetir + kaptan@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 + + libvdpau-devel + libva-devel + mesa-devel + libX11-devel + + + libva-vdpau-driver-0.7.4-libvdpau-0.8.patch + libva-vdpau-driver-0.7.4-glext-85.patch + libva-vdpau-driver-0.7.4-drop-h264-api.patch + + x11/driver/vdpau-video/pspec.xml + + + vdpau-video + + libX11 + libvdpau + mesa + + + /usr/lib + /usr/share/doc + + + + + 2015-05-08 + 0.7.4 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-22 + 0.7.4 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 0.7.4 + Rebuild for xorg-server-1.16.0 and libvdpau-0.8 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.7.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-08 + 0.7.4 + Rebuild for xserver 1.15 + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-08 + 0.7.4 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-11-06 + 0.7.4 + Fix deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 0.7.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 0.7.4 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-11 + 0.7.4 + First release + Marcin Bojara + marcin@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. + mirrors://xorg/individual/driver/xf86-video-cirrus-1.5.3.tar.bz2 + + libpciaccess-devel + xorg-server-devel + + x11/driver/xorg-video-cirrus/pspec.xml + + + xorg-video-cirrus + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 1.5.3 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2014-01-23 + 1.5.2 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.5.2 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.5.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.5.2 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.5.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.5.2 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.5.2 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 1.5.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 1.5.1 + First release + Marcin Bojara + marcin@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 + + + git-fixes.patch + + x11/driver/xorg-video-voodoo/pspec.xml + + + xorg-video-voodoo + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-10 + 1.2.5 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 1.2.5 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.2.5 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.2.5 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.2.5 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.2.5 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.2.5 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.2.5 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-12 + 1.2.5 + First release + Marcin Bojara + marcin@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.8.tar.bz2 + + libdrm-devel + mesa-devel + xorg-server-devel + + x11/driver/xorg-video-savage/pspec.xml + + + xorg-video-savage + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-10 + 2.3.8 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 2.3.7 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 2.3.7 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 2.3.7 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 2.3.7 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 2.3.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 2.3.6 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 2.3.6 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-11 + 2.3.6 + First release + Marcin Bojara + marcin@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.8.tar.bz2 + + xorg-server-devel + + x11/driver/xorg-video-siliconmotion/pspec.xml + + + xorg-video-siliconmotion + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-10 + 1.7.8 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 1.7.7 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.7.7 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.7.7 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.7.7 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.7.7 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.7.7 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.7.7 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-11 + 1.7.7 + First release + Marcin Bojara + marcin@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. + mirrors://sourceforge/linuxwacom/xf86-input-wacom/xf86-input-wacom-0.29.0.tar.bz2 + + libXi-devel + libXrandr-devel + xorg-server-devel + libXinerama-devel + eudev-devel + + 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 + + + + + 2015-05-08 + 0.29.0 + Version bump + Ergün Salman + Poyraz76@pisilinux.org + + + 2015-01-23 + 0.24.0 + Version bump + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 0.24.0 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.24.0 + version bump + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 0.23.0 + Rebuild for xserver 1.15. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-08 + 0.23.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 0.22.1 + Fix deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 0.22.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-21 + 0.22.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-21 + 0.21.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 0.17.0 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-11 + 0.17.0 + First release + Marcin Bojara + marcin@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.2.9.tar.bz2 + + xorg-server-devel + + x11/driver/xorg-video-neomagic/pspec.xml + + + xorg-video-neomagic + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-10 + 1.2.9 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2014-01-23 + 1.2.8 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.2.8 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.2.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.2.8 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.2.7 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.2.7 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.2.7 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 1.2.7 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 1.2.7 + First release + Marcin Bojara + marcin@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.3.7.tar.bz2 + + xorg-server-devel + + x11/driver/xorg-video-dummy/pspec.xml + + + xorg-video-dummy + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + + + + + 2015-05-08 + 0.3.7 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2014-01-23 + 0.3.7 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 0.3.7 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.3.7 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 0.3.6 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 0.3.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 0.3.6 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 0.3.6 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 0.3.6 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 0.3.6 + First release + Marcin Bojara + marcin@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.8.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 + + + + + 2015-05-08 + 1.8.0 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-21 + 1.8.0 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.8.0 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.8.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-08 + 1.8.0 + Rebuild for xserver 1.15. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-08 + 1.8.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-25 + 1.7.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.7.0 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.7.0 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-14 + 1.7.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 1.6.2 + First release + Marcin Bojara + marcin@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.6.tar.bz2 + + xorg-server-devel + + + git-fixes.patch + + x11/driver/xorg-video-sisusb/pspec.xml + + + xorg-video-sisusb + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 0.9.6 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 0.9.6 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 0.9.6 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.9.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 0.9.6 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 0.9.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 0.9.6 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 0.9.6 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 0.9.6 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + xorg-video-trident + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org trident video driver + X.Org trident ekran kartı sürücüsü + xorg-video-trident contains the X.Org driver for Trident cards. + xorg-video-trident, Trident ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-trident-1.3.7.tar.bz2 + + xorg-server-devel + + x11/driver/xorg-video-trident/pspec.xml + + + xorg-video-trident + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 1.3.7 + Version bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 1.3.6 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.3.6 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.3.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.3.6 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.3.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.3.6 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.3.6 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 1.3.6 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-12 + 1.3.6 + First release + Marcin Bojara + marcin@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. + mirrors://xorg/individual/driver/xf86-video-mga-1.6.3.tar.bz2 + + libdrm-devel + mesa-devel + xorg-server-devel + + + mga-1.4.5-no-hal-advertising.patch + mga-1.4.12-bigendian.patch + mga-1.6.2-shadowfb.patch + + x11/driver/xorg-video-mga/pspec.xml + + + xorg-video-mga + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 1.6.3 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2014-01-23 + 1.6.3 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.6.3 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.6.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.6.3 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.6.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.6.2 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.6.2 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 1.6.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 1.6.1 + First release + Marcin Bojara + marcin@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. + mirrors://xorg/individual/driver/xf86-video-ati-7.5.0.tar.bz2 + + libdrm-devel + libpciaccess-devel + mesa-devel + pixman-devel + xorg-server-devel + + x11/driver/xorg-video-radeon/pspec.xml + + + xorg-video-radeon + + libdrm-radeon + libpciaccess + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-10 + 7.5.0 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 7.5.0 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-10-18 + 7.5.0 + Version bump + Ergün Salman + poyraz76@pisilinux.org + + + 2014-09-01 + 7.4.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 7.3.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-08 + 7.3.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-02 + 7.1.0 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-11-06 + 7.1.0 + Fix deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 7.1.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 7.1.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 6.14.6 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-11 + 6.14.6 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + xorg-video-apm + http://www.x.org + + 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.2.5.tar.bz2 + + xorg-server-devel + util-macros + xorg-proto + + + git-fix.diff + + x11/driver/xorg-video-apm/pspec.xml + + + xorg-video-apm + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 1.2.5 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-21 + 1.2.5 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.2.5 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.2.5 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.2.5 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.2.5 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.2.5 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.2.5 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 1.2.5 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 1.2.5 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + xorg-video-glint + http://www.x.org + + PisiLinux Community + admins@pisilinux.org + + MIT + driver + x11.driver + X.Org glint video driver + X.Org glint ekran kartı sürücüsü + xorg-video-glint contains the X.Org driver for 3DLabs Permedia cards. + xorg-video-glint, 3DLabs Permedia ekran kartları için X.Org sürücüsünü içerir. + mirrors://xorg/individual/driver/xf86-video-glint-1.2.8.tar.bz2 + + libdrm-devel + mesa-devel + xorg-server-devel + + + git-fix.diff + + x11/driver/xorg-video-glint/pspec.xml + + + xorg-video-glint + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 1.2.8 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2014-01-23 + 1.2.8 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.2.8 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.2.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.2.8 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.2.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.2.8 + Rebuild + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.2.8 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 1.2.8 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 1.2.8 + First release + Marcin Bojara + marcin@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.5.tar.bz2 + + xorg-server-devel + + + git-fixes.patch + + 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 + + + + + 2015-05-08 + 4.2.5 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 4.2.5 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 4.2.5 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 4.2.5 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 4.2.5 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 4.2.5 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 4.2.5 + Rebuild + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 4.2.5 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 4.2.5 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 4.2.5 + First release + Marcin Bojara + marcin@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.3.3.tar.bz2 + + xorg-server-devel + + x11/driver/xorg-video-vesa/pspec.xml + + + xorg-video-vesa + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-08 + 2.3.3 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-23 + 2.3.3 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 2.3.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 2.3.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 2.3.2 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 2.3.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 2.3.2 + Rebuild + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 2.3.2 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-03 + 2.3.2 + Fix build with xorg-server-1.14.x + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-11 + 2.3.2 + First release + Marcin Bojara + marcin@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.2.0.tar.bz2 + + xorg-server-devel + + + xorg-x11-drv-v4l-support_v4l2_only_drivers.patch + xf86-video-v4l-0.2.0-build-fix.patch + + x11/driver/xorg-video-v4l/pspec.xml + + + xorg-video-v4l + + xorg-server + + + /usr/lib/xorg + /usr/share/doc + /usr/share/man + + + + + 2015-05-15 + 0.2.0 + Release bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-01-23 + 0.2.0 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 0.2.0 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.2.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 0.2.0 + Rebuild for xserver 1.15. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 0.2.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 0.2.0 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 0.2.0 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-05-31 + 0.2.0 + First release + Erdem Artan + admins@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 + 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 + + + + xorg-input-acecad-devel + Development files for ececad driver + acecad sürücüsü için geliştirme dosyaları + + xorg-input-acecad + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-05-08 + 1.5.0 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-22 + 1.5.0 + Rebuild for xorg-server-1.16.3 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 1.5.0 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.5.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-08 + 1.5.0 + First release + Yusuf Aydemir + yusuf.aydemir@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. + mirrors://xorg/individual/driver/xf86-video-intel-2.99.917.tar.bz2 + + 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 + + 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 + + + /usr/bin + /usr/lib + /usr/libexec + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2015-05-10 + 2.99.917 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-21 + 2.99.917 + Version bump. + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-09-01 + 2.99.914 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 2.99.911 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-03-12 + 2.21.15 + Add xserver 1.15 xompat patch. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 2.21.15 + Version bump for xorg-server 1.15. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-06 + 2.21.9 + Fix deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 2.21.9 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 2.21.9 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 2.21.6 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-08 + 2.21.6 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-11 + 2.20.9 + First release + Marcin Bojara + marcin@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.2.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 + + + + + 2015-05-08 + 1.6.2 + Release bump. + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-22 + 1.6.2 + Rebuild for xorg-server-1.16.3 + Ergün Salman + poyraz76@pisilinux.org + + + 2014-09-01 + 1.6.2 + Rebuild for xorg-server-1.16.0 + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.6.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 1.6.2 + Rebuild for xserver 1.15. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.6.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.6.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-29 + 1.6.1 + build for xorg 1.14 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-05-30 + 1.6.1 + First release + Erdem Artan + admins@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. + mirrors://sourceforge/scim/scim-1.4.14.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 + + + /etc + /usr/bin + /usr/lib/scim-1.0 + /usr/share/scim + /usr/share/doc + /usr/share/locale + + + scim.session + scim.env + + + + scim-libs + Libraries of SCIM + + libX11 + libgcc + 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 + + + + + 2014-05-16 + 1.4.14 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-11 + 1.4.14 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-08-25 + 1.4.14 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-02 + 1.4.14 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXau + http://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Au de X.Org. + X.Org Au library + X.Org Au kitaplığı. + X.Org Au Bibliothek + libXau provides functions to manage X authorization files + libXau, X yetkilendirme dosyalarını yönetmek için işlevler sağlar. + http://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.8.tar.gz + + util-macros + xorg-proto + + + visibility.patch + + x11/library/libXau/pspec.xml + + + libXau + + /usr/lib + + + + libXau-devel + Development files for libXau + libXau için geliştirme dosyaları + + libXau + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libXau-32bit + 32-bit shared libraries for libXau + libXau için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + glibc-32bit + + + glibc-32bit + + + /usr/lib32 + + + + + 2014-06-01 + 1.0.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.0.8 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-06-21 + 1.0.8 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-08-23 + 1.0.7 + First release + PisiLinux Community + admins@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 + glibc-32bit + + + /usr/lib32 + + + + + 2015-11-13 + 1.0.3 + Release bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-05-16 + 1.0.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.0.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.0.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-27 + 1.0.2 + Move pc files to devel pack, rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-07-27 + 1.0.2 + Move .pc files to devel package + Fatih Turgel + hitaf@pisilinux.org + + + 2013-06-21 + 1.0.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-15 + 1.0.1 + 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.0.0.tar.gz + + mesa-devel + mesa-glu-devel + libX11-devel + libXi-devel + libXxf86vm-devel + libXext-devel + libXrandr-devel + cmake + + x11/library/freeglut/pspec.xml + + + freeglut + + mesa + 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 + + + + freeglut-32bit + 32-bit shared libraries for freeglut + freeglut için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + mesa-32bit + mesa-glu-32bit + libXi-32bit + libX11-32bit + libXxf86vm-32bit + libXrandr-32bit + + + freeglut + glibc-32bit + mesa-32bit + libXi-32bit + libXxf86vm-32bit + libX11-32bit + libXrandr-32bit + + + /usr/lib32 + + + + + 2015-04-27 + 3.0.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-16 + 2.8.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-25 + 2.8.1 + rebuild unused + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-08 + 2.8.1 + verbump to 2.8.1 , Rebuild, clean emul32 installation. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-25 + 2.8.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-13 + 2.8.0 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXcomposite + http://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.4.tar.bz2 + + 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 + + + /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 + glibc-32bit + + + libXcomposite + libX11-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2014-05-16 + 0.4.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 0.4.4 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 0.4.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-17 + 0.4.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-22 + 0.4.3 + First release + Marcin Bojara + marcin@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. + http://wayland.freedesktop.org/releases/wayland-1.9.0.tar.xz + + libffi-devel + expat-devel + + x11/library/wayland/pspec.xml + + + wayland + + expat + + + /usr/bin + /usr/share/doc/ + /usr/share/aclocal + /usr/share/wayland + /usr/share/man + + + + 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 + + wayland + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/pkgconfig + + + + wayland-32bit + 32-bit shared libraries for wayland + emul32 + emul32 + + libffi-32bit + glibc-32bit + expat-32bit + + + wayland + expat-32bit + libffi-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2015-11-05 + 1.9.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-02-16 + 1.7.0 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-09-25 + 1.6.0 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-07-06 + 1.5.0 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-05-16 + 1.4.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-13 + 1.4.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-27 + 1.2.1 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-11-06 + 1.2.1 + Fix deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-31 + 1.2.1 + First release. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libXrender + http://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.9.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 + + + /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 + + glibc-32bit + libX11-32bit + + + libXrender + glibc-32bit + libX11-32bit + + + /usr/lib32 + + + + + 2015-08-15 + 0.9.9 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-16 + 0.9.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 0.9.8 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 0.9.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 0.9.8 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 0.9.7 + First release + Erdem Artan + admins@pisilinux.org + + + + + + libxkbfile + http://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.0.9.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 + + + + + 2015-08-15 + 1.0.9 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-16 + 1.0.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.0.8 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.0.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.0.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.0.8 + First release + Erdem Artan + admins@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 + ghostscript-devel + + 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 + + + + + 2016-01-09 + 1.4 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-10-07 + 1.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-05-27 + 1.2 + V.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-05-27 + 1.0 + First release + erdinc gültekin + admins@pisilinux.org + + + + + + xcb-util + http://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 + glibc-32bit + + + xcb-util + libxcb-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2015-12-13 + 0.4.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2013-10-07 + 0.3.9 + Clean actions.py emul32 build. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 0.3.9 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 0.3.9 + First release + Erdem Artan + admins@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 + + 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 + + + + + 2015-04-07 + 0.9.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libXt + http://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.1.5.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 + + glibc-32bit + libX11-32bit + libSM-32bit + + + glibc-32bit + libXt + libX11-32bit + libSM-32bit + libICE-32bit + + + /usr/lib32 + + + + + 2015-08-15 + 1.1.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-16 + 1.1.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.1.4 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.1.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 1.1.4 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-06-21 + 1.1.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.1.3 + First release + Erdem Artan + admins@pisilinux.org + + + + + + libXrandr + http://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.0.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 + + + /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 + + glibc-32bit + libX11-32bit + libXext-32bit + libXrender-32bit + + + libXrandr + glibc-32bit + libX11-32bit + libXext-32bit + libXrender-32bit + + + /usr/lib32 + + + + + 2015-08-15 + 1.5.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-09-15 + 1.4.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.4.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-07 + 1.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-07 + 1.4.1 + Revert back to 1.4.1. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-12 + 1.4.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.4.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 1.4.1 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-06-21 + 1.4.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-22 + 1.4.0 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + pixman + http://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.32.6.tar.bz2 + 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 + + glibc-32bit + + + pixman + glibc-32bit + + + /usr/lib32 + + + + + 2014-08-31 + 0.32.6 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.32.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-07 + 0.32.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-07 + 0.30.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-12 + 0.30.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 0.30.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 0.30.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-22 + 0.28.0 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXfont + http://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.1.tar.bz2 + + libfontenc-devel + util-macros + freetype-devel + xorg-proto + xtrans + zlib-devel + freetype-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 + + + + + 2015-08-15 + 1.5.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-08-31 + 1.5.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-17 + 1.4.7 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-07 + 1.4.7 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-07 + 1.4.6 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.4.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 1.4.6 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-22 + 1.4.5 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXtst + http://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.2.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 + glibc-32bit + + + libX11-32bit + libXext-32bit + glibc-32bit + libXtst + + + /usr/lib32 + + + + libXtst-devel + Development files for libXtst + libXtst için geliştirme dosyaları + + libXi-devel + libXext-devel + libXtst + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/aclocal + /usr/share/doc/*/*.xml + /usr/share/man + + + + + 2014-05-16 + 1.2.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-19 + 1.2.2 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-08-25 + 1.2.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.2.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.2.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.2.1 + First release + Erdem Artan + admins@pisilinux.org + + + + + + libXfixes + http://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-5.0.1.tar.bz2 + + xorg-proto + libX11-devel + util-macros + + x11/library/libXfixes/pspec.xml + + + libXfixes + + /usr/lib + /usr/share/doc + + + + libXfixes-devel + Development files for libXfixes + libXfixes için geliştirme dosyaları + + libXfixes + libX11-devel + + + /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 + glibc-32bit + + + libXfixes + libX11-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2014-05-16 + 5.0.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 5.0.1 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 5.0.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-27 + 5.0.1 + Move pc files to devel pack, rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-07-27 + 5.0.1 + Move .pc files to devel package + Fatih Turgel + hitaf@pisilinux.org + + + 2013-06-21 + 5.0.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 5.0 + First release + Erdem Artan + admins@pisilinux.org + + + + + + xcb-util-keysyms + http://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 + + 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 + glibc-32bit + + + xcb-util-keysyms + libxcb-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2015-12-13 + 0.4.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2014-05-16 + 0.3.9 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 0.3.9 + Clean actions.py emul32 build. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 0.3.9 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-08 + 0.3.9 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + xcb-util-cursor + http://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. + http://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.2.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 + glibc-32bit + xcb-util-image-32bit + xcb-util-renderutil-32bit + + + glibc-32bit + libxcb-32bit + xcb-util-image-32bit + xcb-util-renderutil-32bit + + + /usr/lib32 + + + + + 2015-08-26 + 0.1.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + 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. + http://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.1.tar.gz + + 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 + + glibc-32bit + libXext-32bit + + + libvdpau + glibc-32bit + libXext-32bit + + + /usr/lib32 + + + + + 2015-11-20 + 1.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-01-22 + 0.9 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-09-01 + 0.8 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.7 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-20 + 0.7 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-10-07 + 0.7 + Version bump, clean actions.py. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 0.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-06 + 0.6 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-10 + 0.5 + First release + Marcinn Bojara + marcin@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. + ftp://ftp.freedesktop.org/pub/mesa/older-versions/10.x/10.5.5/mesa-10.5.5.tar.gz + + llvm + llvm-libs + llvm-clang-devel + xorg-proto + expat-devel + libdrm-devel + libXext-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 + python-mako + libxshmfence-devel + + x11/library/mesa/pspec.xml + + + mesa + + alternatives + llvm-libs + llvm-clang + libX11 + libgcc + libxcb + expat + libdrm + libXext + libXfixes + libXdamage + libXxf86vm + libXv + libXvMC + libdrm-intel + libdrm-radeon + libdrm-nouveau + wayland-client + wayland-server + libxshmfence + + + /etc + /usr/bin + /usr/lib + /usr/share/doc + + + System.Package + + + drirc + + + + mesa-devel + Development files for mesa + mesa için geliştirme dosyaları + + libdrm-devel + libXext-devel + wayland-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 + + expat-32bit + libXt-devel + libXv-32bit + libX11-32bit + libcap-32bit + libdrm-32bit + libXext-32bit + libXvMC-32bit + eudev-32bit + wayland-32bit + libvdpau-32bit + libXfixes-32bit + libXdamage-32bit + libXxf86vm-32bit + libdrm-intel-32bit + libdrm-radeon-32bit + libdrm-nouveau-32bit + libxshmfence-32bit + + + alternatives + glibc-32bit + libgcc + libxcb-32bit + expat-32bit + libX11-32bit + libdrm-32bit + libxcb-32bit + libXext-32bit + wayland-32bit + libXfixes-32bit + libXdamage-32bit + libXxf86vm-32bit + libXv-32bit + libXvMC-32bit + libdrm-intel-32bit + libxshmfence-32bit + libdrm-radeon-32bit + libdrm-nouveau-32bit + wayland-32bit + mesa + + + /usr/lib32 + + + System.Package + + + + + 2016-01-10 + 10.5.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-05 + 10.5.4 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2015-01-28 + 10.4.3 + Version bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2015-01-20 + 10.4.2 + Version bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2014-09-24 + 10.3.0 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-08-31 + 10.2.6 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-07-08 + 10.1.6 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-05-24 + 10.1.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-16 + 10.1.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-10 + 10.1.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-04-23 + 10.1.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-08 + 10.1.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-06 + 9.2.0 + Fix deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-02 + 9.2.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 9.1.5 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-18 + 9.1.5 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-14 + 9.1.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-01 + 9.1 + add missing dep. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-02-28 + 9.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-04 + 9.0 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXcursor + http://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.1.14.tar.bz2 + + 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 + + glibc-32bit + libX11-32bit + libXfixes-32bit + libXrender-32bit + + + libXcursor + glibc-32bit + libX11-32bit + libXfixes-32bit + libXrender-32bit + + + /usr/lib32 + + + + + 2014-05-16 + 1.1.14 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.1.14 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.1.14 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 1.1.14 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-06-21 + 1.1.14 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.1.13 + First release + Erdem Artan + admins@pisilinux.org + + + + + + libXxf86misc + http://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. + http://source.pisilinux.org/1.0/libXxf86misc-1.0.3.tar.gz + + libXext-devel + libXxf86miscproto-devel + xorg-proto + util-macros + + x11/library/libXxf86misc/pspec.xml + + + libXxf86misc + + libXext + libXxf86miscproto + + + /usr/lib + /usr/share/doc + + + + libXxf86misc-devel + Development files for libXxf86misc + libXxf86misc için geliştirme dosyaları + + libXxf86misc + libXext-devel + libXxf86miscproto-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 + + + + + 2014-05-16 + 1.0.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.0.3 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.0.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 1.0.3 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2012-10-23 + 1.0.3 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libXxf86miscproto + http://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 + + + + + 2014-05-16 + 0.9.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-06 + 0.9.3 + Fix deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-07 + 0.9.3 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 0.9.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-17 + 0.9.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-23 + 0.9.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libXv + http://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.10.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 + + + /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 + + glibc-32bit + libX11-32bit + libXext-32bit + + + libXv + glibc-32bit + libX11-32bit + libXext-32bit + + + /usr/lib32 + + + + + 2014-05-16 + 1.0.10 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.0.10 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-12 + 1.0.10 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.0.9 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 1.0.9 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.0.8 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.0.7 + First release + Erdem Artan + admins@pisilinux.org + + + + + + xcb-util-renderutil + http://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 + + 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 + + glibc-32bit + libxcb-32bit + + + glibc-32bit + libxcb-32bit + + + /usr/lib32 + + + + + 2014-09-01 + 0.3.9 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.3.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 0.3.8 + Clean actions.py emul32 build. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 0.3.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-08 + 0.3.8 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libXaw + http://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.13.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 + glibc-32bit + + + libXaw + libXext-32bit + libXmu-32bit + libXpm-32bit + libXt-32bit + libX11-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2015-08-15 + 1.0.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-16 + 1.0.12 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-07 + 1.0.12 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-07 + 1.0.11 + Revert back to 1.0.11. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-12 + 1.0.12 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.0.11 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-27 + 1.0.11 + Move pc files to devel pack, rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-07-27 + 1.0.11 + Move .pc files to devel package + Fatih Turgel + hitaf@pisilinux.org + + + 2012-11-22 + 1.0.11 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libICE + http://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.9.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 + + glibc-32bit + + + glibc-32bit + libICE + + + /usr/lib32 + + + + + 2014-08-31 + 1.0.9 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.0.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.0.8 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.0.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.0.8 + First release + Erdem Artan + admins@pisilinux.org + + + + + + libXScrnSaver + http://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.2.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 + + glibc-32bit + libX11-32bit + libXext-32bit + + + libXScrnSaver + glibc-32bit + libX11-32bit + libXext-32bit + + + /usr/lib32 + + + + + 2014-05-16 + 1.2.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.2.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.2.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.2.2 + First release + Erdem Artan + admins@pisilinux.org + + + + + + libdmx + http://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.3.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 + + + + + 2014-05-16 + 1.1.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.1.3 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.1.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.1.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.1.2 + First release + Erdem Artan + admins@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.2.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 + + + + + 2016-02-21 + 1.6.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.6.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.6.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-26 + 1.6.2 + Release bump for rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-06-01 + 1.6.2 + First release + Erdem Artan + admins@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. + http://dri.freedesktop.org/libdrm/libdrm-2.4.60.tar.bz2 + + libpciaccess-devel + + x11/library/libdrm/pspec.xml + + + libdrm + + libpciaccess + + + /etc + /usr/lib/libdrm.* + /lib/udev/rules.d + /usr/share/doc + /usr/share/man + + + 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.* + + + + libkms + Userspace library for kernel mode setting + Çekirdekteki ekran modu değiştirme servisleri için kullanıcı düzeyi arayüz + + libdrm + + + /usr/lib/libkms.* + + + + libdrm-devel + Development files for libdrm + libdrm için geliştirme dosyaları + + libdrm + libdrm-intel + libdrm-nouveau + libdrm-radeon + libkms + + + /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 + + glibc-32bit + libpciaccess-32bit + + + libdrm + glibc-32bit + 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.* + + + + libkms-32bit + 32-bit shared libraries for libkms + libkms için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libkms + libdrm-32bit + + + /usr/lib32/libkms.* + + + + + 2015-10-18 + 2.4.60 + Version bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2015-01-28 + 2.4.59 + Version bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2014-10-18 + 2.4.58 + Version bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2014-09-08 + 2.4.56 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 2.4.54 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-03-07 + 2.4.52 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-07 + 2.4.46 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 2.4.46 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-13 + 2.4.46 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-28 + 2.4.42 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-22 + 2.4.40 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXdmcp + http://x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie Xdmcp de X.Org. + X.Org Xdmcp library + X.Org Xdmcp kitaplığı. + X.Org Xdmcp Bibliothek + LibXdmcp is the X Display Manager Control Protocol library. + LibXdmcp, X Ekran Yöneticisi Denetim Protokolü kitaplığıdır. + http://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.1.2.tar.bz2 + + libxslt + util-macros + xorg-proto + libbsd-devel + + x11/library/libXdmcp/pspec.xml + + + libXdmcp + + libbsd + + + /usr/lib + /usr/share/doc + + + + libXdmcp-devel + Development files for libXdmcp + libXdmcp için geliştirme dosyaları + + xorg-proto + libXdmcp + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/doc/*/*.xml + + + + libXdmcp-32bit + 32-bit shared libraries for libXdmcp + libXdmcp için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + glibc-32bit + + + libXdmcp + glibc-32bit + + + /usr/lib32 + + + + + 2015-06-06 + 1.1.2 + Runtime dep fixed. + Osman Erkan + osman.erkan@yandex.com + + + 2015-05-22 + 1.1.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-11 + 1.1.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-08 + 1.1.1 + Rebuild, clean actions.py. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-08-23 + 1.1.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libFS + http://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.7.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 + + + + + 2015-08-15 + 1.0.7 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-16 + 1.0.6 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-10-07 + 1.0.5 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.0.5 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.0.5 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.0.4 + First release + Erdem Artan + admins@pisilinux.org + + + + + + libXvMC + http://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.8.tar.bz2 + + 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 + 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 + + + + + 2014-05-16 + 1.0.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-19 + 1.0.8 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-11-06 + 1.0.8 + Fix deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-07 + 1.0.8 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-02 + 1.0.8 + Split 32bit. + PisiLinux Community + admins@pisilinux.org + + + 2013-08-25 + 1.0.8 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 1.0.8 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-06-21 + 1.0.8 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.0.7 + First release + Erdem Artan + admins@pisilinux.org + + + + + + 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://github.com/anholt/libepoxy/archive/v1.2.tar.gz + + libX11-devel + mesa-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 + + + /usr/include + /usr/lib/pkgconfig + + + + libepoxy-32bit + 32-bit shared libraries for libeproxy + emul32 + emul32 + + glibc-32bit + libX11-32bit + mesa-32bit + + + glibc-32bit + + + /lib32 + /usr/lib32 + + + + + 2015-05-27 + 1.2 + First release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libXft + http://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.2.tar.bz2 + + 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 + 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 + glibc-32bit + + + libXft + freetype-32bit + fontconfig-32bit + libXrender-32bit + zlib-32bit + libX11-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2014-08-31 + 2.3.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 2.3.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-01 + 2.3.1 + Rebuild for freetype. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-07 + 2.3.1 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 2.3.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-22 + 2.3.1 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXpm + http://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.11.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 + glibc-32bit + + + libXpm + libXext-32bit + libXt-32bit + libX11-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2014-05-16 + 3.5.11 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-07 + 3.5.11 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-12 + 3.5.10 + Revert back to 3.5.10. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-12 + 3.5.11 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 3.5.10 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 3.5.10 + First release + Erdem Artan + admins@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.0.tar.gz + + mesa-devel + libgcc + + x11/library/mesa-glu/pspec.xml + + + mesa-glu + + mesa + 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 + + mesa-32bit + libgcc + glibc-32bit + + + mesa-glu + mesa-32bit + libgcc + glibc-32bit + + + /usr/lib32 + + + + + 2015-01-22 + 9.0.0 + Release bump. + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-05-16 + 9.0.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 9.0.0 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 9.0.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-13 + 9.0.0 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libX11 + http://www.x.org/ + + PisiLinux Community + admins@pisilinux.org + + MIT + library + x11.library + Librairie X11 de X.Org. + X.Org X11 library + X.Org X11 kitaplığı + X.Org X11 Bibliothek + Core X11 protocol client library. + mirrors://xorg/individual/lib/libX11-1.6.3.tar.bz2 + + libxcb-devel + xorg-proto + util-macros + xtrans + + x11/library/libX11/pspec.xml + + + libX11 + + libxcb + + + /usr/lib/libX11* + /usr/lib/X11 + /usr/share/X11 + /usr/share/doc/libX11 + + + + libX11-devel + Development files for X11 library + libX11 için geliştirme dosyaları + + libX11 + libxcb-devel + xorg-proto + + + /usr/include/X11 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man + + + + libX11-32bit + 32-bit shared libraries for libX11 + libX11 için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libxcb-32bit + glibc-32bit + + + libX11 + libxcb-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2015-05-22 + 1.6.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-11 + 1.6.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.6.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-12 + 1.6.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 1.6.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.6.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-24 + 1.5.0 + First release + Serdar Soytetir + kaptan@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 + http://www.freedesktop.org/software/libevdev/libevdev-1.3.2.tar.xz + + 0001-Revert-Drop-deprecated-functions.patch + 0001-Revert-Drop-some-leftover-deprecated-constants.patch + + x11/library/libevdev/pspec.xml + + + libevdev + + /usr/bin + /usr/lib + /usr/include + /usr/share + /usr/share/doc + + + + + 2015-01-25 + 1.3.2 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-05-16 + 1.2 + version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-01-30 + 0.6 + Revert back to 0.6 version. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-30 + 0.9.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-10-11 + 0.4 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libXext + http://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.3.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 + glibc-32bit + + + libXext + libX11-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2014-08-31 + 1.3.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.3.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.3.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.3.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.3.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.3.1 + First release + Erdem Artan + admins@pisilinux.org + + + + + + libpciaccess + http://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.13.4.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 + + glibc-32bit + + + glibc-32bit + libpciaccess + + + /usr/lib32 + + + + + 2015-05-05 + 0.13.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.13.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 0.13.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 0.13.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-21 + 0.13.2 Version bump. Marcin Bojara marcin@pisilinux.org 2013-06-01 - 1.8 - Cosmetics Fixed - Serdar Soytetir - kaptan@pisilinux.org + 0.13.1 + rebuild + Erdinc Gültekin + erdincgultekin@pisilinux.org - 2012-10-20 - 1.8 + 2012-11-22 + 0.13.1 First release - Serdar Soytetir - kaptan@pisilinux.org + Marcin Bojara + marcin@pisilinux.org - usbmuxd - http://marcansoft.com/blog/iphonelinux/usbmuxd + libXdamage + http://www.x.org/ PisiLinux Community admins@pisilinux.org - GPLv2 - LGPLv2.1 - service + MIT 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. - http://www.libimobiledevice.org/downloads/libusbmuxd-1.0.9.tar.bz2 + 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.4.tar.bz2 - libplist-devel + libXfixes-devel + util-macros - hardware/mobile/usbmuxd/pspec.xml + x11/library/libXdamage/pspec.xml - usbmuxd + libXdamage - libplist - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/sbin - /lib/udev/rules.d - - - - usbmuxd-devel - Development files for usbmuxd - usbmuxd için geliştirme dosyaları - - usbmuxd - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-05-24 - 1.0.9 - Rebuild for gcc. - PisiLinux Community - admins@pisilinux.org - - - 2014-04-15 - 1.0.9 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-20 - 1.0.8 - First release - Serdar Soytetir - kaptan@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 - http://www.libimobiledevice.org/downloads/libimobiledevice-1.1.7.tar.bz2 - - gnutls-devel - usbmuxd-devel - libplist-devel - libtasn1-devel - libgcrypt-devel - - hardware/mobile/libimobiledevice/pspec.xml - - - libimobiledevice - - gnutls - usbmuxd - libplist - libtasn1 - libgcrypt - - - /usr/lib - /usr/bin - /usr/share/man/man1 - /usr/share/doc/libimobiledevice - - - - libimobiledevice-devel - Development files for libimobiledevice - - gnutls-devel - usbmuxd-devel - libplist-devel - libtasn1-devel - libgcrypt-devel - libimobiledevice - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-01-25 - 1.1.7 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-05-24 - 1.1.6 - Rebuild for gcc. - PisiLinux Community - admins@pisilinux.org - - - 2014-04-15 - 1.1.6 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-04-04 - 1.1.5 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-04-12 - 1.1.4 - Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-03-18 - 1.1.4 - fix cython disagreement - Erdinç Gültekin - admins@pisilinux.org - - - 2012-10-20 - 1.1.4 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - nvidia-settings - http://www.nvidia.com - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - hardware.graphics - The NVIDIA X Server Settings tool - NVIDIA X Sunucusu ayarlama aracı - The nvidia-settings utility is a tool for configuring the NVIDIA graphics driver. It operates by communicating with the NVIDIA X driver, querying and updating state as appropriate. - nvidia-settings aracı NVIDIA grafik sürücülerini ayarlamak için kullanılan bir araçtır. NVIDIA X sürücüsü ile iletişime geçerek çalışır, durum bilgisini gerekli olduğu gibi uygular, günceller. - nvidia-settings - ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-355.11.tar.bz2 - - atk-devel - gtk3-devel - cairo-devel - fontconfig-devel - gtk2-devel - libXext-devel - libXv-devel - gdk-pixbuf-devel - mesa-devel - libvdpau-devel - - hardware/graphics/nvidia-settings/pspec.xml - - - nvidia-settings - - atk - cairo - glib2 + libXfixes libX11 - freetype - fontconfig - gtk2 - libXext - libXv - gdk-pixbuf - libXxf86vm - pango - /usr/bin - /etc/X11/Xsession.d /usr/lib - /usr/share/applications - /usr/share/pixmaps - /usr/share/man - /usr/share/doc - - - nvidia-settings.desktop - nvidia-settings.png - 21-nvidia-settings.sh - - - - - 2015-11-20 - 355.11 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-16 - 349.16 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-03-31 - 349.12 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-03-13 - 346.47 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-01-22 - 346.35 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-10-24 - 343.22 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-05-29 - 337.19 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-08 - 334.21 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-21 - 331.20 - Version bump. - Richard de Bruin - richdb@pisilinux.org - - - 2013-03-06 - 313.26 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-30 - 313.18 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - nvidia-xconfig - http://www.nvidia.com - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - hardware.graphics - The NVIDIA X Configuration Tool - NVIDIA X yapılandırma araçı - The NVIDIA X Configuration Tool - NVIDIA X yapılandırma araçı - ftp://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-355.11.tar.bz2 - hardware/graphics/nvidia-xconfig/pspec.xml - - - nvidia-xconfig - - /usr/bin - /usr/share/man - /usr/share/doc - - - nvidia-bug-report.sh - - - - - 2015-11-20 - 355.11 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-16 - 349.16 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-03-31 - 349.12 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-03-13 - 346.47 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-01-22 - 346.35 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-10-24 - 343.22 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-03-08 - 337.19 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-08 - 334.21 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-21 - 331.20 - Version bump. - Richard de Bruin - richdb@pisilinux.org - - - 2013-03-30 - 313.26 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-29 - 313.18 - First release - Yusuf Aydemir - yusuf.aydemir@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://www.codon.org.uk/~mjg59/vbetool/download/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 - - - - - 2014-05-24 - 1.1 - Rebuild for gcc. - PisiLinux Community - admins@pisilinux.org - - - 2010-10-13 - 1.1 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - 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. - http://source.pisilinux.org/1.0/btrfs-progs-v4.1.2.tar.xz - - xmlto - asciidoc - lzo-devel - zlib-devel - libutil-linux-devel - util-linux - libxslt - e2fsprogs-devel - - hardware/disk/btrfs-progs/pspec.xml - - - btrfs-progs - - lzo - zlib - libutil-linux - e2fsprogs - - - /usr/bin - /usr/lib - /usr/share/man /usr/share/doc - btrfs-progs-devel - Development files for btrfs-progs + libXdamage-devel + Development files for libXdamage + libXdamage için geliştirme dosyaları - btrfs-progs + libXdamage + libXfixes-devel + libX11-devel - /usr/include - - - - - 2015-07-20 - 4.1.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-23 - 3.19.1 - Version bump, fix deps - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-12-23 - 3.17.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-30 - 3.14.2 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-01-19 - 3.12 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-01-19 - 0.19.20121005 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-11-13 - 0.19.20121005 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - 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. - http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2015.3.14.tgz - - fuse-devel - libutil-linux-devel - - hardware/disk/ntfs-3g/pspec.xml - - - ntfs-3g - - fuse - - - /bin - /sbin - /lib - /usr/lib - /usr/include + /usr/include/X11 /usr/lib/pkgconfig - /usr/share/hal/fdi - /usr/share/doc/ntfs-3g - /usr/share/man/man8/mount* - /usr/share/man/man8/ntfs-3g* + /usr/lib32/pkgconfig - 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 + libXdamage-32bit + 32-bit shared libraries for libXdamage + libXdamage için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + glibc-32bit + libX11-32bit + libXfixes-32bit + - ntfs-3g - fuse - libutil-linux + glibc-32bit + libXdamage + libXfixes-32bit + libX11-32bit - /sbin/mkfs.ntfs - /usr/bin - /usr/sbin - /usr/share/doc/ntfsprogs - /usr/share/man/man8 + /usr/lib32 + + 2014-05-16 + 1.1.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + - 2016-01-30 - 2015.3.14 - Version bump, fix mount ntfs part and disk. - Ertuğrul Erata - ertugrulerata@gmail.com + 2014-02-20 + 1.1.4 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org - 2014-12-13 - 2014.2.15 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + 2013-10-07 + 1.1.4 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org - 2014-05-11 - 2013.1.13 + 2013-08-25 + 1.1.4 Release bump. Marcin Bojara marcin@pisilinux.org - 2013-10-30 - 2013.1.13 + 2013-07-30 + 1.1.4 Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + PisiLinux Community + admins@pisilinux.org - 2013-01-30 - 2013.1.13 + 2013-02-17 + 1.1.4 Version bump. Marcin Bojara marcin@pisilinux.org - 2012-11-14 - 0.0_2012.01.15 + 2012-06-01 + 1.1.3 First release - PisiLinux Community + Erdem Artan admins@pisilinux.org - libisofs - http://libburnia-project.org + libxcb + http://xcb.freedesktop.org/ - Pisi Linux Admins + PisiLinux Community admins@pisilinux.org - GPLv2 + MIT 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.4.2.tar.gz + x11.library + The X protocol C-language Binding (XCB) + X protokolü için C dili bağlayıcısı (XCB) + The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility. + http://xcb.freedesktop.org/dist/libxcb-1.11.1.tar.bz2 - 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 - - - - - 2016-01-26 - 1.4.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-01-15 - 1.2.6 - First release - Ertan Güven - ertan@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. - http://sg.danny.cz/sg/p/sg3_utils-1.41.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 - - - - - 2015-08-19 - 1.41 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-25 - 1.38 - Version bump - Kamil Atlı - suvarice@gmail.com - - - 2012-11-14 - 1.34 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - fuse-exfat - http://code.google.com/p/exfat/ - - 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.2.3/fuse-exfat-1.2.3.tar.gz - - exfat-utils - fuse-devel - - hardware/disk/fuse-exfat/pspec.xml - - - fuse-exfat - - fuse - exfat-utils - - - /usr/bin - /usr/sbin - /usr/share/man - /usr/share/doc - - - - - 2016-01-27 - 1.2.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2014-09-10 - 1.1.0 - First release - PisiLinux Community - admin@pisilinux.org - - - - - - 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/6.4/smartmontools-6.4.tar.gz - - libutil-linux-devel - libcap-ng-devel - - hardware/disk/smartmontools/pspec.xml - - - smartmontools - - libgcc - libcap-ng - - - /etc - /lib/systemd/system - /usr/sbin - /usr/share/doc - /usr/share/man - /usr/share/smartmontools - - - System.Service - - - smartmontools.sysconf - - - - - 2016-01-26 - 6.4 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2015-01-16 - 6.0 - configured without "/lib/systemd/system" - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-03-09 - 6.0 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2012-11-14 - 6.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - parted - http://www.gnu.org/software/parted - - PisiLinux Community - admins@pisilinux.org - - GPLv3+ - 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. - http://ftp.gnu.org.ua/gnu/parted/parted-3.2.tar.xz - - libutil-linux-devel - device-mapper-devel - readline-devel - - hardware/disk/parted/pspec.xml - - - parted - - libutil-linux - ncurses - device-mapper - readline - util-linux - - - /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 - - - - - 2014-08-09 - 3.2 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-25 - 3.1 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2014-02-02 - 3.1 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2012-10-05 - 3.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - thin-provisioning-tools - http://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://codeload.github.com/jthornber/thin-provisioning-tools/tar.gz/v0.6.0 - - 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/ - - - - - 2016-01-31 - 0.6.0 - First Build - Ali Algul - alialgul@pisilinux.org - - - - - - libatasmart - http://git.0pointer.de/?p=libatasmart.git - - 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 - - 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 - - - - - 2014-05-25 - 0.19 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2014-01-29 - 0.19 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-10-02 - 0.19 - First release - PisiLinux Community - 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_5/sshfs-fuse-2.5.tar.gz - - fuse-devel - glib2-devel - - hardware/disk/sshfs/pspec.xml - - - sshfs - - fuse - glib2 - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2016-01-27 - 2.5 - Rebuild and check. - Stefan Gronewold - groni@pisilinux.org - - - 2014-12-13 - 2.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-09 - 2.4 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2012-11-14 - 2.4 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - 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.1/gptfdisk-1.0.1.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 - - - - - 2015-10-28 - 1.0.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-09-11 - 1.0.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-04 - 0.8.10 - First Release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - fsarchiver - http://www.fsarchiver.org/Main_Page - - 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.6.21/fsarchiver-0.6.21.tar.gz - - lzo-devel - xz-devel - zlib-devel - bzip2 - e2fsprogs-devel - libgcrypt-devel - attr-devel - libutil-linux-devel - - hardware/disk/fsarchiver/pspec.xml - - - fsarchiver - - lzo - xz - zlib - bzip2 - e2fsprogs - libgcrypt - libutil-linux - - - /usr/sbin - /usr/share/man - /usr/share/doc - - - - - 2016-01-27 - 0.6.21 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2014-04-07 - 0.6.19 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-22 - 0.6.18 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-02-28 - 0.6.17 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-13 - 0.6.15 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - exfat-utils - http://code.google.com/p/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.2.3/exfat-utils-1.2.3.tar.gz - hardware/disk/exfat-utils/pspec.xml - - - exfat-utils - - /usr/share/man - /usr/share/doc - /usr/bin - /usr/sbin - - - - - 2016-01-27 - 1.2.3 - Version bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-09-10 - 1.1.0 - Version bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-01-23 - 1.0.1 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-12-15 - 1.0.1 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - dmraid - http://people.redhat.com/~heinzm/sw/dmraid - - 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 - - - - - 2014-02-17 - 1.0.0_rc16 - Release. - PisiLinux Community - admins@pisilinux.org - - - 2013-03-15 - 1.0.0_rc16 - V.Bump - PisiLinux Community - admins@pisilinux.org - - - 2010-10-13 - 1.0.0_rc15 - First release - Pisi Linux Admins - admins@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. - http://udisks.freedesktop.org/releases/udisks-2.1.6.tar.bz2 - - tr.po - - - gtk-doc - acl-devel - glib2-devel - polkit-devel - libgudev-devel - parted-devel - libatasmart-devel - device-mapper-devel - lvm2-devel - gobject-introspection-devel - sg3_utils-devel - ntfsprogs - dosfstools - docbook-xsl + libXau-devel + libXdmcp-devel libxslt - intltool + util-macros + xcb-proto - udisks-2.x-ntfs-3g.patch + libxcb-1.1-no-pthread-stubs.patch - hardware/disk/udisks2/pspec.xml + x11/library/libxcb/pspec.xml - udisks2 + libxcb - acl - glib2 - polkit - libgudev - lvm2 - mdadm - parted - libatasmart - device-mapper - ntfsprogs - dosfstools - sg3_utils + libXau + libXdmcp + glibc - /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/gtk-doc/ - /usr/share/locale - /usr/share/polkit-1/ /usr/share/man - /var/lib/ - /run/udisks - /usr/share/dbus-1/interfaces/*.xml + /usr/share/doc - udisks2-devel - Development files for udisks2 - udisks için geliştirme dosyaları + libxcb-devel + Development files for libxcb + libxcb için geliştirme dosyaları - udisks2 + libxcb + libXau-devel + libXdmcp-devel - /usr/include + /usr/include/xcb /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + pthread-stubs.pc + + + + libxcb-32bit + 32-bit shared libraries for libxcb + libxcb için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + libXau-32bit + libXdmcp-32bit + glibc-32bit + + + libxcb + libXau-32bit + libXdmcp-32bit + glibc-32bit + + + /usr/lib32 - - 2016-01-26 - 2.1.6 - Rebuild for libgudev - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-12-27 - 2.1.6 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-19 - 2.1.6 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-07 - 2.1.4 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-05-25 - 2.1.3 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - 2014-04-05 - 2.1.3 - add builddep docbook-xsl. - Ertuğrul Erata - ertugrulerata@gmail.com + 2015-12-13 + 1.11.1 + Version bump. + Kamil Atlı + suvari@pisilinux.org - 2014-03-29 - 2.1.3 + 2015-05-22 + 1.11 Version bump. Marcin Bojara marcin@pisilinux.org - 2014-01-20 - 2.1.1 + 2014-05-11 + 1.10 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-07 + 1.10 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-08 + 1.9.1 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-28 + 1.9.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-18 + 1.9 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + xcb-util-wm + http://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 + glibc-32bit + + + xcb-util-wm + libxcb-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2014-05-16 + 0.4.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 0.4.1 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2013-10-07 + 0.3.9 + Clean actions.py emul32 build. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 0.3.9 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-08 + 0.3.9 + First release + Yusuf Aydemir + yusuf.aydemir@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. + http://www.freedesktop.org/software/vaapi/releases/libva/libva-1.5.1.tar.bz2 + + libdrm-devel + libXext-devel + libXfixes-devel + mesa-devel + wayland-devel + + x11/library/libva/pspec.xml + + + libva + + libX11 + libdrm + libXext + libXfixes + mesa + 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 + mesa-32bit + libX11-32bit + glibc-32bit + + + libva + libdrm-32bit + wayland-32bit + libXext-32bit + libXfixes-32bit + libX11-32bit + mesa-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2015-05-10 + 1.5.1 + Version bump + Burak Ertürk + burakerturk@pisilinux.org + + + 2015-01-21 + 1.5.0 + Version bump + Ergün Salman + poyraz76@pisilinux.org + + + 2014-05-16 + 1.3.1 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-04-23 + 1.3.0 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2014-02-20 + 1.2.1 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-10-07 + 1.2.1 + Version bump, clean actions.py. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.1.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-10 + 1.1.0 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libXres + http://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.0.7.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 + + + + + 2014-05-16 + 1.0.7 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.0.7 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.0.7 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.0.7 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.0.6 + First release + Erdem Artan + admins@pisilinux.org + + + + + + libSM + http://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.2.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 + + glibc-32bit + libICE-32bit + libutil-linux-32bit + + + glibc-32bit + libICE-32bit + libutil-linux-32bit + libSM + + + /usr/lib32 + + + + + 2014-05-16 + 1.2.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-07 + 1.2.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-06 + 1.2.1 + Fix deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-07 + 1.2.1 + Revert back to 1.2.1, cleanup. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-12 + 1.2.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-25 + 1.2.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.2.1 + First release + Erdem Artan + admins@pisilinux.org + + + + + + libXmu + http://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.2.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 + glibc-32bit + + + libXmu + glibc-32bit + libXt-32bit + libX11-32bit + libXext-32bit + + + /usr/lib32 + + + + + 2014-05-16 + 1.1.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-07 + 1.1.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-07 + 1.1.1 + Revert back to 1.1.1. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-12 + 1.1.2 Version bump. Marcin Bojara marcin@pisilinux.org - 2013-08-15 - 2.1.0 - V.bump + 2013-08-25 + 1.1.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-27 + 1.1.1 + Move pc files to devel pack, rebuild PisiLinux Community admins@pisilinux.org + + 2013-07-27 + 1.1.1 + Move .pc files to devel package + Fatih Turgel + hitaf@pisilinux.org + + + 2012-06-01 + 1.1.1 + First release + Erdem Artan + admins@pisilinux.org + + + + + + xcb-util-image + http://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 + glibc-32bit + + + glibc-32bit + xcb-util-32bit + libxcb-32bit + + + /usr/lib32 + + + + + 2015-12-13 + 0.4.0 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2014-05-16 + 0.3.9 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 0.3.9 + Clean actions.py emul32 build. + Serdar Soytetir + kaptan@pisilinux.org + - 2013-08-13 - 2.0.0 - fix path + 2013-08-25 + 0.3.9 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 0.3.9 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2012-12-08 + 0.3.9 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libXinerama + http://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.3.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 + glibc-32bit + + + libXinerama + libX11-32bit + libXext-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2014-05-16 + 1.1.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.1.3 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.1.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 1.1.3 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-06-21 + 1.1.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-22 + 1.1.2 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libxshmfence + http://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.2.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 + + glibc-32bit + libX11-32bit + libXext-32bit + + + libxshmfence + glibc-32bit + libX11-32bit + libXext-32bit + + + /usr/lib32 + + + + + 2015-05-05 + 1.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-16 + 1.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.1 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + 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/1.12.0/glew-1.12.0.tgz + + mesa-glu-devel + + + add_bin_target.patch + + x11/library/glew/pspec.xml + + + glew + + mesa + 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 + + mesa-32bit + libX11-32bit + + + mesa-32bit + glibc-32bit + libX11-32bit + glew + + + /usr/lib32 + + + + + 2015-08-15 + 1.12.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-01-27 + 1.10.0 + Release bump + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-05-16 + 1.10.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-07 + 1.10.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-06 + 1.9.0 + Fix deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-08 + 1.9.0 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.9.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-30 + 1.9.0 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2012-10-30 + 1.9.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libXxf86dga + http://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.4.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 + + + + + 2014-05-16 + 1.1.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.1.4 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.1.4 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.1.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.1.3 + First release + Erdem Artan + admins@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-0.5.0.tar.gz + + util-macros + libxcb-devel + + x11/library/libxkbcommon/pspec.xml + + + libxkbcommon + + libxcb + + + /usr/share/doc/libxkbcommon/ + /usr/lib/lib*.so* + + + + libxkbcommon-devel + Development files for libxkbcommon + libxkbcommon için geliştirme dosyaları + + libxkbcommon + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libxkbcommon-32bit + 32-bit shared libraries for libxkbcommon + emul32 + emul32 + + libxcb-32bit + glibc-32bit + + + libxkbcommon + libxcb-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2015-03-04 + 0.5.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-05-16 + 0.4.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-10-07 + 0.3.1 + Rebuild, clean emul32 installation. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-02 + 0.3.1 + First release. + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libfontenc + http://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.3.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 + + + + + 2015-08-15 + 1.1.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-16 + 1.1.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.1.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.1.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-21 + 1.1.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-01 + 1.1.1 + First release + Erdem Artan + 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.3.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 + + + + + 2014-05-16 + 1.1.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-07 + 1.1.3 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-25 + 1.1.3 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-26 + 1.1.3 + Move pc files to devel pack, rebuild. Erdinç Gültekin erdincgultekin@pisilinux.org - 2013-07-26 - 2.0.0 - Release bump for rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2012-10-22 - 2.0.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - 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. - ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-3.2.4.tar.gz - - libutil-linux-devel - readline-devel - - hardware/disk/xfsprogs/pspec.xml - - - xfsprogs - - libutil-linux - readline - - - /lib - /sbin - /usr/sbin - /usr/lib - /usr/share/doc - /usr/share/locale - /usr/share/man - - - - xfsprogs-devel - Development headers for xfsprogs - - xfsprogs - - - /usr/include - /usr/share/man/man3 - - - - - 2015-08-04 - 3.2.4 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-11-01 - 3.1.11 - Version bump - Burak Fazıl Erturk - burakerturk@pisilinux.org - - - 2012-10-05 - 3.1.8 - First release - PisiLinux Community - admins@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. - http://ftp.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v3.6.24/reiserfsprogs-3.6.24.tar.xz - hardware/disk/reiserfsprogs/pspec.xml - - - reiserfsprogs - - /sbin - /usr/share/doc - /usr/share/man - - - - - 2014-12-13 - 3.6.24 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-10 - 3.6.21 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2010-10-13 - 3.6.21 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - hdparm - http://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. - http://downloads.sourceforge.net/hdparm/hdparm-9.43.tar.gz - hardware/disk/hdparm/pspec.xml - - - hdparm - - /sbin - /usr/share/doc - /usr/share/man - /etc/conf.d - - - hdparm.confd - - - - - 2014-05-24 - 9.43 - Rebuild for gcc. - PisiLinux Community - admins@pisilinux.org - - - 2011-02-02 - 9.42 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - 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. - ftp://oss.sgi.com/projects/xfs/cmd_tars/dmapi-2.2.12.tar.gz - - xfsprogs-devel - - 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 - - - - - 2014-05-22 - 2.2.12 - rebuild - Kamil Atlı - suvarice@gmail.com - - - 2013-11-02 - 2.2.12 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-03-16 - 2.2.10 - URL Fixed - PisiLinux Community - admins@pisilinux.org - - - 2010-10-13 - 2.2.10 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - dosfstools - http://www.daniel-baumann.ch/software/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. - http://daniel-baumann.ch/files/software/dosfstools/dosfstools-3.0.26.tar.xz - hardware/disk/dosfstools/pspec.xml - - - dosfstools - - /sbin - /usr/share/doc - /usr/share/man - - - - - 2014-04-03 - 3.0.26 + 2013-06-21 + 1.1.3 Version bump. Marcin Bojara marcin@pisilinux.org - - 2014-01-18 - 3.0.25 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-10-21 - 3.0.23 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-06-13 - 3.0.20 - Version bump - Marcin Bojara - marcin@pisilinux.org - - 2012-11-13 - 3.0.13 + 2012-06-01 + 1.1.2 First release - PisiLinux Community + Erdem Artan admins@pisilinux.org - squashfs-tools - http://squashfs.sourceforge.net/ + libXi + http://www.x.org/ 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. - http://sourceforge.net/projects/squashfs/files/squashfs/squashfs4.2/squashfs4.2.tar.gz - - lzo-devel - xz-devel - zlib-devel - - hardware/disk/squashfs-tools/pspec.xml - - - squashfs-tools - - lzo - zlib - xz - - - /usr/sbin - /usr/share/doc - - - - - 2014-03-09 - 4.2 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-02-12 - 4.2 - Change compression type to xz, and some other enhancements. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-11-14 - 4.2 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - upower - http://upower.freedesktop.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ + MIT 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. - http://upower.freedesktop.org/releases/upower-0.9.23.tar.xz - - tr.po - + 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.7.4.tar.bz2 - dbus-devel - glib2-devel - polkit-devel - dbus-glib-devel - libgudev-devel - libusb-devel - libplist-devel - libimobiledevice-devel - gobject-introspection-devel - docbook-xsl - intltool + libXext-devel + libXfixes-devel + util-macros - - add-tr.patch - - hardware/powermanagement/upower/pspec.xml + x11/library/libXi/pspec.xml - upower + libXi - dbus - glib2 - polkit - dbus-glib - libgudev - libplist - libimobiledevice - pm-utils - libusb + libXext + libX11 - /lib /usr/lib - /etc/dbus-1 - /usr/share/man /usr/share/doc - /etc/UPower - /usr/bin - /var/lib/upower - /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ı + libXi-devel + Development files for libXi + libXi için geliştirme dosyaları - upower - dbus-devel - glib2-devel - polkit-devel - dbus-glib-devel - libgudev-devel - libplist-devel - libimobiledevice-devel + libXi + libXext-devel + libX11-devel + libXfixes-devel - /usr/include + /usr/include/X11 /usr/lib/pkgconfig - /usr/share/gir-1.0 + /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 + + glibc-32bit + libXext-32bit + libX11-32bit + + + glibc-32bit + libXi + libXext-32bit + libX11-32bit + + + /usr/lib32 - - 2016-01-26 - 0.9.23 - Rebuild for libgudev. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-01-10 - 0.9.23 - Rebuild. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-05-24 - 0.9.23 - Rebuild for gcc. - PisiLinux Community - admins@pisilinux.org - - - 2014-04-15 - 0.9.23 - Rebuild for libplist and libimobiledevice. + + 2014-08-31 + 1.7.4 + Version bump. Marcin Bojara marcin@pisilinux.org - - 2014-04-05 - 0.9.23 - Rebuild and builddep docbook-xsl added. - Ertuğrul Erata - ertugrulerata@gmail.com - - 2014-03-02 - 0.9.23 - Add patch. + 2014-05-16 + 1.7.2 + Release bump. Marcin Bojara marcin@pisilinux.org - 2014-01-08 - 0.9.23 - Moved some files to core pack - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-12-19 - 0.9.23 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-20 - 0.9.21 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-03 - 0.9.20 - Fix suspend/hibernation issue - Marcin Bojara - marcin@pisilinux.org - - - 2013-03-20 - 0.9.20 - Version bump - Ertan Güven - ertan@pisilinux.org - - - 2012-10-20 - 0.9.18 - First release + 2013-10-07 + 1.7.2 + Rebuild. Serdar Soytetir kaptan@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. - ftp://gentoo.arcticnetwork.ca/pub/gentoo/distfiles/acpica-unix-20130117.tar.gz - hardware/powermanagement/acpica/pspec.xml - - - acpica - - /usr/share/doc - /usr/bin - /usr/sbin - /usr/share/man/man1 - - - iasl.1 - LICENSE - - - - - 2014-03-05 - 0.0_20130117 - Rebuild for buildhost - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-05-02 - 0.0_20130117 - Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2010-12-22 - 0.0_20130117 - First release + + 2013-08-25 + 1.7.2 + Release bump. Marcin Bojara marcin@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 - - - - - 2015-07-31 - 1.4.1 - Rebuild for gcc. - PisiLinux Community - admins@pisilinux.org - - 2014-01-10 - 1.4.1 - Add tmpfiles.conf + 2013-07-30 + 1.7.2 + Version bump. Marcin Bojara marcin@pisilinux.org - 2013-08-26 - 1.4.1 - Fix hibernation issue, add some patches. + 2013-06-21 + 1.7.1 + Version bump. Marcin Bojara marcin@pisilinux.org - 2013-07-03 - 1.4.1 - Fix suspend/hibernation issue + 2013-02-17 + 1.6.2 + Version bump. Marcin Bojara marcin@pisilinux.org - 2011-04-05 - 1.4.1 + 2012-06-01 + 1.6.1 First release - Pisi Linux Admins + Erdem Artan admins@pisilinux.org - lm_sensors - http://www.lm-sensors.org + dhcp + http://www.isc.org/products/DHCP PisiLinux Community admins@pisilinux.org - LGPLv2+ + isc-dhcp 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. - http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-3.4.0.tar.bz2 + 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.3.0/dhcp-4.3.0.tar.gz - rrdtool-devel + groff + openldap-client + bind-devel - lm_sensors-fancontrol.patch + dhcp-4.2.0-release-by-ifup.patch + dhcp-4.2.0-dhclient-decline-backoff.patch + dhcp-4.2.0-unicast-bootp.patch + dhcp-4.2.0-default-requested-options.patch + dhcp-4.2.0-paths.patch + dhcp-4.2.0-inherit-leases.patch + dhcp-4.2.0-garbage-chars.patch + dhcp-4.2.0-IFNAMSIZ.patch + dhcp-4.2.0-add_timeout_when_NULL.patch + dhcp-4.2.0-logpid.patch + dhcp-4.2.0-sendDecline.patch + dhcp-4.2.1-retransmission.patch + dhcp-4.2.0-honor-expired.patch + dhcp-4.3.0a1-PPP.patch + dhcp-4.2.0-P2-omapi.patch - hardware/powermanagement/lm_sensors/pspec.xml + server/dhcp/pspec.xml - lm_sensors + dhcp - dmidecode - rrdtool + openldap-client + bind-libs /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 + - lm_sensors-devel - Development files for lm_sensors - lm_sensors için geliştirme dosyaları + dhclient + Provides the dhclient ISC DHCP client daemon + DHCP İstemcisi + app:console - lm_sensors - rrdtool-devel + dhcp + bind-libs + + + /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 @@ -9246,22 +18170,22 @@ - 2015-10-02 - 3.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com + 2014-05-19 + 4.3.0 + Version Bump + Vedat Demir + vedat@pisilinux.org - 2014-04-14 - 3.3.5 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org + 2014-01-22 + 4.2.5 + Version Bump + Stefan Gronewold(groni) + groni@pisilinux.org - - 2012-11-19 - 3.3.3 + + 2012-10-14 + 4.2.3 First release PisiLinux Community admins@pisilinux.org @@ -9270,72 +18194,152 @@ - suspend - http://suspend.sourceforge.net/ + ntp + http://www.ntp.org 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://sourceforge.net/projects/suspend/files/suspend/suspend-1.0/suspend-utils-1.0.tar.bz2 + 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.8p4.tar.gz + http://sourceforge.net/projects/ictom/files/ntpstat-0.2.tar.gz + + fix-man-pages.sh + - lzo-devel - pciutils-devel - libx86-devel - plymouth-devel + avahi-compat-libdns_sd-devel + libedit-devel + net-snmp-devel + perl-HTML-Parser + libcap-devel + openssl-devel + libevent-devel - - suse/suspend-comment-configfile-options.diff - suse/suspend-default-compress.diff - suse/suspend-default-splash.diff - suse/suspend-0.80-dont-return-eintr-on-abort.diff - suse/suspend-0.80-keygen-new-defaults.diff - suse/suspend-0.80-vbetool-retry-on-errors.diff - mandriva/suspend-0.8-printf_format.patch - resume-dont-ask-questions.patch - suppress-outputs.patch - - hardware/powermanagement/suspend/pspec.xml + server/ntp/pspec.xml - suspend + ntp-server + NTP server + NTP hizmeti - lzo - libx86 - plymouth-core-libs - pciutils + avahi-compat-libdns_sd + libedit + net-snmp + libcap + openssl + libevent + ntp-client - /etc/suspend.conf - /etc/suspend.key + /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 + - suse/configure-suspend-encryption.sh + 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 + + - - 2014-03-09 - 1.0 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org + + 2016-01-01 + 4.2.8_p4 + Version Bump. + Stefan Gronewold + groni@pisilinux.org - - 2012-12-29 - 1.0 - First release + + 2014-07-08 + 4.2.6_p5 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-05-30 + 4.2.6_p2 + Rebuild. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-03-09 + 4.2.6_p2 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-03-06 + 4.2.6_p2 + URL Fixed Osman Erkan osman.erkan@pisilinux.org + + 2011-02-16 + 4.2.6_p2 + First release + Pisi Linux Admins + admins@pisilinux.org + @@ -9520,6 +18524,268 @@ + + + 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. + mirrors://sourceforge/libvncserver/LibVNCServer-0.9.9.tar.gz + + gnutls-devel + libjpeg-turbo-devel + libgcrypt-devel + libpng-devel + + server/misc/libvncserver/pspec.xml + + + libvncserver + + zlib + libpng + libgcrypt + gnutls + libjpeg-turbo + + + /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 + + + + + 2014-06-14 + 0.9.9 + Rebuild for gcc. + PisiLinux Community + admins@pisilinux.org + + + 2014-04-05 + 0.9.9 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-28 + 0.9.9 + Release bump + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2013-07-30 + 0.9.9 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2012-10-17 + 0.9.9 + First release + Marcin Bojara + marcin@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. + http://archive.apache.org/dist/httpd/httpd-2.4.16.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 + /lib/systemd/system + + + 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 + + + + + 2015-09-04 + 2.4.16 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-01 + 2.4.12 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-12-20 + 2.4.10 + Rebuild for lua. + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2014-10-02 + 2.4.10 + Version bump. + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2014-05-30 + 2.4.9 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-11 + 2.4.6 + Rebuild for cyrus-sasl + Kamil Atlı + suvarice@gmail.com + + + 2013-12-30 + 2.4.6 + Rebuild + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2013-11-16 + 2.4.6 + Version Bump + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2013-04-23 + 2.4.3 + Dep fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-02-17 + 2.4.3 + Cosmetic corrections + Ertan Güven + ertan@pisilinux.org + + + 2012-10-07 + 2.4.3 + First release + Erdem Artan + admins@pisilinux.org + + + mariadb @@ -9786,6 +19052,147 @@ + + + libtdb + http://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. + http://www.samba.org/ftp/tdb/tdb-1.3.7.tar.gz + + libxslt + python-devel + docbook-xsl + libbsd-devel + + server/database/libtdb/pspec.xml + + + libtdb + + python + + + /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/include + + + + + 2015-07-30 + 1.3.7 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-22 + 1.2.13 + rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2014-04-26 + 1.2.13 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-09 + 1.2.12 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-03-18 + 1.2.11 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2010-10-13 + 1.2.1 + First release + Pisi Linux Admins + admins@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.16.tar.gz + 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 + + + + + 2015-08-28 + 0.9.16 + First release. + Ertuğrul Erata + ertugrulerata@gmail.com + + + postgresql @@ -10097,249 +19504,6 @@ - - - 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.16.tar.gz - 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 - - - - - 2015-08-28 - 0.9.16 - First release. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libtdb - http://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. - http://www.samba.org/ftp/tdb/tdb-1.3.7.tar.gz - - libxslt - python-devel - docbook-xsl - libbsd-devel - - server/database/libtdb/pspec.xml - - - libtdb - - python - - - /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/include - - - - - 2015-07-30 - 1.3.7 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-22 - 1.2.13 - rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2014-04-26 - 1.2.13 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-01-09 - 1.2.12 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-03-18 - 1.2.11 - V.Bump - PisiLinux Community - admins@pisilinux.org - - - 2010-10-13 - 1.2.1 - First release - Pisi Linux Admins - admins@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. - http://ftp.icm.edu.pl/pub/OpenBSD/OpenSSH/portable/openssh-6.8p1.tar.gz - - libedit-devel - zlib-devel - openssl-devel - mit-kerberos - skey-devel - pam-devel - e2fsprogs-devel - - server/openssh/pspec.xml - - - openssh - - libedit - zlib - openssl - mit-kerberos - skey - pam - - - /etc - /usr/bin - /usr/sbin - /usr/libexec - /usr/lib - /usr/share/openssh - /var/empty - /usr/share/man - /usr/share/doc - - - System.Service - - - sshd.pam - - - - - 2015-04-23 - 6.8_p1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-12-13 - 6.7_p1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-21 - 6.6_p1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-10 - 6.6_p1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-11-22 - 6.4_p1 - Version bump - Aydın Demirel - aydin.demirel@pisilinux.org - - - 2012-10-30 - 6.1_p1 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - openldap @@ -10515,98 +19679,337 @@ - libvncserver - http://libvncserver.sourceforge.net/ + cyrus-sasl + http://asg.web.cmu.edu/sasl/ 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. - mirrors://sourceforge/libvncserver/LibVNCServer-0.9.9.tar.gz + 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. + http://cyrusimap.org/releases/cyrus-sasl-2.1.26.tar.gz - gnutls-devel - libjpeg-turbo-devel - libgcrypt-devel - libpng-devel + mit-kerberos + pam-devel + gdbm-devel + e2fsprogs-devel + openssl-devel + groff - server/misc/libvncserver/pspec.xml + + CVE-2013-4122.patch + 0011_saslauthd_ac_prog_libtool.patch + 0025_ld_as_needed.patch + 0026_drop_krb5support_dependency.patch + 0030-dont_use_la_files_for_opening_plugins.patch + cyrus-sasl-2.1.20-saslauthd.conf-path.patch + cyrus-sasl-2.1.21-sizes.patch + cyrus-sasl-2.1.22-as-needed.patch + cyrus-sasl-2.1.22-qa.patch + cyrus-sasl-2.1.22-kerberos4.patch + cyrus-sasl-2.1.22-ldap-timeout.patch + cyrus-sasl-2.1.23-man.patch + cyrus-sasl-2.1.26-keytab.patch + cyrus-sasl-2.1.26-no_rpath.patch + cyrus-sasl-2.1.26-obsolete-macro.patch + cyrus-sasl-2.1.26-prefer-SCRAM-SHA-1-over-PLAIN.patch + cyrus-sasl-2.1.26-relro.patch + cyrus-sasl-2.1.26-size_t.patch + cyrus-sasl-2.1.26-warnings.patch + + server/auth/cyrus-sasl/pspec.xml - libvncserver + cyrus-sasl - zlib - libpng - libgcrypt - gnutls - libjpeg-turbo + mit-kerberos + pam + gdbm + e2fsprogs + openssl - /usr/bin/*-config + /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 + - libvncserver-devel - Development files for libvncserver - libvncserver için geliştirme dosyaları - Pliki nagłówkowe libvncserver + cyrus-sasl-devel + Development files for cyrus-sasl + cyrus-sasl için geliştirme dosyaları - libvncserver - zlib-devel - libpng-devel - libgcrypt-devel - gnutls-devel - libjpeg-turbo-devel + cyrus-sasl /usr/include /usr/lib/pkgconfig + /usr/share/doc/cyrus-sasl/*.txt + /usr/share/man/man3 + + 2014-07-05 + 2.1.26 + Release bump. + Marcin Bojara + marcin@pisilinux.org + - 2014-06-14 - 0.9.9 - Rebuild for gcc. - PisiLinux Community - admins@pisilinux.org + 2014-01-09 + 2.1.26 + Version bump. Add tmpfiles.conf + Marcin Bojara + marcin@pisilinux.org - 2014-04-05 - 0.9.9 - Release bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-28 - 0.9.9 - Release bump - Aydın Demirel - aydin.demirel@pisilinux.org - - 2013-07-30 - 0.9.9 + 2.1.25 Rebuild PisiLinux Community admins@pisilinux.org + + 2013-05-05 + 2.1.25 + Added some patches and remove unused. + Aydın Demirel + aydin@demirel.web.tr + + + 2013-04-25 + 2.1.25 + Dep Fixed. + PisiLinux Community + admins@pisilinux.org + - 2012-10-17 - 0.9.9 + 2012-09-29 + 2.1.25 First release + PisiLinux Community + admins@pisilinux.org + + + + + + mit-kerberos + http://web.mit.edu/kerberos/www/ + + PisiLinux Community + admins@pisilinux.org + + as-is + library + app:console + server.auth + MIT Kerberos Library + MIT Kerberos kütüphanesi + Kerberos is a network authentication protocol. It is designed to provide strong authentication for client/server applications by using secret-key cryptography. + Kerberos bir ağ doğrulama protokolüdür. Sunucu/istemci uygulamalarında, gizli anahtar kriptoloji teknolojisini kullanarak, güçlü bir doğrulama sağlar. + http://source.pisilinux.org/1.0/krb5-1.13.1.tar.gz + + keyutils + openssl-devel + e2fsprogs-devel + + + krb5-config_LDFLAGS.patch + rebuild-configure-scripts.patch + fix-python-detection.patch + + server/auth/mit-kerberos/pspec.xml + + + mit-kerberos + + keyutils + openssl + e2fsprogs + + + /etc + /usr/include + /usr/bin + /usr/sbin + /usr/lib + /usr/share + /var/lib + /usr/share/info + /usr/share/man + + + krb5.conf + kdc.conf + + + + + 2015-04-23 + 1.13.1 + Version bump,fix deps. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-12-13 + 1.13 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-17 + 1.12.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-22 + 1.11.4 + Version bump. Marcin Bojara marcin@pisilinux.org + + 2013-02-20 + 1.11 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-09-27 + 1.10.3 + First release + Yusuf Aydemir + yusuf.aydemir@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://fedorahosted.org/releases/l/i/libpwquality/libpwquality-1.2.4.tar.bz2 + + cracklib-devel + pam-devel + + server/auth/libpwquality/pspec.xml + + + libpwquality + + cracklib + pam + + + /lib + /etc/security + /usr/lib + /usr/share/man/man1 + /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 + + + + + 2015-01-23 + 1.2.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-06-01 + 1.2.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-20 + 1.2.2 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-10-12 + 1.2.2 + V.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-28 + 1.2.1 + Move pc files to devel pack, rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-03-04 + 1.2.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-01 + 1.2.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + @@ -10837,164 +20240,1045 @@ - apache - http://httpd.apache.org/ + openssh + http://www.openssh.com/ - Pisi Linux Admins + PisiLinux Community admins@pisilinux.org - Apache-2.0 + BSD + app:console 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. - http://archive.apache.org/dist/httpd/httpd-2.4.16.tar.bz2 + 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. + http://ftp.icm.edu.pl/pub/OpenBSD/OpenSSH/portable/openssh-6.8p1.tar.gz - apr-devel - nss-devel - lua-devel + libedit-devel zlib-devel openssl-devel - libxml2-devel - db-devel - expat-devel - libpcre-devel - apr-util-devel - cyrus-sasl-devel + mit-kerberos + skey-devel + pam-devel + e2fsprogs-devel - server/web/apache/pspec.xml + server/openssh/pspec.xml - apache + openssh - nss - apr - lua - apr-util - cyrus-sasl - openldap-client + libedit zlib openssl - libxml2 - libpcre - db - expat + mit-kerberos + skey + pam /etc - /usr/sbin /usr/bin - /usr/include - /var/log/apache2 - /var/www - /run/apache2 - /var/cache - /usr/share/doc - /usr/share/man + /usr/sbin + /usr/libexec /usr/lib - /lib/systemd/system + /usr/share/openssh + /var/empty + /usr/share/man + /usr/share/doc - 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 + sshd.pam + + 2015-04-23 + 6.8_p1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-12-13 + 6.7_p1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-21 + 6.6_p1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-10 + 6.6_p1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-11-22 + 6.4_p1 + Version bump + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2012-10-30 + 6.1_p1 + First release + Osman Erkan + osman.erkan@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/releases/download/1.0.1/ConsoleKit2-1.0.1.tar.bz2 + + acl-devel + pam-devel + dbus-devel + eudev-devel + zlib-devel + glib2-devel + libX11-devel + libnih-devel + cgmanager-devel + polkit-devel + libxslt + xmlto + util-linux + + 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/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 + dbus-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2016-01-13 + 1.0.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-11-07 + 1.0.0 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-09-26 + 1.0.0 + readd pam-foreground-compat.ck script. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-10 + 1.0.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + - 2015-09-04 - 2.4.16 + 2015-07-20 + 0.9.5 Version bump. Ertuğrul Erata ertugrulerata@gmail.com - 2015-02-01 - 2.4.12 + 2015-06-16 + 0.9.4 Version bump. - Hakan Yıldız - hknyldz93@gmail.com + Ertuğrul Erata + ertugrulerata@gmail.com - 2014-12-20 - 2.4.10 - Rebuild for lua. - Aydın Demirel - aydin.demirel@pisilinux.org + 2015-06-15 + 0.9.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com - 2014-10-02 - 2.4.10 + 2015-02-05 + 0.9.2 Version bump. - Aydın Demirel - aydin.demirel@pisilinux.org + Vedat Demir + vedat@pisilinux.org - 2014-05-30 - 2.4.9 + 2014-08-01 + 0.4.6 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-11 + 0.4.6 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-06 + 0.4.6 + Dep Fix + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-01-09 + 0.4.6 + Add gentoo patches and ConsoleKit.conf + Marcin Bojara + marcin@pisilinux.org + + + 2013-09-08 + 0.4.6 + /var/run => /run + Marcin Bojara + marcin@pisilinux.org + + + 2013-03-04 + 0.4.6 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-08-23 + 0.4.5 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + gfxtheme-pisilinux-install + www.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ı. + http://source.pisilinux.org/1.0/gfxtheme-pisilinux-install-0.2.tar.xz + + gfxboot + fribidi-devel + + + chmod-t.patch + + system/boot/gfxtheme-pisilinux-install/pspec.xml + + + gfxtheme-pisilinux-install + + /usr/share/gfxtheme/pisilinux/install + + + + + 2014-08-04 + 0.2 Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-06-14 + 0.1 + Release bump. Alihan Öztürk alihan@pisilinux.org - - 2014-01-11 - 2.4.6 - Rebuild for cyrus-sasl + + 2014-02-23 + 0.1 + Rebuild. Kamil Atlı suvarice@gmail.com + + 2013-04-06 + 0.1 + First release. + Serdar Soytetir + kaptan@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://www.kernel.org/pub/linux/utils/boot/syslinux/4.xx/syslinux-4.07.tar.xz + + nasm + libutil-linux-devel + + + nopie.patch + fixisohybrid.patch + + system/boot/syslinux/pspec.xml + + + syslinux + + mtools + libutil-linux + 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 + + + + + 2014-06-14 + 4.07 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + - 2013-12-30 - 2.4.6 - Rebuild - Aydın Demirel - aydin.demirel@pisilinux.org + 2014-04-13 + 4.07 + version bump + Kamil Atlı + suvarice@gmail.com - 2013-11-16 - 2.4.6 - Version Bump + 2014-03-09 + 4.06 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-03-24 + 4.06 + Back to 4x line + Erdinç Gültekin + admins@pisilinux.org + + + 2013-02-07 + 5.00 + fix isohybrid + Erdinç Gültekin + admins@pisilinux.org + + + 2013-01-08 + 5.00 + First release + Serdar Soytetir + kaptan@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.7.tar.gz + + xmlto + freetype-devel + util-linux + libxslt + lynx + + + productname.patch + 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 + + + + + 2015-08-05 + 4.5.7 + Release bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-06-14 + 4.5.1 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-23 + 4.5.1 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2013-01-13 + 4.5.1 + First release + Serdar Soytetir + kaptan@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://source.pisilinux.org/1.0/plymouth-0.8.8.tar.gz + http://source.pisilinux.org/1.0/plymouth-theme-pisilinux-0.2.tar.xz + + pisilinux/generate-flist.py + + + kernel-headers + libdrm-devel + libpng-devel + cairo-devel + pango-devel + gtk2-devel + + + pisilinux/disable-source-code-tracing.patch + pisilinux/adapt-theme-script.patch + pisilinux/add-pisilinux-theme.patch + mageia/plymouth-restore-suspend.patch + fedora/fix-crash.patch + + system/boot/plymouth/pspec.xml + + + plymouth + + libdrm + plymouth-core-libs + mkinitramfs + + + /bin + /sbin + /usr/sbin + /bin/plymouth + /usr/libexec/plymouth + /etc/plymouth + /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/lib/tmpfiles.d/plymouth.conf + + + 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. + + plymouth-core-libs + 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 + + plymouth-core-libs + freetype + gtk2 + atk + gdk-pixbuf + fontconfig + + + /usr/lib/plymouth/renderers/x11* + + + + plymouth-utils + Plymouth related utilities + plymouth-utils contains utilities that integrate with Plymouth including a boot log viewing application. + + pango + gtk2 + + + /usr/bin/plymouth-log-viewer + + + + 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 + glib2 + pango + plymouth-core-libs + 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 + plymouth-core-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-plugin-throbgress + Plymouth Throbgress plugin + plymouth-plugin-throbgress contains the "throbgress" boot splash plugin for Plymouth. It features a centered logo and animated spinner that spins repeatedly while a progress bar advances at the bottom of the screen. + + plymouth-plugin-label + plymouth-graphics-libs + plymouth-core-libs + + + /usr/lib/plymouth/throbgress.so + + + + 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. + + plymouth-plugin-throbgress + + + /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 + plymouth-core-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 + plymouth-core-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 + plymouth-core-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 + + + + + 2014-08-04 + 0.8.8 + Enable gdm support. + marcin bojara + marcin@pisilinux.org + + + 2014-07-20 + 0.8.8 + New artwork. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-04-26 + 0.8.8 + Fix theme images for libpng warnings. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-04-13 + 0.8.8 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-10 + 0.8.8 + Add tmpfiles.conf + PisiLinux Community + admins@pisilinux.org + + + 2013-09-08 + 0.8.8 + /var/run => /run + marcin bojara + marcin@pisilinux.org + + + 2013-07-31 + 0.8.8 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-04-08 + 0.8.8 + Fixes. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-02-06 + 0.8.8 + First release + marcin bojara + marcin@pisilinux.org + + + 2013-01-16 + 0.8.8 + First release + Erdinç Gültekin + admins@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ç + http://source.pisilinux.org/1.0/efibootmgr.tar.gz + + pciutils-devel + zlib-devel + efivar + efivar-devel + + system/boot/efibootmgr/pspec.xml + + + efibootmgr + + /usr/sbin + /usr/share/man + /usr/lib/* + + + + efibootmgr-devel + + /usr/include + + + + + 2014-09-27 + 0.7.0.16 + First release Aydın Demirel aydin.demirel@pisilinux.org - - 2013-04-23 - 2.4.3 - Dep fixed + + + + + 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/0.15/efivar-0.15.tar.bz2 + + popt-devel + + system/boot/efivar/pspec.xml + + + efivar + + /usr/lib + /usr/share/man + /usr/bin + + + + efivar-devel + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-02-21 + 0.15 + Version Bump Osman Erkan osman.erkan@pisilinux.org + + 2014-09-27 + 0.10.8 + First release + Aydın Demirel + aydin.demirel@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 + + + + + 2015-01-27 + 5.01 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-06-14 + 4.20 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + - 2013-02-17 - 2.4.3 - Cosmetic corrections - Ertan Güven - ertan@pisilinux.org + 2014-03-10 + 4.20 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org - 2012-10-07 - 2.4.3 + 2012-09-24 + 4.20 First release Erdem Artan admins@pisilinux.org @@ -11003,148 +21287,109 @@ - ntp - http://www.ntp.org + cppunit + http://www.freedesktop.org/wiki/Software/cppunit 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.8p4.tar.gz - http://sourceforge.net/projects/ictom/files/ntpstat-0.2.tar.gz - - fix-man-pages.sh - + 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. + http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz - avahi-compat-libdns_sd-devel - libedit-devel - net-snmp-devel - perl-HTML-Parser - libcap-devel - openssl-devel - libevent-devel + grep + libtool - server/ntp/pspec.xml + programming/tool/cppunit/pspec.xml - ntp-server - NTP server - NTP hizmeti - - avahi-compat-libdns_sd - libedit - net-snmp - libcap - openssl - libevent - ntp-client - + cppunit - /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/lib /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 + cppunit-devel + Contains the headers and other files necessary for developing programs that use cppunit - ntp-client + cppunit + libgcc - /usr/share/doc/ntp/html + /usr/bin + /usr/include + /usr/share/aclocal + /usr/lib/pkgconfig + /usr/share/man - - 2016-01-01 - 4.2.8_p4 - Version Bump. - Stefan Gronewold - groni@pisilinux.org - - - 2014-07-08 - 4.2.6_p5 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-05-30 - 4.2.6_p2 - Rebuild. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2014-03-09 - 4.2.6_p2 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - 2013-03-06 - 4.2.6_p2 - URL Fixed - Osman Erkan - osman.erkan@pisilinux.org + 2014-01-21 + 1.13.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org - 2011-02-16 - 4.2.6_p2 + 2013-02-09 + 1.13.1 + First release. + Marcin Bojara + marcin@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. + mirrors://sourceforge/ctags/ctags-5.8.tar.gz + + ctags-5.7-segment-fault.patch + ctags-5.8-f95-pointers.patch + ctags-5.8-python-vars-starting-with-def.patch + + programming/tool/ctags/pspec.xml + + + ctags + + /usr/bin + /usr/share/man + /usr/share/doc + + + + + 2014-01-21 + 5.8 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 5.8 First release Pisi Linux Admins admins@pisilinux.org @@ -11153,95 +21398,4002 @@ - mit-kerberos - http://web.mit.edu/kerberos/www/ + dev86 + http://homepage.ntlworld.com/robert.debath/ + + 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. + http://v3.sk/~lkundrak/dev86/archive/Dev86src-0.16.19.tar.gz + + fedora/dev86-noelks.patch + fedora/dev86-nostrip.patch + fedora/dev86-long.patch + fedora/dev86-print-overflow.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 + + + + + 2014-02-17 + 0.16.19 + Release. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-05-02 + 0.16.19 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2010-10-13 + 0.16.17 + First release + Pisi Linux Admins + admins@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. + http://www.valgrind.org/downloads/valgrind-3.10.1.tar.bz2 + + glibc-devel + + + valgrind-3.9.0-glibc-2.21.patch + + programming/profiler/valgrind/pspec.xml + + + valgrind + + /usr/bin + /usr/include/valgrind + /usr/lib + /usr/share/doc/valgrind + /usr/share/man + + + + + 2015-07-21 + 3.10.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-10-31 + 3.10.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-20 + 3.9.0 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-08 + 3.9.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-19 + 3.8.1 + Add glibc-2.17 patch. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-10-24 + 3.8.1 + First release + Erdinç Gültekin + admins@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.4-src.tar.gz + + zlib-devel + + programming/language/tcl/tcl/pspec.xml + + + tcl + + zlib + + + /usr/bin + /usr/lib + /usr/lib/tcl8.5 + /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.8.8.3/libsqlite* + /usr/lib/tcl8/8.6/tdbc/sqlite3-1.0.3.tm + /usr/share/man/mann/tdbc_sqlite3.n + /usr/share/man/mann/sqlite3.n + + + + + 2015-06-11 + 8.6.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-03-03 + 8.6.3 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-12-12 + 8.6.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-30 + 8.6.2 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2014-05-17 + 8.6.1 + Add patch. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-06 + 8.6.1 + Rebuild to fix stripping. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-24 + 8.6.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-26 + 8.6.0 + Move pc files to devel pack, increase release no. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-01-26 + 8.6.0 + bump + Erdinç Gültekin + admins@pisilinux.org + + + 2012-09-15 + 8.5.12 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + tcltk + http://www.tcl.tk PisiLinux Community admins@pisilinux.org as-is library - app:console - server.auth - MIT Kerberos Library - MIT Kerberos kütüphanesi - Kerberos is a network authentication protocol. It is designed to provide strong authentication for client/server applications by using secret-key cryptography. - Kerberos bir ağ doğrulama protokolüdür. Sunucu/istemci uygulamalarında, gizli anahtar kriptoloji teknolojisini kullanarak, güçlü bir doğrulama sağlar. - http://source.pisilinux.org/1.0/krb5-1.13.1.tar.gz + 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.3-src.tar.gz - keyutils - openssl-devel - e2fsprogs-devel + tcl-devel + libX11-devel + libXft-devel + fontconfig-devel - krb5-config_LDFLAGS.patch - rebuild-configure-scripts.patch - fix-python-detection.patch + tk-8.6.1-conf.patch + tk-8.6.1-fix-xft.patch + tk-8.6.1-make.patch - server/auth/mit-kerberos/pspec.xml + programming/language/tcl/tcltk/pspec.xml - mit-kerberos + tcltk - keyutils - openssl - e2fsprogs + tcl + libX11 + libXft + fontconfig - /etc - /usr/include /usr/bin - /usr/sbin /usr/lib - /usr/share - /var/lib - /usr/share/info + /usr/lib/tk8.5 + /usr/share/doc /usr/share/man - - krb5.conf - kdc.conf - + + + 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 + - - 2015-04-23 - 1.13.1 - Version bump,fix deps. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-12-13 - 1.13 + + 2014-12-14 + 8.6.3 Version bump. Yusuf Aydemir yusuf.aydemir@pisilinux.org - - 2014-05-17 - 1.12.1 + + 2014-09-30 + 8.6.2 Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2014-05-17 + 8.6.1 + Version bump and add patch. Alihan Öztürk alihan@pisilinux.org + + 2014-03-09 + 8.6.0 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + - 2014-01-22 - 1.11.4 + 2013-07-26 + 8.6.0 + Move pc files to devel pack, increase release no. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-01-26 + 8.6.0 + bump + Erdinç Gültekin + admins@pisilinux.org + + + 2012-09-15 + 8.5.12 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + java7-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-2.6.1.tar.gz + + giflib_5.1.diff + fontconfig-paths.diff + openjdk7_nonreparenting-wm.diff + + + ant + wget + rhino + fastjar + nss-devel + zlib-devel + attr-devel + xorg-proto + gtk2-devel + cups-devel + eclipse-ecj + libXt-devel + libSM-devel + lcms2-devel + jdk7-openjdk + libICE-devel + libpng-devel + giflib-devel + libxslt-devel + libXtst-devel + alsa-lib-devel + libXinerama-devel + libjpeg-turbo-devel + + programming/language/java/java7-openjdk/pspec.xml + + + jre7-openjdk-headless + Free Java environment based on OpenJDK 7.0 with IcedTea7 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 + libjpeg-turbo + + + /usr/bin/orbd + /usr/bin/rmid + /usr/bin/java + /etc/env.d/20java_jre.csh + /etc/env.d/20java_jre + /etc/java-7-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/java7-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/jre7-openjdk-headless + /usr/share/man/ja/man1/rmiregistry.1 + /usr/lib/jvm/java-7-openjdk/jre/lib + /usr/lib/jvm/java-7-openjdk/jre/java + /usr/lib/jvm/java-7-openjdk/jre/orbd + /usr/lib/jvm/java-7-openjdk/jre/rmid + /usr/lib/jvm/java-7-openjdk/jre/bin/ + /usr/lib/jvm/java-7-openjdk/jre/keytool + /usr/lib/jvm/java-7-openjdk/jre/pack200 + /usr/lib/jvm/java-7-openjdk/jre/bin/orbd + /usr/lib/jvm/java-7-openjdk/jre/bin/java + /usr/lib/jvm/java-7-openjdk/jre/bin/rmid + /usr/lib/jvm/java-7-openjdk/jre/tnameserv + /usr/lib/jvm/java-7-openjdk/jre/unpack200 + /usr/lib/jvm/java-7-openjdk/jre/servertool + /usr/lib/jvm/java-7-openjdk/jre/policytool + /usr/lib/jvm/java-7-openjdk/jre/rmiregistry + /usr/lib/jvm/java-7-openjdk/jre/bin/keytool + /usr/lib/jvm/java-7-openjdk/jre/bin/pack200 + /usr/lib/jvm/java-7-openjdk/lib/*/jli/libjli.so + /usr/lib/jvm/java-7-openjdk/jre/bin/tnameserv + /usr/lib/jvm/java-7-openjdk/jre/bin/unpack200 + /usr/lib/jvm/java-7-openjdk/jre/bin/servertool + /usr/lib/jvm/java-7-openjdk/jre/bin/rmiregistry + /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/xawt/libmawt.so + /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/headless/libmawt.so + + + 20java_jre + 20java_jre.csh + + + + jre7-openjdk + Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - Full Java runtime environment - needed for executing Java GUI and Webstart programs + + zlib + giflib + libX11 + libpng + libXext + alsa-lib + libjpeg-turbo + jre7-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.desktop + /usr/lib/jvm/java-7-openjdk/jre/bin/policytool + /usr/lib/jvm/java-7-openjdk/jre/lib/*/libjsoundalsa.so + /usr/lib/jvm/java-7-openjdk/jre/lib/*/libpulse-java.so + /usr/lib/jvm/java-7-openjdk/jre/lib/*/libsplashscreen.so + /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/libjsoundalsa.so + /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/libpulse-java.so + /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/libsplashscreen.so + + + sun-jre + + + sun-jre + + + + jdk7-openjdk + Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - SDK + + zlib + libX11 + libgcc + jre7-openjdk-headless + + + /etc/env.d/21java_jdk.csh + /etc/env.d/21java_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.desktop + /usr/lib/jvm/java-7-openjdk/include + /usr/lib/jvm/java-7-openjdk/bin/apt + /usr/lib/jvm/java-7-openjdk/bin/jar + /usr/lib/jvm/java-7-openjdk/bin/jdb + /usr/lib/jvm/java-7-openjdk/bin/jps + /usr/lib/jvm/java-7-openjdk/bin/xjc + /usr/lib/jvm/java-7-openjdk/bin/rmic + /usr/lib/jvm/java-7-openjdk/bin/rmid + /usr/lib/jvm/java-7-openjdk/bin/idlj + /usr/lib/jvm/java-7-openjdk/bin/orbd + /usr/lib/jvm/java-7-openjdk/bin/java + /usr/lib/jvm/java-7-openjdk/bin/jhat + /usr/lib/jvm/java-7-openjdk/bin/jmap + /usr/lib/jvm/java-7-openjdk/bin/jcmd + /usr/lib/jvm/java-7-openjdk/bin/javac + /usr/lib/jvm/java-7-openjdk/bin/javah + /usr/lib/jvm/java-7-openjdk/bin/javap + /usr/lib/jvm/java-7-openjdk/bin/jinfo + /usr/lib/jvm/java-7-openjdk/bin/jstat + /usr/lib/jvm/java-7-openjdk/bin/wsgen + /usr/lib/jvm/java-7-openjdk/bin/jstatd + /usr/lib/jvm/java-7-openjdk/bin/jstack + /usr/lib/jvm/java-7-openjdk/bin/pack200 + /usr/lib/jvm/java-7-openjdk/bin/javadoc + /usr/lib/jvm/java-7-openjdk/bin/keytool + /usr/lib/jvm/java-7-openjdk/bin/wsimport + /usr/lib/jvm/java-7-openjdk/bin/extcheck + /usr/lib/jvm/java-7-openjdk/bin/jconsole + /usr/lib/jvm/java-7-openjdk/bin/tnameserv + /usr/lib/jvm/java-7-openjdk/bin/unpack200 + /usr/lib/jvm/java-7-openjdk/bin/schemagen + /usr/lib/jvm/java-7-openjdk/bin/serialver + /usr/lib/jvm/java-7-openjdk/bin/jarsigner + /usr/lib/jvm/java-7-openjdk/bin/jsadebugd + /usr/lib/jvm/java-7-openjdk/bin/jrunscript + /usr/lib/jvm/java-7-openjdk/bin/policytool + /usr/lib/jvm/java-7-openjdk/bin/servertool + /usr/lib/jvm/java-7-openjdk/bin/rmiregistry + /usr/lib/jvm/java-7-openjdk/bin/java-rmi.cgi + /usr/lib/jvm/java-7-openjdk/bin/native2ascii + /usr/lib/jvm/java-7-openjdk/bin/appletviewer + /usr/lib/jvm/java-7-openjdk/lib/jexec + /usr/lib/jvm/java-7-openjdk/lib/ct.sym + /usr/lib/jvm/java-7-openjdk/lib/dt.jar + /usr/lib/jvm/java-7-openjdk/lib/ir.idl + /usr/lib/jvm/java-7-openjdk/lib/orb.idl + /usr/lib/jvm/java-7-openjdk/lib/tools.jar + /usr/lib/jvm/java-7-openjdk/lib/sa-jdi.jar + /usr/lib/jvm/java-7-openjdk/lib/jconsole.jar + + + sun-jdk + + + sun-jdk + + + 21java_jdk.csh + 21java_jdk + + + + openjdk7-src + Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - sources + + jdk7-openjdk + + + /usr/lib/jvm/java-7-openjdk/src.zip + + + + openjdk7-doc + Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - documentation + + jdk7-openjdk + + + /usr/share/doc/openjdk7-doc/ + + + + + 2015-08-22 + 7u_85.2.6.1 + Version bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-06-16 + 7u_79.2.5.5 + Version bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-02-02 + 7u_75.2.5.4 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2014-09-30 + 7u_65.2.5.2 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2014-07-18 + 7u_65.2.5.1 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2014-06-20 + 7u_60.2.5.0 + Rebuilf for new gcc + PisiLinux Community + admins@pisilinux.org + + + 2014-06-04 + 7u_55.2.4.7 + Rebuilf for new gcc + PisiLinux Community + admins@pisilinux.org + + + 2014-04-16 + 7u_55.2.4.7 + Version bump to 2.4.7, use system ca-certs-java instead of builtin one. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-04-01 + 7u_51.2.4.6 + Version bump to 2.4.6, use system ca-certs-java instead of builtin one. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-27 + 7u_51.2.4.5 + First release + Serdar Soytetir + kaptan@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 + + + + + 2014-06-05 + 0.98 + Rebuild for gcc + PisiLinux Community + admins@pisilinux.org + + + 2014-02-27 + 0.98 + First Release + PisiLinux Community + admins@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 + http://download.eclipse.org/eclipse/downloads/drops4/R-4.4.2-201502041700/ecjsrc-4.4.2.jar + + ant + jre7-openjdk-headless + + + 01-ecj-include-props.patch + 02-buildxml-fix-manifest.patch + + programming/language/java/eclipse-ecj/pspec.xml + + + eclipse-ecj + + /usr/share/man + /usr/bin + /usr/share/java + + + ecj + + + + + 2015-05-19 + 4.4.2_201502041700 + Version Bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-06-04 + 4.4.1_201409250400 + Version Bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-06-04 + 4.3.1_201309111000 + Rebuild for new gcc. + PisiLinux Community + admins@pisilinux.org + + + 2014-02-27 + 4.3.1_201309111000 + First Release + PisiLinux Community + admins@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_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 + re7-openjdk-headless + + programming/language/java/rhino/pspec.xml + + + rhino + + /usr/share/man + /usr/bin + /usr/share/java/ + + + + + 2015-08-15 + 1.7.7 + Version Bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-03 + 1.7R_4 + Rebuild for openjdk. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-04 + 1.7R_4 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2012-07-23 + 1.7 + First release + Ramazan Utku + admins@pisilinux.org + + + + + + perl-Test-Pod + http://search.cpan.org/dist/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. + http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-1.48.tar.gz + + perl + + programming/language/perl/perl-Test-Pod/pspec.xml + + + perl-Test-Pod + + perl + + + /usr/lib + /usr/share/man + + + + + 2014-09-10 + 1.48 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 1.48 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-07 + 1.48 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-06 + 1.45 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-HTML-FormatText-WithLinks + http://search.cpan.org/dist/HTML-FormatText-WithLinks + + Osman Erkan + osman.erkan@pisilinux.org + + PerlArtistic GPL + library + programming.language.perl + HTML to text conversion with links as footnotes. + HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes. + http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-0.14.tar.gz + + perl + perl-HTML-Tree + perl-HTML-Format + + programming/language/perl/perl-HTML-FormatText-WithLinks/pspec.xml + + + perl-HTML-FormatText-WithLinks + + perl + perl-HTML-Tree + perl-HTML-Format + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2014-09-10 + 0.14 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 0.14 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-23 + 0.14 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-HTML-Template + http://search.cpan.org/~wonko/HTML-Template-2.91/ + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + Perl module to use HTML-like templating language + First you make a template - this is just a normal HTML file with a few extra tags, the simplest being <TMPL_VAR> + http://search.cpan.org/CPAN/authors/id/W/WO/WONKO/HTML-Template-2.95.tar.gz + + perl + + programming/language/perl/perl-HTML-Template/pspec.xml + + + perl-HTML-Template + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2014-09-10 + 2.95 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 2.95 Version bump. Marcin Bojara marcin@pisilinux.org - 2013-02-20 - 1.11 + 2013-12-07 + 2.91 + Rebuild for perl + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-06 + 2.91 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-HTML-Tree + http://search.cpan.org/dist/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. + http://search.cpan.org/CPAN/authors/id/C/CJ/CJM/HTML-Tree-5.03.tar.gz + + perl + perl-HTML-Tagset + perl-HTML-Parser + perl-Test-Exception + perl-Test-Pod-Coverage + + programming/language/perl/perl-HTML-Tree/pspec.xml + + + perl-HTML-Tree + + perl + perl-HTML-Tagset + perl-HTML-Parser + perl-Test-Exception + perl-Test-Pod-Coverage + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2014-09-10 + 5.03 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 5.03 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-07 + 5.02 + Rebuild for perl + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-07 + 5.02 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Net-SMTP-SSL + http://search.cpan.org/dist/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://search.cpan.org/CPAN/authors/id/C/CW/CWEST/Net-SMTP-SSL-1.01.tar.gz + + perl + perl-IO-Socket-SSL + + programming/language/perl/perl-Net-SMTP-SSL/pspec.xml + + + perl-Net-SMTP-SSL + + perl + perl-IO-Socket-SSL + + + /usr/lib + /usr/share/perl + /usr/share/doc + /usr/share/man + + + + + 2014-09-10 + 1.01 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 1.01 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-01 + 1.01 + Rebuild for new perl. + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-11 + 1.01 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Digest-MD5 + http://www.cpan.org + + 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 + MD5 Algoritmasına perl arayüzü + http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-2.53.tar.gz + + perl + + programming/language/perl/perl-Digest-MD5/pspec.xml + + + perl-Digest-MD5 + + perl + + + /usr/bin + /usr/lib + /usr/share/perl + /usr/share/doc + /usr/share/man + + + + + 2014-09-10 + 2.53 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 2.53 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-23 + 2.53 + Rebuild + Ayhan YALÇINSOY + ayhanyalcinsoy@pisilinux.org + + + 2013-11-04 + 2.53 + V.bump + Ayhan YALÇINSOY + ayhanyalcinsoy@pisilinux.org + + + 2013-03-21 + 2.52 + First release + Ayhan YALÇINSOY + ayhanyalcinsoy@pisilinux.org + + + + + + perl-URI + http://search.cpan.org/~gaas/URI + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Perl module for Uniform Resource Identifiers (absolute and relative) + 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). + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-1.60.tar.gz + + perl + + programming/language/perl/perl-URI/pspec.xml + + + perl-URI + + perl + + + /usr/lib + /usr/share/perl + /usr/share/doc + /usr/share/man + + + + + 2014-09-10 + 1.60 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 1.60 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-07 + 1.60 + Rebuild + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-11 + 1.60 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-Encode-Locale + http://search.cpan.org/~gaas/Encode-Locale-1.03/ + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2+ + app:console + programming.language.perl + NAME::Encode::Locale - Determine the locale encoding + 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. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-1.03.tar.gz + + perl + + programming/language/perl/perl-Encode-Locale/pspec.xml + + + perl-Encode-Locale + + perl + + + /usr/lib + /usr/share + + + + + 2014-09-10 + 1.03 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 1.03 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-31 + 1.03 + rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-07 + 1.03 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Digest-HMAC + http://search.cpan.org/dist/Digest-HMAC + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Keyed-Hashing for Message Authentication + 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 + + perl + perl-Digest-SHA1 + + + /usr/lib + /usr/share/man + + + + + 2014-09-10 + 1.03 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 1.03 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-09 + 1.03 + Rebuild + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-07 + 1.03 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-HTTP-Negotiate + http://search.cpan.org/~gaas/HTTP-Negotiate-6.01/ + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + choose a variant to serve + 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. + 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 + + perl + perl-HTTP-Date + perl-HTTP-Message + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2014-09-10 + 6.01 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 6.01 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-01 + 6.01 + Rebuild for new perl. + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-11-16 + 6.01 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Sub-Uplevel + http://search.cpan.org/dist/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. + http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.24.tar.gz + + perl + + programming/language/perl/perl-Sub-Uplevel/pspec.xml + + + perl-Sub-Uplevel + + perl + + + /usr/lib + /usr/share/doc/perl-Sub-Uplevel + /usr/share/man + + + + + 2014-09-10 + 0.24 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 0.24 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-08 + 0.24 + Rebuild + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-06 + 0.24 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-HTTP-Daemon + http://search.cpan.org/~gaas/HTTP-Daemon-6.01/ + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + a simple http server class + Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz + + perl + + programming/language/perl/perl-HTTP-Daemon/pspec.xml + + + perl-HTTP-Daemon + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2014-09-10 + 6.01 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 6.01 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-01 + 6.01 + Rebuild for new perl. + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-06 + 6.01 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-libwww + http://search.cpan.org/dist/libwww-perl + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Application programming interface to the World-Wide Web + libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. + 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. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-6.05.tar.gz + + perl + perl-URI + perl-NET-HTTP + perl-HTTP-Date + perl-HTML-Parser + perl-HTML-Tagset + perl-HTTP-Daemon + perl-File-Listing + perl-HTTP-Message + perl-Encode-Locale + perl-HTTP-Negotiate + perl-LWP-Mediatypes + perl-WWW-Robotrules + + programming/language/perl/perl-libwww/pspec.xml + + + perl-libwww + + perl + perl-URI + perl-NET-HTTP + perl-HTTP-Date + perl-HTML-Parser + perl-HTML-Tagset + perl-HTTP-Daemon + perl-File-Listing + perl-HTTP-Message + perl-Encode-Locale + perl-HTTP-Negotiate + perl-LWP-Mediatypes + perl-WWW-Robotrules + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/perl + + + + + 2014-09-10 + 6.05 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 6.05 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-21 + 6.05 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-07 + 6.04 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-HTTP-Server-Simple + http://search.cpan.org/dist/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/J/JE/JESSE/HTTP-Server-Simple-0.45_02.tar.gz + + perl + perl-URI + + programming/language/perl/perl-HTTP-Server-Simple/pspec.xml + + + perl-HTTP-Server-Simple + + perl + perl-URI + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2014-09-10 + 0.45_02 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-25 + 0.45_02 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-07 + 0.44 + Rebuild for perl + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-07 + 0.44 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-HTML-Format + http://search.cpan.org/dist/HTML-Format/ + + 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.11.tar.gz + + perl + perl-HTML-Tree + perl-Font-AFM + + programming/language/perl/perl-HTML-Format/pspec.xml + + + perl-HTML-Format + + perl + perl-HTML-Tree + perl-Font-AFM + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2014-09-10 + 2.11 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 2.11 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-07 + 2.10 + Rebuild for perl + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-06 + 2.10 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-String-ShellQuote + http://search.cpan.org/~rosch/String-ShellQuote + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + app:console + programming.language.perl + Quote strings for passing through the shell + 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 neseden 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 + + perl + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc/perl-String-ShellQuote + + + + + 2014-09-10 + 1.04 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 1.04 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-08 + 1.04 + Rebuild + Richard de Bruin + richdb@pisilinux.org + + + 2012-07-10 + 1.04 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-HTML-Form + http://search.cpan.org/~gaas/HTML-Form-6.03/ + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + HTML::Form - Class that represents an HTML form element + Objects of the HTML::Form class represents a single HTML <form> ... </form> instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP::Request objects that can be passed to the request() method of LWP::UserAgent. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Form-6.03.tar.gz + + perl + + programming/language/perl/perl-HTML-Form/pspec.xml + + + perl-HTML-Form + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2014-09-10 + 6.03 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 6.03 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-07 + 6.03 + Rebuild for perl + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-07 + 6.03 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Authen-SASL + http://search.cpan.org/dist/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 + + perl + perl-GSSAPI + perl-Digest-HMAC + + + /usr/lib + /usr/share/doc/perl-Authen-SASL + /usr/share/man + + + + + 2014-09-10 + 2.16 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 2.16 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-04 + 2.16 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-09-06 + 2.15 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-HTML-Scrubber + http://search.cpan.org/dist/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. + http://search.cpan.org/CPAN/authors/id/N/NI/NIGELM/HTML-Scrubber-0.11.tar.gz + + perl-HTML-Parser + perl + + programming/language/perl/perl-HTML-Scrubber/pspec.xml + + + perl-HTML-Scrubber + + perl-HTML-Parser + perl + + + /usr/lib + /usr/share/man + + + + + 2014-09-10 + 0.11 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 0.11 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-07 + 0.09 + Rebuild for perl + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-07 + 0.09 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Test-Exception + http://search.cpan.org/dist/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. + http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-0.32.tar.gz + + perl + perl-Sub-Uplevel + + programming/language/perl/perl-Test-Exception/pspec.xml + + + perl-Test-Exception + + perl + perl-Sub-Uplevel + + + /usr/lib + /usr/share/doc/perl-Test-Exception + /usr/share/man + + + + + 2014-09-10 + 0.32 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 0.32 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-08 + 0.32 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-06 + 0.31 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-Image-ExifTool + http://www.sno.phy.queensu.ca/~phil/exiftool + + 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. + http://www.cpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-10.00.tar.gz + + perl + + programming/language/perl/perl-Image-ExifTool/pspec.xml + + + perl-Image-ExifTool + + perl + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc/perl-Image-ExifTool/Changes + + + + perl-Image-ExifTool-docs + Documentation of perl-Image-ExifTool + perl-Image-ExifTool için dökümantasyon dosyaları + + /usr/share/doc + + + + + 2015-08-27 + 10.00 + First release + Vedat Demir + vedat@pisilinux.org + + + + + + perl-HTML-Parser + http://search.cpan.org/dist/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. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.71.tar.gz + + perl + perl-Test-Pod + perl-HTML-Tagset + + programming/language/perl/perl-HTML-Parser/pspec.xml + + + perl-HTML-Parser + + perl + perl-HTML-Tagset + + + /usr/lib + /usr/share/doc/perl-HTML-Parser + /usr/share/man + + + + + 2014-09-10 + 3.71 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 3.71 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-06 + 3.71 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-06-29 + 3.69 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-HTML-Template-Pro + http://search.cpan.org/dist/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. + http://search.cpan.org/CPAN/authors/id/V/VI/VIY/HTML-Template-Pro-0.9510.tar.gz + + perl + perl-JSON + + programming/language/perl/perl-HTML-Template-Pro/pspec.xml + + + perl-HTML-Template-Pro + + perl + perl-JSON + + + /usr/lib + /usr/share/perl + /usr/share/doc + /usr/share/man + + + + + 2014-09-10 + 0.9510 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 0.9510 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-07 + 0.9509 + Rebuild for perl + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-07 + 0.9509 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-HTML-FormatText-WithLinks-AndTables + http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables + + Osman Erkan + osman.erkan@pisilinux.org + + PerlArtistic GPL + library + programming.language.perl + Converts HTML to Text with tables in tact. + This module was inspired by HTML::FormatText::WithLinks which has proven to be a useful `lynx -dump` work-alike. + http://search.cpan.org/CPAN/authors/id/S/SF/SFRYER/HTML-FormatText-WithLinks-AndTables-0.02.tar.gz + + perl + perl-HTML-FormatText-WithLinks + + programming/language/perl/perl-HTML-FormatText-WithLinks-AndTables/pspec.xml + + + perl-HTML-FormatText-WithLinks-AndTables + + perl + perl-HTML-FormatText-WithLinks + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2014-09-10 + 0.02 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 0.02 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-23 + 0.02 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Crypt-PasswdMD5 + http://search.cpan.org/dist/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 + + programming/language/perl/perl-Crypt-PasswdMD5/pspec.xml + + + perl-Crypt-PasswdMD5 + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2014-09-10 + 1.40 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 1.40 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-08 + 1.40 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-06 + 1.3 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-HTTP-Date + http://search.cpan.org/~gaas/HTTP-Date-6.02/ + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + date conversion routines + 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. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz + + perl + + programming/language/perl/perl-HTTP-Date/pspec.xml + + + perl-HTTP-Date + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2014-09-10 + 6.02 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 6.02 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-01 + 6.02 + Rebuild for new perl. + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-07 + 6.02 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-GSSAPI + http://search.cpan.org/dist/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 + mit-kerberos + e2fsprogs + + + /usr/lib + /usr/share/man + + + + + 2015-04-23 + 0.28 + Release bump, fix deps + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 0.28 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-21 + 0.28 + Rebuild + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-06 + 0.28 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-Error + http://search.cpan.org/dist/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. + http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-0.17022.tar.gz + + perl + + programming/language/perl/perl-Error/pspec.xml + + + perl-Error + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2014-09-10 + 0.17022 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 0.17022 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-09 + 0.17021 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-04-25 + 0.17019 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-09-07 + 0.17018 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-File-Listing + http://search.cpan.org/~gaas/File-Listing-6.04/ + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + File::Listing - parse directory listing + This module exports a single function called parse_dir(), which can be used to parse directory listings. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz + + perl + perl-HTTP-Date + + programming/language/perl/perl-File-Listing/pspec.xml + + + perl-File-Listing + + perl + perl-HTTP-Date + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2014-09-10 + 6.04 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-25 + 6.04 + Fix version number. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-09 + 6.0.4 + Rebuild + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-07 + 6.0.4 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Archive-Zip + http://search.cpan.org/dist/Archive-Zip + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + app:console + 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. + http://www.cpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.49.tar.gz + + perl + + programming/language/perl/perl-Archive-Zip/pspec.xml + + + perl-Archive-Zip + + perl + + + /usr/lib/perl5 + /usr/share/doc + /usr/share/man + /usr/bin + + + + + 2015-08-15 + 1.49 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-09-10 + 1.38 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 1.37 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-21 + 1.33 + Version Bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-06 + 1.31_04 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-LWP-Mediatypes + http://search.cpan.org/~gaas/LWP-MediaTypes-6.02/ + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + guess media type for a file or a URL + This module provides functions for handling media (also known as MIME) types and encodings. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz + + perl + + programming/language/perl/perl-LWP-Mediatypes/pspec.xml + + + perl-LWP-Mediatypes + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2014-09-10 + 6.02 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 12.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-01 + 12.2 + Rebuild for new perl. + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-07 + 6.02 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-HTML-Tagset + http://search.cpan.org/dist/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 + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc/perl-HTML-Tagset + + + + + 2014-09-10 + 3.20 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 3.20 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-01 + 3.20 + Rebuild for new perl. + PisiLinux Community + admins@pisilinux.org + + + 2012-09-07 + 3.20 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-Net-SSLeay + http://search.cpan.org/~flora/Net-SSLeay + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + GPLv2 + library + programming.language.perl + Net::SSLeay module for perl + 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). + http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-1.66.tar.gz + + perl + perl-Test-Exception + openssl-devel + + programming/language/perl/perl-Net-SSLeay/pspec.xml + + + perl-Net-SSLeay + + perl + + + /usr/lib + /usr/share/man + /usr/share/doc/perl-Net-SSLeay + + + + + 2014-09-10 + 1.66 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 1.63 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-01 + 1.48 + Rebuild for new perl. + PisiLinux Community + admins@pisilinux.org + + + 2012-09-12 + 1.48 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-NET-HTTP + http://search.cpan.org/~gaas/Net-HTTP-6.03/ + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + Low-level HTTP connection (client) + 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. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Net-HTTP-6.06.tar.gz + + perl + + programming/language/perl/perl-NET-HTTP/pspec.xml + + + perl-NET-HTTP + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2014-09-10 + 6.06 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 6.06 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-01 + 6.03 + Rebuild for new perl. + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-07 + 6.03 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-LWP-Protocol-https + http://search.cpan.org/~gaas/LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + LWP::Protocol::https - Provide https support for LWP::UserAgent + 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. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-6.04.tar.gz + + perl + perl-Mozilla-CA + + programming/language/perl/perl-LWP-Protocol-https/pspec.xml + + + perl-LWP-Protocol-https + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2014-10-16 + 6.04 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-IO-Socket-SSL + http://search.cpan.org/dist/IO-Socket-SSL/ + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + Nearly transparent SSL encapsulation for IO::Socket::INET + 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. + http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-1.998.tar.gz + + perl-Net-SSLeay + perl + + programming/language/perl/perl-IO-Socket-SSL/pspec.xml + + + perl-IO-Socket-SSL + + perl-Net-SSLeay + perl + + + /usr/lib + /usr/share/man + /usr/share/doc/perl-IO-Socket-SSL + + + + + 2014-09-10 + 1.998 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 1.989 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-01 + 1.76 + Rebuild for new perl. + PisiLinux Community + admins@pisilinux.org + + + 2012-09-07 + 1.76 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-HTTP-Body + http://search.cpan.org/~getty/HTTP-Body-1.15/ + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + HTTP Body Parser + HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/x-www-form-urlencoded, and multipart/form-data. + http://search.cpan.org/CPAN/authors/id/G/GE/GETTY/HTTP-Body-1.19.tar.gz + + perl + perl-Test-Deep + + programming/language/perl/perl-HTTP-Body/pspec.xml + + + perl-HTTP-Body + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2014-09-10 + 1.19 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 1.19 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-07 + 0.25 + Rebuild for perl + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-07 + 1.15 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-HTTP-Cookies + http://search.cpan.org/~gaas/HTTP-Cookies-6.01/ + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + HTTP cookie jars + 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. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz + + perl + perl-HTTP-Message + + programming/language/perl/perl-HTTP-Cookies/pspec.xml + + + perl-HTTP-Cookies + + perl + perl-HTTP-Message + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2014-09-10 + 6.01 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 6.01 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-07 + 6.01 + Rebuild for perl + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-07 + 6.01 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Text-ParseWords + http://search.cpan.org/~chorny/Text-ParseWords-3.29/ParseWords.pm + + 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 + This module has two interfaces, one through color() and colored() and the other through constants. It also offers the utility functions uncolor(), colorstrip(), and colorvalid(), which have to be explicitly imported to be used + 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 + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2015-07-26 + 3.30 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-09-10 + 3.29 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 3.29 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-07 + 3.29 + Version bump, fix URL + Richard de Bruin + richdb@pisilinux.org + + + 2012-06-06 + 3.27 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-HTTP-Message + http://search.cpan.org/~gaas/HTTP-Message-6.03/ + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + Class encapsulating HTTP Message headers + The HTTP::Headers class encapsulates HTTP-style message headers. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Message-6.06.tar.gz + + perl + perl-LWP-Mediatypes + perl-HTTP-Date + perl-HTML-Parser + perl-URI + + programming/language/perl/perl-HTTP-Message/pspec.xml + + + perl-HTTP-Message + + perl + perl-LWP-Mediatypes + perl-HTTP-Date + perl-HTML-Parser + perl-URI + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2014-09-10 + 6.06 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-24 + 6.06 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-01 + 6.03 + Rebuild for new perl. + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-11-16 + 6.03 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + perl-Digest-SHA1 + http://search.cpan.org/dist/Digest-SHA1/ + + Pisi Linux Admins + admins@pisilinux.org + + Artistic + library + programming.language.perl + SHA1 message digest algorithm + 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 + + + + + 2014-09-10 + 2.13 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 2.13 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-09 + 2.13 + Rebuild + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-06 + 2.13 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + perl-WWW-Robotrules + http://search.cpan.org/~gaas/WWW-RobotRules-6.02/ + + Osman Erkan + osman.erkan@pisilinux.org + + Artistic + GPLv2 + app:console + programming.language.perl + database of robots.txt-derived permissions + 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. + http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz + + perl + + programming/language/perl/perl-WWW-Robotrules/pspec.xml + + + perl-WWW-Robotrules + + perl + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share + + + + + 2014-09-10 + 6.02 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-28 + 6.02 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-06 + 6.02 + Rebuild + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-07 + 6.02 + First release + Osman Erkan + osman.erkan@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.2.4.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 + + + + + 2015-06-03 + 5.2.4 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2015-02-01 + 5.2.3 + Version bump. + Kamil Atlı + suvari@pisilinux.org + + + 2014-05-30 + 5.1.5 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2010-10-13 + 5.1.4 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + go + http://golang.org + + Aydın Demirel + aydin.demirel@pisilinux.org + + BSD + app:console + programming.language + Compiler and tools for the Go programming language from Google + Google'dan Go programlama dili için araçlar ve derleyici + Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. + Go basit, güvenilir ve verimli yazılım inşa etmek için onu kolay yapan açık kaynaklı bir programlama dilidir. + https://github.com/golang/go/archive/go1.4.3.tar.gz + + perl + gawk + mercurial + glibc-32bit + git + + programming/language/go/pspec.xml + + + golang + + glibc-32bit + git + + + /usr/bin/ + /usr/lib/ + /etc + /usr/share/ + + + go.sh + + + + + 2016-01-09 + 1.4.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-17 + 1.4.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-12-24 + 1.3.3 + Version bump, remove unneded depse + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-09-27 + 1.3.2 + First release + Aydın Demirel + aydin.demirel@pisilinux.org + + + + + + python-MarkupSafe + http://pypi.python.org/pypi/MarkupSafe + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python + 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 + python-MarkupSafe, implements a unicode subclass that supports HTML strings. + python-MarkupSafe, HTML karakter dizeleri için unicode bir alt sınıf gerçekleştirimi sağlar. + http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-0.23.tar.gz + + python-setuptools + + programming/language/python/python-MarkupSafe/pspec.xml + + + python-MarkupSafe + + /usr/lib/python2.* + /usr/share/doc + + + + + 2014-05-29 + 0.23 Version bump. Marcin Bojara marcin@pisilinux.org - 2012-09-27 - 1.10.3 + 2011-11-11 + 0.15 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + python-numpy + http://numeric.scipy.org + + PisiLinux Community + admins@pisilinux.org + + as-is + library + programming.language.python + The fundamental package needed for scientific computing with Python + 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. + mirrors://sourceforge/numpy/numpy-1.8.1.tar.gz + + python-devel + python-nose + libgfortran + lapack-devel + + programming/language/python/python-numpy/pspec.xml + + + python-numpy + + blas + lapack + python + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/bin + + + + + 2014-05-29 + 1.8.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-27 + 1.8.0 + Rebuild for gcc + PisiLinux Community + admins@pisilinux.org + + + 2014-01-19 + 1.8.0 + Version bump + Richard de Bruin + rr.debruin@pisilinux.org + + + 2013-11-16 + 1.7.1 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-10-13 + 1.6.2 + First release + Marcin Bojara + marcin@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 + The PyPA recommended tool for installing Python packages + https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz + + python-setuptools + python3-setuptools + python3-devel + + programming/language/python/pip/pspec.xml + + + pip + + python-setuptools + + + /usr/bin/pip2* + /usr/lib/python2* + /usr/share/doc + + + + pip3 + + python3-setuptools + + + /usr/bin/pip + /usr/bin/pip3* + /usr/lib/python3* + + + + + 2016-01-29 + 8.0.2 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-08-24 + 7.1.2 + Version bump. + Ergün Salman + Poyraz76@pisilinux.org + + + 2015-04-08 + 6.1.1 First release Yusuf Aydemir yusuf.aydemir@pisilinux.org @@ -11250,134 +25402,2039 @@ - cyrus-sasl - http://asg.web.cmu.edu/sasl/ + notify-python + http://www.galago-project.com + + 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 + + atk + gtk2 + cairo + glib2 + pango + python + freetype + libnotify + fontconfig + gdk-pixbuf + + + /usr/lib + /usr/lib/pkgconfig + /usr/share/pygtk/2.0/defs + + + + + 2016-01-09 + 0.1.1 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2013-11-03 + 0.1.1 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-28 + 0.1.1 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2010-11-27 + 0.1.1 + First release + Gökmen Görgen + admins@pisilinux.org + + + + + + gst-python + http://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. + http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.22.tar.bz2 + + python-gtk-devel + python-pygobject-devel + glib2-devel + gstreamer-devel + gst-plugins-base-devel + + programming/language/python/gst-python/pspec.xml + + + gst-python + + glib2 + gstreamer + gst-plugins-base + + + /usr/lib + /usr/share/doc + /usr/share + + + + gst-python-devel + Development files for gst-python + gst-python için geliştirme dosyaları + + gst-python + python-pygobject-devel + gstreamer-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + 2015-10-21 + 0.10.22 + Version Bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-02-27 + 0.10.21 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-02-26 + 0.10.21 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-08-17 + 0.10.21 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2011-05-03 + 0.10.21 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + python-Pygments + http://pygments.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + programming.language.python + 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. + python-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://pypi.python.org/packages/source/P/Pygments/Pygments-1.6.tar.gz + programming/language/python/python-Pygments/pspec.xml + + + python-Pygments + + python-setuptools + + + /usr/bin + /usr/lib/python* + /usr/share/man + + + + python-Pygments-docs + Documentation files for python-Pygments + python-Pygments için belgelendirme dosyaları + + /usr/share/doc/python-Pygments + + + + + 2013-12-07 + 1.6 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-11-16 + 1.5 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + python-nose + http://somethingaboutorange.com/mrl/projects/nose/ + + 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 + programming/language/python/python-nose/pspec.xml + + + python-nose + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + + + + + 2015-08-04 + 1.3.7 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-27 + 1.3.3 + Rebuild for gcc + PisiLinux Community + admins@pisilinux.org + + + 2014-05-21 + 1.3.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-17 + 1.3.0 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-10-13 + 1.2.1 + First release + Marcin Bojara + marcin@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 + + 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 + + + + + 2015-11-22 + 0.15.19 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2013-08-03 + 0.15.19 + Fix build + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-16 + 0.15.19 + Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-06-15 + 0.15.19 + Version bump + Aydın Demirel + aydin@demirel.web.tr + + + 2010-10-13 + 0.15.18 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + python-pyaspects + http://github.com/baris/pyaspects + + 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 + + /usr/lib + /usr/share/doc + + + + + 2013-12-07 + 0.4.4 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2010-10-13 + 0.4.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + pyqtermwidget5 + http://gitorious.org/qtermwidget + + 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/hrngultekin/pyqtermwidget5/archive/pyqtermwidget5-v0.1.tar.gz + + python-devel + python-qt5-devel + python-sip + qt5-base-devel + qtermwidget5-devel + + + py2config.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 + + + + + 2014-06-19 + 0.1 + first build + Harun Gültekin + hrngultekin@gmail.com + + + + + + python-six + http://pypi.python.org/pypi/six/ + + Alihan Öztürk + alihan@pisilinux.org + + MIT + app:console + programming.language.python + 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. + python-six, python2 ile python3 arasındaki farklılıkların aşılmasına yardımcı olan basit araçlar sağlar. + http://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz + + python3-devel + + programming/language/python/python-six/pspec.xml + + + python-six + + /usr/lib/python2* + /usr/share/doc + + + + python3-six + + /usr/lib/python3* + + + + + 2015-07-24 + 1.9.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-31 + 1.6.1 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + python-beaker + http://beaker.groovie.org/ + + 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. + http://pypi.python.org/packages/source/B/Beaker/Beaker-1.6.4.tar.gz + + python-setuptools + + programming/language/python/python-beaker/pspec.xml + + + python-beaker + + /usr/lib/ + /usr/share/doc + + + + + 2013-11-04 + 1.6.4 + Rebuild + Erdinç Gültekin + admins@pisilinux.org + + + 2012-11-11 + 1.6.4 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + python-udev + http://packages.python.org/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://pypi.python.org/packages/source/p/pyudev/pyudev-0.16.1.tar.gz + + python-setuptools + eudev-devel + + programming/language/python/python-udev/pspec.xml + + + python-udev + + /usr/lib + /usr/share/doc + + + + + 2016-01-02 + 0.16.1 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-24 + 0.16.1 + Release bump + PisiLinux Community + admins@pisilinux.org + + + 2013-06-26 + 0.16.1 + V.bump + PisiLinux Community + admins@pisilinux.org + + + 2011-07-11 + 0.11 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + python-imaging + http://www.pythonware.com/products/pil/ 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. - http://cyrusimap.org/releases/cyrus-sasl-2.1.26.tar.gz + 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. + 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 - mit-kerberos - pam-devel - gdbm-devel - e2fsprogs-devel - openssl-devel - groff + sane-backends-devel + libjpeg-turbo-devel + python-devel - CVE-2013-4122.patch - 0011_saslauthd_ac_prog_libtool.patch - 0025_ld_as_needed.patch - 0026_drop_krb5support_dependency.patch - 0030-dont_use_la_files_for_opening_plugins.patch - cyrus-sasl-2.1.20-saslauthd.conf-path.patch - cyrus-sasl-2.1.21-sizes.patch - cyrus-sasl-2.1.22-as-needed.patch - cyrus-sasl-2.1.22-qa.patch - cyrus-sasl-2.1.22-kerberos4.patch - cyrus-sasl-2.1.22-ldap-timeout.patch - cyrus-sasl-2.1.23-man.patch - cyrus-sasl-2.1.26-keytab.patch - cyrus-sasl-2.1.26-no_rpath.patch - cyrus-sasl-2.1.26-obsolete-macro.patch - cyrus-sasl-2.1.26-prefer-SCRAM-SHA-1-over-PLAIN.patch - cyrus-sasl-2.1.26-relro.patch - cyrus-sasl-2.1.26-size_t.patch - cyrus-sasl-2.1.26-warnings.patch + local_only_initial_value.patch + gentoo-imaging-sane.patch + anka-imaging-tiffendian.patch + gentoo-imaging-giftrans.patch - server/auth/cyrus-sasl/pspec.xml + programming/language/python/python-imaging/pspec.xml - cyrus-sasl + python-imaging - mit-kerberos - pam - gdbm - e2fsprogs - openssl + tcltk + tcl + lcms + libjpeg-turbo + sane-backends + xdg-utils - /etc - /usr/lib/tmpfiles.d/cyrus-sasl.conf - /usr/sbin + /usr/bin /usr/lib - /usr/share/cyrus-sasl-2 - /run - /usr/share/man + /usr/include /usr/share/doc - - System.Service - System.Package - - - saslauthd.confd - saslauthd.pam - tmpfiles.conf - + + + + 2016-02-08 + 1.1.7 + Rebuild for Pisi 2.0 + Stefan Gronewold + groni@pisilinux.org + + + 2013-11-09 + 1.1.7 + Rebuild + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-07-28 + 1.1.7 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2012-11-13 + 1.1.7 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + python-lxml + http://codespeak.net/lxml + + 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. + http://lxml.de/files/lxml-3.3.5.tgz + + libxml2-devel + python-devel + cython + libxslt-devel + + programming/language/python/python-lxml/pspec.xml + + + python-lxml + + libxslt + libxml2 + python + + + /usr/lib + - cyrus-sasl-devel - Development files for cyrus-sasl - cyrus-sasl için geliştirme dosyaları + python-lxml-docs + API documentation of python-lxml + python-lxml paketine ait API belgeleri - cyrus-sasl + python-lxml + + + /usr/share/doc + + + + + 2014-07-05 + 3.3.5 + Version bump + Vedat Demir + vedat@pisilinux.org + + + 2013-11-07 + 3.2.4 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-07-28 + 3.0.1 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-10-24 + 3.0.1 + First release + Yusuf Aydemir + yusuf.aydemir@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. + http://pypi.python.org/packages/source/d/decorator/decorator-4.0.2.tar.gz + + python-nose + python-setuptools + + programming/language/python/python-decorator/pspec.xml + + + python-decorator + + /usr/lib + /usr/share/doc + + + + + 2015-08-04 + 4.0.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-21 + 3.4.2 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2013-11-06 + 3.4.0 + Rebuild + Erdinç Gültekin + admins@pisilinux.org + + + 2012-11-11 + 3.4.0 + First release + Erdinç Gültekin + admins@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. + http://cairographics.org/releases/py2cairo-1.10.0.tar.bz2 + + cairo-devel + python-devel + libtool + + programming/language/python/python-cairo/pspec.xml + + + python-cairo + + cairo + python + + + /usr/lib + /usr/share/doc + + + + python-cairo-devel + Development files for python-cairo + python-cairo için geliştirme dosyaları + + python-cairo + cairo-devel /usr/include /usr/lib/pkgconfig - /usr/share/doc/cyrus-sasl/*.txt - /usr/share/man/man3 - - 2014-07-05 - 2.1.26 + + 2014-06-01 + 1.10.0 + rebuild + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-11-05 + 1.10.0 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2010-10-13 + 1.8.10 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + python3-setuptools + http://pypi.python.org/pypi/setuptools + + PisiLinux Community + admins@pisilinux.org + + PSF-2.2 + library + programming.language.python + Python setuptools + python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. + https://pypi.python.org/packages/source/s/setuptools/setuptools-19.6.1.tar.gz + + python3-devel + + programming/language/python/python3-setuptools/pspec.xml + + + python3-setuptools + + /usr/bin/py3easy-install + /usr/bin/easy_install-3* + /usr/lib/python3* + + + + + 2016-01-29 + 19.6.1 Release bump. Marcin Bojara marcin@pisilinux.org + + 2015-11-07 + 0.6.49 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-24 + 0.6.49 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-17 + 0.6.35 + Version bump + Ertan Güven + ertan@pisilinux.org + + + 2012-08-19 + 0.6.28 + First release + Ramazan Utku + admins@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. + http://cyberelk.net/tim/data/pysmbc/pysmbc-1.0.13.tar.bz2 + + samba-devel + python-devel + + programming/language/python/python-smbc/pspec.xml + + + python-smbc + + samba + python + + + /usr/lib + /usr/share/doc + + + + + 2016-01-09 + 1.0.13 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-11-17 + 1.0.13 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + pyparted + http://people.redhat.com/dcantrel/ + + 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/rhinstaller/pyparted/archive/v3.10.5.tar.gz + + python-decorator + python-devel + parted-devel + + programming/language/python/pyparted/pspec.xml + + + pyparted + + python-decorator + parted + python + + + /usr/lib + /usr/share/doc + + + - 2014-01-09 - 2.1.26 - Version bump. Add tmpfiles.conf + 2016-01-10 + 3.10.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-21 + 3.10.0 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-08-09 + 3.9.5 + Revert back to 3.9 latest stable series. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-03 + 3.10 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-10-24 + 3.8 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + python-pygobject3 + 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.acc.umu.se/pub/GNOME/sources/pygobject/3.18/pygobject-3.18.2.tar.xz + + libffi-devel + python-devel + python3-devel + python-cairo-devel + python3-cairo-devel + gobject-introspection-devel + glib2-devel + + programming/language/python/python-pygobject3/pspec.xml + + + python-pygobject3 + python2 için pygobject3 + + cairo + glib2 + libffi + python-cairo + gobject-introspection + + + /usr/share/doc + /usr/lib/python2.7 + /usr/lib/libpyglib-gi-2.0-python2.7.so* + + + + python3-pygobject3 + python3 için pygobject3 + python3 için pygobject geliştirme dosyaları + + cairo + glib2 + libffi + python3-cairo + gobject-introspection + + + /usr/lib/python3.4 + /usr/lib/libpyglib-gi-2.0-python3.4.so* + + + + python-pygobject3-devel + pygobject development files + pygobject geliştirme dosyaları + + python-pygobject3 + gobject-introspection-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/pygobject + + + + + 2015-01-09 + 3.18.2 + version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-06-01 + 3.12.2 + version bump. + Kamil Atlı + suvarice@gmail.com + + + 2013-12-20 + 3.10.2 + Dep fix. + PisiLinux Community + admins@pisilinux.org + + + 2013-12-12 + 3.10.2 + Split Package + PisiLinux Community + admins@pisilinux.org + + + 2013-12-07 + 3.10.2 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-08-17 + 3.4.2 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-07-28 + 3.4.2 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-01-09 + 3.4.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python-sphinx + http://sphinx.pocoo.org + + PisiLinux Community + admins@pisilinux.org + + as-is + app:console + programming.language.python + 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 python 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. + http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.1.tar.gz + + docutils + python-Pygments + python-Jinja2 + + + remove_docutils.patch + + programming/language/python/python-sphinx/pspec.xml + + + python-sphinx + + docutils + python-Pygments + python-Jinja2 + + + /usr/bin + /usr/lib/python* + /usr/share/doc/python-sphinx/LICENSE + + + + python-sphinx-docs + Documentation files for python-sphinx + python-sphinx için belgelendirme dosyaları + + /usr/share/doc/python-sphinx + + + + + 2015-07-27 + 1.3.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-02-27 + 1.2.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-29 + 1.1.3 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + sip + http://www.riverbankcomputing.co.uk/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. + mirrors://sourceforge/pyqt/sip-4.16.9.tar.gz + + qt5-base-devel + python3-devel + python-devel + + programming/language/python/sip/pspec.xml + + + python-sip + Python 2.x SIP bindings for C and C++ libraries + + libgcc + python + + + /usr/bin/py2sip + /usr/lib/python2.7/ + /usr/include/python2.7 + + + + python3-sip + Python 3.x SIP bindings for C and C++ libraries + + libgcc + python3 + + + /usr/bin/sip + /usr/lib/python3* + /usr/include/python3.4m + /usr/share/licenses/python3-sip/LICENSE + + + + + 2015-09-09 + 4.16.9 + Version Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-04-23 + 4.16.6 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python-requests + http://www.python-requests.org/ + + Ergün Salman + ergunsalman@hotmail.com + + MIT + programming.language.python + Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. + Python’s standard urllib2 module provides most of the HTTP capabilities you need + https://pypi.python.org/packages/source/r/requests/requests-2.9.1.tar.gz + + python + python3-devel + + programming/language/python/python-requests/pspec.xml + + + python-requests + + /usr/lib/python2* + /usr/share/doc + + + + python3-requests + + /usr/lib/python3* + + + + + 2016-01-29 + 2.9.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-11-06 + 2.8.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-08-24 + 2.7.0 + First release + Ergün Salman + Poyraz76@pisilinux.org + + + + + + dbus-python3 + http://dbus.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + AFL-2.1 + library + programming.language.python + D-Bus Python bindings + dbus-python provides a Python module which wraps the D-Bus programming API. + http://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.0.tar.gz + + python3-devel + dbus-devel + dbus-glib-devel + glib2-devel + libpcre-devel + + + suppress-warnings.patch + + programming/language/python/dbus-python3/pspec.xml + + + dbus-python3 + D-Bus Python3 bindings + programming.language.python + + python3 + dbus + glib2 + dbus-glib + + + /usr/lib/python3* + + + + + 2015-10-08 + 1.2.0 + Release bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-05-11 + 1.2.0 + Release bump. Marcin Bojara marcin@pisilinux.org - 2013-07-30 - 2.1.25 - Rebuild - PisiLinux Community - admins@pisilinux.org + 2013-10-28 + 1.2.0 + rebuild. + Marcin Bojara + marcin@pisilinux.org - 2013-05-05 - 2.1.25 - Added some patches and remove unused. - Aydın Demirel - aydin@demirel.web.tr + 2013-07-23 + 1.2.0 + Version bump. Remove dbus-devel from runtime dependencies. + Marcin Bojara + marcin@pisilinux.org 2013-04-25 - 2.1.25 + 1.1.1 Dep Fixed. PisiLinux Community admins@pisilinux.org - 2012-09-29 - 2.1.25 + 2012-11-10 + 1.1.1 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + python-Jinja2 + http://jinja.pocoo.org/2/ + + PisiLinux Community + admins@pisilinux.org + + as-is + app:console + programming.language.python + 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://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.7.2.tar.gz + + python-setuptools + python-MarkupSafe + + + drop_next_import_from_docs-jinjaext.patch + + programming/language/python/python-Jinja2/pspec.xml + + + python-Jinja2 + + /usr/lib/python* + /usr/share/doc/python-Jinja2/LICENSE + + + + python-Jinja2-docs + python-Jinja2 için belgelendirme dosyaları + + /usr/share/doc/python-Jinja2 + + + + + 2014-02-27 + 2.7.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-09 + 2.7.1 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-10-29 + 2.6 + First release + Yusuf Aydemir + yusuf.aydemir@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 + https://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 + + programming/language/python/python-pyblock/pspec.xml + + + python-pyblock + + device-mapper + dmraid + python + + + /usr/lib + /usr/share/doc + + + + + 2015-08-04 + 0.53 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-12-07 + 0.53_20111208 + Rebuild + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-05-05 + 0.53_20111208 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2012-11-19 + 0.53_20111208 + 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://pypi.python.org/packages/source/U/Unidecode/Unidecode-0.04.18.tar.gz + + python-devel + python-setuptools + + programming/language/python/python-Unidecode/pspec.xml + + + python-Unidecode + + python + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + 2016-01-09 + 0.04.18 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-29 + 0.04.16 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-18 + 0.04.9 + First release + Erdinç Gültekin + admins@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. + http://pypi.python.org/packages/source/M/Mako/Mako-0.9.1.tar.gz + + python-setuptools + + programming/language/python/python-mako/pspec.xml + + + python-mako + + python-beaker + python-MarkupSafe + + + /usr/bin + /usr/lib + /usr/share/doc + + + + python-mako-docs + python-mako için belgelendirme dosyaları + + python-mako + + + /usr/share/doc/*/html + /usr/share/doc/*/build + /usr/share/doc/*/examples + + + + + 2014-04-16 + 0.9.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-11-11 + 0.7.3 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + python-qt5 + http://www.riverbankcomputing.co.uk/software/pyqt + + 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. + mirrors://sourceforge/pyqt/PyQt5/PyQt-5.4.2/PyQt-gpl-5.5.1.tar.gz + + dbus-devel + dbus-python3 + dbus-python-common + python3-devel + python-devel + python3-sip + python-sip + qt5-base-devel + qt5-connectivity-devel + qt5-declarative-devel + qt5-enginio-devel + qt5-location-devel + qt5-multimedia-devel + qt5-sensors-devel + qt5-serialport-devel + qt5-svg-devel + qt5-webchannel-devel + qt5-webkit-devel + qt5-websockets-devel + qt5-x11extras-devel + qt5-xmlpatterns-devel + + 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 + qt5-base + qt5-sensors + qt5-location + qt5-webkit + qt5-enginio + qt5-x11extras + qt5-svg + qt5-multimedia + qt5-serialport + qt5-webchannel + qt5-websockets + qt5-declarative + qt5-xmlpatterns + qt5-connectivity + + + /usr/bin/py2uic5 + /usr/lib/python2.7/site-packages + /usr/lib/qt5/plugins/PyQt5/libpy2qt5qmlplugin.so + /usr/share/qt5/qsci/api/python/Py2Qt5.api + + + + python-qt5-devel + Development files for python3-qt5 + + libgcc + qt5-base + python-qt5 + + + /usr/bin/py2lupdate5 + /usr/bin/py2rcc5 + /usr/share/sip/Py2Qt5 + + + + python3-qt5 + A set of Python 3.x bindings for the Qt 5.x Toolkit + + libgcc + dbus + python3 + qt5-base + qt5-sensors + qt5-location + qt5-webkit + qt5-enginio + qt5-x11extras + qt5-svg + qt5-multimedia + qt5-serialport + qt5-webchannel + qt5-websockets + qt5-declarative + qt5-xmlpatterns + qt5-connectivity + + + /usr/bin/pyuic5 + /usr/lib/python3.4/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 + + + + python3-qt5-devel + Development files for python3-qt5 + + libgcc + qt5-base + python3-qt5 + + + /usr/bin/pylupdate5 + /usr/bin/pyrcc5 + /usr/share/sip/PyQt5 + + + + + 2015-11-02 + 5.5.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-10-16 + 5.5 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-09-07 + 5.4.2 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-04-09 + 5.4.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@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. + http://cyberelk.net/tim/data/pycups/pycups-1.9.72.tar.bz2 + + cups-devel + python-devel + + programming/language/python/python-cups/pspec.xml + + + python-cups + + cups + + + /usr/lib + /usr/share/doc + + + + + 2015-06-21 + 1.9.72 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2013-11-06 + 1.9.63 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-11-11 + 1.9.62 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + python3-cairo + http://cairographics.org/pycairo + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.language.python + 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. + http://cairographics.org/releases/pycairo-1.10.0.tar.bz2 + + python3-devel + cairo-devel + + + pycairo-1.10.0-waf-python3.4.patch + + programming/language/python/python3-cairo/pspec.xml + + + python3-cairo + + python3 + cairo + + + /usr/lib + /usr/share/doc + + + + python3-cairo-devel + Development files for python3-cairo + python3-cairo için geliştirme dosyaları + + python3-cairo + cairo-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2016-01-09 + 1.10.0 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-06-01 + 1.10.0 + Rebuild for python3 + Kamil Atlı + suvarice@gmail.com + + + 2013-12-10 + 1.10.0 First release PisiLinux Community admins@pisilinux.org @@ -11386,48 +27443,2067 @@ - libpwquality - https://fedorahosted.org/libpwquality/ + python-pygobject + http://www.pygtk.org - Osman Erkan - osman.erkan@pisilinux.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.6.tar.xz + + python-devel + gobject-introspection-devel + + + pygobject-2.16.1-fixdetection.patch + + programming/language/python/python-pygobject/pspec.xml + + + python-pygobject + + glib2 + gobject-introspection + libffi + + + /usr/lib + /usr/share/doc + + + + python-pygobject-devel + pygobject development files + pygobject geliştirme dosyaları + + python-pygobject + gobject-introspection-devel + + + /usr/bin/pygobject-codegen-2.0 + /usr/include + /usr/lib/pkgconfig + /usr/share/pygobject + + + + python-pygobject-docs + API documents for pygobject + pygobject için API dökümanları + data:doc + + /usr/share/gtk-doc + + + + + 2012-10-14 + 2.28.6 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + python-PyYAML + http://pyyaml.org/wiki/PyYAML + + PisiLinux Community + admins@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://fedorahosted.org/releases/l/i/libpwquality/libpwquality-1.2.4.tar.bz2 + programming.language.python + The next generation YAML parser and emitter for Python + python-pyyaml is the next generation YAML parser and emitter for Python. + http://pyyaml.org/download/pyyaml/PyYAML-3.11.tar.gz - cracklib-devel - pam-devel + libyaml-devel + python-devel - server/auth/libpwquality/pspec.xml + programming/language/python/python-PyYAML/pspec.xml - libpwquality + python-PyYAML - cracklib - pam + libyaml + + + /usr/lib + /usr/share/doc + + + + + 2015-07-27 + 3.11 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2011-06-04 + 3.10 + First release + Pisi Linux Admins + 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 + + programming/language/python/python-gtk/pspec.xml + + + python-gtk + + pango + atk + gtk2 + cairo + 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 + + + /usr/bin/pygtk-codegen-2.0 + /usr/include + /usr/lib/pkgconfig + /usr/share/pygtk + + + + + 2013-08-17 + 2.24.0 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-07-28 + 2.24.0 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2012-11-11 + 2.24.0 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + ocaml + http://www.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 + http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.1.tar.xz + + zlib-devel + ncurses-devel + libX11-devel + chrpath + + + fedora/0001-Don-t-ignore-.-configure-it-s-a-real-git-file.patch + fedora/0002-Ensure-empty-compilerlibs-directory-is-created-by-gi.patch + fedora/0003-Don-t-add-rpaths-to-libraries.patch + fedora/0004-ocamlbyteinfo-ocamlplugininfo-Useful-utilities-from-.patch + fedora/0005-configure-Allow-user-defined-C-compiler-flags.patch + fedora/0009-arg-Add-no_arg-and-get_arg-helper-functions.patch + fedora/0010-arg-Allow-flags-such-as-flag-arg-as-well-as-flag-arg.patch + fedora/0011-PR-6517-use-ISO-C99-types-u-int-32-64-_t-in-preferen.patch + + programming/language/ocaml/ocaml/pspec.xml + + + ocaml + + zlib + ncurses + libX11 + + + /usr/bin/ + /usr/lib/ + /usr/share/doc/ + /usr/share/man/ + + + + + 2015-04-04 + 4.02.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-11-16 + 4.00.2 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-23 + 4.00.2 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-24 + 3.4.1 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-02-07 + 4.00.1 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-29 + 4.01.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-09-20 + 4.00.0 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + 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. + ftp://ftp.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.bz2 + + tcltk-devel + db-devel + gmp-devel + tcl-devel + gdbm-devel + zlib-devel + libffi-devel + openssl-devel + readline-devel + libyaml-devel + + programming/language/ruby/ruby/pspec.xml + + + ruby + + db + gmp + tcl + gdbm + zlib + tcltk + libffi + openssl + readline + libyaml + + + /usr/bin + /usr/lib/ruby/2.2.0/ + /usr/lib/ruby/site_ruby/ + /usr/lib/ruby/vendor_ruby/ + /usr/lib/ruby/libruby-static.a + /usr/lib/libruby.so.2.2 + /usr/lib/libruby.so.2.2.0 + /usr/lib/libruby-static.a + /usr/lib/libruby.so + /usr/share/ri + /usr/share/doc + /usr/share/man + + + + rubygems + rubygems, The Ruby standard for packaging ruby libraries + + ruby + + + /usr/bin/gem + /usr/lib/ruby/gems + /usr/share/ri/2.2.0/system/Gem + + + + ruby-devel + ruby için geliştirme dosyaları + ruby için geliştirme dosyaları + + ruby + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-04-18 + 2.2.2 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-04-09 + 2.2.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-24 + 2.1.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-04 + 2.0.0 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-28 + 2.0.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2012-10-07 + 1.9.3 + First release + PisiLinux Community + admins@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 - /lib - /etc/security /usr/lib /usr/share/man/man1 - /usr/share/man/man5 - /usr/share/man/man8 - /usr/share/doc/libpwquality + /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 + + + + + 2015-05-09 + 5.1.5 + fixed libraries and man pages + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-02-01 + 5.1.5 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + python3 + http://www.python.org/ + + PisiLinux Community + admins@pisilinux.org + + custom + programming.language + Next generation of the python high-level scripting language + Next generation of the python high-level scripting language + http://www.python.org/ftp/python/3.4.3/Python-3.4.3.tar.xz + + valgrind + tcltk-devel + tcl-devel + xz-devel + gdbm-devel + zlib-devel + bzip2 + expat-devel + libffi-devel + sqlite-devel + ncurses-devel + openssl-devel + readline-devel + + + Python-3.1.1-rpath.patch + + programming/language/python3/pspec.xml + + + python3 + + xz + gdbm + zlib + bzip2 + expat + libffi + sqlite + ncurses + openssl + readline + + + /usr/bin/p* + /usr/bin/2to3* + /usr/lib/python3.4/a* + /usr/lib/python3.4/c* + /usr/lib/python3.4/d* + /usr/lib/python3.4/e* + /usr/lib/python3.4/h* + /usr/lib/python3.4/imp* + /usr/lib/python3.4/j* + /usr/lib/python3.4/lib2* + /usr/lib/python3.4/log* + /usr/lib/python3.4/m* + /usr/lib/python3.4/p* + /usr/lib/python3.4/s* + /usr/lib/python3.4/te* + /usr/lib/python3.4/u* + /usr/lib/python3.4/v* + /usr/lib/python3.4/w* + /usr/lib/python3.4/x* + /usr/lib/python3.4/*.py + /usr/lib/python3.4/*.txt + /usr/lib/python3.4/lib-dynload/a* + /usr/lib/python3.4/lib-dynload/b* + /usr/lib/python3.4/lib-dynload/_b* + /usr/lib/python3.4/lib-dynload/c* + /usr/lib/python3.4/lib-dynload/_c* + /usr/lib/python3.4/lib-dynload/_d* + /usr/lib/python3.4/lib-dynload/_e* + /usr/lib/python3.4/lib-dynload/f* + /usr/lib/python3.4/lib-dynload/g* + /usr/lib/python3.4/lib-dynload/_g* + /usr/lib/python3.4/lib-dynload/_h* + /usr/lib/python3.4/lib-dynload/_j* + /usr/lib/python3.4/lib-dynload/_l* + /usr/lib/python3.4/lib-dynload/m* + /usr/lib/python3.4/lib-dynload/_m* + /usr/lib/python3.4/lib-dynload/n* + /usr/lib/python3.4/lib-dynload/o* + /usr/lib/python3.4/lib-dynload/_o* + /usr/lib/python3.4/lib-dynload/_p* + /usr/lib/python3.4/lib-dynload/p* + /usr/lib/python3.4/lib-dynload/r* + /usr/lib/python3.4/lib-dynload/_r* + /usr/lib/python3.4/lib-dynload/_s* + /usr/lib/python3.4/lib-dynload/s* + /usr/lib/python3.4/lib-dynload/te* + /usr/lib/python3.4/lib-dynload/_te* + /usr/lib/python3.4/lib-dynload/ti* + /usr/lib/python3.4/lib-dynload/u* + /usr/lib/python3.4/lib-dynload/x* + /usr/lib/python3.4/lib-dynload/z* + /usr/lib/*.so + /usr/lib/libpython3.4m.so.1.0 + /usr/share/man/man1/* + /usr/share/doc + + + + python3-devel + + python3 + + + /usr/include/python3.4m/* + /usr/lib/pkgconfig/* + + + + python3-tk + Python modules for Tk + library + programming.language.python + + python3 + tcl + tcltk + + + /usr/lib/python3*/tkinter + /usr/lib/python3*/lib-dynload/_tkinter.cpython-34m.so + /usr/lib/python3.4/turtledemo + + + + idle3 + An Integrated Development Environment for Python + app:gui + programming.environment + idle + + python3-tk + python3 + + + /usr/bin/idle3* + /usr/lib/python*/idlelib + /usr/share/applications + /usr/share/pixmaps + + + python-logo.png + idle.desktop + + + + + 2015-08-13 + 3.4.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-26 + 3.4.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-09-09 + 3.3.0 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2013-08-17 + 3.3.0 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2012-11-11 + 3.3.0 + First release + Marcin Bojara + marcin@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.28/vala-0.28.0.tar.xz + + glib2-devel + gobject-introspection-devel + libxslt + + 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/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 + + + /usr/include + /usr/lib/pkgconfig + /usr/share/pkgconfig + /usr/share/aclocal + /usr/share/vala/Makefile.vapigen + /usr/share/man/man3 + + + + + 2015-05-22 + 0.28.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-25 + 0.24.0 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2013-11-18 + 0.22.1 + Version bump. + Richard de Bruin + richdb@pisilinux.org + + + 2013-04-13 + 0.20.1 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-11-15 + 0.18.1 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libical + https://github.com/libical/libical + + PisiLinux Community + admins@pisilinux.org + + 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/v1.0.1/libical-1.0.1.tar.gz + + cmake + + programming/misc/libical/pspec.xml + + + libical + + /usr/lib + /usr/share/libical/zoneinfo + + + + libical-devel + Development files for libical + libical için geliştirme dosyaları + + libical + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-10-06 + 1.0.1 + Version bump, fix date + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-06-01 + 1.0 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-27 + 1.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 0.48 + First release + PisiLinux Community + 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 + + + + + 2015-10-18 + 0.82_p1 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-30 + 0.8.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 0.8.1 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-07-28 + 0.8.1 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-01-08 + 0.8.1 + First release + Idris Kalp + yaralikurt15@hotmail.com + + + + + + libsigc++ + http://libsigc.sourceforge.net + + 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.4/libsigc++-2.4.1.tar.xz + 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 + + + + + 2015-07-21 + 2.4.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2013-05-18 + 2.3.1 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-03-04 + 2.3.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-09-29 + 2.2.11 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + 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. + http://samba.org/ftp/tevent/tevent-0.9.25.tar.gz + + python-devel + gdb-devel + libtalloc-devel + libxslt + docbook-xsl + + programming/misc/libtevent/pspec.xml + + + libtevent + + libtalloc + python + + + /usr/lib + + + + libtevent-devel + Development files for libtevent + libtevent için geliştirme dosyaları + + libtevent + libtalloc-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-07-30 + 0.9.25 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-22 + 0.9.21 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2014-04-23 + 0.9.21 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 0.9.18 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-08-17 + 0.9.18 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-07-07 + 0.9.18 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2010-10-26 + 0.9.8 + First release + Pisi Linux Admins + admins@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++/2.38/libxml++-2.38.1.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 + + + + + 2015-05-21 + 2.38.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2013-10-29 + 2.37.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2011-03-16 + 2.33.2 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + grantlee-qt5 + https://github.com/simonwagner/grantlee + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + programming.misc + Qt string template engine based on the Django template system + 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. + http://source.pisilinux.org/1.0/grantlee-5.0.0.tar.gz + + mesa-devel + qt5-base-devel + qt5-script-devel + qt5-linguist + cmake + + programming/misc/grantlee-qt5/pspec.xml + + + grantlee-qt5 + + qt5-base + qt5-script + libgcc + + + /usr/bin + /etc + /usr/lib /usr/share/locale + /usr/share/man + /usr/share/doc + + + + grantlee-qt5-devel + Development files for grantlee + + grantlee-qt5 + qt5-base-devel + qt5-script-devel + + + /usr/include + /usr/lib/grantlee/*.cmake + + + + + 2015-10-18 + 5.0.0 + First release,rebuild + 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. + http://dev-www.libreoffice.org/src/libwpg-0.3.0.tar.bz2 + + doxygen + libwpd-devel + libtool + grep + pkgconfig + + programming/misc/libwpg/pspec.xml + + + libwpg + + libwpd + librevenge + libgcc + + + /usr/lib + /usr/share/doc /usr/bin - libpwquality-devel - libpwquality için geliştirme dosyaları - libpwquality için geliştirme dosyaları + libwpg-devel + Development files for libwpg + libwpg için geliştirme dosyaları - libpwquality + libwpd-devel + librevenge-devel + libwpg + + + /usr/include + /usr/lib/pkgconfig + + + + libwpg-docs + Documentation for libwpg + + /usr/share/doc/libwpg/html + + + + + 2015-01-02 + 0.3.0 + Dep Fixed. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-09-26 + 0.3.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-05-24 + 0.2.2 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-10-29 + 0.2.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-11-14 + 0.2.1 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + geoip + http://www.maxmind.com/geoip/api/c.shtml + + 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/releases/download/v1.6.2/GeoIP-1.6.2.tar.gz + 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 + + + + + 2014-07-14 + 1.6.2 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-06-12 + 1.5.1 + rebuild + Kamil Atlı + suvari@pisilinux.org + + + 2014-01-23 + 1.5.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2011-05-30 + 1.4.7 + First release + Ertuğrul Erata + 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. + http://oligarchy.co.uk/xapian/1.2.18/xapian-core-1.2.18.tar.xz + + zlib-devel + libutil-linux-devel + + programming/misc/xapian-core/pspec.xml + + + xapian-core + + zlib + libutil-linux + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + 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/include + /usr/lib/cmake/xapian + /usr/share/aclocal + + + + 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/*html + /usr/share/doc/xapian-core/apidoc.pdf + /usr/share/doc/xapian-core/apidoc/ + + + + + critical + 2014-09-02 + 1.12.18 + Version down for baloo seg fault. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-25 + 1.3.1 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-01-28 + 1.3.1 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2012-09-19 + 1.2.12 + First release + Yusuf Aydemir + yusuf.aydemir@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.0.tar.gz + + doxygen + libgsf-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 + + + + + 2015-01-06 + 0.10.0 + Dep Fixed. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-09-26 + 0.10.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-05-24 + 0.9.9 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-10-29 + 0.9.9 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-11-14 + 0.9.6 + First release + Serdar Soytetir + kaptan@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.50/libsoup-2.50.0.tar.xz + + libgcrypt-devel + gtk-doc + glib2-devel + libxml2-devel + sqlite-devel + intltool + gettext-devel + + programming/misc/libsoup/pspec.xml + + + libsoup + + glib2 + libxml2 + sqlite + glib-networking + + + /usr/lib + /usr/share/doc + /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ı + + glib2-devel + libxml2-devel + libsoup + + + /usr/include + /usr/share/gir-1.0 + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + libsoup-32bit + 32-bit shared libraries for libsoup + libsoup için 32-bit paylaşımlı kitaplıklar + emul32 + _emul32 + + glib2-32bit + sqlite-32bit + libxml2-32bit + glibc-32bit + + + glib2-32bit + sqlite-32bit + libxml2-32bit + glibc-32bit + libsoup + + + /usr/lib32 + + + + + 2015-06-14 + 2.50.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-20 + 2.49.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-05-25 + 2.46.0 + Rebuil. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-30 + 2.46.0 + 32bit split packages. + PisiLinux Community + admins@pisilinux.org + + + 2014-03-30 + 2.46.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02.20 + 2.44.0 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-10.10 + 2.44.0 + Version Bump. + PisiLinux Community + admins@pisilinux.org + + + 2013-03-08 + 2.41.91 + bump + Erdinç Gültekin + erdincgultekin@gmail + + + 2013-01-29 + 2.40.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-14 + 2.40.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libedit + http://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. + http://thrysoee.dk/editline/libedit-20150325-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 + + + + + 2015-06-25 + 3.1_20150325 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-19 + 3.1_20140213 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-10-27 + 3.1_20130712 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-17 + 3.0_20120601 + First release + Marcin Bojara + marcin@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++. + It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. + https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.3.tar.gz + + glibc-devel + + programming/misc/libctemplate/pspec.xml + + + libctemplate + + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + + + + libctemplate-devel + Development files for libctemplate + + libctemplate + + + /usr/include + + + + + 2015-11-22 + 2.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-01-29 + 2.2 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-12-05 + 2.2 + First release + Stefan Gronewold(groni) + groni@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.5.4.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 @@ -11436,50 +29512,932 @@ - 2015-01-23 - 1.2.4 + 2016-01-10 + 1.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-23 + 1.5.3 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-20 + 1.5.3 + Rebuild for Mariadb. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-09 + 1.5.3 + Rebuild for cyrus-sasl and openldap + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-28 + 1.5.3 + Version bump + PisiLinux Community + admins@pisilinux.org + + + 2013-04-23 + 1.4.1 + Dep fixed + PisiLinux Community + admins@pisilinux.org + + + 2012-09-29 + 1.4.1 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + 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++. + http://download.icu-project.org/files/icu4c/55.1/icu4c-55_1-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 + glibc-32bit + + + icu4c + libgcc + glibc-32bit + + + /usr/lib32/libicu* + /usr/lib32/icu + + + + + 2015-07-03 + 55.1 Version bump. Ertuğrul Erata ertugrulerata@gmail.com - - 2014-06-01 - 1.2.3 + + 2015-01-22 + 54.1 Version bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2014-05-17 + 53.1 + Version bump and add patch. Alihan Öztürk alihan@pisilinux.org - 2014-02-20 - 1.2.2 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org + 2013-10-13 + 52.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org - 2013-10-12 - 1.2.2 - V.Bump - Osman Erkan - osman.erkan@pisilinux.org + 2013-07-27 + 51.2 + Move pc files to devel pack, rebuild + V.Bump + PisiLinux Community + admins@pisilinux.org - 2013-07-28 - 1.2.1 - Move pc files to devel pack, rebuild - Osman Erkan - osman.erkan@pisilinux.org + 2013-05-15 + 51.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org - 2013-03-04 - 1.2.1 + 2013-01-22 + 50.1.2 + Version bump, add emul32 + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-24 + 50.1.1 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + 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.7.tar.gz + + ghostscript-devel + cairo + + 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 + + + libspectre + ghostscript-32bit + + + /usr/lib32 + + + + + 2015-11-02 + 0.2.7 + Rebuild for buildhost + PisiLinux Community + admins@pisilinux.org + + + 2013-07-30 + 0.2.7 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-01-22 + 0.2.7 + Version bump, add emul32 + Marcin Bojara + marcin@pisilinux.org + + + 2010-10-14 + 0.2.6 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + 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. + http://ndevilla.free.fr/iniparser/iniparser-3.1.tar.gz + + makefile.patch + + 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 + + + + + 2013-05-22 + 3.1 + rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-04-30 + 3.1 Version bump. Yusuf Aydemir yusuf.aydemir@pisilinux.org - 2012-10-01 - 1.2.0 + 2009-03-19 + 3.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + 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.31.tar.xz + + libbonobo-devel + gtk2-devel + python-gtk-devel + orbit2-devel + glib2-devel + libxml2-devel + intltool + gettext-devel + perl + gobject-introspection-devel + gtk-doc + 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 + + + + + 2015-02-07 + 1.14.31 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-05-24 + 1.14.30 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-30 + 1.14.30 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-27 + 1.14.28 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-17 + 1.14.25 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-02-23 + 1.14.25 + version bump, fix-call missing Gsf-1.gir + Erdinç Gültekin + admins@pisilinux.org + + + 2012-10-02 + 1.14.24 + First release + PisiLinux Community + admins@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. + http://codesynthesis.com/download/xsd/4.0/xsd-4.0.0+dep.tar.bz2 + + xerces-c-devel + boost-devel + + + xsdcxx.patch + + 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 + + + + + 2014-12-24 + 4.0.0 + Rebuild for boost. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-05-20 + 3.3.0 + Rebuild for boost. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-09 + 3.3.0 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-14 + 3.3.0 + Rebuild for icu4c + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-07 + 3.3.0 + First release + Marcin Bojara + marcin@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. + http://www.freedesktop.org/software/libinput/libinput-0.20.0.tar.xz + + libevdev + eudev-devel + libmtdev-devel + + programming/misc/libinput/pspec.xml + + + libinput + + eudev + libevdev + libmtdev + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man/man1 + + + + libinput-devel + Development files for libinput + + libinput + eudev-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2016-01-27 + 0.20.0 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-07-21 + 0.20.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-02-16 + 0.10.0 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-10-25 + 0.6.0 + Add symbolic link. + Ekin Dursun + ekin.dursun@pisilinux.org + + + 2014-09-19 + 0.6.0 + Version bump.. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-27 + 0.2.0 + First release. + Alihan Öztürk + alihan@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 + + + + + 2014-05-20 + 0.8.14 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-29 + 0.8.14 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 0.8.14 + First release + Pisi Linux Admins + admins@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 + http://ftp.acc.umu.se/pub/GNOME/sources/libnotify/0.7/libnotify-0.7.6.tar.xz + + gtk3-devel + gdk-pixbuf-devel + gnome-common + libepoxy-devel + at-spi2-core-devel + gobject-introspection-devel + gtk-doc + + programming/misc/libnotify/pspec.xml + + + libnotify + + gdk-pixbuf + glib2 + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/gir-1.0/ + /usr/share/gtk-doc/html + + + + libnotify-devel + Development files for libnotify + libnotify için geliştirme dosyaları + + libnotify + gdk-pixbuf-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2014-05-31 + 0.7.6 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-10-27 + 0.7.6 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-28 + 0.7.5 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2012-11-23 + 0.7.5 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libnice + http://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.13.tar.gz + + glib2-devel + gobject-introspection-devel + gstreamer-devel + + programming/misc/libnice/pspec.xml + + + libnice + + glib2 + 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 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-10-27 + 0.1.13 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-10 + 0.1.4 + runtime dep. fixed + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 0.1.4 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2013-04-19 + 0.1.4 + build with gst-10 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-04-12 + 0.1.4 + V.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-01 + 0.1.2 First release Osman Erkan osman.erkan@pisilinux.org @@ -11488,105 +30446,52447 @@ - dhcp - http://www.isc.org/products/DHCP + dotconf + http://www.opentts.org/projects/dotconf PisiLinux Community admins@pisilinux.org - isc-dhcp - app:console + LGPLv2.1 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.3.0/dhcp-4.3.0.tar.gz - - groff - openldap-client - bind-devel - - - dhcp-4.2.0-release-by-ifup.patch - dhcp-4.2.0-dhclient-decline-backoff.patch - dhcp-4.2.0-unicast-bootp.patch - dhcp-4.2.0-default-requested-options.patch - dhcp-4.2.0-paths.patch - dhcp-4.2.0-inherit-leases.patch - dhcp-4.2.0-garbage-chars.patch - dhcp-4.2.0-IFNAMSIZ.patch - dhcp-4.2.0-add_timeout_when_NULL.patch - dhcp-4.2.0-logpid.patch - dhcp-4.2.0-sendDecline.patch - dhcp-4.2.1-retransmission.patch - dhcp-4.2.0-honor-expired.patch - dhcp-4.3.0a1-PPP.patch - dhcp-4.2.0-P2-omapi.patch - - server/dhcp/pspec.xml + 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. + http://source.pisilinux.org/1.0/dotconf-1.3.tar.gz + programming/misc/dotconf/pspec.xml - dhcp + 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 - openldap-client - bind-libs + dotconf + + + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/dotconf/examples + /usr/share/doc/dotconf/dotconf-api.txt + + + + + 2015-08-25 + 1.3 + First release. + Vedat Demir + vedat@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.1.5.tar.gz + programming/misc/libyaml/pspec.xml + + + libyaml + + /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/share/doc/libyaml/html/ + + + + + 2015-07-22 + 0.1.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-10-29 + 0.1.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2010-10-12 + 0.1.3 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + libtalloc + http://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. + http://www.samba.org/ftp/talloc/talloc-2.1.2.tar.gz + + docbook-xsl + libxslt-devel + python-devel + attr-devel + + programming/misc/libtalloc/pspec.xml + + + libtalloc + + python + 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 + + glibc-32bit + attr-32bit + + + glibc-32bit + attr-32bit + libtalloc + + + /usr/lib32 + + + + + 2015-06-28 + 2.1.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-22 + 2.1.1 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-04-23 + 2.1.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 2.0.8 + Rebuild for buildhost + PisiLinux Community + admins@pisilinux.org + + + 2013-07-07 + 2.0.8 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-09-25 + 2.0.7 + First release + Erdem Artan + admins@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.0.22-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 + + + + + 2015-07-30 + 2.0.22 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-31 + 2.0.21 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-25 + 2.0.21 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-07-27 + 2.0.21 + Move pc files to devel pack, rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-03-27 + 2.0.21 + bump + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2012-10-14 + 2.0.20 + First release + PisiLinux Community + admins@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://fossies.org/linux/misc/ragel-6.9.tar.gz + programming/misc/ragel/pspec.xml + + + ragel + + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/vim/ + + + + + 2015-11-19 + 6.9 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + dbus-c++ + http://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. + http://source.pisilinux.org/1.0/dbus-c++.tar.gz + + dbus + libgcc + expat + glib2 + + + dbus-c++-build-fix.patch + dbus-c++-linkfix.patch + gcc-44.patch + + programming/misc/dbus-c++/pspec.xml + + + dbus-c++ + + dbus + libgcc + expat + glib2 + + + /usr/bin + /usr/lib + /usr/share/doc + + + + dbus-c++-devel + + dbus-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2014-01-21 + 0.0_20090907 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-03-07 + 0.0_20090907 + 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. + http://www.unixodbc.org/unixODBC-2.3.2.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 + + + + + 2014-05-19 + 2.3.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-10-04 + 2.3.1 + First release + PisiLinux Community + admins@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+15.10.20150604.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 + + + + + 2015-10-18 + 0.9.3_20150604 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-25 + 0.9.2 + rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-08 + 0.9.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-29 + 0.9.2 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-10-29 + 0.9.2 + First release + Yusuf Aydemir + yusuf.aydemir@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. + ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-2.2.1.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 + + + + + 2015-08-21 + 2.2.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-13 + 2.2.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-10-31 + 2.1.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-13 + 2.1.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-09-29 + 2.0.3 + First release + PisiLinux Community + admins@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 + + + + + 2015-12-31 + 2.1.0 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-01-17 + 2.0.1 + Rebuild for 1.0, change URL + Richard de Bruin + richdb@pisilinux.org + + + 2012-08-21 + 2.0.1 + First release + Osman Erkan + osman.erkan@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.0/json-glib-1.0.2.tar.xz + + gobject-introspection-devel + glib2-devel + + programming/misc/json-glib/pspec.xml + + + json-glib + + gobject-introspection + glib2 + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /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/share/gir* + /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 + + glibc-32bit + glib2-32bit + + + glibc-32bit + glib2-32bit + json-glib + + + /usr/lib32 + + + + + 2015-03-18 + 1.0.2 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-05-18 + 1.0.0 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-03-30 + 1.0.0 + 32bit split packages. + PisiLinux Community + admins@pisilinux.org + + + 2014-03-30 + 1.0.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-13 + 0.16.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-09 + 0.16.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-08-26 + 0.15.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + 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.5.2.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 + + + + + 2015-09-01 + 1.5.2 + Version bump, fix deps. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-19 + 1.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-28 + 1.5.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2012-05-26 + 1.4.6 + First release + Yusuf Aydemir + yusuf.aydemir@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 + + glibc-32bit + + + glibc-32bit + libdaemon + + + /usr/lib32 + + + + + 2014-03-09 + 0.14 + Rebuild for buildhost + PisiLinux Community + admins@pisilinux.org + + + 2013-07-27 + 0.14 + Move pc files to devel pack, rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-02-15 + 0.14 + add emul32 + Erdinç Gültekin + admins@pisilinux.org + + + 2010-10-12 + 0.14 + First release + Pisi Linux Admins + 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.2.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 + + + + + 2015-04-12 + 1.2 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + flann + http://www.cs.ubc.ca/research/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. + http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.8.4-src.zip + + cmake + + programming/misc/flann/pspec.xml + + + flann + + libgcc + libgomp + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/flann + + + + flann-devel + Development files for flann + + flann + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-08-25 + 1.8.4 + First release. + Osman Erkan + osman.erkan@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://mirror.metrocast.net/apache//xerces/c/3/sources/xerces-c-3.1.2.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 + + + + + 2015-11-03 + 3.1.2 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-20 + 3.1.1 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-18 + 3.1.1 + Rebuild for 1.0 + Richard de Bruin + richdb@pisilinux.org + + + 2010-10-21 + 3.1.1 + First release + Pisi Linux Admins + admins@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-10-0.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 + + + disable-doc.patch + + programming/misc/vigra/pspec.xml + + + vigra + + hdf5 + tiff + boost + fftw3 + libgcc + libpng + python + ilmbase + 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 + + + + + 2015-02-03 + 1.10.0 + Rebuild for openexr + Yusuf Aydemir + yusuf.aydemir@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-3.4.4.tar.gz + + libsdl-devel + m4 + + 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 + + + + + 2015-02-22 + 3.4.4 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-22 + 3.3.1 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2012-04-05 + 3.3.1 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + boost + http://boost.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + programming.language + 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. + mirrors://sourceforge/boost/boost_1_58_0.tar.bz2 + + icu4c-devel + zlib-devel + python-devel + bzip2 + libxslt + + + boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch + + programming/misc/boost/pspec.xml + + + boost + + icu4c + zlib + bzip2 + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/boostbook + + + + boost-devel + Headers and library documentation for boost + boost için başlık dosyaları ve kitaplık belgeleri + data:doc + + boost + + + /usr/include + /usr/share/doc/*/html + + + + + 2015-07-20 + 1.58.0 + Version bump, openmpi disabled. + Ali Algul + alialgul@pisilinux.org + + + 2014-12-19 + 1.57.0 + Version bump. + Ergün Salman Aydemir + poyraz76@pisilinux.org + + + 2014-05-19 + 1.55.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-07 + 1.54.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-14 + 1.53.0 + Rebuild for icu4c + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-04 + 1.53.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-11-14 + 1.52.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + gdb + http://www.gnu.org/software/gdb/gdb.html + + 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. + mirrors://gnu/gdb/gdb-7.9.1.tar.xz + + texinfo + expat-devel + python-devel + readline-devel + ncurses-devel + + programming/debug/gdb/pspec.xml + + + gdb + + guile + expat + python + readline + ncurses + + + /usr/bin + /usr/lib + /usr/share/doc/gdb + /usr/share/gdb + /usr/share/info + /usr/share/man + + + gstack.1 + + + + gdb-devel + Development files for gdb + gdb için geliştirme dosyaları + + gdb + + + /usr/include + + + + + 2015-07-30 + 7.9.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-22 + 7.9 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-05-20 + 7.7.1 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-19 + 7.7 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-01-25 + 7.6 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-09-23 + 7.5 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + ninja + http://martine.github.com/ninja/ + + Stefan Gronewold(groni) + groni@pisilinux.org + + LGPLv2 + app:console + programming.build + Ninja is a small build system with a focus on speed. + Ninja, hız odaklı bir inşa sistemidir. + Ninja is a small build system with a focus on speed. + Ninja is a small build system with a focus on speed. + https://github.com/martine/ninja/archive/v1.6.0.tar.gz + + asciidoc + + + LFS.patch + + programming/build/ninja/pspec.xml + + + ninja + + libgcc + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2015-08-25 + 1.6.0 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + + + + 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.9.6-src.tar.bz2 + + jdk7-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 + + + + + 2016-01-25 + 1.9.6 + Fixed. + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-08-22 + 1.9.6 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-05-25 + 1.9.4 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-03 + 1.8.4 + Rebuild for openjdk. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-04-20 + 1.8.4 + Fixed + PisiLinux Community + admins@pisilinux.org + + + 2012-10-06 + 1.8.4 + 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 + Düşük Seviye Sanal Makine (LLVM) + 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. + http://llvm.org/releases/3.5.0/llvm-3.5.0.src.tar.xz + http://llvm.org/releases/3.5.0/cfe-3.5.0.src.tar.xz + http://llvm.org/releases/3.5.0/clang-tools-extra-3.5.0.src.tar.xz + http://llvm.org/releases/3.5.0/compiler-rt-3.5.0.src.tar.xz + + zlib-devel + libxml2-devel + ncurses-devel + ocaml + libffi-devel + groff + libedit-devel + binutils + + + llvm-3.5.0-fix-cmake-llvm-exports.patch + llvm-3.5.0-force-link-pass.o.patch + + programming/build/llvm/pspec.xml + + + llvm + app:console + library + + llvm-libs + libxml2 + libgcc + ncurses + + + /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/kde4 + /usr/share/man + + + + llvm-libs + library + + zlib + libffi + libedit + libgcc + ncurses + + + /usr/lib/llvm/libLLVM-3* + /usr/share/licenses/llvm-libs/LICENSE + + + + llvm-ocaml + OCaml binding for LLVM + LLVM için OCaml bağlayıcısı + library + programming.language.ocaml + + llvm + ocaml + + + /usr/lib/ocaml + + + + 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-* + + + + 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 + libgcc + ncurses + + + /usr/bin/clang* + /usr/bin/tblgen + /usr/lib/clang + /usr/lib/clang/libclang.so + /usr/share/man/man1/clang.1 + + + + llvm-clang-devel + Development headers for llvm-clang + llvm-clang için başlık dosyaları + + llvm-clang + + + /usr/include/clang + /usr/include/clang-c + + + + llvm-docs + Documentation for LLVM + LLVM belgeleri + data:doc + programming.docs + + /usr/share/doc/llvm/html + /usr/share/doc/llvm/ocamldoc + + + + llvm-32bit + 32-bit shared libraries for llvm + emul32 + emul32 + + zlib-32bit + libffi-32bit + + + llvm + libgcc + libedit + ncurses-32bit + zlib-32bit + libffi-32bit + + + /usr/lib32 + + + + + 2014-09-23 + 3.5.0 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-11 + 3.4.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-05-11 + 3.4.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-01 + 3.3 + Release bump, already cleaned. + marcin bojara + marcin@pisilinux.org + + + 2013-07-26 + 3.3 + Version bump. + marcin bojara + marcin@pisilinux.org + + + 2013-02-18 + 3.2 + version bump + PisiLinux Community + admins@pisilinux.org + + + 2012-06-11 + 3.1 + First release + marcin bojara + marcin@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.9.1.tar.bz2 + + apache + expat-devel + zlib-devel + ruby-devel + serf-devel + sqlite-devel + jdk7-openjdk + apr-util-devel + cyrus-sasl-devel + python-devel + dbus-devel + glib2-devel + openssl-devel + swig + + + 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 + + + /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 + + + + + 2015-09-04 + 1.9.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-04 + 1.8.13 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-14 + 1.8.10 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-06-21 + 1.8.9 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-04-03 + 1.8.8 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-03-03 + 1.8.5 + rebuild for openjdk + Kamil Atlı + suvarice@gmail.com + + + 2014-01-11 + 1.8.5 + rebuild for cyrus-sasl + Kamil Atlı + suvarice@gmail.com + + + 2013-12-28 + 1.8.5 + Fix Deps + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-12-24 + 1.8.5 + Version bump, fix deps, add mandatory serf dependency. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-30 + 1.8.1 + rebuild for perl-svn-simple + Kamil Atlı + suvarice@gmail.com + + + 2013-08-17 + 1.8.1 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-08-03 + 1.8.1 + *Version bump to 1.8.1 + *Disable neon as suggested in http://subversion.apache.org/docs/release-notes/1.8.html#neon-deleted + Fatih Turgel + hitaf@pisilinux.org + + + 2012-10-24 + 1.7.7 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + git + http://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. + https://www.kernel.org/pub/software/scm/git/git-2.4.4.tar.xz + + tcltk-devel + openssl-devel + libpcre-devel + curl-devel + zlib-devel + expat-devel + xmlto + asciidoc + perl-Error + perl + libxslt + util-linux + + + project-root.patch + gitk-fonts.patch + git-1.5-gitweb-home-link.patch + git-cvsps-ignore.patch + fix-gitwebdir.patch + + programming/scm/git/pspec.xml + + + git + app:console + + perl-String-ShellQuote + perl-Net-SMTP-SSL + perl-Authen-SASL + perl-libwww + libpcre + perl-Git + openssh + openssl + rsync + expat + zlib + curl + + + /usr/bin + /usr/libexec/git-core + /etc/bash_completion.d + /usr/share/git-core + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + git-daemon + GIT protocol daemon + GIT protokolü hizmeti + service + + zlib + libpcre + git + + + /etc/conf.d/git-daemon + /usr/libexec/git-core/git-daemon + /usr/share/man/man1/*daemon*.1* + /pub/scm + + + System.Service + + + git-daemon.confd + + + + perl-Git + Perl interface to GIT + GIT için perl arayüzü + library + programming.language.perl + + perl-Error + perl + + + /usr/lib/perl5 + /usr/share/man/man3/Git.3pm + + + + gitk + Git revision tree visualiser + Git sürüm ağacı görüntüleyici + 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 + 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* + + + + gitweb + Simple web interface to GIT repositories + GIT için Web arayüzü + interfaz web para GIT + app:web + server.web + + git + + + /var/www/localhost + /etc/conf.d/gitweb + /etc/apache2/conf.d + + + gitweb.confd + git.conf.httpd + + + + + 2015-06-20 + 2.4.4 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-04-04 + 2.3.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-02-07 + 2.3.0 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-09-19 + 2.2.2 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-09-13 + 2.1.0 + Rebuild for new perl. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-08-16 + 2.1.0 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-06-25 + 2.0.1 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-06-01 + 2.0.0 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-15 + 1.9.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-11 + 1.8.5.4 + Version bump and new rsync + Alihan Öztürk + alihan@pisilinux.org + + + 2013-11-21 + 1.8.4.4 + Version bump. + Richard de Bruin + richdb@pisilinux.org + + + 2013-10-29 + 1.8.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-21 + 1.8.3.2 + fix dep + Kamil Atlı + suvarice@gmail.com + + + 2013-07-04 + 1.8.3.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-08 + 1.8.2.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-29 + 1.8.1.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-28 + 1.8.0.3 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + mercurial + http://www.selenic.com/mercurial + + 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. + http://mercurial.selenic.com/release/mercurial-3.3.3.tar.gz + + python-devel + + programming/scm/mercurial/pspec.xml + + + mercurial + + python + + + /usr/bin + /etc/bash_completion.d + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2015-04-04 + 3.3.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-01-10 + 3.2.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-03-07 + 2.9.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-01 + 2.8 + Ver. bump + Kamil Atlı + suvarice@gmail.com + + + 2012-10-06 + 2.3.1 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libgit2 + https://libgit2.github.com + + Ertuğrul Erata + ertugrulerata@gmail.com + + GPLv2 + app:gui + 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/v0.23.0.tar.gz + + zlib-devel + openssl-devel + python + cmake + + programming/scm/libgit2/pspec.xml + + + libgit2 + + zlib + openssl + + + /usr/lib + + + + libgit2-devel + + libgit2 + zlib + openssl + + + /usr/lib/pkgconfig + /usr/include + + + + + 2015-08-01 + 0.23.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.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. + http://heanet.dl.sourceforge.net/project/kaosx/sources/libaccounts-glib/libaccounts-glib-1.18.tar.gz + + glib2-devel + libxml2-devel + sqlite-devel + gtk-doc + docbook-xsl + python-pygobject-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/libaccounts-glib/testdata + /usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml + /usr/share/man/man1 + + + + libaccounts-glib-devel + Development files for libaccounts-glib + + libaccounts-glib + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0/Accounts-1.0.gir + /usr/share/vala + + + + libaccounts-glib-docs + Help files and API documents for libaccounts-glib + data:doc + + libaccounts-glib + + + /usr/share/gtk-doc + /usr/share/doc + + + + + 2015-10-20 + 1.18 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-11-11 + 1.15 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-29 + 1.11 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-28 + 1.8 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-28 + 1.8 + Move pc files to devel pack, rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-06 + 1.8 + Sandbox Fixed. + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-03-08 + 1.8 + First release + Erdinç Gültekin + erdincgultekin@gmail + + + + + + libbsd + http://libbsd.freedesktop.org + + Marcin Bojara + marcin@pisilinux.org + + BSD + BSD-2 + BSD-4 + ISC + library + programming.library + Provides useful functions commonly found on BSD systems + Taşınabilirlik için BSD uyumlu fonksiyonlar sağlayan bir kitaplık. + This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project. + GNU Linux sistemlerde bulunmayan BSD sistemlere özgü fonsiyonları barındıran bir kitaplıktır ve BSD uygulamalarının GNU Linux'a taşınmasını kolaylaştırır. + http://libbsd.freedesktop.org/releases/libbsd-0.6.0.tar.xz + programming/library/libbsd/pspec.xml + + + libbsd + + /usr/lib + /usr/share/doc + + + + libbsd-devel + Development files for libbsd + + libbsd + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2014-03-09 + 0.6.0 + Fisrt release. + Marcin Bojara + marcin@pisilinux.org + + + + + + libgudev + https://wiki.gnome.org/Projects/libgudev + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPL2 + library + programming.library + GObject bindings for Udev (Eudev) + GObject bindings for Udev (Eudev) + eudev + https://download.gnome.org/sources/libgudev/230/libgudev-230.tar.xz + + gobject-introspection-devel + gtk-doc + libxslt + docbook-xsl + eudev-devel + glib2-devel + + programming/library/libgudev/pspec.xml + + + libgudev + + eudev + glib2 + + + /usr/lib + /usr/share/gir-1.0 + /usr/share/gtk-doc + + + + libgudev-devel + Development files for libgudev + system.devel + + libgudev + eudev-devel + glib2-devel + + + /usr/lib/pkgconfig + /usr/include/gudev-1.0 + + + + + 2016-01-24 + 230 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@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/release-0.5.2.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/ + + + + + 2015-09-01 + 0.5.2 + First release + Ergün Salman + Poyraz76@pisilinux.org + + + + + + libwlocate + http://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 + + + + + 2015-12-03 + 0.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + libaio + http://lse.sourceforge.net/io/aio.html + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.library + Librairie d'entrée/sortie asynchrone utilisant l'interface native du noyau. + Linux-native asynchronous I/O access library + Linux asenkron girdi/çıktı kütüphanesi + libaio has a richer API and capability set than the simple POSIX async I/O facility. + libaio, basit POSIX asenkron girdi/çıktı desteğinden daha iyi bir programlama arayüzü sunan bir kütüphanedir. + http://enterprise-storage-os.googlecode.com/files/libaio-0.3.109.tar.bz2 + + libaio-0.3.106-build.patch + libaio-0.3.107-ar-ranlib.patch + 92_unused_warnings.patch + libaio-0.3.109-testcase-8.patch + libaio-0.3.109-generic-arch.patch + libaio-0.3.109-unify-bits-endian.patch + libaio-0.3.109-x32.patch + + programming/library/libaio/pspec.xml + + + libaio + + /lib + /usr/lib + /usr/share/doc + + + + libaio-32bit + 32-bit shared libraries for libaio + emul32 + emul32 + + libaio + + + /usr/lib32 + + + + libaio-devel + Development files for libaio + libaio için geliştirme dosyaları + + libaio + + + /usr/include + /usr/share/man/man3 + + + + + 2014-05-19 + 0.3.109 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-06 + 0.3.109 + Add emul32 + Marcin Bojara + marcin@pisilinux.org + + + 2013-03-16 + 0.3.109 + URL Fixed + PisiLinux Community + admins@pisilinux.org + + + 2012-11-14 + 0.3.109 + 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/repository/archive.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 + + + + + 2015-11-14 + 8.58 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-24 + 8.56 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 8.48 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-07-28 + 8.48 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-26 + 8.48 + Move pc files to devel pack,release bump. + Erdinç Gültekin + erdincgultekin@gmail.com + + + 2013-03-08 + 8.48 + First release + Erdinç Gültekin + erdincgultekin@gmail.com + + + + + + 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 + + + + + 2014-06-27 + 1.0.3 + First release + Aydın Demirel + aydin.demirel@pisilinux.org + + + + + + libsignon-glib + https://code.google.com/p/accounts-sso + + 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/libsignon-glib/repository/archive.tar.gz + + glib2-devel + gobject-introspection-devel + signon-devel + gtk-doc + + programming/library/libsignon-glib/pspec.xml + + + libsignon-glib + + gobject-introspection + glib2 + signon + + + /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 + + + + + 2015-11-14 + 1.12 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 1.9 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-07-28 + 1.9 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-28 + 1.9 + Move pc files to devel pack, rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-07 + 1.9 + Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-03-22 + 1.9 + First release + Erdinç Gültekin + erdincgultekin@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://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2 + + doxygen + qt5-base-devel + glib2-devel + libaccounts-glib-devel + + programming/library/libaccounts-qt5/pspec.xml + + + libaccounts-qt5 + + glib2 + libgcc + qt5-base + libaccounts-glib + + + /usr/lib/libaccounts-qt5.so.* + /usr/share/doc/libaccounts-qt5 + + + + libaccounts-qt5-devel + Development files for libaccounts-qt5 + + libaccounts-qt5 + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + /usr/lib/libaccounts-qt5.so + + + + 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 + + + + + 2015-10-20 + 1.14 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + swig + http://www.swig.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv3+ + BSD + app:console + 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-3.0.2.tar.gz + + python-devel + boost-devel + ruby-devel + libpcre-devel + zlib-devel + perl + + programming/library/swig/pspec.xml + + + swig + + zlib + libgcc + libpcre + + + /usr/bin + /usr/lib + /usr/share/swig + /usr/share/doc + /usr/share/man + + + + + 2014-12-22 + 3.0.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-11 + 3.0.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-29 + 3.0.0 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-23 + 2.0.11 + Clean swig. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-24 + 2.0.10 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-17 + 2.0.9 + Version bump + Ertan Güven + ertan@pisilinux.org + + + 2012-09-15 + 2.0.8 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + libgnome-keyring + http://live.gnome.org/GnomeKeyring + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.gnome.base + Compatibility library for accessing gnome-keyring3 + gnome-keyring'e ulaşmak için uyumluluk kütüphanesidir. + libgnome-keyring is a library that used by applications to integrate with the gnome-keyring system. + libgnome-keyring, gnome-keyring sistemine uyumlu olmak için programlar tarafından kullanılan bir kütüphanedir. + http://ftp.acc.umu.se/mirror/gnome.org/sources/libgnome-keyring/3.12/libgnome-keyring-3.12.0.tar.xz + + intltool + glib2-devel + dbus-devel + libgcrypt-devel + + desktop/gnome/base/libgnome-keyring/pspec.xml + + + libgnome-keyring + + libgcrypt + glib2 + dbus + + + /usr/lib + /usr/share/doc + /usr/share/locale + + + + libgnome-keyring-devel + Development files for libgnome-keyring + libgnome-keyring için geliştirme dosyaları + + libgnome-keyring + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + libgnome-keyring-docs + Referance documents for libgnome-keyring + libgnome-keyring için başvuru belgeleri + data:doc + + /usr/share/gtk-doc + + + + + 2015-08-25 + 3.12 + Version bump. + Vedat Demir + vedat@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 + + + 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 + + + + + 2014-05-24 + 2.32.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-10-29 + 2.32.1 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-02 + 2.32.1 + Rebuild for RC. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-03-30 + 2.32.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2010-10-18 + 2.32.0 + First release + Burak Çalışkan + admins@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. + http://www.freedesktop.org/software/accountsservice/accountsservice-0.6.40.tar.xz + + intltool + glib2-devel + polkit-devel + + desktop/gnome/base/accountsservice/pspec.xml + + + accountsservice + + polkit + glib2 + + + /usr/lib + /usr/share/doc + /usr/share/dbus-1 + /usr/share/gir-1.0 + /usr/share/gtk-doc + /usr/share/polkit-1 + /usr/share/vala/vapi + /etc/dbus-1/system.d + /usr/share/locale + /var/lib/AccountsService/ + + + + accountsservice-devel + accountsservice için geliştirme dosyaları + accountsservice için geliştirme dosyaları + + accountsservice + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-10-11 + 0.6.40 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-07-15 + 0.6.35 + Rebuild for gcc. + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-11-08 + 0.6.35 + Version Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-08-30 + 0.6.34 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libcroco + http://www.freespiders.org/projects/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. + mirrors://gnome/libcroco/0.6/libcroco-0.6.8.tar.xz + + libxml2-devel + glib2-devel + + + multilib.patch + + desktop/gnome/base/libcroco/pspec.xml + + + libcroco + + glib2 + libxml2 + + + /usr/share + /usr/lib + /usr/bin + + + + libcroco-devel + Development files for libcroco + libcroco için geliştirme dosyaları + + libcroco + + + /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 + glibc-32bit + libxml2-32bit + libcroco + + + /usr/lib32 + + + + + 2014-08-11 + 0.6.8 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-26 + 0.6.8 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2010-12-22 + 0.6.8 + First release + PisiLinux Community + admins@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.gnome.org/pub/gnome/sources/dconf/0.24/dconf-0.24.0.tar.xz + + dbus-devel + glib2-devel + docbook-xsl + libxslt + intltool + gtk-doc + + 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 + + + + + 2015-08-12 + 0.24.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-06-14 + 0.20 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-29 + 0.18 + Version bump. + Richard de Bruin + richdb@pisilinux.org + + + 2013-07-31 + 0.16.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-21 + 0.15.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + dconf-editor + http://live.gnome.org/dconf + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.base + 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. + ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.16/dconf-editor-3.16.1.tar.xz + + dconf-devel + libxml2-devel + gtk3-devel + pango-devel + docbook-xsl + libepoxy-devel + at-spi2-core-devel + vala-devel + libxslt + intltool + gtk-doc + + desktop/gnome/base/dconf-editor/pspec.xml + + + dconf-editor + + dconf + glib2 + libxml2 + gtk3 + pango + + + /etc + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + /usr/libexec + + + + + 2015-08-12 + 3.16.1 + First Release. + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + gnome-common + http://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. + mirrors://gnome/gnome-common/3.10/gnome-common-3.10.0.tar.xz + desktop/gnome/base/gnome-common/pspec.xml + + + gnome-common + + /usr/share/doc + /usr/bin + /usr/share/aclocal + /usr/share/gnome-common + + + + + 2014-06-14 + 3.10.0 + Rebuild for gcc + PisiLinux Community + admins@pisilinux.org + + + 2014-05-21 + 3.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-27 + 3.10.0 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2013-08-26 + 2.34.0 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2010-12-22 + 2.34.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libsecret + http://projects.gnome.org/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. + mirrors://gnome/libsecret/0.18/libsecret-0.18.tar.xz + + gtk-doc + vala-devel + libxslt-devel + libgcrypt-devel + glib2-devel + xmlto + + 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 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2014-06-14 + 0.18 + Rebuild for gcc + PisiLinux Community + admins@pisilinux.org + + + 2014-04-23 + 0.18 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-04-05 + 0.16 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-20 + 0.16 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-09-05 + 0.16 + Release bump. + PisiLinux Community + admins@pisilinux.org + + + 2013-08-26 + 0.15 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-03-30 + 0.15 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-21 + 0.12 + First release + PisiLinux Community + admins@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.18/at-spi2-core-2.18.3.tar.xz + + libXtst-devel + libXi-devel + gettext-devel + dbus-devel + glib2-devel + intltool + + 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/gtk-doc + /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 + glibc-32bit + + + dbus-32bit + glib2-32bit + libX11-32bit + glibc-32bit + + + /usr/lib32 + + + + 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 + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + + + + + 2016-01-26 + 2.18.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-04-17 + 2.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-04-14 + 2.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-10 + 2.10.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 2.8.0 + Fix build. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-30 + 2.8.0 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2013-07-27 + 2.8.0 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-17 + 2.8.0 + Rebuild with new pisi release + PisiLinux Community + admins@pisilinux.org + + + 2013-06-17 + 2.8.0 + Rebuild with new pisi release + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-23 + 2.8.0 + Dep fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-04-17 + 2.8.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-22 + 2.7.2 + First release + PisiLinux Community + admins@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.18/at-spi2-atk-2.18.1.tar.xz + + at-spi2-core-devel + glib2-devel + atk-devel + libX11-devel + dbus-devel + libXtst-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 + + glibc-32bit + at-spi2-core-32bit + atk-32bit + dbus-32bit + glib2-32bit + + + glibc-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 + + + + + 2016-01-26 + 2.18.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-04-17 + 2.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-04-15 + 2.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-10 + 2.10.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-27 + 2.8.1 + Move pc files to devel pack, rebuild + split packages + PisiLinux Community + admins@pisilinux.org + + + 2013-06-01 + 2.8.1 + Dep fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-04-23 + 2.8.1 + Dep fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-04-17 + 2.8.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-22 + 2.7.2 + First release + PisiLinux Community + admins@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.21.tar.xz + + glib2-devel + + desktop/misc/desktop-file-utils/pspec.xml + + + desktop-file-utils + + glib2 + + + /usr/bin + /usr/share/doc + /usr/share/man/man1/ + + + System.PackageHandler + + + + + 2013-09-07 + 0.21 + Add comar script. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-26 + 0.21 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-11-21 + 0.21 + First release + PisiLinux Community + admins@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.15.tar.gz + + docbook-xsl + libxml2-devel + libxslt-devel + + + defaults.patch + tr.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 + + + + + 2014-05-01 + 0.15 + Fix Downloads-İndirilenler direcory name. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-17 + 0.15 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-26 + 0.12 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2011-01-19 + 0.12 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + xdg-utils + http://portland.freedesktop.org/wiki/ + + 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. + http://source.pisilinux.org/1.0/xdg-utils.tar.xz + + xmlto + docbook-xsl + util-linux + lynx + + + enable-other-xdg.patch + xfce-detection.patch + drop-xmlto-stuff.patch + + desktop/misc/xdg-utils/pspec.xml + + + xdg-utils + + /usr/bin + /usr/share/man + + + + + 2014-02-16 + 1.1.0_20140207 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-23 + 20131006 + Release bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-26 + 1.1.0_rc1 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-04-05 + 1.1.0_rc1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + 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 + + + + + 2014-05-18 + 0.12 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-26 + 0.12 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-10-13 + 0.12 + First release + Marcin Bojara + marcin@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. + http://freedesktop.org/~hadess/shared-mime-info-1.5.tar.xz + + libxml2-devel + glib2-devel + intltool + + + shared-mime-info-xz.patch + + 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/pkgconfig + /usr/share/locale/ + /usr/share/doc + /usr/share/man + + + System.PackageHandler + System.Package + + + update-mime-database.sh + defaults.list + mimeapps.list + mimetypefixes.xml + + + + + 2015-11-05 + 1.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-16 + 1.4 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-11-07 + 1.3 + Fix ISO images appearing as .txt files in Dolphin + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-24 + 1.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-05 + 1.1 + Add missing method to pakhandler.py + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-11 + 1.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-13 + 1.0 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + gtk2-engines-murrine + http://cimitan.com/murrine/project/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 + + + + + 2014-02-07 + 0.98.2 + Remove gtk2 runtime dep to avoid cyclic deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-17 + 0.98.2 + Release bump + Erdinç Gültekin + erdinc@pisilinux.org + + + 2012-06-10 + 0.98.2 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + iconcan + http://www.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 + Firefox, Calligra, Libreoffice ve Thunderbird için 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 + http://source.pisilinux.org/1.0/iconcan-1.0.1.tar.xz + desktop/lookandfeel/iconcan/pspec.xml + + + iconcan + + /usr/share/pixmaps + + + + + 2015-02-04 + 1.0.1 + Version Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-02-04 + 1.0.0 + First Release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + artwork-pisilinux-release + http://www.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 + + + 35-example-content.sh + + + + + 2015-03-04 + 1.2 + Add new wallpapers. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-04 + 0.2 + Add new wallpapers. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-07 + 0.2 + Add new wallpapers, example contents. + Serdar Soytetir + kaptann@pisilinux.org + + + 2013-09-18 + 1.0 + add more izmir themes. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-09-18 + 1.0 + add izmir theme. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-27 + 1.0 + Gönüllü çalışmalar eklendi. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-26 + 1.0 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-03-22 + 1.0 + bump for pisi Linux + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-01-31 + 2013.1 + First release + Demiray Muhterem + bilgi@bilgegunluk.com + + + + + + 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 + + + + + 2014-02-06 + 2.03 + Add MediterraneanLightDarkest to main package. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-26 + 2.03 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-10-05 + 2.0.3 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + icon-theme-hicolor + http://icon-theme.freedesktop.org/wiki/HicolorTheme + + 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. + http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.12.tar.gz + desktop/lookandfeel/icon-theme-hicolor/pspec.xml + + + icon-theme-hicolor + + /usr/share/doc + /usr/share/icons + + + + + 2013-08-26 + 0.12 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2010-10-24 + 0.12 + First release + Pisi Linux Admins + admins@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 + + glib2-devel + dconf-devel + qt5-declarative-devel + cmake + qt5-base-devel + + desktop/toolkit/qt5/qt5-configuration/pspec.xml + + + qt5-configuration + + libgcc + qt5-declarative + glib2 + dconf + qt5-base + + + /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 + + + + + 2015-10-16 + 0.3.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-09-11 + 0.3.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-09-11 + 0.2.1 + 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.5/5.5.1/submodules/qtdoc-opensource-src-5.5.1.tar.xz + + qt5-base-devel + qt5-sql-sqlite + qt5-assistant + + 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 + + + + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-06-02 + 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-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.5/5.5.1/submodules/qtdeclarative-opensource-src-5.5.1.tar.xz + + qt5-base-devel + libxkbcommon-devel + mesa-devel + qt5-xmlpatterns-devel + + desktop/toolkit/qt5/qt5-declarative/pspec.xml + + + qt5-declarative + + libgcc + qt5-base + mesa + qt5-xmlpatterns + + + /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/include/qt5 + + + + + 2015-12-20 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-06-02 + 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-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.5/5.5.1/submodules/qtimageformats-opensource-src-5.5.1.tar.xz + + qt5-base-devel + 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 + + + + + 2015-10-16 + 5.5.1 + 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-base + http://qt.digia.com/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + LGPLv2.1-linking-exception + 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. + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz + + at-spi2-core-devel + cups-devel + dbus-devel + zlib-devel + glib2-devel + libpcre-devel + desktop-file-utils + fontconfig-devel + gperf + gtk2-devel + harfbuzz-devel + icon-theme-hicolor + leveldb-devel + firebird-superserver + libjpeg-turbo-devel + mariadb-lib + libxcb-devel + libXcomposite-devel + libxkbcommon-devel + libxslt + mesa-devel + libmtdev-devel + nss-devel + pciutils-devel + postgresql-server + python-devel + DirectFB-devel + sqlite-devel + unixODBC-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 + + + mkspecs.patch + + desktop/toolkit/qt5/qt5-base/pspec.xml + + + qt5-base + + libpcre + libgcc + cups + dbus + gtk2 + mesa + zlib + glib2 + icu4c + libSM + libXi + pango + libICE + libX11 + libdrm + libpng + libxcb + eudev + DirectFB + openssl + freetype + harfbuzz + libmtdev + fontconfig + libXrender + xcb-util-wm + libxkbcommon + libjpeg-turbo + xcb-util-image + xcb-util-keysyms + xcb-util-renderutil + + + /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 + mesa-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 + + + + qt5-base-32bit + 32-bit shared libraries for qt5 + emul32 + emul32 + + cups-32bit + dbus-32bit + gtk2-32bit + mesa-32bit + zlib-32bit + glib2-32bit + glibc-32bit + icu4c-32bit + pango-32bit + libX11-32bit + libdrm-32bit + libpng-32bit + sqlite-32bit + eudev-32bit + openssl-32bit + freetype-32bit + harfbuzz-32bit + libmtdev-32bit + fontconfig-32bit + libXrender-32bit + libjpeg-turbo-32bit + + + libgcc + libpcre + qt5-base-devel + cups-32bit + dbus-32bit + gtk2-32bit + mesa-32bit + zlib-32bit + glib2-32bit + glibc-32bit + icu4c-32bit + pango-32bit + libX11-32bit + libdrm-32bit + libpng-32bit + sqlite-32bit + eudev-32bit + openssl-32bit + freetype-32bit + harfbuzz-32bit + libmtdev-32bit + fontconfig-32bit + libXrender-32bit + libjpeg-turbo-32bit + + + /usr/lib32 + + + + + 2015-10-16 + 5.5.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-07-19 + 5.4.2 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-04-23 + 5.4.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.5/5.5.1/submodules/qtlocation-opensource-src-5.5.1.tar.xz + + geoclue-devel + glib2-devel + mesa-devel + qt5-base-devel + qt5-webkit-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-location/pspec.xml + + + qt5-location + + qt5-base + glib2 + libgcc + geoclue + 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 + + + + + 2015-10-16 + 5.5.1 + 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-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 + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebkit-opensource-src-5.5.1.tar.xz + + qt5-base-devel + qt5-sensors-devel + qt5-location-devel + qt5-declarative-devel + qt5-multimedia-devel + mesa-devel + libXtst-devel + gst-plugins-base-devel + libXcomposite-devel + icu4c-devel + libjpeg-turbo-devel + fontconfig-devel + glib2-devel + dbus-devel + ruby-devel + gstreamer-devel + gstreamer-next-devel + libpng-devel + libpcre-devel + eudev-devel + webp-devel + zlib-devel + libxslt-devel + libxml2-devel + libXcomposite-devel + libX11-devel + libXrender-devel + sqlite-devel + perl-Digest-MD5 + perl-Text-ParseWords + gperf + bison + flex + qt5-phonon-devel + + desktop/toolkit/qt5/qt5-webkit/pspec.xml + + + qt5-webkit + + qt5-base + mesa + webp + zlib + glib2 + icu4c + libX11 + libgcc + libpng + sqlite + libxml2 + libxslt + libXrender + qt5-sensors + libXcomposite + libjpeg-turbo + gstreamer + gst-plugins-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5/plugins + /usr/lib/qt5/ + /usr/lib/qt5/bin/ + /usr/bin + /usr/share/doc + + + + qt5-webkit-devel + qt5-webkit için geliştirme dosyaları + + qt5-webkit + qt5-base-devel + mesa-devel + webp-devel + zlib-devel + glib2-devel + icu4c-devel + libX11-devel + libpng-devel + sqlite-devel + libxml2-devel + libxslt-devel + libXrender-devel + qt5-sensors-devel + libXcomposite-devel + libjpeg-turbo-devel + gstreamer-devel + gst-plugins-base-devel + qt5-declarative-devel + + + /usr/lib/pkgconfig + /usr/include/qt5/ + + + + + 2015-10-28 + 5.5.1 + 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-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 + + qt5-base-devel + qt5-declarative-devel + qt5-quick1-devel + glib2-devel + gobject-introspection-devel + cmake + boost-devel + doxygen + gst-plugins-good + gstreamer-next-devel + gst-plugins-base-next-devel + mesa-devel + + desktop/toolkit/qt5/qt5-gstreamer/pspec.xml + + + qt5-gstreamer + + qt5-base + qt5-declarative + qt5-quick1 + gstreamer-next + gst-plugins-base-next + mesa + glib2 + libgcc + + + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + qt5-gstreamer-devel + Development files for qt5-gstreamer + + qt5-gstreamer + glib2-devel + qt5-base-devel + gstreamer-next-devel + qt5-declarative-devel + gst-plugins-base-next-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2015-10-11 + 1.2.0 + First Release + Stefan Gronewold (groni) + 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/hawaii-desktop/qtaccountsservice/archive/v0.6.0.tar.gz + + qt5-base-devel + qt5-declarative-devel + extra-cmake-modules + + 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 + qt5-accountsservice + + + /usr/include + + + + + 2015-09-11 + 0.6.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-09-11 + 0.1.2 + 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.5/5.5.1/submodules/qtwebsockets-opensource-src-5.5.1.tar.xz + + qt5-base-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 + + + + + 2015-10-16 + 5.5.1 + 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-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.5/5.5.1/submodules/qtsensors-opensource-src-5.5.1.tar.xz + + qt5-base-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 + + + + + 2015-10-16 + 5.5.1 + 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-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.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz + + mesa-devel + qt5-base-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-tools/pspec.xml + + + qt5-assistant + + libgcc + qt5-base + + + /usr/lib/qt5/bin/assistant + /usr/lib/qt5/bin/qhelpconverter + /usr/lib/qt5/bin/qhelpgenerator + /usr/bin/assistant-qt5 + /usr/bin/qhelpgenerator-qt5 + /usr/bin/qhelpconverter-qt5 + /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-qt5 + + + qt5-tools + + + qt5-tools + + + assistant_tr.qm + assistant.desktop + assistant.png + + + + qt5-assistant-devel + + qt5-base-devel + qt5-assistant + + + /usr/include/qt5/QtHelp + /usr/include/qt5/QtCLucene + /usr/lib/pkgconfig/Qt5Help.pc + /usr/lib/pkgconfig/Qt5CLucene.pc + + + qt5-tools-devel + + + qt5-tools-devel + + + + qt5-designer + + libgcc + qt5-base + qt5-declarative + + + /usr/lib/qt5/bin/designer + /usr/lib/qt5/bin/qtdiag + /usr/lib/qt5/bin/qtpaths + /usr/lib/qt5/bin/pixeltool + /usr/bin/designer-qt5 + /usr/bin/qtdiag-qt5 + /usr/bin/qtpaths* + /usr/bin/pixeltool-qt5 + /usr/lib/qt5/bin/qtplugininfo + /usr/bin/qtplugininfo-qt5 + /usr/lib/cmake/Qt5Designer + /usr/lib/cmake/Qt5UiTools + /usr/lib/cmake/Qt5UiPlugin + /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/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 + + + qt5-tools + + + qt5-tools + + + designer.desktop + designer_tr.qm + 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 + + + qt5-tools-devel + + + qt5-tools-devel + + + + qt5-linguist + + libgcc + qt5-base + + + /usr/lib/qt5/bin/linguist + /usr/lib/qt5/bin/lconvert + /usr/lib/qt5/bin/lrelease + /usr/lib/qt5/bin/lupdate + /usr/bin/lrelease-qt5 + /usr/bin/linguist-qt5 + /usr/bin/lconvert-qt5 + /usr/bin/lupdate-qt5 + /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 + + + qt5-tools + qt5-tools-devel + + + qt5-tools + qt5-tools-devel + + + linguist.desktop + linguist.png + linguist_tr.qm + + + + qt5-qdbusviewer + + libgcc + qt5-base + + + /usr/lib/qt5/bin/qdbusviewer + /usr/lib/qt5/bin/qdbus + /usr/bin/qdbusviewer-qt5 + /usr/bin/qdbus-qt5 + /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 + + + qt5-tools + qt5-tools-devel + + + qt5-tools + qt5-tools-devel + + + qdbusviewer.desktop + assistant.png + + + + + 2015-10-16 + 5.5.1 + 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-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.5/5.5.1/submodules/qtserialport-opensource-src-5.5.1.tar.xz + + qt5-base-devel + 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 + + + + + 2015-10-16 + 5.5.1 + 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-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.5/5.5.1/submodules/qtxmlpatterns-opensource-src-5.5.1.tar.xz + + qt5-base-devel + + desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml + + + qt5-xmlpatterns + + qt5-base + 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 + + + + + 2015-10-16 + 5.5.1 + 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-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.5/5.5.1/submodules/qtsvg-opensource-src-5.5.1.tar.xz + + mesa-devel + qt5-base-devel + zlib-devel + + 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 + + + + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-09-11 + 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-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. + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtscript-opensource-src-5.5.1.tar.xz + + qt5-base-devel + 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 + + + + + 2015-10-16 + 5.5.1 + 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-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.5/5.5.1/submodules/qtgraphicaleffects-opensource-src-5.5.1.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-assistant + qt5-sql-sqlite + + desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml + + + qt5-graphicaleffects + + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses + /usr/share/doc + + + + + 2015-10-16 + 5.5.1 + 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-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.5/5.5.1/submodules/qtconnectivity-opensource-src-5.5.1.tar.xz + + qt5-base-devel + qt5-declarative-devel + bluez-libs-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 + + + + + 2015-10-16 + 5.5.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-06-02 + 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-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.5/5.5.1/submodules/qttranslations-opensource-src-5.5.1.tar.xz + + qt5-base-devel + qt5-linguist + + desktop/toolkit/qt5/qt5-translations/pspec.xml + + + qt5-translations + + qt5-base + + + /usr/share/qt5 + /usr/share/licenses/ + + + + + 2015-10-16 + 5.5.1 + 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 + + + + + + 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 + http://download.kde.org/stable/apps/KDE4.x/admin/polkit-qt-1-0.112.0.tar.bz2 + + qt5-base-devel + glib2-devel + polkit-devel + mesa-devel + cmake + + + systembus-usage.patch + + 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 + + + /usr/lib/pkgconfig + /usr/include/polkit-qt5-1 + + + + + 2015-10-16 + 0.112 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-08-01 + 0.112 + 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.5/5.5.1/submodules/qtwebchannel-opensource-src-5.5.1.tar.xz + + qt5-base-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 + + + /usr/lib/pkgconfig + /usr/include/qt5 + + + + + 2015-10-16 + 5.5.1 + 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-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 + + desktop/toolkit/qt5/qt5-quick1/pspec.xml + + + qt5-quick1 + + mesa + qt5-base + qt5-xmlpatterns + qt5-script + + + /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 + + + + + 2015-10-16 + 5.5.1 + 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-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.5/5.5.1/submodules/qtmultimedia-opensource-src-5.5.1.tar.xz + + qt5-base-devel + qt5-declarative-devel + pulseaudio-libs-devel + gstreamer-devel + gst-plugins-base-devel + openal-devel + mesa-devel + + desktop/toolkit/qt5/qt5-multimedia/pspec.xml + + + qt5-multimedia + + libgcc + mesa + openal + alsa-lib + qt5-base + gstreamer + pulseaudio-libs + qt5-declarative + gst-plugins-base + glib2 + + + /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 + + + + + 2015-10-16 + 5.5.1 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-09-11 + 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-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.5/5.5.1/submodules/qtx11extras-opensource-src-5.5.1.tar.xz + + qt5-base-devel + 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/ + + + + + 2015-10-16 + 5.5.1 + 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-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.5/5.5.1/submodules/qtquickcontrols-opensource-src-5.5.1.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-quick1-devel + mesa-devel + + desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml + + + qt5-quickcontrols + + libgcc + qt5-base + qt5-declarative + + + /usr/lib + /usr/lib/qt5 + /usr/share/licenses/ + + + + + 2015-10-16 + 5.5.1 + 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-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ü + http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtenginio-opensource-src-5.5.1.tar.xz + + libgcc + qt5-base-devel + qt5-declarative-devel + + 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/ + + + + + 2015-10-16 + 5.5.1 + 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 + + + + + + qscintilla2 + http://www.riverbankcomputing.co.uk/qscintilla/ + + 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. + mirrors://sourceforge/pyqt/QScintilla2/QScintilla-2.9.1/QScintilla-gpl-2.9.1.tar.gz + + python-qt5-devel + python3-qt5-devel + python-devel + python3-devel + python3-sip + python-sip + qt5-base-devel + qt5-designer-devel + chrpath + qt5-script-devel + qt5-xmlpatterns-devel + mesa-devel + + + configure.py.patch + libname.patch + + desktop/toolkit/qscintilla2/pspec.xml + + + qscintilla2 + + qt5-base + libgcc + + + /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 + + + + + 2015-10-24 + 2.9.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-27 + 2.6.2 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-12-21 + 2.6.2 + Fix runtime deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-17 + 2.6.2 + Release bump + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-11 + 2.6.2 + First release + Marcin Bojara + marcin@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://fedorahosted.org/releases/n/e/newt/newt-0.52.17.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 + + + + + 2014-07-05 + 0.52.17 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-05 + 0.52.16 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-26 + 0.52.14 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-01-30 + 0.52.14 + Build with new relaese Tcl + Erdinç Gültekin + admins@pisilinux.org + + + 2012-09-17 + 0.52.14 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + qtermwidget5 + https://github.com/qterminal/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/qterminal/qtermwidget/releases/download/0.6.0/qtermwidget-0.6.0.tar.xz + + cmake + libgcc + qt5-base-devel + + 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/bin + /usr/include + /usr/lib/pkgconfig + + + + + 2015-05-13 + 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. + mirrors://sourceforge/wxwindows/wxWidgets-3.0.2.tar.bz2 + + zlib-devel + tiff-devel + gtk2-devel + expat-devel + libSM-devel + libpng-devel + mesa-glu-devel + webkit-gtk2-devel + libjpeg-turbo-devel + gst-plugins-base-devel + + + make-abicheck-non-fatal.patch + + desktop/toolkit/wxGTK/pspec.xml + + + wxGTK + + gtk2 + mesa + tiff + zlib + cairo + expat + glib2 + pango + libSM + libX11 + libgcc + libpng + gstreamer + gdk-pixbuf + libXxf86vm + webkit-gtk2 + libjpeg-turbo + gst-plugins-base + + + /usr/lib/ + /usr/bin + /usr/share/doc/ + /usr/share/aclocal/ + /usr/share/bakefile/ + /usr/lib/wx/config + /usr/share/locale/ + + + + wxGTK-devel + wxGTK-devel is the development files for wxGTK + wxGTK araç seti için geliştirme dosyaları + + wxGTK + + + /usr/include + + + + + 2015-08-29 + 3.0.2 + Version bump, fix install. + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-01-05 + 2.8.12 + use symlink not rename. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-06-18 + 2.8.12 + Rebuild. + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2014-05-28 + 2.8.12 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-08-17 + 2.8.12 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2011-05-06 + 2.8.12 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + cairo + http://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). + http://cairographics.org/releases/cairo-1.14.2.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 + mesa-devel + DirectFB-devel + valgrind + + desktop/toolkit/gtk/cairo/pspec.xml + + + cairo + + lzo + zlib + glib2 + libX11 + libpng + libxcb + freetype + fontconfig + libXrender + pixman + libXext + mesa + + + /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 + mesa-devel + glib2-devel + libX11-devel + libpng-devel + libxcb-devel + freetype-devel + pixman-devel + libXext-devel + fontconfig-devel + libXrender-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 + + mesa-32bit + zlib-32bit + glib2-32bit + libX11-32bit + pixman-32bit + libpng-32bit + libxcb-32bit + libXext-32bit + freetype-32bit + fontconfig-32bit + libXrender-32bit + + + cairo + mesa-32bit + zlib-32bit + glibc-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 + + + + + 2015-04-18 + 1.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-01-28 + 1.14.0 + Version bump. + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-05-17 + 1.12.16 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-10-09 + 1.12.16 + Version bump, fixes. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-29 + 1.12.14 + Fix dependencies. + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-23 + 1.12.14 + Dep fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-02-24 + 1.12.14 + Version bump, missing dep. + Ertan Güven + ertan@pisilinux.org + + + 2013-01-22 + 1.12.10 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-23 + 1.12.8 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + gtkmm + http://gtkmm.sourceforge.net + + 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. + mirrors://gnome/gtkmm/2.24/gtkmm-2.24.4.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 + + + + + 2014-05-18 + 2.24.4 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-14 + 2.24.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-03 + 2.24.2 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + atkmm + http://www.gtkmm.org + + 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.22/atkmm-2.22.7.tar.xz + + atk-devel + glibmm-devel + libtool + perl + doxygen + pkgconfig + glib2-devel + 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 + + + + + 2015-11-27 + 2.22.7 + Rebuild and check. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-05-18 + 2.22.7 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-14 + 2.22.7 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-08-26 + 2.22.6 + First release + PisiLinux Community + admins@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 + + + + + 2015-11-20 + 2.0.16 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-18 + 2.0.16 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-02-25 + 2.0.16 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-08-17 + 2.0.16 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2010-10-12 + 2.0.16 + First release + Pisi Linux Admins + admins@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.34/pangomm-2.34.0.tar.xz + + grep + libtool + doxygen + 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 + + + + + 2014-05-18 + 2.34.0 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-14 + 2.34.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-08-26 + 2.28.4 + 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 + + + Makefile.in.am-2.4.2-xmlcatalog.patch + libglade-2.6.3-fix_tests-page_size.patch + + desktop/toolkit/gtk/libglade/pspec.xml + + + libglade + + glib2 + libxml2 + atk + pango + 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 + + + /usr/bin + /usr/include + /usr/lib/pkgconfig + + + + + 2014-05-18 + 2.6.4 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-07 + 2.6.4 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-17 + 2.6.4 + Release bump + Pisi Linux Admins + admins@pisilinux.org + + + 2010-10-12 + 2.6.4 + First release + Pisi Linux Admins + admins@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.21/gtk-doc-1.21.tar.xz + + itstool + openjade + sgml-common + docbook-xml + docbook-xsl + libxslt-devel + + desktop/toolkit/gtk/gtk-doc/pspec.xml + + + gtk-doc + + docbook-xml + sgml-common + + + /usr/bin + /usr/share + /usr/share/doc + /usr/share/omf /var/lib - /run + + + + + 2015-04-06 + 1.21 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-18 + 1.20 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-03-30 + 1.20 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-26 + 1.18 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-08-26 + 1.18 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + gdk-pixbuf + http://www.gnome.org + + 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.31/gdk-pixbuf-2.31.4.tar.xz + + gtk-doc + glib2-devel + libX11-devel + tiff-devel + libjpeg-turbo-devel + libpng-devel + jasper-devel + gobject-introspection-devel + + desktop/toolkit/gtk/gdk-pixbuf/pspec.xml + + + gdk-pixbuf + + glib2 + libpng + libX11 + tiff + jasper + libjpeg-turbo + + + /etc + /usr/bin + /usr/lib + /usr/share/locale + /usr/share/man + /usr/share/doc + /usr/share + + + System.PackageHandler + + + + gdk-pixbuf-devel + Development files for gdk-pixbuf + gdk-pixbuf için geliştirme dosyaları + + gdk-pixbuf + glib2 + + + /usr/bin/gdk-pixbuf-csource + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/gir-1.0 + + + + gdk-pixbuf-docs + Reference documents for gdk-pixbuf + gdk-pixbuf için başvuru belgeleri + + /usr/share/gtk-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 + glibc-32bit + glib2-32bit + libX11-32bit + libpng-32bit + jasper-32bit + libX11-32bit + + + gdk-pixbuf + glibc-32bit + tiff-32bit + glib2-32bit + libpng-32bit + libX11-32bit + jasper-32bit + libjpeg-turbo-32bit + + + /usr/bin/gdk-pixbuf-query-loaders-32 + /usr/lib32 + + + System.PackageHandler + + + + + 2015-07-05 + 2.31.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-27 + 2.31.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-17 + 2.30.7 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-30 + 2.30.7 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-10 + 2.30.0 + Add missing method and fix pakhandler.py + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-05 + 2.28.2 + Add missing method and fix pakhandler.py + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-20 + 2.28.2 + Fix build emul32. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-11 + 2.28.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-07 + 2.28.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-24 + 2.27.1 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2012-11-25 + 2.26.5 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + atk + http://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.16/atk-2.16.0.tar.xz + + gobject-introspection-devel + glib2-devel + gtk-doc + + 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 + + + /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 + glibc-32bit + + + atk + glib2-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2015-04-17 + 2.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-17 + 2.12.0 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-30 + 2.12.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-10 + 2.10.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-21 + 2.8.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-07 + 2.8.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-24 + 2.7.91 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2012-10-22 + 2.7.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + gtk3 + http://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. + mirrors://gnome/gtk+/3.18/gtk+-3.18.6.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 + + + 071_fix-installation-of-HTML-images.patch + + desktop/toolkit/gtk/gtk3/pspec.xml + + + gtk3 + + glib2 + libX11 + libepoxy + atk + cups + pango + libXi + cairo + libXext + libXrandr + libXfixes + gdk-pixbuf + fontconfig + libXcursor + libXdamage + libXinerama + at-spi2-atk + libXcomposite + dejavu-fonts + + + /etc + /usr/bin + /usr/share/themes + /usr/share/gtk-3.0 + /usr/share/ + /usr/share/man + /usr/share/doc + /usr/lib + /usr/share/locale + + + System.PackageHandler + + + settings.ini + + + + gtk3-demo + GTK demo application + GTK demo uyulaması + app:gui + + gtk3 + glib2 + libepoxy + cairo + pango + gdk-pixbuf + + + /usr/bin/gtk3-demo + /usr/bin/gtk3-demo-application + + + + gtk3-docs + GTK reference documents + GTK referans dökümanları + data:doc + + /usr/share/doc/gtk3 + + + + 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 + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/aclocal + /usr/share/gir-1.0 + + + + + 2016-01-25 + 3.18.6 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-07-07 + 3.16.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-03-18 + 3.14.9 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-04-12 + 3.12.2 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2014-04-06 + 3.10.7 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-05 + 3.10.7 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-21 + 3.10.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-11 + 3.10.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-05 + 3.8.2 + Add missing method and fix pakhandler.py + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-27 + 3.8.2 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-07-14 + 3.8.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-24 + 3.6.4 + First release + Ertan Güven + ertan@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++). + http://cairographics.org/releases/cairomm-1.10.0.tar.gz + + grep + perl + doxygen + 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 + + + + + 2014-05-18 + 1.10.0 + Release bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-21 + 1.10.0 + Release bump + PisiLinux Community + admins@pisilinux.org + + + 2012-08-25 + 1.10.0 + First release + PisiLinux Community + admins@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.38/pango-1.38.1.tar.xz + + libX11-devel + freetype-devel + cairo-devel + libXft-devel + harfbuzz-devel + fontconfig-devel + libXrender-devel + gtk-doc + gobject-introspection-devel + glib2-devel + + desktop/toolkit/gtk/pango/pspec.xml + + + pango + + glib2 + libX11 + freetype + cairo + libXft + 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.Service - System.Service - System.Service + System.Package + + + + pango-devel + Development files for pango + pango için geliştirme dosyaları + + pango + cairo-devel + libXft-devel + harfbuzz-devel + fontconfig-devel + + + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/include + + + + pango-docs + Pango reference documents + Pango referans dokümanları + data:doc + + /usr/share/gtk-doc + + + + 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 + freetype-32bit + libXrender-32bit + fontconfig-32bit + libffi-32bit + harfbuzz-32bit + glibc-32bit + + + pango + cairo-32bit + glib2-32bit + libX11-32bit + libXft-32bit + freetype-32bit + libXrender-32bit + fontconfig-32bit + libffi-32bit + harfbuzz-32bit + glibc-32bit + + + /usr/bin/pango-querymodules-32 + /usr/lib32/libpango* + /usr/lib32/girepository-1.0 + /usr/lib32/pango + + + + + 2016-01-25 + 1.38.1 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-03-18 + 1.36.8 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-07-07 + 1.36.5 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-05-17 + 1.36.3 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-30 + 1.36.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-05 + 1.36.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-10 + 1.36.0 + Version bump, cleanup. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-17 + 1.34.0 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-20 + 1.34.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-07 + 1.32.6 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-22 + 1.32.5 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2011-07-07 + 1.30.1 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + gtk2 + http://www.gtk.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + 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. + mirrors://gnome/gtk+/2.24/gtk+-2.24.28.tar.xz + + cups-devel + libXi-devel + cairo-devel + libXext-devel + libXrandr-devel + libXfixes-devel + libXrender-devel + libXdamage-devel + libXcursor-devel + fontconfig-devel + libXinerama-devel + libXcomposite-devel + atk-devel + pango-devel + gdk-pixbuf-devel + gtk-doc + 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 + + + /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 + + + + 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 + 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 + + glibc-32bit + 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 + glibc-32bit + 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 + + + + + 2015-07-05 + 2.24.28 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-17 + 2.24.23 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-04-06 + 2.24.22 + Rebuild + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-06 + 2.24.22 + Set proper settings to gtkrc, change location of gtkrc. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-21 + 2.24.22 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-05 + 2.24.21 + Minor version bump, cleanup. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-05 + 2.24.20 + Add missing method and fix pakhandler.py + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-06 + 2.24.20 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-20 + 2.24.17 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-23 + 2.24.16 + Version bump, add new cppflags, enhancements. + Erdinç Gültekin + admins@pisilinux.org + + + 2013-01-23 + 2.24.14 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-09-25 + 2.24.13 + First release + Erdem Artan + admins@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.4-src.tgz + + 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 + sentinel.patch + strcmp.patch + warn.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 + + + /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 + glibc-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 + libjpeg-turbo-32bit + + + /usr/lib32 + + + + + 2013-08-17 + 2.3.4 + Release bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-06-23 + 2.3.4 + Fix dep, we have no libXp-devel pack. + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-11-10 + 2.3.4 + First release + Osman Erkan + osman.erkan@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ı + http://download.qt.io/official_releases/qtcreator/3.5/3.5.1/qt-creator-opensource-src-3.5.1.tar.gz + + libgcc + libX11-devel + cmake + git + mesa-devel + openssh + qt5-base-devel + qt5-declarative-devel + qt5-linguist + qt5-quick1-devel + qt5-quickcontrols + qt5-svg-devel + qt5-xmlpatterns + qt5-webkit-devel + qt5-x11extras-devel + qt5-assistant-devel + qt5-designer-devel + qt5-script-devel + valgrind + llvm-clang-devel + llvm + + desktop/toolkit/qtcreator/pspec.xml + + + qtcreator + Lightweight, cross-platform integrated development environment + + libX11 + libgcc + qt5-svg + qt5-base + qt5-quick1 + qt5-script + qt5-webkit + qt5-designer + qt5-assistant + qt5-x11extras + qt5-declarative + + + /usr/bin + /usr/lib/qtcreator + /usr/share/applications/qtcreator.desktop + /usr/share/licenses + /usr/share/qtcreator + /usr/share/doc + /usr/share/icons + /etc + + + qtcreator.desktop + qtcreator.sh + 80-qtcreator.conf + + + + + 2015-12-30 + 3.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-06 + 3.4.2 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + fltk + http://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. + ftp://ftp.uwsg.indiana.edu/linux/gentoo/distfiles/fltk-1.3.3-source.tar.gz + + zlib-devel + libX11-devel + libgcc + libpng-devel + mesa-devel + libXft-devel + libXext-devel + mesa-glu-devel + libXfixes-devel + libXcursor-devel + fontconfig-devel + libXinerama-devel + libjpeg-turbo-devel + + + tigervnc.patch + fltk-config-dynlibs.patch + + desktop/toolkit/fltk/pspec.xml + + + fltk + + zlib + libX11 + libgcc + libpng + mesa + libXft + libXext + mesa-glu + libXfixes + libXcursor + fontconfig + libXinerama + libjpeg-turbo + + + /usr/lib + /usr/share/doc + + + + 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 + + + + + 2015-07-24 + 1.3.3 + emul32bit build disabled. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-26 + 1.3.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-26 + 1.3.2 + Rebuild for gcc 4.9 + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-29 + 1.3.2 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-11-03 + 1.3.2 + Version bump. + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-08-26 + 1.3.0 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-11-11 + 1.3.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + glibmm + http://gtkmm.sourceforge.net/ + + 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.44/glibmm-2.44.0.tar.xz + + libsigc++-devel + glib2-devel + pkgconfig + + 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-* + + + + + 2015-07-21 + 2.44.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-18 + 2.40.0 + Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-12-23 + 2.38.0 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-10-29 + 2.36.2 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-14 + 2.36.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-22 + 2.34.1 + First release + PisiLinux Community + admins@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.40/librsvg-2.40.9.tar.xz + + libcroco-devel + gtk2-devel + pango-devel + vala-devel + python-devel + gdk-pixbuf-devel + gtk-doc + gobject-introspection-devel + + desktop/gnome2/librsvg/pspec.xml + + + librsvg + + glib2 + libxml2 + cairo + pango + libcroco + gdk-pixbuf + + + /etc/gtk-2.0 + /usr/bin + /usr/lib + /usr/share/man/man1 + /usr/share/pixmaps + /usr/share/themes + /usr/share/vala + /usr/share/gtk-doc + /usr/share/gir-1.0/Rsvg-2.0.gir + /usr/share/doc + + + + 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 + + + + librsvg-32bit + 32-bit shared libraries for librsvg + emul32 + emul32 + + atk-32bit + gtk2-32bit + glib2-32bit + cairo-32bit + pango-32bit + libpng-32bit + libxml2-32bit + freetype-32bit + libcroco-32bit + gdk-pixbuf-32bit + fontconfig-32bit + + + librsvg + glibc-32bit + glib2-32bit + cairo-32bit + pango-32bit + libxml2-32bit + libcroco-32bit + gdk-pixbuf-32bit + + + /usr/lib32 + + + + + 2015-08-10 + 2.40.9 + Version bump. + PisiLinux Community + ayhanyalcinsoy@pisilinux.org + + + 2014-05-17 + 2.40.2 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2013-10-14 + 2.39.0 + Rebuild icu4c. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-10 + 2.39.0 + Rebuild and install using correct loaders. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-23 + 2.39.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-31 + 2.36.4 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-06-17 + 2.36.4 + Rebuild with new pisi release + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-23 + 2.36.4 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2013-01-23 + 2.36.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-06 + 2.36.3 + First release + Marcin Bojara + marcin@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 + + + 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 + + + + + 2014-05-21 + 2.14.19 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-10-29 + 2.14.19 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-26 + 2.14.19 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2010-12-22 + 2.14.19 + First release + PisiLinux Community + admins@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/20150824/fontforge-20150824.tar.gz + http://fontforge.org/cidmaps.tgz + + libjpeg-turbo-devel + tiff-devel + cairo-devel + pango-devel + libpng-devel + libXft-devel + libXi-devel + giflib-devel + libspiro-devel + xdg-utils + fontconfig-devel + python-devel + libxml2-devel + readline-devel + libtool-ltdl + + desktop/font/fontforge/pspec.xml + + + fontforge + + zlib + glib2 + libX11 + libpng + python + libxml2 + freetype + readline + libtool-ltdl + tiff + cairo + libXi + pango + libXft + giflib + libspiro + libjpeg-turbo + + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/mime + /usr/share/pixmaps + /usr/share/fontforge + /usr/share/applications + /usr/share/locale + + + + fontforge-devel + Development files for fontforge + fontforge için geliştirme dosyaları + + tiff-devel + pango-devel + cairo-devel + fontforge + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-08-28 + 2.0.20150824 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-03-01 + 2.0.20140101 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-02-01 + 2.0.20140101 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-02 + 20120731 + Rebuild for RC. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-10-25 + 20120731 + 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. + http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.40.tar.bz2 + + cairo-devel + glib2-devel + icu4c-devel + graphite2-devel + freetype-devel + expat-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 + /usr/share/gtk-doc + + + + harfbuzz-devel + + glib2-devel + icu4c-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 + glibc-32bit + cairo-32bit + + + cairo-32bit + glib2-32bit + glibc-32bit + icu4c-32bit + freetype-32bit + + + /usr/lib32 + + + + + 2015-04-06 + 0.9.40 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-01-24 + 0.9.38 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-01-12 + 0.9.37 + Version Bump + rebuild. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-08-15 + 0.9.35 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-07-11 + 0.9.30 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-06-09 + 0.9.26 + Better harfbuz with icu, cairo. Fix configure option format. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-17 + 0.9.26 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-26 + 0.9.26 + Delete Unused Deps. + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-02-25 + 0.9.26 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-02-22 + 0.9.26 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-14 + 0.9.19 + Rebuild for icu4c + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-26 + 0.9.19 + Version bump. Fix build emul32 + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-30 + 0.9.18 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2013-01-22 + 0.9.9 + Add emul32 + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-24 + 0.9.9 + First release + Marcin Bojara + marcin@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. + http://www.unicode.org/Public/zipped/6.3.0/UCD.zip + desktop/font/unicode-ucd/pspec.xml + + + unicode-ucd + + /usr/share/unicode/ucd + /usr/share/doc + + + copyright.html + + + + + 2014-01-27 + 6.3.0 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + 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/ + + + + + 2014-02-22 + 0.0_20100919 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-09-20 + 0.0_20090104 + First release + Pisi Linux Admins + admins@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 + + + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-06 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-12 + 5.4.1 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-08-27 + 5.4.0 + Version bump + Vedat Demir + vedat@pisilinux.org + + + 2014-03-02 + 0.4 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + gnu-gs-fonts-std + http://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 + + + + + 2014-02-23 + 8.11 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2012-09-20 + 8.11 + First release + Sezai Yeniay + sezaiyeniay@pisilinux.org + + + + + + 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. + http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.bz2 + + freetype-devel + expat-devel + + + prefer_dejavu.patch + anymetrics_urw.patch + use_legacy_lcdfilter_on_small_monospace.patch + add_hinting_and_antialiasing_to_proper_fonts.patch + fontconfig-2.8.0-sleep-less.patch + deprecated-user-conf.patch + + desktop/font/fontconfig/pspec.xml + + + fontconfig + + freetype + expat + + + /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 + 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 + glibc-32bit + + + fontconfig + expat-32bit + freetype-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2014-05-17 + 2.11.1 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-29 + 2.11.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-01 + 2.11.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-05 + 2.10.93 + Add missing method to pakhandler.py + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-06 + 2.10.93 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-06 + 2.10.92 + First release + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-06 + 2.10.2 + First release + Marcin Bojara + marcin@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://github.com/googlei18n/noto-fonts/archive/v2015-09-29-license-adobe.tar.gz + desktop/font/noto-fonts/pspec.xml + + + noto-fonts + + /usr/share/doc + /usr/share/fonts/noto + + + + 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 + + + + + 2016-02-12 + 20150929 + First release. + Osman Erkan + osman.erkan@pisilinux.org + + + + + + kgeography + http://edu.kde.org/applications/all/kgeography + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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 + mirrors://kde/stable/applications/15.12.2/src/kgeography-15.12.2.tar.xz + + qt5-base-devel + kconfig-devel + kdoctools-devel + kxmlgui-devel + kwidgetsaddons-devel + kcoreaddons-devel + ki18n-devel + kitemviews-devel + kiconthemes-devel + kservice-devel + kconfigwidgets-devel + extra-cmake-modules + + desktop/kde/application/kgeography/pspec.xml + + + kgeography + + qt5-base + libgcc + kconfig + kxmlgui + kwidgetsaddons + kcoreaddons + ki18n + kitemviews + kiconthemes + kconfigwidgets + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-22 + 15.08.2 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kdiamond + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kdiamond-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + docbook-xsl + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-17 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + 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.application + Interactive Physical Simulator + Step is an interactive physical simulator. It allows you to explore the physical world through simulations. + mirrors://kde/stable/applications/15.12.2/src/step-15.12.2.tar.xz + + qt5-base-devel + qt5-quick1-devel + qt5-svg-devel + qt5-declarative-devel + extra-cmake-modules + kdoctools-devel + kdelibs4-support-devel + mesa-devel + khtml-devel + kconfig-devel + kdelibs4-support-devel + knewstuff-devel + kplotting-devel + eigen3 + pkgconfig + libqalculate-devel + cln-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-19 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kmines + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kmines-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-19 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + bomber + https://www.kde.org/applications/games/bomber/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/bomber-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + mesa-devel + kxmlgui-devel + libkdegames-devel + qt5-declarative-devel + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/bomber/pspec.xml + + + bomber + + ki18n + libgcc + 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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-19 + 15.08.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + dolphin-plugins + http://www.kde.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + desktop.kde.application + 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/applications/15.12.2/src/dolphin-plugins-15.12.2.tar.xz + + qt5-base-devel + kdoctools-devel + dolphin-devel + kio-devel + kdelibs4-support-devel + extra-cmake-modules + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-19 + 15.08.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-12 + 15.07.90 + First Relase unstable. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + knetwalk + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/knetwalk-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/knetwalk/pspec.xml + + + knetwalk + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kdbusaddons + libkdegames + ktextwidgets + kconfigwidgets + kwidgetsaddons + qt5-declarative + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-20 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kbreakout + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kbreakout-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/kbreakout/pspec.xml + + + kbreakout + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + qt5-declarative + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-16 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + poxml + http://www.kde.org/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv2 + app:gui + desktop.kde.application + 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. + mirrors://kde/stable/applications/15.12.2/src/poxml-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + gettext-devel + kdoctools-devel + docbook-xsl + + desktop/kde/application/poxml/pspec.xml + + + poxml + + libgcc + gettext + qt5-base + + + /usr/bin + /usr/share/doc + /usr/share/man + + + kdesdk + + + kdesdk + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-20 + 15.12.0 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-14 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-03 + 4.11.1 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + + + + kcalcore + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.application + the KDE calendar access library. + A calendar contains information like incidences (events, to-dos, journals), alarms, time zones, and other useful information. + mirrors://kde/stable/applications/15.12.2/src/kcalcore-15.12.2.tar.xz + + qt5-base-devel + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + libical-devel + extra-cmake-modules + + desktop/kde/application/kcalcore/pspec.xml + + + kcalcore + + qt5-base + kcodecs + kconfig + kcoreaddons + libical + kdelibs4-support + libgcc + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kcalcore-devel + Development files for kcontacts + + qt5-base-devel + libical-devel + kcalcore + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@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.application + Scripts and setting files useful during development of KDE software + Scripts and setting files useful during development of KDE software + mirrors://kde/stable/applications/15.12.2/src/kde-dev-scripts-15.12.2.tar.xz + + extra-cmake-modules + kdoctools-devel + kdelibs4-support-devel + + desktop/kde/application/kde-dev-scripts/pspec.xml + + + kde-dev-scripts + Scripts and setting files useful during development of KDE software + + qt5-base + kdoctools + kdelibs4-support + + + /usr/bin + /usr/share + /usr/share/man + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-16 + 15.08.3 + First Release + Alihan Öztürk + alihan@pisilinux.org + + + + + + snorenotify + https://github.com/KDE/snorenotify + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv3 + app + desktop.kde.application + 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-quick1-devel + qt5-multimedia-devel + qt5-websockets-devel + + desktop/kde/application/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 + + + + + 2016-02-04 + 0.7.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + klickety + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/klickety-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/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/kxmlgui5 + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + signon-kwallet-extension + http://kde.org + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv2 + app + desktop.kde.application + KWallet signon extension + KWallet signon extension + mirrors://kde/stable/applications/15.12.2/src/signon-kwallet-extension-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + kwallet-devel + signon-devel + + desktop/kde/application/signon-kwallet-extension/pspec.xml + + + signon-kwallet-extension + KWallet signon extension + + libgcc + signon + kwallet + qt5-base + + + /usr/lib/signon + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-03 + 15.08.3 + First release + Alihan Öztürk + alihan@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.application + 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/applications/15.12.2/src/kaccounts-providers-15.12.2.tar.xz + + extra-cmake-modules + intltool + kaccounts-integration-devel + qt5-declarative-devel + qt5-base-devel + kcoreaddons-devel + libaccounts-qt5-devel + libaccounts-glib-devel + kio-devel + ki18n-devel + kdeclarative-devel + kpackage-devel + signon-devel + + desktop/kde/application/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-base + + + /etc + /usr/share + /usr/lib/qt5 + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-15 + 15.08.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + ktp-contact-runner + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.application + KRunner plugin for KDE Telepathy + KRunner plugin for KDE Telepathy + mirrors://kde/stable/applications/15.12.2/src/ktp-contact-runner-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + ki18n-devel + kservice-devel + krunner-devel + ktp-common-internals-devel + telepathy-logger-qt-devel + telepathy-qt5-devel + + desktop/kde/application/ktp-contact-runner/pspec.xml + + + ktp-contact-runner + KRunner plugin for KDE Telepathy + + ki18n + libgcc + krunner + qt5-base + kcoreaddons + telepathy-qt5 + ktp-common-internals + + + /usr/lib + /usr/share + /usr/share/kservices5 + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-23 + 15.08.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + kdepim-runtime + http://community.kde.org/KDE_PIM + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kdepim-runtime-15.12.2.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 + kalarmcal-devel + kcalutils-devel + kmbox-devel + kimap-devel + libkgapi-devel + kholidays-devel + ksyndication-devel + kdepimlibs-devel + cyrus-sasl-devel + qt5-declarative-devel + qt5-quick1-devel + qt5-xmlpatterns-devel + qt5-webkit-devel + extra-cmake-modules + qt5-location-devel + + desktop/kde/application/kdepim-runtime/pspec.xml + + + kdepim-runtime + + akonadi + libkgapi + kio + ki18n + kimap + kmbox + kmime + libgcc + kcodecs + kconfig + kwallet + kxmlgui + kcalcore + kcmutils + kservice + qt5-base + kalarmcal + kcalutils + kdepimlibs + kitemviews + kcompletion + kcoreaddons + kdbusaddons + kitemmodels + kcontacts + kjobwidgets + knotifyconfig + kwindowsystem + kconfigwidgets + kmailtransport + ktextwidgets + knotifications + kwidgetsaddons + qt5-xmlpatterns + akonadi-calendar + kdelibs4-support + kidentitymanagement + + + /etc/xdg + /usr/lib + /usr/bin + /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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-23 + 15.08.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + picmi + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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. + mirrors://kde/stable/applications/15.12.2/src/picmi-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/picmi/pspec.xml + + + picmi + picmi + + ki18n + libgcc + kxmlgui + qt5-svg + qt5-base + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-03 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + yakuake + http://extragear.kde.org/apps/yakuake + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + Very powerful Quake style Konsole for KDE4 + 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 + http://source.pisilinux.org/1.0/yakuake-2.9.9_20150703.tar.gz + + qt5-base-devel + libX11-devel + qt5-x11extras-devel + knewstuff-devel + kio-devel + kparts-devel + knotifyconfig-devel + extra-cmake-modules + + desktop/kde/application/yakuake/pspec.xml + + + yakuake + + qt5-base + qt5-x11extras + kio + ki18n + kparts + kconfig + kxmlgui + karchive + kservice + knewstuff + 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 + + + + + 2015-08-01 + 2.9.9_20150703 + First Release. + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kfourinline + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kfourinline-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + libkdegames-devel + + desktop/kde/application/kfourinline/pspec.xml + + + kfourinline + + ki18n + kdnssd + libgcc + kconfig + kxmlgui + qt5-svg + qt5-base + kcompletion + kcoreaddons + libkdegames + kconfigwidgets + kwidgetsaddons + kdelibs4-support + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-18 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libkexiv2 + http://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.application + 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/applications/15.12.2/src/libkexiv2-15.12.2.tar.xz + + extra-cmake-modules + cmake + exiv2-devel + qt5-base-devel + + desktop/kde/application/libkexiv2/pspec.xml + + + libkexiv2 + + qt5-base + exiv2-libs + + + /usr/lib + /usr/bin + + + + libkexiv2-devel + Development files for libkexiv2 + libkexiv2 için geliştirme dosyaları + + libkexiv2 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-19 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-26 + 5.11.80 + 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.application + 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/applications/15.12.2/src/kaccounts-integration-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + kcmutils-devel + ki18n-devel + kcoreaddons-devel + kdbusaddons-devel + libaccounts-qt5-devel + signon-devel + gettext-devel + kdeclarative-devel + + desktop/kde/application/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 + kconfigwidgets + libaccounts-qt5 + qt5-declarative + + + /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 + + + /usr/include + /usr/lib/cmake/KAccounts + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-14 + 15.08.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + okular + http://okular.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.application + A document viewer + Belge gösterici + Okular is a document viewer. + Okular bir belge göstericidir. + okular + http://sourceforge.net/projects/pisilinux/files/source/okular-15.08.02_20151104.tar.xz + + qt5-base-devel + qt5-declarative-devel + kjs-devel + qca2-qt5-devel + tiff-devel + kdelibs4-support-devel + qt5-phonon-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 + libspectre-devel + djvu-devel + kpty-devel + extra-cmake-modules + + desktop/kde/application/okular/pspec.xml + + + okular + app:gui + + qt5-base + qca2-qt5 + tiff + libkexiv2 + poppler-qt5 + ebook-tools + kactivities + libjpeg-turbo + kdelibs4-support + 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 + + + /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 + + + + + 2015-11-05 + 15.08.02_20151104 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-19 + 15.08.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libkface + https://projects.kde.org/projects/kde/kdegraphics/libs/libkface + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + library + desktop.kde.application + A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures + Libkface is a Qt/C++ library to perform face recognition and detection over pictures.This library is used by kipi-plugins, digiKam and others Kipi host programs. + mirrors://kde/stable/applications/15.12.2/src/libkface-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-sqlite + opencv-devel + + desktop/kde/application/libkface/pspec.xml + + + libkface + A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures + + libgcc + opencv + qt5-base + + + /usr/lib/*.so.* + /usr/share/libkface + /usr/share/doc + + + + libkface-devel + Development files for libkface + library + + libkface + + + /usr/include/KF5 + /usr/include/libkface_version.h + /usr/lib/cmake/KF5KFace + /usr/lib/*.so + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-19 + 15.12.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + dragonplayer + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.application + Multimedia player + a multimedia player where the focus is on simplicity, instead of features. + mirrors://kde/stable/applications/15.12.2/src/dragon-15.12.2.tar.xz + + qt5-base-devel + kdoctools-devel + kio-devel + kparts-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/application/dragonplayer/pspec.xml + + + dragonplayer + + qt5-base + kio + ki18n + solid + libgcc + 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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-17 + 15.07.80 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kollision + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kollision-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/kollision/pspec.xml + + + kollision + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kdbusaddons + libkdegames + kwidgetsaddons + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-20 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libkdcraw + http://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.application + 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. + mirrors://kde/stable/applications/15.12.2/src/libkdcraw-15.12.2.tar.xz + + qt5-base-devel + kdoctools-devel + libraw-devel + kconfig-devel + ki18n-devel + cmake + extra-cmake-modules + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-31 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-19 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-13 + 15.07.90_p1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ktp-contact-list + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.application + KDE Telepathy contact list application + KDE Telepathy contact list application + mirrors://kde/stable/applications/15.12.2/src/ktp-contact-list-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + kdbusaddons-devel + kio-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/application/ktp-contact-list/pspec.xml + + + ktp-contact-list + KDE Telepathy contact list application + + ki18n + 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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-23 + 15.08.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + kbounce + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kbounce-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-16 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + khangman + http://edu.kde.org/applications/all/khangman + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/khangman-15.12.2.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-declarative-devel + extra-cmake-modules + mesa-devel + libkeduvocdocument-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-24 + 15.08.2 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kiriki + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kiriki-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-19 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdegraphics-thumbnailers + http://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.application + KDE4 thumbnailer library + KDE4 önizleme kitaplıkları + kdegraphics-thumbnailers contains thumbnail-related libraries. + kdegraphics-thumbnailers, önizleme kitaplıklarını içerir. + mirrors://kde/stable/applications/15.12.2/src/kdegraphics-thumbnailers-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + kio-devel + libkdcraw-devel + libkexiv2-devel + + desktop/kde/application/kdegraphics-thumbnailers/pspec.xml + + + kdegraphics-thumbnailers + + kio + libgcc + qt5-base + libkdcraw + libkexiv2 + + + /usr/lib + /usr/share/doc + /usr/share + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + 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.application + 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/applications/15.12.2/src/ktuberling-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + libkdegames-devel + + desktop/kde/application/ktuberling/pspec.xml + + + ktuberling + A simple constructor game suitable for children and adults alike + + ki18n + libgcc + kconfig + kxmlgui + qt5-svg + qt5-base + qt5-phonon + kcompletion + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + kdelibs4-support + + + /usr/bin + /usr/share/applications + /usr/share/icons + /usr/share/ktuberling + /usr/share/kxmlgui5 + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-19 + 15.12.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + ktp-approver + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.application + KDE Channel Approver for Telepathy + KDE Channel Approver for Telepathy + mirrors://kde/stable/applications/15.12.2/src/ktp-approver-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + kdbusaddons-devel + kconfig-devel + ki18n-devel + knotifications-devel + kservice-devel + telepathy-qt5-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-22 + 15.08.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + konversation + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.application + 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.6/src/konversation-1.6.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 + + desktop/kde/application/konversation/pspec.xml + + + konversation + + qt5-base + qca2-qt5 + kemoticons + kidletime + knotifyconfig + kparts + kio + 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 + + + + + 2015-08-29 + 1.6.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + ktnef + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.application + 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/applications/15.12.2/src/ktnef-15.12.2.tar.xz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kcalcore-devel + kcalutils-devel + kcontacts-devel + + desktop/kde/application/ktnef/pspec.xml + + + ktnef + + qt5-base + kcalutils + ki18n + libgcc + kcalcore + kcontacts + kdelibs4-support + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + ktnef-devel + Development files for ktnef + + qt5-base-devel + ktnef + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-24 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + rocs + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/rocs-15.12.2.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-quick1-devel + qt5-webkit-devel + qt5-base-devel + qt5-xmlpatterns-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 + ktexteditor-devel + kconfigwidgets-devel + kxmlgui-devel + kwidgetsaddons-devel + karchive-devel + cmake + qt5-location-devel + grantlee-qt5-devel + gettext-devel + boost-devel + + desktop/kde/application/rocs/pspec.xml + + + rocs + + qt5-base + qt5-script + qt5-declarative + qt5-xmlpatterns + qt5-webkit + grantlee-qt5 + kdeclarative + ktexteditor + kparts + libgcc + ki18n + kconfig + karchive + kcompletion + kcoreaddons + ktextwidgets + kconfigwidgets + karchive + kcompletion + kcoreaddons + ktextwidgets + kconfigwidgets + kwidgetsaddons + kwidgetsaddons + kxmlgui + kitemviews + + + /usr/bin + /usr/share + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + rocs-devel + Development files for rocs + + rocs + + + /usr/include + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-29 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kate + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.application + Advanced Text Editor + Plasma library and runtime components based upon KF5 and Qt5 + mirrors://kde/stable/applications/15.12.2/src/kate-15.12.2.tar.xz + + qt5-base-devel + plasma-framework-devel + kdoctools-devel + knewstuff-devel + kinit-devel + kparts-devel + ktexteditor-devel + threadweaver-devel + kitemmodels-devel + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-odbc + docbook-xsl + extra-cmake-modules + kded-devel + + desktop/kde/application/kate/pspec.xml + + + kate + + qt5-base + libgcc + libgit2 + knewstuff + ki18n + kconfig + kded + kguiaddons + kactivities + kjobwidgets + kitemmodels + kio + kparts + ktexteditor + kwindowsystem + kxmlgui + plasma-framework + kwallet + kservice + kbookmarks + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + ktextwidgets + threadweaver + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/share + /etc/xdg + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-19 + 15.08.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-03 + 15.04.2 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kblog + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + desktop.kde.application + 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/applications/15.12.2/src/kblog-15.12.2.tar.xz + + qt5-base-devel + extra-cmake-modules + kdoctools-devel + kcoreaddons-devel + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + qt5-webkit-devel + kcalcore-devel + ksyndication-devel + kxmlrpcclient-devel + + desktop/kde/application/kblog/pspec.xml + + + kblog + + qt5-base + kcalcore + kxmlrpcclient + kio + ki18n + libgcc + kcoreaddons + ksyndication + kdelibs4-support + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kblog-devel + Development files for kblog + + qt5-base-devel + kblog + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-24 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + ktp-auth-handler + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.application + 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/applications/15.12.2/src/ktp-auth-handler-15.12.2.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-qt5-devel + kaccounts-integration-devel + signon-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-22 + 15.08.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + ktp-filetransfer-handler + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.application + KDE Telepathy file transfer handler + KDE Telepathy file transfer handler + mirrors://kde/stable/applications/15.12.2/src/ktp-filetransfer-handler-15.12.2.tar.xz + + extra-cmake-modules + kcoreaddons-devel + ki18n-devel + kio-devel + kconfig-devel + ktp-common-internals-devel + telepathy-logger-qt-devel + telepathy-qt5-devel + + desktop/kde/application/ktp-filetransfer-handler/pspec.xml + + + ktp-filetransfer-handler + KDE Telepathy file transfer handler + + kio + ki18n + libgcc + kconfig + qt5-base + kcoreaddons + telepathy-qt5 + ktp-common-internals + + + /usr/lib + /usr/share + /usr/share/dbus-1 + /usr/share/telepathy + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-23 + 15.08.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + kmbox + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.application + MBox library support. + MBox library support. + mirrors://kde/stable/applications/15.12.2/src/kmbox-15.12.2.tar.xz + + qt5-base-devel + extra-cmake-modules + kmime-devel + boost-devel + + desktop/kde/application/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 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kpimtextedit + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:gui + desktop.kde.application + A textedit with PIM-specific features. + Text Edit with KDE-PIM specific features. + mirrors://kde/stable/applications/15.12.2/src/kpimtextedit-15.12.2.tar.xz + + qt5-base-devel + ki18n-devel + kcodecs-devel + kconfig-devel + kio-devel + kemoticons-devel + kdesignerplugin + kitemmodels-devel + kinit-devel + kdelibs4-support-devel + kunitconversion-devel + kdoctools-devel + extra-cmake-modules + grantlee-qt5-devel + + desktop/kde/application/kpimtextedit/pspec.xml + + + kpimtextedit + + qt5-base + ki18n + kcodecs + kio + sonnet + libgcc + kemoticons + kcompletion + ktextwidgets + kwidgetsaddons + grantlee-qt5 + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kpimtextedit-devel + Development files for kpimtextedit + + qt5-base-devel + kpimtextedit + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + ffmpegthumbs + https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.application + 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/applications/15.12.2/src/ffmpegthumbs-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + kio-devel + ffmpeg-devel + + desktop/kde/application/ffmpegthumbs/pspec.xml + + + ffmpegthumbs + + kio + ffmpeg + libgcc + qt5-base + + + /usr/share + /usr/lib + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2015-01-13 + 4.14.3 + Rebuild + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-30 + 4.11.3 + Rebuild for ffmpeg. + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + 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.application + The KDE-Telepathy Plasma desktop applets + The KDE-Telepathy Plasma desktop applets + mirrors://kde/stable/applications/15.12.2/src/ktp-desktop-applets-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-declarative-devel + kwindowsystem-devel + plasma-framework-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-23 + 15.08.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + granatier + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/granatier-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/granatier/pspec.xml + + + granatier + + ki18n + libgcc + kconfig + kxmlgui + qt5-svg + qt5-base + knewstuff + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-19 + 15.08.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + 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.application + 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/applications/15.12.2/src/krfb-15.12.2.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 + + desktop/kde/application/krfb/pspec.xml + + + krfb + + ki18n + kdnssd + libX11 + libgcc + kconfig + kwallet + kxmlgui + libXtst + qt5-base + kcompletion + kcoreaddons + kdbusaddons + libvncserver + qt5-x11extras + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/bin + /usr/lib + /usr/share/applications + /usr/share/krfb + /usr/share/kservicetypes5 + /usr/share/doc + + + kdenetwork + + + kdenetwork + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-14 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-03 + 4.11.1 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + + + + katomic + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/katomic-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-15 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libksane + http://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.application + 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/applications/15.12.2/src/libksane-15.12.2.tar.xz + + ki18n-devel + kwallet-devel + qt5-base-devel + ktextwidgets-devel + sane-backends-devel + kwidgetsaddons-devel + extra-cmake-modules + + desktop/kde/application/libksane/pspec.xml + + + libksane + + ki18n + kwallet + qt5-base + ktextwidgets + sane-backends + kwidgetsaddons + + + /usr/lib + /usr/share/icons + + + + libksane-devel + Development files for libksane + libksane için geliştirme dosyaları + + libksane + + + /usr/lib/cmake + /usr/include + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-19 + 15.12.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kbruch + http://edu.kde.org/applications/mathematics/kbruch + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kbruch-15.12.2.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/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-22 + 15.08.2 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kalgebra + http://edu.kde.org/applications/mathematics/kalgebra + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kalgebra-15.12.2.tar.xz + + mesa-devel + mesa-glu-devel + qt5-base-devel + qt5-quick1-devel + 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 + + desktop/kde/application/kalgebra/pspec.xml + + + kalgebra + + qt5-base + qt5-declarative + qt5-webkit + qt5-location + analitza + libgcc + kconfig + kxmlgui + readline + kcoreaddons + ki18n + kconfigwidgets + kwidgetsaddons + kio + + + /usr/share/doc + /usr/bin + /usr/share + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-22 + 15.08.2 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kruler + http://www.kde.org/applications/graphics/kruler + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kruler-15.12.2.tar.xz + + qt5-base-devel + kdoctools-devel + cmake + extra-cmake-modules + ki18n-devel + knotifications-devel + kwindowsystem-devel + kxmlgui-devel + python-devel + docbook-xsl + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First Release. + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kmailtransport + http://pim.kde.org/akonadi + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.kde.application + Mail Transport Service + Mail Transport Service + akonadi + mirrors://kde/stable/applications/15.12.2/src/kmailtransport-15.12.2.tar.xz + + qt5-base-devel + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kcmutils-devel + kmime-devel + akonadi-search-devel + akonadi-devel + cyrus-sasl-devel + extra-cmake-modules + + desktop/kde/application/kmailtransport/pspec.xml + + + kmailtransport + app:console + + qt5-base + ki18n + kio + libgcc + kmime + kconfig + kwallet + kcompletion + kdepimlibs + kcoreaddons + kconfigwidgets + kwidgetsaddons + kdelibs4-support + + + /usr/lib + /usr/lib/qt5 + /usr/share/kservices5 + /usr/share/doc/ + /usr/share/config.kcfg + + + + kmailtransport-devel + Development files for akonadi + + kmailtransport + qt5-base-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-21 + 15.08.0 + First Release. + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + kldap + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.application + LDAP access API for KDE + Allows LDAP accessing with a convenient Qt style C++ API. + mirrors://kde/stable/applications/15.12.2/src/kldap-15.12.2.tar.xz + + qt5-base-devel + kcompletion-devel + ki18n-devel + openldap-client + cyrus-sasl-devel + extra-cmake-modules + + desktop/kde/application/kldap/pspec.xml + + + kldap + + qt5-base + kcompletion + ki18n + libgcc + cyrus-sasl + openldap-client + kwidgetsaddons + + + /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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + 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.application + Root actions servicemenu for Dolphin + Dolphin için yetkili kullanıcı eylemleri menüsü + kde-servicemenu-rootactions is an addon for KDE4 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 + http://kde-apps.org/CONTENT/content-files/48411-rootactions_servicemenu.tar.gz + desktop/kde/application/kde-servicemenu-rootactions/pspec.xml + + + kde-servicemenu-rootactions + + /usr/bin + /usr/share/kservices5 + /usr/share/doc + + + + + 2016-01-08 + 2.8.7 + Version Bump. + Stefan Gronewold + groni@pisilinux.org + + + 2014-05-30 + 2.8.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-09 + 2.8.1 + Version Bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-11-20 + 2.7.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.application + 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/applications/15.12.2/src/kdebugsettings-15.12.2.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/application/kdebugsettings/pspec.xml + + + kdebugsettings + An application to enable/disable qCDebug + + ki18n + libgcc + kconfig + qt5-base + kitemviews + kcompletion + kcoreaddons + kdbusaddons + kwidgetsaddons + + + /usr/bin + /etc + /usr/share/applications + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + akonadi + http://pim.kde.org/akonadi + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.kde.application + 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/applications/15.12.2/src/akonadi-15.12.2.tar.xz + + qt5-base-devel + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-odbc + qt5-sql-postgresql + sqlite-devel + shared-mime-info + mariadb-client + mariadb-server + postgresql-server + libxslt-devel + boost-devel + extra-cmake-modules + + desktop/kde/application/akonadi/pspec.xml + + + akonadi + app:console + + qt5-base + sqlite + libgcc + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-postgresql + postgresql-server + mariadb-client + mariadb-server + + + /etc/xdg + /usr/bin + /usr/lib + /usr/share/dbus-1 + /usr/share/mime + /usr/share/kf5 + /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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-21 + 15.08.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-12-15 + 1.13.0 + Rebuild + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-08-21 + 1.13.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-24 + 1.12.1 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-24 + 1.12.1 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-03-18 + 1.11.0 + Dep fixed. + Kamil Atlı + suvarice@gmail.com + + + 2014-01-13 + 1.11.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-09 + 1.10.3 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-06 + 1.10.3 + Version bump. + Fix crash when there are no flags to update during flags change + Fix crash on Akonadi shutdown when using PostgreSQL + Fix notification to clients about database upgrade + Send dummy requests to MySQL from time to time to keep the connection alive + Bug #277839 – Fix problem with too long socket paths + Bug #323977 – Check minimum MySQL version at runtime + Bug #252120, Bug #322931 – Use text instead of bytea column type for QString in PostgreSQL + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-18 + 1.10.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-11 + 1.10.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-10 + 1.9.80 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-03 + 1.9.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-08 + 1.9.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-08 + 1.9.0 + First release + Idris Kalp + yaralikurt15@hotmail.com + + + + + + kcalutils + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + desktop.kde.application + The KDE calendar utility library + Calendar utility library for KDE + mirrors://kde/stable/applications/15.12.2/src/kcalutils-15.12.2.tar.xz + + qt5-base-devel + kcalcore-devel + kidentitymanagement-devel + kcoreaddons-devel + kconfig-devel + ki18n-devel + kdelibs4-support-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin + grantlee-qt5-devel + kdoctools-devel + extra-cmake-modules + + desktop/kde/application/kcalutils/pspec.xml + + + kcalutils + + qt5-base + kcalcore + kidentitymanagement + ki18n + libgcc + kcodecs + kconfig + grantlee-qt5 + kcoreaddons + kiconthemes + kwidgetsaddons + kdelibs4-support + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/kcalendar + + + + kcalutils-devel + Development files for kcalutils + + qt5-base-devel + kcalutils + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kdenetwork-filesharing + http://www.kde.org/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv2 + library + desktop.kde.application + Filesharing configuration modlue. + Dosya paylaşım konfigürasyon modülü. + Filesharing configuration modlue. + Dosya paylaşım konfigürasyon modülü. + mirrors://kde/stable/applications/15.12.2/src/kdenetwork-filesharing-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + kdoctools-devel + kcoreaddons-devel + ki18n-devel + kio-devel + kwidgetsaddons-devel + samba-devel + + desktop/kde/application/kdenetwork-filesharing/pspec.xml + + + kdenetwork-filesharing + + kio + ki18n + libgcc + qt5-base + kcompletion + kcoreaddons + kwidgetsaddons + + + /usr/share + /usr/lib + /usr/share/doc + + + kdenetwork + + + kdenetwork + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-14 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-03 + 4.11.1 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + + + + killbots + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/killbots-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-18 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ark + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + desktop.kde.application + KDE Archiving Tool + Ark is a program for managing various archive formats within the KDE environment. + mirrors://kde/stable/applications/15.12.2/src/ark-15.12.2.tar.xz + + qt5-base-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 + + desktop/kde/application/ark/pspec.xml + + + ark + + qt5-base + libarchive + karchive + kconfig + kio + unrar + kpty + khtml + ki18n + libgcc + kxmlgui + kservice + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + kwidgetsaddons + kparts + kconfigwidgets + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/locale + /usr/lib + /usr/share/icons + /usr/share/man + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-19 + 15.08.0 + First Release. + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + kamera + http://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.application + 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/applications/15.12.2/src/kamera-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + kconfigwidgets-devel + kxmlgui-devel + kio-devel + ki18n-devel + kconfig-devel + kdoctools-devel + libgphoto2-devel + + desktop/kde/application/kamera/pspec.xml + + + kamera + + kio + ki18n + libgcc + kconfig + kxmlgui + qt5-base + libgphoto2 + kcoreaddons + kconfigwidgets + kwidgetsaddons + + + /usr/lib + /usr/share/doc + /usr/share + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + ktp-common-internals + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.application + Common components for KDE-Telepathy + Common components for KDE-Telepathy + mirrors://kde/stable/applications/15.12.2/src/ktp-common-internals-15.12.2.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/application/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 + + + + 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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-22 + 15.08.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + kcron + http://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kcron-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + ki18n-devel + kdoctools-devel + kiconthemes-devel + kio-devel + kxmlgui-devel + kiconthemes-devel + kiconthemes-devel + kiconthemes-devel + + desktop/kde/application/kcron/pspec.xml + + + kcron + + kio + ki18n + libgcc + qt5-base + kcoreaddons + kiconthemes + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/lib + /usr/share/doc + + + kdeadmin + + + kdeadmin + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-16 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-03 + 4.11.1 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + + + + kblackbox + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kblackbox-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-16 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + 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.application + KMix: KDE Digital Mixer + KMix: KDE için Dijital Mixer + KMix: KDE Digital Mixer + KMix: KDE için Dijital Mixer. + kmix + mirrors://kde/stable/applications/15.12.2/src/kmix-15.12.2.tar.xz + + qt5-base-devel + extra-cmake-modules + kdoctools-devel + kdelibs4-support-devel + ki18n-devel + kcmutils-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin + libcanberra-devel + glib2-devel + alsa-lib-devel + kglobalaccel-devel + plasma-framework-devel + extra-cmake-modules + + desktop/kde/application/kmix/pspec.xml + + + kmix + + qt5-base + alsa-lib + libcanberra + pulseaudio-libs + kdelibs4-support + 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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-13 + 15.04.3 + First Release. + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kontactinterface + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:library + desktop.kde.application + 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/applications/15.12.2/src/kontactinterface-15.12.2.tar.xz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + kcoreaddons-devel + kparts-devel + kwindowsystem-devel + ki18n-devel + kxmlgui-devel + kiconthemes-devel + + desktop/kde/application/kontactinterface/pspec.xml + + + kontactinterface + + qt5-base + kio + kparts + libgcc + kxmlgui + kcoreaddons + kiconthemes + kwindowsystem + + + /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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-24 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + libkipi + http://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + desktop.kde.application + 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/applications/15.12.2/src/libkipi-15.12.2.tar.xz + + qt5-base-devel + kdoctools-devel + ki18n-devel + kconfig-devel + kservice-devel + kxmlgui-devel + cmake + extra-cmake-modules + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-19 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-01 + 15.04.3_20150731 + First Release. + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + ksyndication + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + desktop.kde.application + RSS/Atom parser library + syndication is a parser library for RSS and Atom feeds. + mirrors://kde/stable/applications/15.12.2/src/syndication-15.12.2.tar.xz + + qt5-base-devel + kio-devel + kdoctools-devel + extra-cmake-modules + + desktop/kde/application/ksyndication/pspec.xml + + + ksyndication + + qt5-base + kio + kcodecs + libgcc + kcoreaddons + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + ksyndication-devel + Development files for ksyndication + + qt5-base-devel + ksyndication + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-23 + 15.08.0 + First Release + Stefan Gronewold (groni) + 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.application + 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/applications/15.12.2/src/ktp-send-file-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + kcmutils-devel + kio-devel + kiconthemes-devel + ki18n-devel + ktp-common-internals-devel + telepathy-logger-qt-devel + telepathy-qt5-devel + + desktop/kde/application/ktp-send-file/pspec.xml + + + ktp-send-file + A File manager plugin to launch a file transfer job with a specified contact + + kio + ki18n + libgcc + qt5-base + kcoreaddons + kiconthemes + telepathy-qt5 + kwidgetsaddons + ktp-common-internals + + + /usr/bin + /usr/share + /usr/share/kservices5 + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-23 + 15.08.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + ksquares + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/ksquares-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/ksquares/pspec.xml + + + ksquares + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcompletion + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-20 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + cantor + http://edu.kde.org/cantor + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + desktop.kde.application + 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. + cantar + mirrors://kde/stable/applications/15.12.2/src/cantor-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + mesa-devel + qt5-svg-devel + qt5-xmlpatterns-devel + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + ktexteditor-devel + knewstuff-devel + kpty-devel + analitza-devel + libqalculate-devel + cln-devel + + desktop/kde/application/cantor/pspec.xml + + + cantor + + cln + kio + kpty + ki18n + kparts + libgcc + kconfig + kxmlgui + analitza + karchive + kservice + qt5-base + knewstuff + kcompletion + kcoreaddons + kiconthemes + ktexteditor + ktextwidgets + libqalculate + kconfigwidgets + kwidgetsaddons + qt5-xmlpatterns + kdelibs4-support + + + /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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-19 + 15.08.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-14 + 4.11.2 + Rebuild for icu4c. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-23 + 4.10.2 + Dep fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + akonadi-calendar + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.application + Akonadi calendar integration + Calendar integration for Akonadi. + mirrors://kde/stable/applications/15.12.2/src/akonadi-calendar-15.12.2.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 + kdelibs4-support-devel + extra-cmake-modules + kdesignerplugin + kdepimlibs-devel + kmime-devel + cyrus-sasl-devel + kcontacts-devel + kidentitymanagement-devel + kcalcore-devel + kcalutils-devel + + desktop/kde/application/akonadi-calendar/pspec.xml + + + akonadi-calendar + + qt5-base + ki18n + kcodecs + kdelibs4-support + kio + kmime + libgcc + kconfig + kxmlgui + kcalcore + kcalutils + kcontacts + kdepimlibs + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + kjobwidgets + kconfigwidgets + kmailtransport + kwidgetsaddons + kidentitymanagement + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + akonadi-calendar-devel + Development files for akonadi-calendar + + qt5-base-devel + akonadi-calendar + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + bovo + https://www.kde.org/applications/games/bovo/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/bovo-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + mesa-devel + qt5-svg-devel + kxmlgui-devel + kdoctools-devel + libkdegames-devel + qt5-declarative-devel + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-18 + 15.08.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + kdesdk-thumbnailers + http://www.kde.org/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv2 + library + desktop.kde.application + Translation file thumbnail generators + Translation file thumbnail generators + mirrors://kde/stable/applications/15.12.2/src/kdesdk-thumbnailers-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + kconfig-devel + ki18n-devel + kio-devel + gettext-devel + + desktop/kde/application/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 + + + kdesdk + + + kdesdk + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-14 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-03 + 4.11.1 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + + + + kholidays + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.application + KDE library for regional holiday information + KDE library for regional holiday information + mirrors://kde/stable/applications/15.12.2/src/kholidays-15.12.2.tar.xz + + qt5-base-devel + kitemviews-devel + kdoctools-devel + kdelibs4-support-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin + extra-cmake-modules + + desktop/kde/application/kholidays/pspec.xml + + + kholidays + + qt5-base + kdelibs4-support + ki18n + libgcc + kitemviews + kcompletion + + + /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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kidentitymanagement + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + desktop.kde.application + KDE PIM libraries + Library for the KDE-PIM(Personal-Infomation-Management + mirrors://kde/stable/applications/15.12.2/src/kidentitymanagement-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kpimtextedit-devel + kunitconversion-devel + extra-cmake-modules + + desktop/kde/application/kidentitymanagement/pspec.xml + + + kidentitymanagement + + qt5-base + kpimtextedit + kio + ki18n + libgcc + kcodecs + kconfig + kxmlgui + kcompletion + kcoreaddons + ktextwidgets + kwidgetsaddons + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kidentitymanagement-devel + Development files for kidentitymanagement + + qt5-base-devel + kpimtextedit-devel + kidentitymanagement + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + blinken + http://kde.org/applications/education/blinken/ + + Alihan Öztürk + alihan@pisilinux.org + + GPLv3 + app:gui + desktop.kde.application + Memory Enhancement Game + Hafıza geliştirme oyunu. + Memory Enhancement Game + Hafıza geliştirme oyunu. + blinken + mirrors://kde/stable/applications/15.12.2/src/blinken-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + mesa-devel + qt5-svg-devel + kdoctools-devel + kxmlgui-devel + qt5-phonon-devel + + desktop/kde/application/blinken/pspec.xml + + + blinken + + ki18n + libgcc + kconfig + kxmlgui + qt5-svg + qt5-base + kguiaddons + qt5-phonon + kcoreaddons + kdbusaddons + + + /usr/bin + /usr/share + /usr/share/appdata + /usr/share/applications + /usr/share/blinken + /usr/share/config.kcfg + /usr/share/icons + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-19 + 15.08.2 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + ktp-kded-module + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.application + 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/applications/15.12.2/src/ktp-kded-module-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-sqlite + kdbusaddons-devel + kwidgetsaddons-devel + kconfig-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/application/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 + ktp-common-internals + + + /usr/lib + /usr/share + /usr/share/dbus-1 + /usr/share/kservices5 + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-23 + 15.08.3 + Fİrst Release + Alihan Öztürk + alihan@pisilinux.org + + + + + + ktp-text-ui + http://community.kde.org/Real-Time_Communication_and_Collaboration + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app + desktop.kde.application + Telepathy handler for Text Chats + Telepathy handler for Text Chats + mirrors://kde/stable/applications/15.12.2/src/ktp-text-ui-15.12.2.tar.xz + + extra-cmake-modules + karchive-devel + sonnet-devel + kwidgetsaddons-devel + kservice-devel + kemoticons-devel + kio-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 + qt5-location-devel + qt5-webkit-devel + + desktop/kde/application/ktp-text-ui/pspec.xml + + + ktp-text-ui + Telepathy handler for Text Chats + + kio + ki18n + libgcc + sonnet + kconfig + kxmlgui + karchive + kcmutils + kservice + qt5-base + kdewebkit + kemoticons + kitemviews + qt5-webkit + 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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-23 + 15.08.3 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + kio-extras + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.application + Additional KIO-slaves for KDE5 applications + Additional KIO-slaves for KDE5 applications + mirrors://kde/stable/applications/15.12.2/src/kio-extras-15.12.2.tar.xz + + exiv2-devel + gettext-devel + karchive-devel + kconfig-devel + kcoreaddons-devel + kdbusaddons-devel + kdelibs4-support-devel + kdnssd-devel + kdoctools-devel + kemoticons-devel + khtml-devel + ki18n-devel + kiconthemes-devel + kinit-devel + kio-devel + kitemmodels-devel + kpty-devel + kunitconversion-devel + libjpeg-turbo-devel + libmtp-devel + libssh-devel + qt5-base-devel + qt5-phonon-devel + qt5-svg-devel + samba-devel + shared-mime-info + solid-devel + openexr-devel + openslp-devel + docbook-xsl + kdesignerplugin + extra-cmake-modules + cmake + + desktop/kde/application/kio-extras/pspec.xml + + + kio-extras + + exiv2-libs + karchive + kbookmarks + kcodecs + kconfig + kconfigwidgets + kcoreaddons + kdbusaddons + kdelibs4-support + kdnssd + kguiaddons + khtml + ki18n + kiconthemes + kio + kparts + kpty + kservice + kxmlgui + libgcc + libjpeg-turbo + libmtp + libssh + qt5-base + qt5-phonon + qt5-svg + samba + solid + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-03 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-22 + 15.08.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-14 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + knavalbattle + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/knavalbattle-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kross-interpreters + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.application + Kross interpreter plugins for programming languages + Language interpreters to enable in-process scripting with Kross. + mirrors://kde/stable/applications/15.12.2/src/kross-interpreters-15.12.2.tar.xz + + qt5-base-devel + extra-cmake-modules + kdoctools-devel + kdelibs4-support-devel + kross-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + python-devel + + desktop/kde/application/kross-interpreters/pspec.xml + + + kross-interpreters + + qt5-base + libgcc + python + kross + + + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-02 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-25 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-29 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + print-manager + http://www.kde.org/applications/graphics/kruler + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + KDE print manager + KDE print tool. + print-manager + mirrors://kde/stable/applications/15.12.2/src/print-manager-15.12.2.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/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-23 + 15.08.1 + First Release. + Ergün Salman + poyraz76@pisilinux.org + + + + + + kblocks + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kblocks-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + kdoctools-devel + ki18n-devel + kxmlgui-devel + libkdegames-devel + qt5-declarative-devel + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kemoticons-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-16 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libkeduvocdocument + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + desktop.kde.application + Common libraries for KDE Edu applications + Libraries for KDE EDU applications. + mirrors://kde/stable/applications/15.12.2/src/libkeduvocdocument-15.12.2.tar.xz + + qt5-base-devel + extra-cmake-modules + ki18n-devel + kio-devel + karchive-devel + mesa-devel + + desktop/kde/application/libkeduvocdocument/pspec.xml + + + libkeduvocdocument + + qt5-base + karchive + libgcc + ki18n + kio + kcoreaddons + + + /usr/lib + /usr/share/doc + + + + libkeduvocdocument-devel + Development files for libkeduvocdocument + + libkeduvocdocument + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-24 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kimap + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.application + Job-based API for interacting with IMAP servers + API for interacting with IMAP servers + mirrors://kde/stable/applications/15.12.2/src/kimap-15.12.2.tar.xz + + qt5-base-devel + kdoctools-devel + kmime-devel + boost-devel + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + cyrus-sasl-devel + kunitconversion-devel + extra-cmake-modules + + desktop/kde/application/kimap/pspec.xml + + + kimap + + qt5-base + kmime + kio + ki18n + libgcc + kcodecs + cyrus-sasl + kcoreaddons + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kimap-devel + Development files for kimap + + qt5-base-devel + kimap + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-22 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kdeedu-data + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + desktop.kde.application + Common data for KDE Edu applications + Common data for KDE Edu applications. + mirrors://kde/stable/applications/15.12.2/src/kdeedu-data-15.12.2.tar.xz + + qt5-base-devel + extra-cmake-modules + + desktop/kde/application/kdeedu-data/pspec.xml + + + kdeedu-data + + /usr/share + /usr/share/doc + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-22 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kdepimlibs + http://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.application + KDE5 PIM libraries + KDE5 PIM kitaplıkları + Contains KDE5 PIM (Personal Information Management) base libraries. + KDE5 PIM (Personal Information Management - Kişisel Bilgi Yönetimi) uygulamaları için gerekli kitaplıkları içerir. + mirrors://kde/stable/applications/15.12.2/src/kdepimlibs-15.12.2.tar.xz + + qt5-base-devel + boost-devel + gpgme-devel + qt5-sql-sqlite + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-postgresql + prison-qt5-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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kmime-devel + kcontacts-devel + kcalcore-devel + kldap-devel + extra-cmake-modules + + desktop/kde/application/kdepimlibs/pspec.xml + + + kdepimlibs + + qt5-base + kio + ki18n + libgcc + kcodecs + kmime + kldap + kxmlgui + kcalcore + kcontacts + kconfig + libxml2 + kservice + kguiaddons + kitemviews + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + ktextwidgets + kconfigwidgets + kwidgetsaddons + kdelibs4-support + qt5-phonon + prison-qt5 + akonadi + cyrus-sasl + + + /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 + + + + kdepimlibs-devel + Development package for KDE5 PIM libraries + KDE5 PIM kitaplıkları için geliştirme paketi + Contains development tools and header files for KDE5 PIM (Personal Information Management) base libraries. + KDE5 PIM (Personal Information Management - Kişisel Bilgi Yönetimi) uygulamaları için gerekli kitaplıklarla ilgili geliştirme araçları ve başlık dosyalarını içerir. + + qt5-base-devel + boost-devel + kdepimlibs + + + /usr/lib/cmake + /usr/include + /usr/lib/gpgmepp + /usr/share/kde4/apps/cmake + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-11 + 15.08.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-14 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-09 + 4.11.4 + Rebuild for cyrus-sasl. + Marcin Bojara + marcin@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdepim + http://www.kde.org + + Pisi Linux Admins + vedat@pisilinux.org + + LGPLv2 + library + app:gui + desktop.kde.application + KDE Pim different packages with akonadi-console, kadressbook blogilo etc + Provides different Packages for KDE5 + mirrors://kde/stable/applications/15.12.2/src/kdepim-15.12.2.tar.xz + + qt5-base-devel + qt5-sql-mysql + qt5-sql-postgresql + qt5-sql-sqlite + qt5-sql-odbc + qt5-declarative-devel + qt5-quick1-devel + qt5-phonon-devel + qt5-webkit-devel + qt5-x11extras-devel + qt5-location-devel + prison-qt5-devel + openssl-devel + kinit-devel + kross-devel + libassuan-devel + akonadi-devel + akonadi-search-devel + kdnssd-devel + grantlee-qt5-devel + kpimtextedit-devel + kmailtransport-devel + kcalutils-devel + kholidays-devel + ktnef-devel + kimap-devel + ksyndication-devel + gpgmepp-devel + akonadi-calendar-devel + libSM-devel + NetworkManager-devel + kauth-devel + kbookmarks-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcrash-devel + kdbusaddons-devel + kdesignerplugin + kdoctools-devel + kglobalaccel-devel + kguiaddons-devel + ki18n-devel + kiconthemes-devel + kinit-devel + kidentitymanagement-devel + kio-devel + kitemviews-devel + knotifications-devel + kparts-devel + kservice-devel + ktextwidgets-devel + kunitconversion-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + kcmutils-devel + kdewebkit-devel + khtml-devel + ktexteditor-devel + kidentitymanagement-devel + kldap-devel + cyrus-sasl-devel + kmbox-devel + kontactinterface-devel + kalarmcal-devel + kxmlrpcclient-devel + kblog-devel + kdelibs4-support-devel + kdepimlibs-devel + kidentitymanagement-devel + gpgme-devel + libX11-devel + extra-cmake-modules + qt5-linguist + kemoticons-devel + kitemmodels-devel + knewstuff-devel + knotifyconfig-devel + libkgapi-devel + curl-devel + kdepim-runtime + libxslt-devel + + + alt-fix-linking.patch + alt-install-kalarm-helper.patch + CMakeLists.diff + + desktop/kde/application/kdepim/pspec.xml + + + libkdepim + Common libraries and resources for KDE PIM applications + + kio + ktnef + ki18n + kimap + kldap + kmbox + kmime + kross + libgcc + sonnet + akonadi + gpgmepp + kcodecs + kconfig + kwallet + kxmlgui + karchive + kcalcore + kcmutils + kservice + libkgapi + qt5-base + kalarmcal + kcalutils + kcontacts + kdewebkit + kholidays + knewstuff + kdepimlibs + kguiaddons + kitemviews + qt5-phonon + qt5-webkit + kdepim-runtime + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + kjobwidgets + grantlee-qt5 + kpimtextedit + ktextwidgets + kwindowsystem + akonadi-search + kconfigwidgets + kmailtransport + knotifications + kwidgetsaddons + akonadi-calendar + kdelibs4-support + kidentitymanagement + + + /etc/xdg/accountwizard.knsrc + /etc/xdg/kdepim.categories + /etc/xdg/libkleopatrarc + /etc/xdg/messageviewer_header_themes.knsrc + /usr/bin/accountwizard + /usr/bin/akonadi_followupreminder_agent + /usr/bin/akonadi_sendlater_agent + /usr/bin/ispdb + /usr/bin/pimsettingexporter + /usr/bin/pimsettingexporterconsole + /usr/lib/grantlee/5.0/kde_grantlee_plugin.so + /usr/lib/libKF5CalendarSupport.so.5 + /usr/lib/libKF5CalendarSupport.so.5.1.2 + /usr/lib/libKF5EventViews.so.5 + /usr/lib/libKF5EventViews.so.5.1.2 + /usr/lib/libKF5FollowupReminder.so.5 + /usr/lib/libKF5FollowupReminder.so.5.1.2 + /usr/lib/libKF5GrantleeTheme.so.5 + /usr/lib/libKF5GrantleeTheme.so.5.1.2 + /usr/lib/libKF5Gravatar.so.5 + /usr/lib/libKF5Gravatar.so.5.1.2 + /usr/lib/libKF5IncidenceEditorsng.so.5 + /usr/lib/libKF5IncidenceEditorsng.so.5.1.2 + /usr/lib/libKF5KDGantt2.so.5 + /usr/lib/libKF5KDGantt2.so.5.1.2 + /usr/lib/libKF5KaddressbookGrantlee.so.5 + /usr/lib/libKF5KaddressbookGrantlee.so.5.1.2 + /usr/lib/libKF5KdepimDBusInterfaces.so.5 + /usr/lib/libKF5KdepimDBusInterfaces.so.5.1.2 + /usr/lib/libKF5Libkdepim.so.5 + /usr/lib/libKF5Libkdepim.so.5.1.2 + /usr/lib/libKF5Libkleo.so.5 + /usr/lib/libKF5Libkleo.so.5.1.2 + /usr/lib/libKF5MailCommon.so.5 + /usr/lib/libKF5MailCommon.so.5.1.2 + /usr/lib/libKF5MailImporter.so.5 + /usr/lib/libKF5MailImporter.so.5.1.2 + /usr/lib/libKF5MessageComposer.so.5 + /usr/lib/libKF5MessageComposer.so.5.1.2 + /usr/lib/libKF5MessageCore.so.5 + /usr/lib/libKF5MessageCore.so.5.1.2 + /usr/lib/libKF5MessageViewer.so.5 + /usr/lib/libKF5MessageViewer.so.5.1.2 + /usr/lib/libKF5PimCommon.so.5 + /usr/lib/libKF5PimCommon.so.5.1.2 + /usr/lib/libKF5SendLater.so.5 + /usr/lib/libKF5SendLater.so.5.1.2 + /usr/lib/libKF5TemplateParser.so.5 + /usr/lib/libKF5TemplateParser.so.5.1.2 + /usr/lib/libpimsettingexporterprivate.so.5 + /usr/lib/libpimsettingexporterprivate.so.5.1.2 + /usr/lib/qt5/plugins/accountwizard_plugin.so + /usr/lib/qt5/plugins/designer + /usr/lib/qt5/plugins/grantlee/5.0 + /usr/lib/qt5/plugins/kcm_ldap.so + /usr/lib/qt5/plugins/messageviewer + /usr/lib/qt5/plugins/messageviewer_bodypartformatter_application_mstnef.so + /usr/lib/qt5/plugins/messageviewer_bodypartformatter_text_calendar.so + /usr/lib/qt5/plugins/messageviewer_bodypartformatter_text_vcard.so + /usr/lib/qt5/plugins/messageviewer_bodypartformatter_text_xdiff.so + /usr/lib/qt5/plugins/pimcommon + /usr/share/akonadi/accountwizard/tine20 + /usr/share/akonadi/agents/followupreminder.desktop + /usr/share/akonadi/agents/sendlateragent.desktop + /usr/share/applications/org.kde.accountwizard.desktop + /usr/share/applications/org.kde.pimsettingexporter.desktop + /usr/share/config.kcfg/customtemplates_kfg.kcfg + /usr/share/config.kcfg/templatesconfiguration_kfg.kcfg + /usr/share/dbus-1/interfaces/org.kde.addressbook.service.xml + /usr/share/dbus-1/interfaces/org.kde.mailtransport.service.xml + /usr/share/doc/kde5/html/en/akonadi_followupreminder_agent + /usr/share/doc/kde5/html/en/akonadi_sendlater_agent + /usr/share/doc/kde5/html/en/contactthemeeditor + /usr/share/doc/kde5/html/en/headerthemeeditor + /usr/share/doc/kde5/html/en/pimsettingexporter + /usr/share/doc/kdepim + /usr/share/icons/oxygen/128x128/mimetypes/x-mail-distribution-list.png + /usr/share/icons/oxygen/16x16/mimetypes/x-mail-distribution-list.png + /usr/share/icons/oxygen/22x22/mimetypes/x-mail-distribution-list.png + /usr/share/icons/oxygen/256x256/mimetypes/x-mail-distribution-list.png + /usr/share/icons/oxygen/32x32/mimetypes/x-mail-distribution-list.png + /usr/share/icons/oxygen/48x48/mimetypes/x-mail-distribution-list.png + /usr/share/icons/oxygen/512x512/mimetypes/x-mail-distribution-list.png + /usr/share/kconf_update/messageviewer.upd + /usr/share/kconf_update/pimsettingexporter-15.08-kickoff.sh + /usr/share/kconf_update/pimsettingexporter.upd + /usr/share/kdepimwidgets/pics + /usr/share/knotifications5/akonadi_followupreminder_agent.notifyrc + /usr/share/knotifications5/akonadi_sendlater_agent.notifyrc + /usr/share/knotifications5/messageviewer.notifyrc + /usr/share/kservices5/kcmldap.desktop + /usr/share/kservicetypes5/calendardecoration.desktop + /usr/share/kservicetypes5/calendarplugin.desktop + /usr/share/libkleopatra/pics + /usr/share/libmessageviewer/pics + /usr/share/messageviewer/about/default/background.png + /usr/share/messageviewer/about/default/main.css + /usr/share/messageviewer/about/default/main.html + /usr/share/messageviewer/about/default/splash.theme + /usr/share/messageviewer/about/default/status.html + /usr/share/messageviewer/longurlServices.json + /usr/share/messageviewer/plugins/bodypartformatter + /usr/share/mime/packages + + + kdepim + + + kdepim + + + + akonadiconsole + Akonadi Management and Debugging Console + + ki18n + kmime + libgcc + akonadi + kconfig + kxmlgui + kcalcore + qt5-base + kcontacts + kdepimlibs + kitemviews + kcompletion + kcoreaddons + kdbusaddons + kitemmodels + kpimtextedit + ktextwidgets + kconfigwidgets + kwidgetsaddons + kdelibs4-support + libkdepim + + + /usr/bin/akonadiconsole + /usr/share/applications/org.kde.akonadiconsole.desktop + /usr/share/icons/hicolor/128x128/apps/akonadiconsole.png + /usr/share/icons/hicolor/16x16/apps/akonadiconsole.png + /usr/share/icons/hicolor/22x22/apps/akonadiconsole.png + /usr/share/icons/hicolor/256x256/apps/akonadiconsole.png + /usr/share/icons/hicolor/32x32/apps/akonadiconsole.png + /usr/share/icons/hicolor/48x48/apps/akonadiconsole.png + /usr/share/icons/hicolor/64x64/apps/akonadiconsole.png + /usr/share/kconf_update/akonadiconsole-15.08-kickoff.sh + /usr/share/kconf_update/akonadiconsole.upd + + + kdepim + + + kdepim + + + + akregator + A Feed Reader for KDE + + kio + khtml + ki18n + kparts + libgcc + kcodecs + kconfig + kxmlgui + kcmutils + kservice + qt5-base + kcompletion + kcoreaddons + kiconthemes + kjobwidgets + kpimtextedit + ksyndication + ktextwidgets + knotifyconfig + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + kdelibs4-support + kontactinterface + libkdepim + + + /usr/bin/akregator + /usr/bin/akregatorstorageexporter + /usr/lib/libakregatorinterfaces.so + /usr/lib/libakregatorinterfaces.so.5 + /usr/lib/libakregatorinterfaces.so.5.1.2 + /usr/lib/libakregatorprivate.so.5 + /usr/lib/libakregatorprivate.so.5.1.2 + /usr/lib/qt5/plugins/akregator_config_advanced.so + /usr/lib/qt5/plugins/akregator_config_appearance.so + /usr/lib/qt5/plugins/akregator_config_archive.so + /usr/lib/qt5/plugins/akregator_config_browser.so + /usr/lib/qt5/plugins/akregator_config_general.so + /usr/lib/qt5/plugins/akregator_mk4storage_plugin.so + /usr/lib/qt5/plugins/akregatorpart.so + /usr/lib/qt5/plugins/kontact_akregatorplugin.so + /usr/share/akregator/about + /usr/share/appdata/akregator.appdata.xml + /usr/share/applications/org.kde.akregator.desktop + /usr/share/config.kcfg/akregator.kcfg + /usr/share/dbus-1/interfaces/org.kde.akregator.part.xml + /usr/share/doc/kde5/html/en/akregator + /usr/share/icons/hicolor/128x128/apps/akregator.png + /usr/share/icons/hicolor/16x16/apps/akregator.png + /usr/share/icons/hicolor/16x16/apps/akregator_empty.png + /usr/share/icons/hicolor/22x22/apps/akregator.png + /usr/share/icons/hicolor/256x256/apps/akregator.png + /usr/share/icons/hicolor/32x32/apps/akregator.png + /usr/share/icons/hicolor/48x48/apps/akregator.png + /usr/share/icons/hicolor/64x64/apps/akregator.png + /usr/share/kconf_update/akregator-15.08-kickoff.sh + /usr/share/kconf_update/akregator.upd + /usr/share/knotifications5/akregator.notifyrc + /usr/share/kontact/ksettingsdialog/akregator.setdlg + /usr/share/kservices5/akregator_config_advanced.desktop + /usr/share/kservices5/akregator_config_appearance.desktop + /usr/share/kservices5/akregator_config_archive.desktop + /usr/share/kservices5/akregator_config_browser.desktop + /usr/share/kservices5/akregator_config_general.desktop + /usr/share/kservices5/akregator_mk4storage_plugin.desktop + /usr/share/kservices5/akregator_part.desktop + /usr/share/kservices5/feed.protocol + /usr/share/kservices5/kontact/akregatorplugin.desktop + /usr/share/kservicetypes5/akregator_plugin.desktop + /usr/share/kxmlgui5/akregator + + + kdepim + + + kdepim + + + + blogilo + A KDE Blogging Client + + kio + kblog + ki18n + libgcc + sonnet + kconfig + kwallet + kxmlgui + libkgapi + qt5-base + kdewebkit + qt5-webkit + kcompletion + kcoreaddons + kdbusaddons + ktexteditor + kpimtextedit + ktextwidgets + kconfigwidgets + knotifications + kwidgetsaddons + libkdepim + + + /usr/bin/blogilo + /usr/lib/libKF5ComposerEditorNG.so.5 + /usr/lib/libKF5ComposerEditorNG.so.5.1.2 + /usr/share/appdata/blogilo.appdata.xml + /usr/share/applications/org.kde.blogilo.desktop + /usr/share/composereditor/composereditorinitialhtml + /usr/share/config.kcfg/blogilo.kcfg + /usr/share/doc/kde5/html/en/blogilo + /usr/share/icons/hicolor/128x128/actions/upload-media.png + /usr/share/icons/hicolor/128x128/apps/blogilo.png + /usr/share/icons/hicolor/16x16/actions/format-text-blockquote.png + /usr/share/icons/hicolor/16x16/actions/format-text-code.png + /usr/share/icons/hicolor/16x16/actions/insert-more-mark.png + /usr/share/icons/hicolor/16x16/actions/remove-link.png + /usr/share/icons/hicolor/16x16/actions/upload-media.png + /usr/share/icons/hicolor/16x16/apps/blogilo.png + /usr/share/icons/hicolor/22x22/actions/format-text-blockquote.png + /usr/share/icons/hicolor/22x22/actions/format-text-code.png + /usr/share/icons/hicolor/22x22/actions/insert-more-mark.png + /usr/share/icons/hicolor/22x22/actions/remove-link.png + /usr/share/icons/hicolor/22x22/actions/upload-media.png + /usr/share/icons/hicolor/22x22/apps/blogilo.png + /usr/share/icons/hicolor/32x32/actions/upload-media.png + /usr/share/icons/hicolor/32x32/apps/blogilo.png + /usr/share/icons/hicolor/48x48/actions/upload-media.png + /usr/share/icons/hicolor/48x48/apps/blogilo.png + /usr/share/icons/hicolor/64x64/actions/upload-media.png + /usr/share/icons/hicolor/64x64/apps/blogilo.png + /usr/share/kconf_update/blogilo-15.08-kickoff.sh + /usr/share/kconf_update/blogilo.upd + + + kdepim + + + kdepim + + + + kaddressbook + Contact Manager + + kio + ki18n + kparts + libgcc + gpgmepp + kcodecs + kconfig + kxmlgui + kcmutils + kservice + qt5-base + kcontacts + kdepimlibs + kcompletion + kcoreaddons + kiconthemes + kitemmodels + kjobwidgets + akonadi-search + kconfigwidgets + kwidgetsaddons + kdelibs4-support + kontactinterface + libkdepim + + + /usr/bin/kaddressbook + /etc/xdg/kaddressbook_themes.knsrc + /usr/lib/akonadi/contact/editorpageplugins/cryptopageplugin.so + /usr/lib/libkaddressbookprivate.so.5 + /usr/lib/libkaddressbookprivate.so.5.1.2 + /usr/lib/qt5/plugins/kaddressbookpart.so + /usr/lib/qt5/plugins/kontact_kaddressbookplugin.so + /usr/share/appdata/kaddressbook.appdata.xml + /usr/share/applications/kaddressbook-importer.desktop + /usr/share/applications/org.kde.kaddressbook.desktop + /usr/share/icons/hicolor/128x128/apps/kaddressbook.png + /usr/share/icons/hicolor/16x16/apps/kaddressbook.png + /usr/share/icons/hicolor/22x22/apps/kaddressbook.png + /usr/share/icons/hicolor/32x32/apps/kaddressbook.png + /usr/share/icons/hicolor/48x48/apps/kaddressbook.png + /usr/share/icons/hicolor/64x64/apps/kaddressbook.png + /usr/share/kaddressbook + /usr/share/kconf_update/kaddressbook-15.08-kickoff.sh + /usr/share/kconf_update/kaddressbook.upd + /usr/share/kontact/ksettingsdialog/kaddressbook.setdlg + /usr/share/kservices5/kaddressbookpart.desktop + /usr/share/kservices5/kontact/kaddressbookplugin.desktop + /usr/share/kxmlgui5/kaddressbook + + + kdepim + + + kdepim + + + + kalarm + Personal Alarm Scheduler + + kio + kauth + ki18n + kmime + libgcc + kcodecs + kconfig + kxmlgui + kcalcore + kservice + qt5-base + kalarmcal + kcalutils + kcontacts + kholidays + kdepimlibs + kguiaddons + qt5-phonon + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + kjobwidgets + kpimtextedit + ktextwidgets + kwindowsystem + kconfigwidgets + kmailtransport + knotifications + kwidgetsaddons + kdelibs4-support + kidentitymanagement + libkdepim + + + /usr/bin/kalarm + /usr/bin/kalarmautostart + /etc/dbus-1/system.d/org.kde.kalarmrtcwake.conf + /etc/xdg/autostart/kalarm.autostart.desktop + /usr/lib/kauth + /usr/share/appdata/kalarm.appdata.xml + /usr/share/applications/org.kde.kalarm.desktop + /usr/share/config.kcfg/kalarmconfig.kcfg + /usr/share/dbus-1/interfaces/org.kde.kalarm.kalarm.xml + /usr/share/dbus-1/system-services/org.kde.kalarmrtcwake.service + /usr/share/doc/kde5/html/en/kalarm + /usr/share/icons/hicolor/128x128/apps/kalarm.png + /usr/share/icons/hicolor/16x16/apps/kalarm.png + /usr/share/icons/hicolor/22x22/apps/kalarm.png + /usr/share/icons/hicolor/32x32/apps/kalarm.png + /usr/share/icons/hicolor/48x48/apps/kalarm.png + /usr/share/icons/hicolor/64x64/apps/kalarm.png + /usr/share/kalarm/icons/oxygen/16x16/actions/document-new-from-template.png + /usr/share/kalarm/icons/oxygen/16x16/actions/new-audio-alarm.png + /usr/share/kalarm/icons/oxygen/16x16/actions/new-command-alarm.png + /usr/share/kalarm/icons/oxygen/22x22/actions/document-new-from-template.png + /usr/share/kalarm/icons/oxygen/22x22/actions/kalarm-disabled.png + /usr/share/kalarm/icons/oxygen/22x22/actions/kalarm-partdisabled.png + /usr/share/kalarm/icons/oxygen/22x22/actions/kalarm.png + /usr/share/kalarm/icons/oxygen/22x22/actions/new-audio-alarm.png + /usr/share/kalarm/icons/oxygen/22x22/actions/new-command-alarm.png + /usr/share/kconf_update/kalarm-1.2.1-general.pl + /usr/share/kconf_update/kalarm-1.9.5-defaults.pl + /usr/share/kconf_update/kalarm-15.08-kickoff.sh + /usr/share/kconf_update/kalarm-2.0.2-general.pl + /usr/share/kconf_update/kalarm-2.1.5-general.pl + /usr/share/kconf_update/kalarm-version.pl + /usr/share/kconf_update/kalarm.upd + /usr/share/kxmlgui5/kalarm + /usr/share/polkit-1/actions/org.kde.kalarmrtcwake.policy + + + kdepim + + + kdepim + + + + kleopatra + Certificate Manager and Unified Crypto GUI + + gpgme + ki18n + kmime + libgcc + gpgmepp + kconfig + kxmlgui + kcmutils + qt5-base + libassuan + kcoreaddons + kdbusaddons + kiconthemes + ktextwidgets + libgpg-error + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + libkdepim + + + /usr/bin/kleopatra + /usr/bin/kwatchgnupg + /usr/lib/libkleopatraclientcore.so + /usr/lib/libkleopatraclientcore.so.1 + /usr/lib/libkleopatraclientcore.so.1.3.0 + /usr/lib/libkleopatraclientgui.so + /usr/lib/libkleopatraclientgui.so.1 + /usr/lib/libkleopatraclientgui.so.1.3.0 + /usr/lib/qt5/plugins/kcm_kleopatra.so + /usr/share/appdata/kleopatra.appdata.xml + /usr/share/applications/kleopatra_import.desktop + /usr/share/applications/org.kde.kleopatra.desktop + /usr/share/doc/kde5/html/en/kleopatra + /usr/share/doc/kde5/html/en/kwatchgnupg + /usr/share/icons/hicolor/128x128/apps/kleopatra.png + /usr/share/icons/hicolor/16x16/apps/kleopatra.png + /usr/share/icons/hicolor/22x22/apps/kleopatra.png + /usr/share/icons/hicolor/256x256/apps/kleopatra.png + /usr/share/icons/hicolor/32x32/apps/kleopatra.png + /usr/share/icons/hicolor/48x48/apps/kleopatra.png + /usr/share/icons/hicolor/64x64/apps/kleopatra.png + /usr/share/kconf_update/kleopatra-15.08-kickoff.sh + /usr/share/kconf_update/kleopatra.upd + /usr/share/kleopatra/pics + /usr/share/kservices5/kleopatra_config_appear.desktop + /usr/share/kservices5/kleopatra_config_cryptooperations.desktop + /usr/share/kservices5/kleopatra_config_dirserv.desktop + /usr/share/kservices5/kleopatra_config_gnupgsystem.desktop + /usr/share/kservices5/kleopatra_config_smimevalidation.desktop + /usr/share/kservices5/kleopatra_decryptverifyfiles.desktop + /usr/share/kservices5/kleopatra_decryptverifyfolders.desktop + /usr/share/kservices5/kleopatra_signencryptfiles.desktop + /usr/share/kservices5/kleopatra_signencryptfolders.desktop + /usr/share/kwatchgnupg/pics + + + kdepim + + + kdepim + + + + kmail + Mail Client + + kio + ki18n + kmime + kcrash + kparts + libgcc + sonnet + akonadi + gpgmepp + kcodecs + kconfig + kwallet + kxmlgui + karchive + kcalcore + kcmutils + qt5-base + kcalutils + kcontacts + knewstuff + cyrus-sasl + kbookmarks + kdepimlibs + kguiaddons + kitemviews + qt5-webkit + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + kjobwidgets + kpimtextedit + ktextwidgets + knotifyconfig + kwindowsystem + akonadi-search + kconfigwidgets + kmailtransport + knotifications + kwidgetsaddons + kontactinterface + kidentitymanagement + libkdepim + + + /usr/bin/akonadi_archivemail_agent + /usr/bin/akonadi_mailfilter_agent + /usr/bin/contactprintthemeeditor + /usr/bin/contactthemeeditor + /usr/bin/headerthemeeditor + /usr/bin/importwizard + /usr/bin/kmail + /usr/bin/mboximporter + /usr/bin/sieveeditor + /usr/bin/storageservicemanager + /etc/xdg/kmail.antispamrc + /etc/xdg/kmail.antivirusrc + /etc/xdg/ksieve_script.knsrc + /usr/lib/libKF5KManageSieve.so + /usr/lib/libKF5KManageSieve.so.5 + /usr/lib/libKF5KManageSieve.so.5.1.2 + /usr/lib/libKF5KSieve.so.5 + /usr/lib/libKF5KSieve.so.5.1.2 + /usr/lib/libKF5KSieveUi.so + /usr/lib/libKF5KSieveUi.so.5 + /usr/lib/libKF5KSieveUi.so.5.1.2 + /usr/lib/libKF5MessageList.so.5 + /usr/lib/libKF5MessageList.so.5.1.2 + /usr/lib/libgrantleethemeeditor.so + /usr/lib/libgrantleethemeeditor.so.5 + /usr/lib/libgrantleethemeeditor.so.5.1.2 + /usr/lib/libkmailprivate.so.5 + /usr/lib/libkmailprivate.so.5.1.2 + /usr/lib/qt5/plugins/kcm_kmail.so + /usr/lib/qt5/plugins/kcm_kmailsummary.so + /usr/lib/qt5/plugins/kcm_kpimidentities.so + /usr/lib/qt5/plugins/kmailpart.so + /usr/lib/qt5/plugins/kontact_kmailplugin.so + /usr/share/akonadi/agents/archivemailagent.desktop + /usr/share/akonadi/agents/mailfilteragent.desktop + /usr/share/appdata/org.kde.kmail.appdata.xml + /usr/share/applications/kmail_view.desktop + /usr/share/applications/org.kde.contactprintthemeeditor.desktop + /usr/share/applications/org.kde.contactthemeeditor.desktop + /usr/share/applications/org.kde.headerthemeeditor.desktop + /usr/share/applications/org.kde.importwizard.desktop + /usr/share/applications/org.kde.kmail.desktop + /usr/share/applications/org.kde.mboximporter.desktop + /usr/share/applications/org.kde.sieveeditor.desktop + /usr/share/applications/org.kde.storageservicemanager.desktop + /usr/share/config.kcfg/kmail.kcfg + /usr/share/dbus-1/interfaces/org.kde.kmail.kmail.xml + /usr/share/dbus-1/interfaces/org.kde.kmail.kmailpart.xml + /usr/share/doc/kde5/html/en/akonadi_archivemail_agent + /usr/share/doc/kde5/html/en/importwizard + /usr/share/doc/kde5/html/en/kmail + /usr/share/doc/kde5/html/en/sieveeditor + /usr/share/icons/hicolor/128x128/apps/kmail.png + /usr/share/icons/hicolor/128x128/apps/kontact-import-wizard.png + /usr/share/icons/hicolor/16x16/apps/kmail.png + /usr/share/icons/hicolor/22x22/apps/kmail.png + /usr/share/icons/hicolor/256x256/apps/kontact-import-wizard.png + /usr/share/icons/hicolor/32x32/apps/kmail.png + /usr/share/icons/hicolor/48x48/apps/kmail.png + /usr/share/icons/hicolor/64x64/apps/kmail.png + /usr/share/icons/hicolor/64x64/apps/kontact-import-wizard.png + /usr/share/importwizard/pics/ + /usr/share/kconf_update/importwizard-15.08-kickoff.sh + /usr/share/kconf_update/importwizard.upd + /usr/share/kconf_update/kmail-15.08-kickoff.sh + /usr/share/kconf_update/kmail.upd + /usr/share/kconf_update/sieveeditor-15.08-kickoff.sh + /usr/share/kconf_update/sieveeditor.upd + /usr/share/kconf_update/storageservicemanager-15.08-kickoff.sh + /usr/share/kconf_update/storageservicemanager.upd + /usr/share/kmail2/pics + /usr/share/knotifications5/akonadi_archivemail_agent.notifyrc + /usr/share/knotifications5/akonadi_mailfilter_agent.notifyrc + /usr/share/knotifications5/kmail2.notifyrc + /usr/share/knotifications5/storageservicemanager.notifyrc + /usr/share/kontact/ksettingsdialog/kmail.setdlg + /usr/share/kservices5/ServiceMenus/kmail_addattachmentservicemenu.desktop + /usr/share/kservices5/kcm_kpimidentities.desktop + /usr/share/kservices5/kcmkmailsummary.desktop + /usr/share/kservices5/kmail_config_accounts.desktop + /usr/share/kservices5/kmail_config_appearance.desktop + /usr/share/kservices5/kmail_config_composer.desktop + /usr/share/kservices5/kmail_config_identity.desktop + /usr/share/kservices5/kmail_config_misc.desktop + /usr/share/kservices5/kmail_config_security.desktop + /usr/share/kservices5/kontact/kmailplugin.desktop + /usr/share/kservicetypes5/dbusmail.desktop + /usr/share/kxmlgui5/kmail2 + /usr/share/messagelist/pics + /usr/share/messageviewer/about/default/introduction_kmail.html + /usr/share/sieve/scripts/copy + + + kdepim + + + kdepim + + + + knotes + Popup Notes + + ki18n + kmime + kdnssd + kparts + libX11 + libgcc + kconfig + kxmlgui + kcalcore + kcmutils + qt5-base + kcalutils + kcontacts + knewstuff + kdepimlibs + kitemviews + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + grantlee-qt5 + kglobalaccel + kpimtextedit + ktextwidgets + knotifyconfig + kwindowsystem + qt5-x11extras + akonadi-search + kconfigwidgets + knotifications + kwidgetsaddons + kdelibs4-support + kontactinterface + libkdepim + + + /usr/bin/akonadi_notes_agent + /usr/bin/knotes + /etc/xdg/knotes_printing_theme.knsrc + /usr/lib/libKF5NoteShared.so.5 + /usr/lib/libKF5NoteShared.so.5.1.2 + /usr/lib/libknotesprivate.so.5 + /usr/lib/libknotesprivate.so.5.1.2 + /usr/lib/qt5/plugins/kcm_knote.so + /usr/lib/qt5/plugins/kcm_knotessummary.so + /usr/lib/qt5/plugins/kontact_knotesplugin.so + /usr/share/akonadi/agents/notesagent.desktop + /usr/share/appdata/knotes.appdata.xml + /usr/share/applications/org.kde.knotes.desktop + /usr/share/config.kcfg/knotesglobalconfig.kcfg + /usr/share/dbus-1/interfaces/org.kde.KNotes.xml + /usr/share/dbus-1/interfaces/org.kde.kontact.KNotes.xml + /usr/share/doc/kde5/html/en/akonadi_notes_agent + /usr/share/doc/kde5/html/en/knotes + /usr/share/icons/hicolor/128x128/apps/knotes.png + /usr/share/icons/hicolor/16x16/actions/knotes_alarm.png + /usr/share/icons/hicolor/16x16/actions/knotes_close.png + /usr/share/icons/hicolor/16x16/actions/knotes_date.png + /usr/share/icons/hicolor/16x16/actions/knotes_delete.png + /usr/share/icons/hicolor/16x16/apps/knotes.png + /usr/share/icons/hicolor/22x22/apps/knotes.png + /usr/share/icons/hicolor/32x32/apps/knotes.png + /usr/share/icons/hicolor/48x48/apps/knotes.png + /usr/share/icons/hicolor/64x64/apps/knotes.png + /usr/share/kconf_update/knotes-15.08-kickoff.sh + /usr/share/kconf_update/knotes.upd + /usr/share/knotes + /usr/share/knotifications5/akonadi_notes_agent.notifyrc + /usr/share/kontact/ksettingsdialog/knotes.setdlg + /usr/share/kservices5/kcmknotessummary.desktop + /usr/share/kservices5/knote_config_action.desktop + /usr/share/kservices5/knote_config_collection.desktop + /usr/share/kservices5/knote_config_display.desktop + /usr/share/kservices5/knote_config_editor.desktop + /usr/share/kservices5/knote_config_misc.desktop + /usr/share/kservices5/knote_config_network.desktop + /usr/share/kservices5/knote_config_print.desktop + /usr/share/kservices5/kontact/knotesplugin.desktop + /usr/share/kxmlgui5/knotes + + + kdepim + + + kdepim + + + + konsolekalendar + Command line tool for accessing calendar files + + ki18n + libgcc + kconfig + kcalcore + qt5-base + kcalutils + kdepimlibs + kcoreaddons + akonadi-calendar + kdelibs4-support + libkdepim + + + /usr/bin/calendarjanitor + /usr/bin/konsolekalendar + /usr/share/applications/konsolekalendar.desktop + /usr/share/doc/kde5/html/en/konsolecalendar + /usr/share/icons/hicolor/128x128/apps/konsolekalendar.png + /usr/share/icons/hicolor/16x16/apps/konsolekalendar.png + /usr/share/icons/hicolor/22x22/apps/konsolekalendar.png + /usr/share/icons/hicolor/32x32/apps/konsolekalendar.png + /usr/share/icons/hicolor/48x48/apps/konsolekalendar.png + + + kdepim + + + kdepim + + + + kontact + Personal Information Manager + + kio + ki18n + kparts + libgcc + kconfig + kxmlgui + kcmutils + kservice + qt5-base + kdewebkit + qt5-webkit + kcompletion + kcoreaddons + kiconthemes + kwindowsystem + kconfigwidgets + kwidgetsaddons + kontactinterface + kidentitymanagement + libkdepim + + + /usr/bin/kontact + /usr/lib/libkontactprivate.so.5 + /usr/lib/libkontactprivate.so.5.1.2 + /usr/lib/qt5/plugins/kcm_kontact.so + /usr/lib/qt5/plugins/kcm_kontactsummary.so + /usr/lib/qt5/plugins/kontact_summaryplugin.so + /usr/share/appdata/Kontact.appdata.xml + /usr/share/applications/kontact-admin.desktop + /usr/share/applications/org.kde.kontact.desktop + /usr/share/config.kcfg/kontact.kcfg + /usr/share/doc/kde5/html/en/kontact-admin + /usr/share/doc/kde5/html/en/kontact + /usr/share/icons/hicolor/128x128/apps/kontact.png + /usr/share/icons/hicolor/16x16/apps/kontact.png + /usr/share/icons/hicolor/22x22/apps/kontact.png + /usr/share/icons/hicolor/32x32/apps/kontact.png + /usr/share/icons/hicolor/48x48/apps/kontact.png + /usr/share/icons/hicolor/64x64/apps/kontact.png + /usr/share/kconf_update/kontact-15.08-kickoff.sh + /usr/share/kconf_update/kontact.upd + /usr/share/kontact/ksettingsdialog/summary.setdlg + /usr/share/kservices5/kcmkontactsummary.desktop + /usr/share/kservices5/kontact/summaryplugin.desktop + /usr/share/kservices5/kontactconfig.desktop + /usr/share/kxmlgui5/kontact + /usr/share/kxmlgui5/kontactsummary + /usr/share/messageviewer/about/default/introduction_kontact.html + /usr/share/messageviewer/about/default/loading_kontact.html + + + kdepim + + + kdepim + + + + korganizer + Calendar and Scheduling Program + + kio + ki18n + kmime + kparts + libgcc + kcodecs + kconfig + kxmlgui + kcalcore + kcmutils + kservice + qt5-base + kcalutils + kcontacts + kholidays + knewstuff + kdepimlibs + kitemviews + qt5-phonon + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kitemmodels + kjobwidgets + kpimtextedit + kwindowsystem + akonadi-search + kconfigwidgets + kmailtransport + knotifications + kwidgetsaddons + akonadi-calendar + kdelibs4-support + kontactinterface + kidentitymanagement + libkdepim + + + /usr/bin/ical2vcal + /usr/bin/korgac + /usr/bin/korganizer + /etc/xdg/autostart/org.kde.korgac.desktop + /etc/xdg/korganizer.knsrc + /usr/lib/libkorganizer_core.so + /usr/lib/libkorganizer_core.so.5 + /usr/lib/libkorganizer_core.so.5.1.2 + /usr/lib/libkorganizer_interfaces.so + /usr/lib/libkorganizer_interfaces.so.5 + /usr/lib/libkorganizer_interfaces.so.5.1.2 + /usr/lib/libkorganizerprivate.so.5 + /usr/lib/libkorganizerprivate.so.5.1.2 + /usr/lib/qt5/plugins/kcm_apptsummary.so + /usr/lib/qt5/plugins/kcm_korganizer.so + /usr/lib/qt5/plugins/kcm_sdsummary.so + /usr/lib/qt5/plugins/kcm_todosummary.so + /usr/lib/qt5/plugins/kontact_journalplugin.so + /usr/lib/qt5/plugins/kontact_korganizerplugin.so + /usr/lib/qt5/plugins/kontact_specialdatesplugin.so + /usr/lib/qt5/plugins/kontact_todoplugin.so + /usr/lib/qt5/plugins/korg_datenums.so + /usr/lib/qt5/plugins/korg_hebrew.so + /usr/lib/qt5/plugins/korg_picoftheday.so + /usr/lib/qt5/plugins/korg_thisdayinhistory.so + /usr/lib/qt5/plugins/korganizerpart.so + /usr/share/appdata/korganizer.appdata.xml + /usr/share/applications/korganizer-import.desktop + /usr/share/applications/org.kde.korganizer.desktop + /usr/share/config.kcfg/korganizer.kcfg + /usr/share/dbus-1/interfaces/org.kde.Korganizer.Calendar.xml + /usr/share/dbus-1/interfaces/org.kde.korganizer.KOrgac.xml + /usr/share/dbus-1/interfaces/org.kde.korganizer.Korganizer.xml + /usr/share/doc/kde5/html/en/korganizer + /usr/share/icons/hicolor/128x128/apps/korg-journal.png + /usr/share/icons/hicolor/128x128/apps/korg-todo.png + /usr/share/icons/hicolor/128x128/apps/korganizer.png + /usr/share/icons/hicolor/128x128/apps/quickview.png + /usr/share/icons/hicolor/16x16/apps/korg-journal.png + /usr/share/icons/hicolor/16x16/apps/korg-todo.png + /usr/share/icons/hicolor/16x16/apps/korganizer.png + /usr/share/icons/hicolor/16x16/apps/quickview.png + /usr/share/icons/hicolor/22x22/apps/korg-journal.png + /usr/share/icons/hicolor/22x22/apps/korg-todo.png + /usr/share/icons/hicolor/22x22/apps/korganizer.png + /usr/share/icons/hicolor/22x22/apps/quickview.png + /usr/share/icons/hicolor/256x256/apps/quickview.png + /usr/share/icons/hicolor/32x32/apps/korg-journal.png + /usr/share/icons/hicolor/32x32/apps/korg-todo.png + /usr/share/icons/hicolor/32x32/apps/korganizer.png + /usr/share/icons/hicolor/32x32/apps/quickview.png + /usr/share/icons/hicolor/48x48/apps/korg-journal.png + /usr/share/icons/hicolor/48x48/apps/korg-todo.png + /usr/share/icons/hicolor/48x48/apps/korganizer.png + /usr/share/icons/hicolor/48x48/apps/quickview.png + /usr/share/icons/hicolor/64x64/apps/korg-journal.png + /usr/share/icons/hicolor/64x64/apps/korg-todo.png + /usr/share/icons/hicolor/64x64/apps/korganizer.png + /usr/share/icons/hicolor/64x64/apps/quickview.png + /usr/share/icons/hicolor/scalable/apps/quickview.svgz + /usr/share/icons/oxygen/16x16/actions/smallclock.png + /usr/share/icons/oxygen/16x16/actions/upindicator.png + /usr/share/icons/oxygen/22x22/actions/checkmark.png + /usr/share/kconf_update/korganizer-15.08-kickoff.sh + /usr/share/kconf_update/korganizer.upd + /usr/share/kontact/ksettingsdialog/korganizer.setdlg + /usr/share/kontact/ksettingsdialog/specialdates.setdlg + /usr/share/korgac/icons/hicolor/128x128/apps/korgac.png + /usr/share/korgac/icons/hicolor/16x16/apps/korgac.png + /usr/share/korgac/icons/hicolor/22x22/apps/korgac.png + /usr/share/korgac/icons/hicolor/256x256/apps/korgac.png + /usr/share/korgac/icons/hicolor/32x32/apps/korgac.png + /usr/share/korgac/icons/hicolor/64x64/apps/korgac.png + /usr/share/korganizer/sounds + /usr/share/kservices5/kcmapptsummary.desktop + /usr/share/kservices5/kcmsdsummary.desktop + /usr/share/kservices5/kcmtodosummary.desktop + /usr/share/kservices5/kontact/journalplugin.desktop + /usr/share/kservices5/kontact/korganizerplugin.desktop + /usr/share/kservices5/kontact/specialdatesplugin.desktop + /usr/share/kservices5/kontact/todoplugin.desktop + /usr/share/kservices5/korganizer + /usr/share/kservices5/korganizer_configcolorsandfonts.desktop + /usr/share/kservices5/korganizer_configdesignerfields.desktop + /usr/share/kservices5/korganizer_configfreebusy.desktop + /usr/share/kservices5/korganizer_configgroupscheduling.desktop + /usr/share/kservices5/korganizer_configmain.desktop + /usr/share/kservices5/korganizer_configplugins.desktop + /usr/share/kservices5/korganizer_configtime.desktop + /usr/share/kservices5/korganizer_configviews.desktop + /usr/share/kservices5/korganizer_part.desktop + /usr/share/kservices5/webcal.protocol + /usr/share/kservicetypes5/dbuscalendar.desktop + /usr/share/kxmlgui5/korganizer + + + kdepim + + + kdepim + + + + kdepim-ktnef + A viewer/extractor for TNEF files + + kio + ktnef + ki18n + libgcc + kconfig + kxmlgui + kservice + qt5-base + kcoreaddons + kdbusaddons + kconfigwidgets + kwidgetsaddons + icon-theme-hicolor + + + /usr/bin/ktnef + /usr/share/applications/org.kde.ktnef.desktop + /usr/share/doc/kde5/html/en/ktnef + /usr/share/icons/hicolor/22x22/actions/ktnef_extract_all_to.png + /usr/share/icons/hicolor/22x22/actions/ktnef_extract_to.png + /usr/share/icons/hicolor/48x48/apps/ktnef.png + /usr/share/icons/locolor/16x16/actions/ktnef_extract_all_to.png + /usr/share/icons/locolor/16x16/actions/ktnef_extract_to.png + /usr/share/icons/locolor/16x16/apps/ktnef.png + /usr/share/icons/locolor/32x32/apps/ktnef.png + + + kdepim + + + kdepim + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-19 + 15.12.1 + Add patch and edit. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-22 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + akonadi-search + http://pim.kde.org/akonadi + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + desktop.kde.application + Libraries and daemons to implement searching in Akonadi + Libraries and daemons to implement searching in Akonadi + akonadi + mirrors://kde/stable/applications/15.12.2/src/akonadi-search-15.12.2.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 + kdelibs4-support-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + kcalcore-devel + libical-devel + kdesignerplugin + kcompletion-devel + kdepimlibs-devel + boost-devel + kcmutils-devel + krunner-devel + xapian-core-devel + kdoctools-devel + extra-cmake-modules + + desktop/kde/application/akonadi-search/pspec.xml + + + akonadi-search + app:console + + qt5-base + ki18n + kmime + libgcc + kcodecs + kconfig + kcalcore + kcontacts + kdepimlibs + kcoreaddons + xapian-core + krunner + kcompletion + kconfigwidgets + kwidgetsaddons + + + /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 + + + + akonadi-search-devel + Development files for akonadi + + akonadi-search + qt5-base-devel + ki18n-devel + kmime-devel + kcodecs-devel + kconfig-devel + kcalcore-devel + kcontacts-devel + kdepimlibs-devel + kcoreaddons-devel + xapian-core-devel + kdelibs4-support-devel + kcmutils-devel + krunner-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-21 + 15.08.0 + First Release. + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + partitionmanager + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.application + 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/partitionmanager/1.2.1/src/partitionmanager-1.2.1.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 + + desktop/kde/application/partitionmanager/pspec.xml + + + partitionmanager + + qt5-base + libatasmart + libgcc + parted + libutil-linux + kio + ki18n + kconfig + kxmlgui + kservice + kcoreaddons + kiconthemes + kjobwidgets + kconfigwidgets + kwidgetsaddons + + + /usr/bin + /usr/share + /usr/lib + /usr/lib/qt5 + /usr/share/doc + + + + + 2015-09-27 + 1.2.1 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + spectacle + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/spectacle-15.12.2.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 + kio-devel + kwindowsystem-devel + kcoreaddons-devel + ki18n-devel + kwidgetsaddons-devel + knotifications-devel + + desktop/kde/application/spectacle/pspec.xml + + + spectacle + + qt5-base + kio + libkscreen + xcb-util-cursor + ki18n + libgcc + kconfig + kxmlgui + libkipi + kservice + kcoreaddons + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + kdbusaddons + libxcb + xcb-util + qt5-x11extras + xcb-util-image + + + /usr/bin + /usr/share + /usr/share/doc + + + ksnapshot + + + ksnapshot + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kapman + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kapman-15.12.2.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 + kdelibs4-support-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-15 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + gwenview + http://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + library + desktop.kde.application + 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/applications/15.12.2/src/gwenview-15.12.2.tar.xz + + exiv2-devel + qt5-base-devel + libkipi-devel + kdoctools-devel + kio-devel + kactivities-devel + kded-devel + kdelibs4-support-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 + + desktop/kde/application/gwenview/pspec.xml + + + gwenview + + qt5-base + exiv2-libs + kactivities + libkipi + libkdcraw + kded + kdelibs4-support + 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 + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share + /usr/share/icons + /usr/share/applications + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-03 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-12 + 15.08.0 + first release, use stable source. + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + analitza + https://projects.kde.org/projects/kde/kdeedu/analitza + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + desktop.kde.application + 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/applications/15.12.2/src/analitza-15.12.2.tar.xz + + cmake + eigen3 + mesa-devel + qt5-svg-devel + extra-cmake-modules + qt5-declarative-devel + + desktop/kde/application/analitza/pspec.xml + + + analitza + + mesa + libgcc + qt5-svg + qt5-base + qt5-declarative + + + /usr/lib + /usr/share/doc + /usr/share/libanalitza/ + + + + analitza-devel + Development files for analitza + analitza için geliştirme dosyaları + + analitza + + + /usr/include + /usr/lib/cmake + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-19 + 15.08.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-18 + 15.04.3 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-23 + 4.10.2 + Dep fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + skanlite + http://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.application + 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.0/skanlite-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 + + desktop/kde/application/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/applications + + + + + 2016-02-02 + 2.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-15 + 1.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-11-21 + 0.9 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + kalarmcal + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.application + Library to provides access and handling of KAlarm calendar data + Library to provides access and handling of KAlarm calendar data + mirrors://kde/stable/applications/15.12.2/src/kalarmcal-15.12.2.tar.xz + + qt5-base-devel + akonadi-devel + kcalcore-devel + kidentitymanagement-devel + kdepimlibs-devel + boost-devel + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdoctools-devel + libical-devel + kholidays-devel + extra-cmake-modules + + desktop/kde/application/kalarmcal/pspec.xml + + + kalarmcal + + qt5-base + kcalcore + kholidays + kidentitymanagement + ki18n + libgcc + kdepimlibs + kdelibs4-support + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kalarmcal-devel + Development files for kalarmcal + + qt5-base-devel + kalarmcal + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-23 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kmime + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.application + KDE library for handling mail messages and newsgroup articles. + Kmime library for handling mail messages and newsgroup articles. + mirrors://kde/stable/applications/15.12.2/src/kmime-15.12.2.tar.xz + + qt5-base-devel + extra-cmake-modules + boost-devel + ki18n-devel + kcodecs-devel + kdoctools-devel + kdelibs4-support-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + okteta + http://www.kde.org/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv2 + app:gui + desktop.kde.application + 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. + http://download.kde.org/stable/applications/15.12.2/src/okteta-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-designer-devel + qt5-script-devel + kbookmarks-devel + kcodecs-devel + kcompletion-devel + kconfigwidgets-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/application/okteta/pspec.xml + + + okteta + + kio + ki18n + kparts + libgcc + kcodecs + kconfig + kxmlgui + kcmutils + kservice + qca2-qt5 + qt5-base + knewstuff + qt5-script + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + kconfigwidgets + kwidgetsaddons + + + /etc/xdg + /usr/bin + /usr/lib/plugins + /usr/lib/*.so + /usr/lib/*.so.* + /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 + + + + okteta-devel + Development files for okteta + + okteta + + + /usr/include + /usr/lib/cmake + + + + + 2016-02-17 + 15.12.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-12-20 + 15.12.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-14 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-03 + 4.11.1 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + + + + kjumpingcube + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + Territory capture game + Alan kapma oyunu + KJumpingCube is a simple tactical game. + KJumpingCube basit bir taktik oyunudur. + kjumpingcube + mirrors://kde/stable/applications/15.12.2/src/kjumpingcube-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kinit-devel + kunitconversion-devel + libkdegames-devel + + desktop/kde/application/kjumpingcube/pspec.xml + + + kjumpingcube + + ki18n + libgcc + kconfig + kxmlgui + qt5-svg + qt5-base + kcoreaddons + libkdegames + kconfigwidgets + kwidgetsaddons + kdelibs4-support + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-19 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + klines + http://games.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/klines-15.12.2.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 + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/application/klines/pspec.xml + + + klines + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kdbusaddons + libkdegames + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-19 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-07 + 4.11.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-02 + 4.10.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-10 + 4.10.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-06 + 4.10.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-03 + 4.10.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-06 + 4.10.1 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-15 + 4.10.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-19 + 4.9.98 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kdenlive + http://www.kdenlive.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + A video editing GUI for KDE4 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. + mirrors://kde/stable/applications/15.12.2/src/kdenlive-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-script-devel + qt5-svg-devel + karchive-devel + kbookmarks-devel + kcoreaddons-devel + kconfig-devel + kconfigwidgets-devel + kdbusaddons-devel + kio-devel + kwidgetsaddons-devel + kplotting-devel + knotifyconfig-devel + knewstuff-devel + kxmlgui-devel + knotifications-devel + kguiaddons-devel + ktextwidgets-devel + kiconthemes-devel + kdoctools-devel + mlt-devel + qt5-declarative-devel + + desktop/kde/application/kdenlive/pspec.xml + + + kdenlive + + kio + mlt + ki18n + solid + libgcc + kconfig + kxmlgui + qt5-svg + karchive + kservice + qt5-base + knewstuff + kplotting + kbookmarks + kguiaddons + kitemviews + qt5-script + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + ktextwidgets + knotifyconfig + kconfigwidgets + knotifications + kwidgetsaddons + qt5-declarative + + + /etc/xdg + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + /usr/share/man + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-17 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-04-06 + 0.9.10 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-06-18 + 0.9.8 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-11-26 + 0.9.6 + rebuild for ffmpeg + Kamil Atlı + suvarice@gmail.com + + + 2013-04-08 + 0.9.6 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-29 + 0.9.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-06-03 + 0.9.2 + 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.application + KDE File Manager + Dolphin is the File Manager for KDE. + mirrors://kde/stable/applications/15.12.2/src/dolphin-15.12.2.tar.xz + + qt5-base-devel + qt5-phonon-devel + kio-devel + kcmutils-devel + knewstuff-devel + kinit-devel + kactivities-devel + baloo-devel + kfilemetadata-devel + kparts-devel + ktexteditor-devel + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kunitconversion-devel + baloo-widgets + kdoctools-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/application/dolphin/pspec.xml + + + dolphin + + qt5-base + knewstuff + kio + ki18n + solid + kparts + libgcc + kcodecs + kcrash + kconfig + kxmlgui + kcmutils + kservice + kbookmarks + kitemviews + qt5-phonon + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + ktextwidgets + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + kdelibs4-support + + + /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 + kfilemetadata-devel + kparts-devel + ktexteditor-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kunitconversion-devel + + + /usr/include + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-31 + 15.08.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-23 + 14.12 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + konsole + https://projects.kde.org/projects/kde/applications/dolphin + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + desktop.kde.application + KDE Konsole + Konsole for KDE5 + mirrors://kde/stable/applications/15.12.2/src/konsole-15.12.2.tar.xz + + qt5-base-devel + qt5-script-devel + kpty-devel + kio-devel + kinit-devel + knotifyconfig-devel + kparts-devel + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kunitconversion-devel + docbook-xsl + extra-cmake-modules + kdoctools-devel + cmake + + desktop/kde/application/konsole/pspec.xml + + + konsole + + libgcc + qt5-base + kdelibs4-support + kiconthemes + knotifyconfig + knotifications + kparts + kpty + kio + ki18n + kconfig + kxmlgui + kservice + kbookmarks + kguiaddons + kcompletion + kcoreaddons + kjobwidgets + ktextwidgets + kwindowsystem + kconfigwidgets + kwidgetsaddons + + + /usr/bin + /usr/share + /usr/lib + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-19 + 15.08.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-05 + 15.04.2 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + gpgmepp + https://projects.kde.org/gpgmepp + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPLv2 + desktop.kde.application + 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ı + mirrors://kde/stable/applications/15.12.2/src/gpgmepp-15.12.2.tar.xz + + boost-devel + qt5-base-devel + gpgme-devel + extra-cmake-modules + + desktop/kde/application/gpgmepp/pspec.xml + + + gpgmepp + + libgcc + qt5-base + gpgme + + + /usr/lib + /usr/share/doc + + + + gpgmepp-devel + + gpgmepp + + + /usr/include + /usr/lib/cmake + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-21 + 15.08.0 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + kanagram + http://edu.kde.org/applications/all/kanagram + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kanagram-15.12.2.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/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-22 + 15.08.2 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kteatime + http://www.kde.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/kteatime-15.12.2.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/application/kteatime/pspec.xml + + + kteatime + + ki18n + libgcc + kconfig + kxmlgui + qt5-base + kcoreaddons + kiconthemes + ktextwidgets + knotifyconfig + kconfigwidgets + knotifications + + + /usr/bin + /usr/doc + /usr/share + + + kdetoys + + + kdetoys + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-20 + 15.08.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-03 + 4.11.1 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + + + + artikulate + https://projects.kde.org/projects/kde/kdeedu/artikulate + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + LGPLv3 + FDLv1.2 + app:gui + desktop.kde.application + Improve your pronunciation by listening to native speakers + Artikulate, Improve your pronunciation by listening to native speakers. + artikulate + mirrors://kde/stable/applications/15.12.2/src/artikulate-15.12.2.tar.xz + + boost-devel + cmake + extra-cmake-modules + kdoctools-devel + ki18n + kcrash-devel + libgcc + kconfig-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 + + desktop/kde/application/artikulate/pspec.xml + + + artikulate + + ki18n + kcrash + libgcc + kconfig + kxmlgui + qt5-base + knewstuff + kcoreaddons + kdeclarative + qt5-gstreamer + kconfigwidgets + kwidgetsaddons + qt5-declarative + qt5-xmlpatterns + + + /etc + /usr/lib + /usr/share/doc + /usr/bin + /usr/share + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-25 + 15.12.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + kcontacts + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:gui + desktop.kde.application + Address book API for KDE. + Address book for KDE for Contacts. + mirrors://kde/stable/applications/15.12.2/src/kcontacts-15.12.2.tar.xz + + qt5-base-devel + ki18n-devel + kcodecs-devel + kconfig-devel + kio-devel + extra-cmake-modules + + desktop/kde/application/kcontacts/pspec.xml + + + kcontacts + + qt5-base + ki18n + kcodecs + kconfig + kcoreaddons + libgcc + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kcontacts-devel + Development files for kcontacts + + qt5-base-devel + kcontacts + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + ksystemlog + http://www.kde.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + desktop.kde.application + 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/applications/15.12.2/src/ksystemlog-15.12.2.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/application/ksystemlog/pspec.xml + + + ksystemlog + + kio + ki18n + libgcc + kconfig + kxmlgui + karchive + kservice + qt5-base + kitemviews + kcompletion + kcoreaddons + kiconthemes + ktextwidgets + kconfigwidgets + kwidgetsaddons + + + /usr/bin + /usr/share/applications + /usr/share/kxmlgui5 + /usr/share/doc + + + kdeadmin + + + kdeadmin + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-19 + 15.12.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-13 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-03 + 4.11.1 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + + + + kde-baseapps + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + desktop.kde.application + KDE-Baseapps: base applications from the official KDE release + Base application for KDE5 such as Dolphin, kfind, plasma-widget-folderview, konqueror etc. + http://sourceforge.net/projects/pisilinux/files/source/kde-baseapps-15.12.0_20151228.tar.xz + + qt5-base-devel + zlib-devel + glib2-devel + libX11-devel + kfilemetadata-devel + qt5-phonon-devel + kactivities-devel + libXrender-devel + libXt-devel + libraw1394-devel + mesa-devel + kdelibs4-support-devel + tidy-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesu-devel + khtml-devel + kdelibs4-support-devel + kcmutils-devel + kconfig-devel + kded-devel + kdoctools-devel + kdesignerplugin + libxslt + docbook-xsl + extra-cmake-modules + + desktop/kde/application/kde-baseapps/pspec.xml + + + kde-baseapps + + qt5-base + zlib + libX11 + libgcc + tidy + kio + kdesu + khtml + ki18n + kparts + kcodecs + kconfig + kxmlgui + karchive + kcmutils + kservice + kbookmarks + kitemviews + qt5-script + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + ktextwidgets + kwindowsystem + qt5-x11extras + kconfigwidgets + knotifications + kwidgetsaddons + kdelibs4-support + + + /etc/xdg + /usr/bin + /usr/share + /usr/share/locale + /usr/lib + /usr/share/doc + + + + kde-baseapps-devel + Development files for kde-baseapps + + kde-baseapps + tidy-devel + qt5-base-devel + zlib-devel + glib2-devel + libX11-devel + kfilemetadata-devel + qt5-phonon-devel + kactivities-devel + libXrender-devel + libXt-devel + libraw1394-devel + mesa-devel + kdelibs4-support-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesu-devel + khtml-devel + kcmutils-devel + kconfig-devel + kded-devel + kdoctools-devel + + + /usr/include + /usr/lib/cmake + + + + + 2015-12-26 + 15.12.0_20151228 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-11-01 + 15.07.90_20151029 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-08-31 + 15.07.90_20150729 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-03 + 15.04.2 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + baloo-widgets + http://www.kde.org + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.application + Framework for searching and managing metadata + Baloo is a framework for searching and managing metada + mirrors://kde/stable/applications/15.12.2/src/baloo-widgets-15.12.2.tar.xz + + baloo-devel + extra-cmake-modules + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kfilemetadata-devel + kinit-devel + kio-devel + kitemmodels-devel + kunitconversion-devel + qt5-base-devel + + desktop/kde/application/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 + + + + + 2016-02-17 + 15.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-20 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-28 + 15.08.0 + First Release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + libkgapi + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:library + desktop.kde.application + Google API library for KDE + A KDE-based library for accessing various Google services via their public API + mirrors://kde/stable/libkgapi/5.1.0/src/libkgapi-5.1.0.tar.xz + + qt5-base-devel + extra-cmake-modules + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kcontacts-devel + kwindowsystem-devel + kio-devel + kcalcore-devel + kdoctools-devel + qt5-webkit-devel + qt5-linguist + qt5-location-devel + + desktop/kde/application/libkgapi/pspec.xml + + + libkgapi + + qt5-base + kcalcore + kcontacts + kio + libgcc + qt5-webkit + kwindowsystem + kdelibs4-support + + + /etc + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + libkgapi-devel + Development files for libkgapi + + qt5-base-devel + kcalcore-devel + kcontacts-devel + kio-devel + qt5-webkit-devel + kwindowsystem-devel + kdelibs4-support-devel + libkgapi + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2015-11-26 + 5.1.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-08 + 5.0.0 + First Release + Stefan Gronewold (groni) + groni@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/applications/15.12.1/src/kcalc-15.12.1.tar.xz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + gmp-devel + cmake + kconfig-devel + kconfigwidgets-devel + kguiaddons-devel + ki18n-devel + kinit-devel + knotifications-devel + kxmlgui-devel + mesa-devel + + desktop/kde/utils/kcalc/pspec.xml + + + kcalc + + qt5-base + gmp + ki18n + libgcc + kconfig + kxmlgui + kguiaddons + kcoreaddons + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/share + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-20 + 15.08.0 + First Release. + Stefan Gronewold (groni) + 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/applications/15.12.1/src/filelight-15.12.1.tar.xz + + qt5-base-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/utils/filelight/pspec.xml + + + filelight + + 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 + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First Release. + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kwalletmanager + http://kde.org/applications/system/kwalletmanager + + 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/applications/15.12.1/src/kwalletmanager-15.12.1.tar.xz + + qt5-base + kdoctools-devel + cmake + extra-cmake-modules + kcoreaddons-devel + kauth-devel + kwallet-devel + kservice-devel + kcmutils-devel + kdelibs4-support-devel + ki18n-devel + kxmlgui-devel + kconfig-devel + kconfigwidgets-devel + kdbusaddons-devel + mesa-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/utils/kwalletmanager/pspec.xml + + + kwalletmanager + + qt5-base + kcmutils + kdelibs4-support + kauth + ki18n + 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 + /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 + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-21 + 15.08.0 + First Release. + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kfoldersync + http://ur1.ca/hq3ve + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + system + Folder synchronization and backup tool for KDE + Smart folder comparison, It depends only on KDE Frameworks. + http://kde-apps.org/CONTENT/content-files/164092-kfoldersync-3.0.0.tar.xz + + extra-cmake-modules + gettext-devel + cmake + kcoreaddons-devel + kdbusaddons-devel + ki18n-devel + kio-devel + knotifications-devel + kxmlgui-devel + qt5-base-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 + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2015-12-02 + 3.0.0 + Update to stable version + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2015-11-05 + 3.0.0 + First Release + Stefan Gronewold (groni) + groni@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/applications/15.12.1/src/ktimer-15.12.1.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/utils/ktimer/pspec.xml + + + ktimer + + qt5-base + kio + ki18n + libgcc + kconfig + kcoreaddons + kdbusaddons + kconfigwidgets + knotifications + kwidgetsaddons + + + /usr/share/doc + /usr/bin + /usr/share + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-21 + 15.08.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/applications/15.12.1/src/kcharselect-15.12.1.tar.xz + + qt5-base-devel + kdoctools-devel + cmake + extra-cmake-modules + ki18n-devel + kwidgetsaddons-devel + kxmlgui-devel + mesa-devel + + desktop/kde/utils/kcharselect/pspec.xml + + + kcharselect + + qt5-base + kxmlgui + ki18n + libgcc + kconfig + kcoreaddons + kconfigwidgets + kwidgetsaddons + + + /usr/share/doc + /usr/bin + /usr/share + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-20 + 15.08.0 + First Release. + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + prison-qt5 + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + MIT + library + desktop.kde.addon + A barcode API to produce QRCode barcodes and DataMatrix barcode + A barcode API to produce QRCode barcodes and DataMatrix barcode. + http://download.lunar-linux.org/lunar/mirrors/prison-frameworks-1.2.1.tar.xz + + qt5-base-devel + libdmtx-devel + qrencode-devel + extra-cmake-modules + mesa-devel + + desktop/kde/addon/prison-qt5/pspec.xml + + + prison-qt5 + + qt5-base + libgcc + mesa + libdmtx + qrencode + + + /usr/lib/*.so.* + /usr/lib/qt5/mkspecs/modules + /usr/share/doc + + + + prison-qt5-devel + Development files for libepoxy + + prison-qt5 + + + /usr/include/KF5/prison_version.h + /usr/include/KF5/PRISON/prison + /usr/lib/*.so + /usr/lib/cmake/KF5Prison/*.cmake + + + + + 2016-01-17 + 1.2.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-12-24 + 1.2.20150831 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-22 + 1.1.1_20150821 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libdmtx + http://www.libdmtx.org + + PisiLinux Community + admins@pisilinux.org + + LGPLv2+ + library + desktop.kde.addon + 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. + http://sourceforge.net/projects/libdmtx/files/libdmtx/0.7.4/libdmtx-0.7.4.tar.gz + desktop/kde/addon/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 + + + + + 2015-06-05 + 0.7.4 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-08-09 + 0.7.4 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + qrencode + http://fukuchi.org/works/qrencode/index.en.html + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + LGPLv2.1 + library + desktop.kde.addon + 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-3.4.4.tar.gz + + libsdl-devel + m4 + gettext-devel + libpng-devel + + desktop/kde/addon/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 + + + + + 2015-02-22 + 3.4.4 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-22 + 3.3.1 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2012-04-05 + 3.3.1 + 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/applications/15.12.1/src/kapptemplate-15.12.1.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/sdk/kapptemplate/pspec.xml + + + kapptemplate + + qt5-base + kio + ki18n + libgcc + kconfig + karchive + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-07-19 + 15.08.2 + First Release. + Stefan Gronewold (groni) + 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/applications/15.12.1/src/lokalize-15.12.1.tar.xz + + qt5-base-devel + hunspell-devel + extra-cmake-modules + kdoctools-devel + kio-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 + qt5-sql-postgresql + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-odbc + + desktop/kde/sdk/lokalize/pspec.xml + + + lokalize + + qt5-base + kio + kitemviews + ki18n + kross + kparts + libgcc + sonnet + kconfig + kxmlgui + kcompletion + kcoreaddons + kdbusaddons + ktextwidgets + kconfigwidgets + knotifications + kwidgetsaddons + hunspell + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-07-19 + 15.04.3 + First Release. + Stefan Gronewold (groni) + 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/applications/15.12.1/src/kompare-15.12.1.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/sdk/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 + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-07 + 15.08.2 + First Release. + Stefan Gronewold (groni) + groni@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/applications/15.12.1/src/libkomparediff2-15.12.1.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/sdk/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 + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-07-19 + 15.04.3 + First Release. + Stefan Gronewold (groni) + groni@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/applications/15.12.1/src/umbrello-15.12.1.tar.xz + + qt5-base-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 + + desktop/kde/sdk/umbrello/pspec.xml + + + umbrello + + qt5-base + kio + ki18n + libgcc + kconfig + kxmlgui + libxml2 + qt5-svg + karchive + kcompletion + kcoreaddons + kiconthemes + kjobwidgets + ktextwidgets + kconfigwidgets + kwidgetsaddons + ktexteditor + libxslt + kwindowsystem + + + /usr/share + /usr/share/doc + /usr/bin + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First Release. + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kpat + http://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/applications/15.12.1/src/kpat-15.12.1.tar.xz + + qt5-base-devel + qt5-declarative-devel + qt5-quick1-devel + qt5-phonon-devel + kdoctools-devel + cmake + gettext-devel + kio-devel + kpackage-devel + kitemviews-devel + kinit-devel + kunitconversion-devel + kdelibs4-support-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 + + desktop/kde/games/kpat/pspec.xml + + + kpat + + qt5-base + kdelibs4-support + libkdegames + knewstuff + ki18n + libgcc + kconfig + kxmlgui + qt5-svg + kguiaddons + kcompletion + kcoreaddons + kdbusaddons + kconfigwidgets + kwidgetsaddons + + + /etc/xdg + /usr/share + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-23 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2015-08-16 + 15.04.3 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + libkdegames + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.games + A tool for managing print jobs and printers + Print-Manager. A tool to managing your print jobs and the Printers + mirrors://kde/stable/applications/15.12.1/src/libkdegames-15.12.1.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 + kdelibs4-support-devel + kdesignerplugin + mesa-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/games/libkdegames/pspec.xml + + + libkdegames + + qt5-base + kdelibs4-support + kdnssd + kdeclarative + knewstuff + kio + ki18n + libgcc + openal + kconfig + kxmlgui + qt5-svg + karchive + kguiaddons + libsndfile + kcompletion + kcoreaddons + kiconthemes + kconfigwidgets + kwidgetsaddons + qt5-declarative + + + /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 + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2015-08-16 + 15.04.3 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kshisen + http://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/applications/15.08.0/src/kshisen-15.08.0.tar.xz + + qt5-base-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 + kdelibs4-support-devel + kdesignerplugin + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + + desktop/kde/games/kshisen/pspec.xml + + + kshisen + + qt5-base + libgcc + ki18n + kconfig + kconfigwidgets + kwidgetsaddons + kxmlgui + kcoreaddons + kdbusaddons + libkdegames + libkmahjongg + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2015-08-29 + 1.6.0 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kwordquiz + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:gui + desktop.kde.games + 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/applications/15.12.1/src/kwordquiz-15.12.1.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/games/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 + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-30 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + libkmahjongg + http://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/applications/15.12.1/src/libkmahjongg-15.12.1.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/games/libkmahjongg/pspec.xml + + + libkmahjongg + + qt5-base + qt5-svg + libgcc + ki18n + kconfig + kcompletion + kconfigwidgets + kwidgetsaddons + + + /usr/bin + /usr/share + /usr/lib + /usr/share/doc + + + + libkmahjongg-devel + Development files for libkmahjongg + + libkmahjongg + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-25 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-24 + 15.08.0 + First Release + Stefan Gronewold (groni) + groni@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.5.4/breeze-gtk-5.5.4.tar.xz + + extra-cmake-modules + qt5-base-devel + + desktop/kde/plasma/breeze-gtk/pspec.xml + + + breeze-gtk + Breeze widget theme for GTK 2 and 3 + + libgcc + qt5-base + + + /usr/share/kconf_update + /usr/share/themes + /usr/share/doc + /usr/lib/kconf_update_bin + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-26 + 5.5.2 + First release + Alihan Öztürk + alihan@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.5.4/oxygen-5.5.4.tar.xz + + kcmutils-devel + frameworkintegration-devel + kdoctools-devel + cairo-devel + libxcb-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 + kguiaddons + kcompletion + kcoreaddons + kdecorations + kwindowsystem + qt5-x11extras + kconfigwidgets + kwidgetsaddons + frameworkintegration + kcmutils + + + /usr/bin/ + /usr/lib + /usr/share/sounds + /usr/share/icons + /usr/share/locale + /usr/share/plasma + /usr/share/kstyle + /usr/share/kservices5 + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-29 + 5.3.2 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + kwrited + http://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.5.4/kwrited-5.5.4.tar.xz + + qt5-base-devel + ki18n-devel + kdoctools-devel + kcoreaddons-devel + knotifications-devel + kpty-devel + kdelibs4-support-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 + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-03 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-14 + 5.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + system-settings + http://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.5.4/systemsettings-5.5.4.tar.xz + + qt5-base-devel + kdoctools-devel + kio-devel + kauth-devel + khtml-devel + kcmutils-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/plasma/system-settings/pspec.xml + + + system-settings + + qt5-base + kauth + libgcc + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + kcmutils + kconfig + kdbusaddons + khtml + ki18n + kiconthemes + kio + kitemviews + kservice + kwindowsystem + kxmlgui + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + system-settings-devel + Development files for system-settings + + qt5-base-devel + kauth-devel + kcompletion-devel + kcoreaddons-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kcmutils-devel + kconfig-devel + kdbusaddons-devel + khtml-devel + ki18n-devel + kiconthemes + kio-devel + kitemviews-devel + kservice-devel + kwindowsystem-devel + kxmlgui-devel + system-settings + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-29 + 5.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kmenuedit + http://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.5.4/kmenuedit-5.5.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 + extra-cmake-modules + + desktop/kde/plasma/kmenuedit/pspec.xml + + + kmenuedit + + qt5-base + libgcc + kconfig + kservice + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + kdbusaddons + kdelibs4-support + ki18n + kiconthemes + kio + kxmlgui + sonnet + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-15 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kscreenlocker + http://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.5.4/kscreenlocker-5.5.4.tar.xz + + qt5-base-devel + qt5-declarative-devel + kglobalaccel-devel + kdelibs4-support-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin + kdoctools-devel + kidletime-devel + kdeclarative-devel + kcmutils-devel + kwayland-devel + plasma-framework-devel + extra-cmake-modules + + desktop/kde/plasma/kscreenlocker/pspec.xml + + + kscreenlocker + + qt5-base + libgcc + ki18n + kcrash + libX11 + libxcb + kconfig + kxmlgui + kpackage + kwayland + kidletime + kcoreaddons + kdeclarative + kglobalaccel + kwindowsystem + qt5-x11extras + kconfigwidgets + knotifications + wayland-client + wayland-server + qt5-declarative + kdelibs4-support + 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-declarative-devel + kglobalaccel-devel + kdelibs4-support-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin + kdoctools-devel + kidletime-devel + kdeclarative-devel + kcmutils-devel + kwayland-devel + plasma-framework-devel + kscreenlocker + + + /usr/include + /usr/lib/cmake + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-10 + 5.5.0 + First Release. + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + plasma-desktop + http://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.5.4/plasma-desktop-5.5.4.tar.xz + + qt5-base-devel + boost-devel + kdoctools-devel + kio-devel + kcmutils-devel + knewstuff-devel + kpeople-devel + kdbusaddons-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kwin-devel + libX11-devel + libXft-devel + libxkbfile-devel + kded-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 + system-settings-devel + xorg-app-devel + xkeyboard-config + baloo-devel + libcanberra-devel + docbook-xsl + qt5-sql-sqlite + qt5-sql-mysql + qt5-sql-postgresql + qt5-sql-odbc + kdesignerplugin + extra-cmake-modules + + desktop/kde/plasma/plasma-desktop/pspec.xml + + + plasma-desktop + + baloo + fontconfig + freetype + kactivities + karchive + kauth + 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 + libgcc + 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 + xcb-util-image + oxygen-icons + oxygen-fonts + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-31 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-03 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-29 + 5.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kwayland-integration + http://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.5.4/kwayland-integration-5.5.4.tar.xz + + kwayland-devel + qt5-base-devel + kwindowsystem-devel + kidletime-devel + extra-cmake-modules + + desktop/kde/plasma/kwayland-integration/pspec.xml + + + kwayland-integration + + kwayland + kidletime + kwindowsystem + libgcc + qt5-base + + + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + First Release. + Alihan Öztürk + alihan@pisilinux.org + + + + + + milou + http://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.5.4/milou-5.5.4.tar.xz + + qt5-base-devel + qt5-declarative + kdoctools-devel + kdeclarative-devel + ki18n-devel + krunner-devel + plasma-framework-devel + kconfig-devel + kservice-devel + kcoreaddons-devel + extra-cmake-modules + + desktop/kde/plasma/milou/pspec.xml + + + milou + + qt5-base + qt5-declarative + krunner + libgcc + kconfig + kservice + kcoreaddons + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-03 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-12 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + discover + http://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.5.4/discover-5.5.4.tar.xz + + qt5-base-devel + qt5-svg-devel + qt5-declarative-devel + kio-devel + kdeclarative-devel + plasma-framework-devel + knewstuff-devel + extra-cmake-modules + + desktop/kde/plasma/discover/pspec.xml + + + discover + + qt5-base + libgcc + kio + attica + kconfig + kcoreaddons + kdbusaddons + kiconthemes + kdeclarative + kconfigwidgets + knotifications + kwidgetsaddons + ki18n + kxmlgui + qt5-declarative + knewstuff + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-10 + 5.5.0 + First Release. + Ertuğrul Erata + ertugrulerata@gmal.com + + + + + + bluedevil + http://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.5.4/bluedevil-5.5.4.tar.xz + + qt5-base-devel + qt5-declarative + kded-devel + 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 + extra-cmake-modules + + desktop/kde/plasma/bluedevil/pspec.xml + + + bluedevil + + qt5-base + libgcc + bluez-qt + kded + kio + ki18n + kconfig + qt5-declarative + kcoreaddons + kdbusaddons + kiconthemes + kconfigwidgets + knotifications + kwindowsystem + kwidgetsaddons + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-23 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-06 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kdeplasma-addons + http://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.5.4/kdeplasma-addons-5.5.4.tar.xz + + qt5-base-devel + libxcb-devel + xcb-util-image-devel + glib2-devel + scim-devel + ibus-devel + kdoctools-devel + knewstuff-devel + kemoticons-devel + kitemmodels-devel + kross-devel + kinit-devel + kunitconversion-devel + kcmutils-devel + kdesignerplugin + krunner-devel + kdelibs4-support-devel + plasma-framework-devel + extra-cmake-modules + + desktop/kde/plasma/kdeplasma-addons/pspec.xml + + + kdeplasma-addons + + qt5-base + plasma-framework + libgcc + libxcb + xcb-util-image + glib2 + knewstuff + krunner + kio + ki18n + kross + sonnet + kconfig + kxmlgui + karchive + kpackage + kservice + qt5-x11extras + qt5-declarative + kcompletion + kcoreaddons + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + kunitconversion + kdelibs4-support + 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 + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-11 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + plasma-sdk + http://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.5.4/plasma-sdk-5.5.4.tar.xz + + qt5-base-devel + qt5-webkit-devel + qt5-svg-devel + karchive-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdeclarative-devel + ki18n-devel + kiconthemes-devel + kio-devel + knewstuff-devel + kparts-devel + plasma-framework-devel + kservice-devel + ktexteditor-devel + kwidgetsaddons-devel + kxmlgui-devel + kwindowsystem-devel + extra-cmake-modules + + 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 + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-03 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-14 + 5.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + ksshaskpass + http://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.5.4/ksshaskpass-5.5.4.tar.xz + + qt5-base-devel + kdoctools-devel + kcoreaddons-devel + ki18n-devel + kwallet-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 + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-18 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kinfocenter + http://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.5.4/kinfocenter-5.5.4.tar.xz + + kcmutils-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdbusaddons-devel + kdelibs4-support-devel + kdoctools-devel + ki18n-devel + kiconthemes-devel + kio-devel + kservice-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + libraw1394-devel + libX11-devel + mesa-glu-devel + pciutils-devel + plasma-framework-devel + qt5-base-devel + solid-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kwayland-devel + kdesignerplugin + docbook-xsl + extra-cmake-modules + + desktop/kde/plasma/kinfocenter/pspec.xml + + + kinfocenter + + kcmutils + kcompletion + kconfig + kconfigwidgets + kcoreaddons + kdbusaddons + kdeclarative + kdelibs4-support + ki18n + kiconthemes + kio + kservice + kwayland + kwidgetsaddons + kxmlgui + libgcc + libraw1394 + libX11 + mesa-glu + mesa + pciutils + qt5-base + qt5-declarative + solid + + + /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 + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-11 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-11 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@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.5.4/kgamma5-5.5.4.tar.xz + + qt5-base-devel + kdoctools-devel + qt5-x11extras-devel + kdelibs4-support-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 + kdelibs4-support + libXxf86vm + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version Bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + First Release. + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + sddm + https://github.com/sddm/sddm + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + QML based X11 display manager + QML tabanlı X11 görüntü 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.13.0/sddm-0.13.0.tar.xz + + qt5-base-devel + qt5-linguist + qt5-declarative-devel + libxcb-devel + libxkbfile-devel + pam-devel + extra-cmake-modules + docutils + + + sddm-0.11.0-consolekit.patch + sddm-respect-user-flags.patch + + desktop/kde/plasma/sddm/pspec.xml + + + sddm + + qt5-base + qt5-declarative + pam + libgcc + libxcb + + + /etc + /usr/share + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc + + + System.Service System.Package - dhcpd - dhcpd6 - dhcrelay - dhcpd.conf + sddm.conf + sddm - - dhclient - Provides the dhclient ISC DHCP client daemon - DHCP İstemcisi + + + 2015-11-18 + 0.13.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-07 + 0.12 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-03 + 0.11 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-09-20 + 0.11 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + plasma-nm + http://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.5.4/plasma-nm-5.5.4.tar.xz + + qt5-base-devel + libgcc + networkmanager-qt-devel + modemmanager-qt-devel + ModemManager-devel + kdelibs4-support-devel + openconnect-devel + kdoctools-devel + NetworkManager-devel + mobile-broadband-provider-info + extra-cmake-modules + qt5-quick1-devel + qt5-declarative-devel + plasma-framework-devel + kdelibs4-support-devel + kdesignerplugin + kinit-devel + kemoticons-devel + kitemmodels-devel + kunitconversion-devel + qca2-qt5-devel + + desktop/kde/plasma/plasma-nm/pspec.xml + + + plasma-nm - dhcp - bind-libs + qt5-base + qca2-qt5 + libgcc + openconnect + kio + networkmanager-qt + modemmanager-qt + ki18n + solid + kconfig + kwallet + kxmlgui + kservice + kitemviews + qt5-declarative + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kwindowsystem + kconfigwidgets + knotifications + kwidgetsaddons + kdelibs4-support - /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* + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-14 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kwayland + http://www.kde.org + + Stefan Gronewold(groni) + groni@pisilinux.org + + LGPLv3 + library + desktop.kde.plasma + 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/plasma/5.5.4/kwayland-5.5.4.tar.xz + + qt5-base-devel + wayland-devel + mesa-devel + extra-cmake-modules + + desktop/kde/plasma/kwayland/pspec.xml + + + kwayland + + libgcc + qt5-base + mesa + wayland-client + wayland-server + + + /etc/xdg + /usr/lib + /usr/share/config + /usr/share/doc + + + + kwayland-devel + + qt5-base-devel + wayland-devel + mesa-devel + kwayland + + + /usr/lib/cmake + /usr/include + /usr/lib/pkgconfig + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-11 + 5.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + breeze + http://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.5.4/breeze-5.5.4.tar.xz + + qt5-base-devel + libxcb-devel + qt5-x11extras-devel + frameworkintegration-devel + kdecorations-devel + kcoreaddons-devel + ki18n-devel + kcmutils-devel + kwindowsystem-devel + kconfig-devel + kguiaddons-devel + plasma-framework-devel + kcoreaddons-devel + kconfigwidgets-devel + kwidgetsaddons-devel + extra-cmake-modules + breeze-gtk + breeze-icons + + desktop/kde/plasma/breeze/pspec.xml + + + breeze-style + + qt5-base + libgcc + kconfig + kguiaddons + kcoreaddons + kconfigwidgets + kwidgetsaddons + qt5-x11extras + libxcb + frameworkintegration + kcmutils + kcoreaddons + ki18n + kwindowsystem + breeze-gtk + breeze-icons + kdecorations + + + /usr/bin + /usr/lib/kconf_update_bin + /usr/lib/qt5 + /usr/share/color-schemes + /usr/share/doc + /usr/share/icons/hicolor/scalable/apps/breeze-settings.svgz + /usr/share/kconf_update + /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 + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-11 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + plasma-mediacenter + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + desktop.kde.plasma + A mediacenter user interface based on KDE Plasma components + A mediacenter user interface based on KDE Plasma components + mirrors://kde/stable/plasma/5.5.4/plasma-mediacenter-5.5.4.tar.xz + + qt5-base-devel + qt5-multimedia-devel + qt5-sql-mysql + qt5-sql-sqlite + qt5-sql-odbc + qt5-sql-postgresql + kfilemetadata-devel + kdeclarative-devel + plasma-framework-devel + baloo-devel + extra-cmake-modules + + desktop/kde/plasma/plasma-mediacenter/pspec.xml + + + plasma-mediacenter + + qt5-base + baloo + libgcc + kfilemetadata + kcoreaddons + kactivities + qt5-declarative + kguiaddons + kservice + kconfig + ki18n + kio + taglib + qt5-multimedia + plasma-workspace + plasma-desktop + plasma-framework + ffmpegthumbs + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-03 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-18 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@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.5.4/plasma-pa-5.5.4.tar.xz + + qt5-base-devel + qt5-quick1-devel + qt5-declarative-devel + kconfigwidgets-devel + kcoreaddons-devel + kdeclarative-devel + plasma-framework-devel + kdoctools-devel + glib2-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/plasma/plasma-pa/pspec.xml + + + plasma-pa + + qt5-base + kdeclarative + libgcc + ki18n + kcoreaddons + kglobalaccel + qt5-declarative + pulseaudio-libs + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + First Release. + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + kde-cli-tools + http://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.5.4/kde-cli-tools-5.5.4.tar.xz + + qt5-base-devel + qt5-x11extras-devel + qt5-svg-devel + libX11-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 + kdelibs4-support-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + kdesignerplugin + docbook-xsl + extra-cmake-modules + + 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 + kdelibs4-support + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/man + /usr/share/doc + + + System.Package + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-06 + 5.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libkscreen + http://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.5.4/libkscreen-5.5.4.tar.xz + + qt5-base-devel + qt5-x11extras-devel + libxcb-devel + xcb-util-devel + xcb-util-image-devel + xcb-util-keysyms-devel + libXcursor-devel + libXrandr-devel + extra-cmake-modules + cmake + + desktop/kde/plasma/libkscreen/pspec.xml + + + libkscreen + + qt5-base + libxcb + libgcc + qt5-x11extras + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/dbus-1 + + + + libkscreen-devel + Development files for libkscreen + + libxcb-devel + qt5-base-devel + qt5-x11extras-devel + libkscreen + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-02 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-06 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libksysguard + http://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.5.4/libksysguard-5.5.4.tar.xz + + qt5-base-devel + qt5-script-devel + qt5-webkit-devel + kdoctools-devel + libX11-devel + libXres-devel + zlib-devel + plasma-framework-devel + extra-cmake-modules + + desktop/kde/plasma/libksysguard/pspec.xml + + + libksysguard + + qt5-base + libX11 + libgcc + zlib + libXres + qt5-webkit + qt5-x11extras + kwindowsystem + kconfigwidgets + kwidgetsaddons + kconfig + kauth + kcoreaddons + ki18n + + + /etc + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + libksysguard-devel + Development files for libksysguard + + libksysguard + qt5-base-devel + libX11-devel + zlib-devel + libXres-devel + qt5-webkit-devel + qt5-x11extras-devel + kwindowsystem-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kconfig-devel + kauth-devel + kcoreaddons-devel + ki18n-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-28 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-12 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + khotkeys + http://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.5.4/khotkeys-5.5.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 + docbook-xsl + 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 + plasma-workspace + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-02 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-15 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@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.5.4/kwallet-pam-5.5.4.tar.xz + + pam-devel + libgcrypt-devel + extra-cmake-modules + + desktop/kde/plasma/kwallet-pam/pspec.xml + + + kwallet-pam + + pam + libgcrypt + + + /lib + /usr/lib/security + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + First Release. + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + plasma-workspace + http://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.5.4/plasma-workspace-5.5.4.tar.xz + + baloo-devel + kactivities-devel + kde-cli-tools + kdelibs4-support-devel + kdesignerplugin + kdesu-devel + kded-devel + kdewebkit-devel + kdoctools-devel + kemoticons-devel + kio-devel + kitemmodels-devel + kjs-devel + kjsembed-devel + knotifyconfig-devel + krunner-devel + ktexteditor-devel + kunitconversion-devel + kscreenlocker-devel + kwayland-devel + kwin-devel + kxmlrpcclient-devel + libdbusmenu-qt-devel + libkscreen-devel + libksysguard-devel + libqalculate-devel + libX11-devel + libXau-devel + libxcb-devel + libXcursor-devel + libXi-devel + libXrender-devel + NetworkManager-devel + networkmanager-qt-devel + pam-devel + prison-qt5-devel + qt5-base-devel + xorg-app-devel + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-postgresql + qt5-sql-sqlite + qt5-location-devel + xcb-util-image-devel + xcb-util-keysyms-devel + xcb-util-renderutil-devel + xorg-util + zlib-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/plasma/plasma-workspace/pspec.xml + + + plasma-workspace + + baloo + cln + kactivities + kauth + kbookmarks + kcompletion + kconfig + kconfigwidgets + kcoreaddons + kcrash + kdbusaddons + kdeclarative + kde-cli-tools + kdelibs4-support + kdesu + kdewebkit + kglobalaccel + kguiaddons + ki18n + kiconthemes + kidletime + kio + kitemviews + kjobwidgets + kjs + kjsembed + knewstuff + knotifyconfig + kpackage + knotifications + krunner + kservice + ktexteditor + ktextwidgets + kwallet + kwayland + kwidgetsaddons + kwindowsystem + kxmlgui + kxmlrpcclient + libdbusmenu-qt + libgcc + libICE + libkscreen + libksysguard + libqalculate + libSM + libX11 + libXau + libxcb + libXfixes + libXi + libXrender + networkmanager-qt + pam + prison-qt5 + plasma-framework + qt5-base + qt5-declarative + qt5-phonon + qt5-script + qt5-webkit + qt5-graphicaleffects + qt5-x11extras + qt5-location + solid + wayland-client + wayland-server + xcb-util-keysyms + xcb-util + kscreenlocker + xcb-util-image + xorg-app + zlib + + + /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 - dhclient.conf + kde.pam + kde-np.pam + kde-env.sh - dhcp-devel - Development files for dhcp - dhcp için geliştirme dosyaları + plasma-workspace-devel + Development files for kde5 plasma-workspace - dhcp + plasma-workspace + baloo-devel + cln-devel + kactivities-devel + kauth-devel + kbookmarks-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kcrash-devel + kdbusaddons-devel + kdeclarative-devel + kde-cli-tools + kdelibs4-support-devel + kdesu-devel + kdewebkit + kglobalaccel-devel + kguiaddons-devel + ki18n-devel + kiconthemes-devel + kidletime-devel + kio-devel + kitemviews-devel + kjobwidgets-devel + kjs-devel + kjsembed-devel + knewstuff + knotifications-devel + knotifyconfig-devel + kpackage-devel + krunner-devel + kservice-devel + ktexteditor-devel + ktextwidgets-devel + kwallet-devel + kwayland-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + kxmlrpcclient-devel + kscreenlocker-devel + libdbusmenu-qt-devel + libICE-devel + libkscreen-devel + libksysguard-devel + libqalculate-devel + libSM-devel + libX11-devel + libXau-devel + libxcb-devel + libXfixes-devel + libXi-devel + libXrender-devel + networkmanager-qt-devel + pam-devel + plasma-framework-devel + qt5-base-devel + qt5-declarative-devel + qt5-phonon-devel + qt5-script-devel + qt5-webkit-devel + qt5-x11extras-devel + qt5-location-devel + solid-devel + wayland-devel + xcb-util-keysyms-devel + zlib-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + drkonqi + KDE crash handler + + kdewebkit + kxmlrpcclient + plasma-workspace + + + /usr/lib/libexec + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-28 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-10 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-12 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + sddm-kcm + https://projects.kde.org/projects/kde/workspace/sddm-kcm + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + app:console + desktop.kde.plasma + KDE5 Config Module for SDDM + KDE5 Config Module for SDDM + mirrors://kde/stable/plasma/5.5.4/sddm-kcm-5.5.4.tar.xz + + kcoreaddons-devel + kdoctools-devel + kconfigwidgets-devel + kauth-devel + libX11-devel + kxmlgui-devel + ki18n-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 + + desktop/kde/plasma/sddm-kcm/pspec.xml + + + sddm-kcm + + kcoreaddons + sddm + libgcc + libX11 + kconfigwidgets + kauth + ki18n + qt5-base + kio + libXcursor + kconfig + qt5-x11extras + qt5-declarative + + + /etc/dbus-1/system.d + /usr/share/dbus-1/system-services + /usr/share/kservices5 + /usr/share/ + /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 + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-16 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-03 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-14 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + oxygen-icons + http://www.oxygen-icons.org + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPL + desktop.kde.plasma + KDE Oxygen icons + "The Oxygen Icon Theme + mirrors://kde/stable/applications/15.04.3/src/oxygen-icons-15.04.3.tar.xz + + cmake + extra-cmake-modules + + desktop/kde/plasma/oxygen-icons/pspec.xml + + + oxygen-icons + + /usr/share/icons + + + + + 2015-08-01 + 15.04.3 + First Release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + kscreen + http://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.5.4/kscreen-5.5.4.tar.xz + + qt5-base-devel + qt5-graphicaleffects + qt5-declarative-devel + kglobalaccel-devel + libkscreen-devel + kconfig-devel + kdoctools-devel + kxmlgui-devel + mesa-devel + extra-cmake-modules + + desktop/kde/plasma/kscreen/pspec.xml + + + kscreen + + qt5-base + libgcc + libkscreen + qt5-declarative + kconfig + kcoreaddons + kglobalaccel + kconfigwidgets + kwidgetsaddons + kdbusaddons + ki18n + kxmlgui + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-02 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-06 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + plasma-workspace-wallpapers + http://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.5.4/plasma-workspace-wallpapers-5.5.4.tar.xz + + qt5-base + extra-cmake-modules + + desktop/kde/plasma/plasma-workspace-wallpapers/pspec.xml + + + plasma-workspace-wallpapers + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-20 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-03 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-25 + 5.3.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + powerdevil + http://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.5.4/powerdevil-5.5.4.tar.xz + + qt5-base-devel + kdoctools-devel + kidletime-devel + libxcb-devel + eudev-devel + kdesignerplugin + kinit-devel + kunitconversion-devel + kitemmodels-devel + kemoticons-devel + docbook-xsl + plasma-workspace-devel + extra-cmake-modules + + + powerdevil-enable-upower.patch + + desktop/kde/plasma/powerdevil/pspec.xml + + + powerdevil + + qt5-base + kidletime + libgcc + libxcb + eudev + plasma-workspace + kio + kauth + ki18n + solid + kconfig + kxmlgui + kservice + kwayland + qt5-x11extras + libkscreen + kactivities + kcompletion + kcoreaddons + kdbusaddons + kglobalaccel + knotifyconfig + kconfigwidgets + knotifications + kwidgetsaddons + kdelibs4-support + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-03 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-29 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + khelpcenter + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.plasma + KDE Help Center + KDE help center utility to read help documentation about various KDE applications. + mirrors://kde/stable/plasma/5.5.4/khelpcenter-5.5.4.tar.xz + + qt5-base-devel + libdbusmenu-qt-devel + kinit-devel + kcmutils-devel + khtml-devel + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kunitconversion-devel + kdesignerplugin + kdelibs4-support-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/plasma/khelpcenter/pspec.xml + + + khelpcenter + + qt5-base + kio + libgcc + khtml + ki18n + kparts + kcodecs + kconfig + kxmlgui + kcmutils + kservice + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kwindowsystem + kconfigwidgets + kwidgetsaddons + kdelibs4-support + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-11 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kwin + http://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.5.4/kwin-5.5.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 + kservice-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-multimedia-devel + qt5-script-devel + qt5-x11extras-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-devel + qt5-multimedia + docbook-xsl + extra-cmake-modules + + desktop/kde/plasma/kwin/pspec.xml + + + kwin + + kactivities + kauth + kcmutils + kcompletion + kconfig + kconfigwidgets + kcoreaddons + kcrash + kdeclarative + kdecorations + kglobalaccel + ki18n + kiconthemes + kio + knewstuff + knotifications + kservice + kwayland + kwidgetsaddons + kwindowsystem + kxmlgui + kscreenlocker + kidletime + libepoxy + libgcc + libICE + libSM + libX11 + libxcb + libxkbcommon + mesa + plasma-framework + qt5-base + qt5-declarative + qt5-script + qt5-x11extras + wayland-cursor + wayland-client + xcb-util-image + xcb-util-keysyms + eudev + kpackage + libdrm + libinput + xcb-util-cursor + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kwin-devel + Development files for kwin + + kwin + kactivities-devel + kauth-devel + kcmutils-devel + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kcrash-devel + kdeclarative-devel + kdecorations-devel + kglobalaccel-devel + ki18n-devel + kiconthemes-devel + kinit-devel + kio-devel + knewstuff-devel + knotifications-devel + kservice-devel + kwayland-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-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-script-devel + qt5-x11extras-devel + wayland-devel + xcb-util-image-devel + xcb-util-keysyms-devel + eudev-devel + libinput-devel + xcb-util-cursor-devel + qt5-multimedia-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-02 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-12 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kde-gtk-config + http://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.5.4/kde-gtk-config-5.5.4.tar.xz + + qt5-base-devel + kio-devel + glib2-devel + ki18n-devel + kcoreaddons-devel + kiconthemes-devel + kwidgetsaddons-devel + kcmutils-devel + karchive-devel + kauth-devel + kconfigwidgets-devel + knewstuff-devel + gtk2-devel + gtk3-devel + at-spi2-core-devel + extra-cmake-modules + + desktop/kde/plasma/kde-gtk-config/pspec.xml + + + kde-gtk-config + + qt5-base + libgcc + glib2 + kio + ki18n + kcoreaddons + kiconthemes + kwidgetsaddons + karchive + knewstuff + kconfigwidgets + gtk2 + gtk3 + + + /usr/share + /etc/xdg/cgc* + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-03 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-06 + 5.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + ksysguard + http://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. + mirrors://kde/stable/plasma/5.5.4/ksysguard-5.5.4.tar.xz + + kcompletion-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdbusaddons-devel + kdelibs4-support-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 + + desktop/kde/plasma/ksysguard/pspec.xml + + + ksysguard + + icon-theme-hicolor + kcompletion + kconfig + kconfigwidgets + kcoreaddons + kdbusaddons + kdelibs4-support + ki18n + kiconthemes + kio + kitemviews + knewstuff + knotifications + kwidgetsaddons + kwindowsystem + kxmlgui + libgcc + libksysguard + lm_sensors + qt5-base + xdg-utils + qt5-location + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-03 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-12 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + user-manager + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + library + app:gui + desktop.kde.plasma + KDE 5 User Manager + User Manager within KDE workspace and applications + mirrors://kde/stable/plasma/5.5.4/user-manager-5.5.4.tar.xz + + qt5-base-devel + accountsservice-devel + kdelibs4-support-devel + kdesignerplugin + kdoctools-devel + kemoticons-devel + kitemmodels-devel + kinit-devel + kunitconversion-devel + libpwquality-devel + mesa-devel + extra-cmake-modules + + desktop/kde/plasma/user-manager/pspec.xml + + + user-manager + + qt5-base + accountsservice + libgcc + kio + ki18n + kconfig + libpwquality + kcoreaddons + kiconthemes + kconfigwidgets + kdelibs4-support + kwidgetsaddons + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-20 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Verison bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-27 + 5.4.0 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + + + + polkit-kde-authentication-agent-1 + http://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.5.4/polkit-kde-agent-1-5.5.4.tar.xz + + qt5-base-devel + kdoctools-devel + ki18n-devel + knotifications-devel + polkit-qt-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 + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-31 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-29 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kdecorations + https://projects.kde.org/projects/kde/workspace/kdecoration + + 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.5.4/kdecoration-5.5.4.tar.xz + + qt5-base-devel + extra-cmake-modules + + desktop/kde/plasma/kdecorations/pspec.xml + + + kdecorations + + qt5-base + libgcc + + + /etc + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kdecorations-devel + Development files for kdecorations + + qt5-base-devel + kdecorations + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-01-31 + 5.5.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.5.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-22 + 5.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-16 + 5.5.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-09 + 5.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-11 + 5.4.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-07 + 5.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.4.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-08-25 + 5.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-01 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-11 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + krunner + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.porting-aids + 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.19/portingAids/krunner-5.19.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 + extra-cmake-modules + + desktop/kde/porting-aids/krunner/pspec.xml + + + krunner + + qt5-base + qt5-declarative + libgcc + kconfig + kcoreaddons + ki18n + kio + kservice + plasma-framework + solid + threadweaver + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + krunner-devel + Development files for krunner + + krunner + qt5-base-devel + qt5-declarative-devel + kconfig-devel + kcoreaddons-devel + ki18n-devel + kio-devel + kservice-devel + plasma-framework-devel + solid-devel + threadweaver-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-17 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-28 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-02 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + khtml + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.porting-aids + 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.19/portingAids/khtml-5.19.0.tar.xz + + qt5-base-devel + libjpeg-turbo-devel + giflib-devel + libpng-devel + qt5-phonon-devel + libX11-devel + zlib-devel + kio-devel + kjs-devel + kglobalaccel-devel + kauth-devel + kparts-devel + ktextwidgets-devel + sonnet-devel + openssl-devel + extra-cmake-modules + + desktop/kde/porting-aids/khtml/pspec.xml + + + khtml + + qt5-base + qt5-x11extras + qt5-phonon + zlib + openssl + 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 + qt5-x11extras-devel + qt5-phonon-devel + zlib-devel + openssl-devel + giflib-devel + libX11-devel + libpng-devel + libjpeg-turbo-devel + sonnet-devel + kcodecs-devel + kconfig-devel + kjobwidgets-devel + kwidgetsaddons-devel + kcompletion-devel + karchive-devel + kconfigwidgets-devel + kcoreaddons-devel + kglobalaccel-devel + ki18n-devel + kiconthemes-devel + kio-devel + kjs-devel + knotifications-devel + kparts-devel + kservice-devel + ktextwidgets-devel + kwallet-devel + kwindowsystem-devel + kxmlgui-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-17 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-28 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-02 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kross + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.porting-aids + 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.19/portingAids/kross-5.19.0.tar.xz + + qt5-base-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/porting-aids/kross/pspec.xml + + + kross + + qt5-base + qt5-script + libgcc + 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 + kcoreaddons-devel + ki18n-devel + kcompletion-devel + kiconthemes-devel + kio-devel + kparts-devel + kwidgetsaddons-devel + kxmlgui-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-17 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-28 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-02 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kjsembed + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.porting-aids + 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.19/portingAids/kjsembed-5.19.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/porting-aids/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 + + qt5-base-devel + qt5-svg-devel + ki18n-devel + kjs-devel + kjsembed + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-17 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-28 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-02 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kjs + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.porting-aids + 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.19/portingAids/kjs-5.19.0.tar.xz + + qt5-base-devel + libpcre-devel + kdoctools-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/porting-aids/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 + + libpcre-devel + qt5-base-devel + kjs + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-17 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-28 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-02 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kdelibs4-support + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + app:console + desktop.kde.porting-aids + 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.19/portingAids/kdelibs4support-5.19.0.tar.xz + + qt5-base-devel + qt5-svg-devel + perl-URI + libSM-devel + docbook-xml + openssl-devel + libX11-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 + NetworkManager-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/porting-aids/kdelibs4-support/pspec.xml + + + kdelibs4-support + + qt5-base + libICE + libgcc + libX11 + qt5-svg + qt5-x11extras + libSM + kauth + solid + kcodecs + kcoreaddons + kjobwidgets + kcompletion + kconfig + kconfigwidgets + kcrash + kdbusaddons + kglobalaccel + kguiaddons + ki18n + kiconthemes + kio + kitemviews + knotifications + kparts + kservice + ktextwidgets + kxmlgui + kwindowsystem + kwidgetsaddons + kded + + + /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 + qt5-base-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 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-17 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-28 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kmediaplayer + http://www.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2 + library + desktop.kde.porting-aids + 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.19/portingAids/kmediaplayer-5.19.0.tar.xz + + qt5-base-devel + kio-devel + kauth-devel + kparts-devel + ktextwidgets-devel + sonnet-devel + kxmlgui-devel + extra-cmake-modules + + desktop/kde/porting-aids/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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-17 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-28 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-02 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + knotifications + http://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.19/knotifications-5.19.0.tar.xz + + qt5-base-devel + qt5-linguist + kwindowsystem-devel + qt5-x11extras-devel + kservice-devel + kconfig-devel + kcoreaddons-devel + kiconthemes-devel + kcodecs-devel + libdbusmenu-qt-devel + qt5-phonon-devel + extra-cmake-modules + + desktop/kde/framework/knotifications/pspec.xml + + + knotifications + + qt5-base + qt5-phonon + libgcc + qt5-x11extras + kconfig + kcodecs + kcoreaddons + kiconthemes + kservice + libdbusmenu-qt + kwindowsystem + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + knotifications-devel + Development files for knotifications + + knotifications + qt5-base-devel + qt5-phonon-devel + qt5-x11extras-devel + kconfig-devel + kcodecs-devel + kcoreaddons-devel + kiconthemes-devel + kservice-devel + kwindowsystem-devel + libdbusmenu-qt-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-03 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kwidgetsaddons + http://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.19/kwidgetsaddons-5.19.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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kcoreaddons + http://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.19/kcoreaddons-5.19.0.tar.xz + + qt5-base-devel + qt5-linguist + shared-mime-info + extra-cmake-modules + mesa-devel + + desktop/kde/framework/kcoreaddons/pspec.xml + + + kcoreaddons + + qt5-base + libgcc + shared-mime-info + docbook-xsl + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kwindowsystem + http://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.19/kwindowsystem-5.19.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 + libgcc + libxcb + qt5-x11extras + libXfixes + xcb-util-keysyms + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump, rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-23 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kcodecs + http://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.19/kcodecs-5.19.0.tar.xz + + qt5-base-devel + qt5-linguist + extra-cmake-modules + + desktop/kde/framework/kcodecs/pspec.xml + + + kcodecs + + qt5-base + libgcc + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kcompletion + http://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.19/kcompletion-5.19.0.tar.xz + + qt5-base-devel + qt5-linguist + kconfig-devel + kwidgetsaddons-devel + extra-cmake-modules + + desktop/kde/framework/kcompletion/pspec.xml + + + kcompletion + + qt5-base + libgcc + 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 + kwidgetsaddons-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kconfigwidgets + http://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.19/kconfigwidgets-5.19.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 + + desktop/kde/framework/kconfigwidgets/pspec.xml + + + kconfigwidgets + + libgcc + qt5-base + kauth + kcodecs + kconfig + kcoreaddons + kguiaddons + ki18n + kwidgetsaddons + + + /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 + qt5-base-devel + kauth-devel + kcodecs-devel + kconfig-devel + kcoreaddons-devel + kguiaddons-devel + ki18n-devel + kwidgetsaddons-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kunitconversion + http://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.19/kunitconversion-5.19.0.tar.xz + + qt5-base-devel + ki18n-devel + extra-cmake-modules + + desktop/kde/framework/kunitconversion/pspec.xml + + + kunitconversion + + qt5-base + libgcc + ki18n + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kunitconversion-devel + Development files for kunitconversion + + qt5-base-devel + ki18n-devel + kunitconversion + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kidletime + http://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.19/kidletime-5.19.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 + libgcc + libxcb + libXScrnSaver + libXext + qt5-x11extras + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kjobwidgets + http://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.19/kjobwidgets-5.19.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 + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kjobwidgets-devel + Development files for kjobwidgets + + qt5-base-devel + kjobwidgets + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-25 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + knotifyconfig + http://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.19/knotifyconfig-5.19.0.tar.xz + + qt5-base-devel + qt5-phonon-devel + kauth-devel + kconfig-devel + kcompletion-devel + ki18n-devel + kio-devel + extra-cmake-modules + + desktop/kde/framework/knotifyconfig/pspec.xml + + + knotifyconfig + + qt5-base + qt5-phonon + libgcc + kconfig + kcompletion + 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 + qt5-phonon-devel + kauth-devel + kconfig-devel + kcompletion-devel + ki18n-devel + kio-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kapidox + http://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.19/kapidox-5.19.0.tar.xz + + python-Jinja2 + python-PyYAML + qt5-base-devel + extra-cmake-modules + + desktop/kde/framework/kapidox/pspec.xml + + + kapidox + + qt5-base + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-20 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release + Stefan Gronewold(groni) + groni@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.19/breeze-icons-5.19.0.tar.xz + + extra-cmake-modules + qt5-base-devel + + desktop/kde/framework/breeze-icons/pspec.xml + + + breeze-icons + Breeze icon themes + + /usr/share + /usr/share/doc + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-26 + 5.17.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + + + + + frameworkintegration + http://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.19/frameworkintegration-5.19.0.tar.xz + + libxcb-devel + libXcursor-devel + qt5-base-devel + qt5-declarative-devel + qt5-x11extras-devel + oxygen-fonts + kconfig-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 + + desktop/kde/framework/frameworkintegration/pspec.xml + + + frameworkintegration + + libgcc + qt5-base + libxcb + libXcursor + qt5-x11extras + kconfig + kxmlgui + kcompletion + kcoreaddons + kjobwidgets + kconfigwidgets + kiconthemes + ki18n + kio + knotifications + kwidgetsaddons + oxygen-fonts + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + frameworkintegration-devel + Development files for framework-integration + + frameworkintegration + qt5-base-devel + libxcb-devel + libXcursor-devel + qt5-x11extras-devel + kconfig-devel + kxmlgui-devel + kcompletion-devel + kcoreaddons-devel + kjobwidgets-devel + kconfigwidgets-devel + kiconthemes-devel + ki18n-devel + kio-devel + knotifications-devel + kwidgetsaddons-devel + + + /usr/include + /usr/lib/cmake + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + New Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kded + http://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.19/kded-5.19.0.tar.xz + + qt5-base-devel + kdoctools-devel + kinit-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 + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/bin + /usr/share/doc + /usr/share/man + + + + kded-devel + Development files for kded + + qt5-base-devel + kcoreaddons-devel + kconfig-devel + kcrash-devel + kdbusaddons-devel + kservice-devel + kded + + + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-24 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-06 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kpeople + http://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.19/kpeople-5.19.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 + libgcc + kconfig + kcoreaddons + kservice + kwidgetsaddons + ki18n + kitemviews + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kpeople-devel + Development files for kpeople + + qt5-base-devel + qt5-declarative-devel + kconfig-devel + kcoreaddons-devel + kwidgetsaddons-devel + kservice-devel + ki18n-devel + kitemviews-devel + kpeople + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-25 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kdoctools + http://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.19/kdoctools-5.19.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 + libgcc + libxslt + 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 + karchive-devel + libgcc + libxml2-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kcrash + http://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.19/kcrash-5.19.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 + libgcc + qt5-x11extras + kcoreaddons + kwindowsystem + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kcrash-devel + Development files for kcrash + + qt5-base-devel + qt5-x11extras-devel + kcrash + kcoreaddons-devel + kwindowsystem-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-23 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kfilemetadata + http://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.19/kfilemetadata-5.19.0.tar.xz + + qt5-base-devel + attr-devel + ebook-tools-devel + exiv2-devel + ffmpeg-devel + taglib-devel + poppler-qt5-devel + karchive-devel + ki18n-devel + extra-cmake-modules + + desktop/kde/framework/kfilemetadata/pspec.xml + + + kfilemetadata + + qt5-base + ebook-tools + libgcc + exiv2-libs + taglib + ffmpeg + poppler-qt5 + karchive + ki18n + + + /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 + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-03 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-26 + 5.13 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-07-01 + 5.9.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-03 + 5.9.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kdesu + http://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.19/kdesu-5.19.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 + libgcc + libX11 + + + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kdesu-devel + Development files for kdesu + + kdesu + qt5-base-devel + kcoreaddons-devel + kpty-devel + kservice-devel + ki18n-devel + kconfig-devel + libX11-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-25 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + modemmanager-qt + http://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.19/modemmanager-qt-5.19.0.tar.xz + + qt5-base-devel + ModemManager-devel + extra-cmake-modules + + desktop/kde/framework/modemmanager-qt/pspec.xml + + + modemmanager-qt + + qt5-base + libgcc + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-26 + 5.18.0 + rebuild for ModemManager + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kio + http://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.19/kio-5.19.0.tar.xz + + qt5-base-devel + acl-devel + attr-devel + mit-kerberos + 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 + libxslt-devel + qt5-script-devel + zlib-devel + docbook-sgml4_5 + docbook-xml + docbook-xsl + extra-cmake-modules + + desktop/kde/framework/kio/pspec.xml + + + kio + + qt5-base + acl + attr + libxml2 + libxslt + libgcc + mit-kerberos + knotifications + qt5-script + qt5-x11extras + karchive + kconfig + kcodecs + kbookmarks + kcompletion + kconfigwidgets + kcoreaddons + kdbusaddons + ki18n + kiconthemes + kitemviews + kjobwidgets + kservice + ktextwidgets + kwallet + kwidgetsaddons + kwindowsystem + kxmlgui + solid + + + /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 + qt5-base-devel + acl-devel + attr-devel + libxml2-devel + libxslt-devel + knotifications-devel + qt5-script-devel + qt5-x11extras-devel + karchive-devel + kconfig-devel + kcodecs-devel + kbookmarks-devel + kcompletion-devel + kconfigwidgets-devel + kcoreaddons-devel + kdbusaddons-devel + ki18n-devel + kiconthemes-devel + kitemviews-devel + kjobwidgets-devel + kservice-devel + ktextwidgets + kwallet-devel + kwidgetsaddons-devel + kwindowsystem-devel + kxmlgui-devel + solid-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + attica + http://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.19/attica-5.19.0.tar.xz + + qt5-base-devel + extra-cmake-modules + + desktop/kde/framework/attica/pspec.xml + + + attica + + qt5-base + libgcc + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-20 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kglobalaccel + http://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.19/kglobalaccel-5.19.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 + extra-cmake-modules + + desktop/kde/framework/kglobalaccel/pspec.xml + + + kglobalaccel + + qt5-base + libgcc + libxcb + kcrash + kconfig + qt5-x11extras + kcoreaddons + kdbusaddons + xcb-util-keysyms + kwindowsystem + + + /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 + libxcb-devel + kcrash-devel + kconfig-devel + qt5-x11extras-devel + kcoreaddons-devel + kdbusaddons-devel + xcb-util-keysyms-devel + kwindowsystem-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-25 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kitemviews + http://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.19/kitemviews-5.19.0.tar.xz + + qt5-base-devel + qt5-linguist + extra-cmake-modules + + desktop/kde/framework/kitemviews/pspec.xml + + + kitemviews + + qt5-base + libgcc + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-24 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + baloo + http://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.19/baloo-5.19.0.tar.xz + + qt5-base-devel + qt5-declarative-devel + kcoreaddons-devel + kdbusaddons-devel + kauth-devel + kconfig-devel + kcrash-devel + ki18n-devel + kidletime-devel + kio-devel + solid-devel + kfilemetadata-devel + kdoctools-devel + lmdb-devel + extra-cmake-modules + + desktop/kde/framework/baloo/pspec.xml + + + baloo + + qt5-base + qt5-declarative + kcoreaddons + kdbusaddons + kauth + 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 + qt5-declarative-devel + kcoreaddons-devel + kdbusaddons-devel + kauth-devel + kconfig-devel + kcrash-devel + ki18n-devel + kidletime-devel + kio-devel + solid-devel + kfilemetadata-devel + lmdb-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-20 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-16 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-26 + 5.13 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-07-01 + 5.9.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-06 + 5.9.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kdbusaddons + http://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.19/kdbusaddons-5.19.0.tar.xz + + qt5-base-devel + qt5-linguist + qt5-x11extras-devel + extra-cmake-modules + + desktop/kde/framework/kdbusaddons/pspec.xml + + + kdbusaddons + + libgcc + qt5-base + qt5-x11extras + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + threadweaver + http://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.19/threadweaver-5.19.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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-28 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + ktextwidgets + http://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.19/ktextwidgets-5.19.0.tar.xz + + qt5-base-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 + libgcc + kconfig + kcompletion + kconfigwidgets + kiconthemes + kwidgetsaddons + ki18n + sonnet + kservice + kcoreaddons + kwindowsystem + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + ktextwidgets-devel + Development files for ktextwidgets + + ktextwidgets + qt5-base-devel + kconfig-devel + kcompletion-devel + kconfigwidgets-devel + kiconthemes-devel + kwidgetsaddons-devel + ki18n-devel + sonnet-devel + kservice-devel + kcoreaddons-devel + kwindowsystem-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-25 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kiconthemes + http://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.19/kiconthemes-5.19.0.tar.xz + + qt5-base-devel + qt5-svg-devel + ki18n-devel + kauth-devel + kcodecs-devel + kconfig-devel + kitemviews-devel + kconfigwidgets-devel + kwidgetsaddons-devel + extra-cmake-modules + + desktop/kde/framework/kiconthemes/pspec.xml + + + kiconthemes + + libgcc + qt5-base + qt5-svg + kconfigwidgets + ki18n + kitemviews + kwidgetsaddons + kconfig + kcoreaddons + + + /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 + qt5-svg-devel + kconfigwidgets-devel + ki18n-devel + kitemviews-devel + kwidgetsaddons-devel + kconfig-devel + kcoreaddons-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-22 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + bluez-qt + http://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.19/bluez-qt-5.19.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 + + bluez + qt5-base + qt5-declarative + libgcc + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + bluez-qt-devel + Development files for bluez-qt + + qt5-base-devel + qt5-declarative-devel + bluez-qt + + + /usr/include + /usr/lib/cmake + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-14 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-26 + 5.13.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-17 + 5.3.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-06 + 5.3.1 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kdesignerplugin + http://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.19/kdesignerplugin-5.19.0.tar.xz + + qt5-base-devel + qt5-linguist + kdoctools-devel + kio-devel + kauth-devel + kconfigwidgets-devel + kxmlgui-devel + kplotting-devel + ktextwidgets-devel + sonnet-devel + kdewebkit-devel + docbook-xml + docbook-xsl + extra-cmake-modules + + desktop/kde/framework/kdesignerplugin/pspec.xml + + + kdesignerplugin + + qt5-base + libgcc + kdewebkit + kcoreaddons + kitemviews + kconfig + sonnet + kcompletion + kconfigwidgets + kiconthemes + kio + kplotting + ktextwidgets + kwidgetsaddons + kxmlgui + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/cmake + /usr/lib/qt5 + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-28 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-28 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kdeclarative + http://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.19/kdeclarative-5.19.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 + 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 + libgcc + libepoxy + qt5-declarative + kpackage + kconfig + kservice + kcoreaddons + kglobalaccel + ki18n + kiconthemes + kio + 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 + libepoxy-devel + qt5-declarative-devel + kpackage-devel + kconfig-devel + kservice-devel + kcoreaddons-devel + kglobalaccel-devel + ki18n-devel + kiconthemes-devel + kio-devel + kwidgetsaddons-devel + kwindowsystem-devel + kdeclarative + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-25 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kinit + http://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.19/kinit-5.19.0.tar.xz + + qt5-base-devel + kdoctools-devel + libX11-devel + libcap-devel + libgcc + 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 + kwindowsystem-devel + docbook-xsl + extra-cmake-modules + + desktop/kde/framework/kinit/pspec.xml + + + kinit + + qt5-base + libX11 + libcap + libgcc + kio + kcrash + kcoreaddons + kconfig + ki18n + kservice + kwindowsystem + + + /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 + kio-devel + kcrash-devel + kcoreaddons-devel + kconfig-devel + ki18n-devel + kservice-devel + kwindowsystem-devel + kinit + + + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + sonnet + http://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.19/sonnet-5.19.0.tar.xz + + qt5-base-devel + qt5-linguist + hunspell-devel + aspell-devel + extra-cmake-modules + + desktop/kde/framework/sonnet/pspec.xml + + + sonnet + + qt5-base + libgcc + aspell + hunspell + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-24 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + networkmanager-qt + http://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.19/networkmanager-qt-5.19.0.tar.xz + + qt5-base-devel + NetworkManager-devel + extra-cmake-modules + + desktop/kde/framework/networkmanager-qt/pspec.xml + + + networkmanager-qt + + qt5-base + NetworkManager + libgcc + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-25 + 5.18.0 + rebuild for NetworkManager + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-25 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kimageformats + http://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.19/kimageformats-5.19.0.tar.xz + + qt5-base-devel + openexr-devel + ilmbase-devel + extra-cmake-modules + + desktop/kde/framework/kimageformats/pspec.xml + + + kimageformats + + qt5-base + libgcc + openexr-libs + ilmbase + + + /usr/share + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@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.19/kpackage-5.19.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 + libgcc + kconfig + ki18n + kcoreaddons + karchive + + + /usr/bin + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-23 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + karchive + http://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.19/karchive-5.19.0.tar.xz + + qt5-base-devel + xz-devel + zlib-devel + bzip2 + extra-cmake-modules + + desktop/kde/framework/karchive/pspec.xml + + + karchive + + qt5-base + xz + zlib + bzip2 + libgcc + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-20 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + ktexteditor + http://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.19/ktexteditor-5.19.0.tar.xz + + qt5-base-devel + qt5-script-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 + libgit2-devel + kjobwidgets-devel + extra-cmake-modules + + desktop/kde/framework/ktexteditor/pspec.xml + + + ktexteditor + + qt5-script + qt5-base + libgcc + libgit2 + ktextwidgets + kwidgetsaddons + kconfigwidgets + kjobwidgets + kiconthemes + kcoreaddons + kcompletion + kitemviews + 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 + + qt5-script-devel + qt5-base-devel + libgit2-devel + ktextwidgets-devel + kwidgetsaddons-devel + kconfigwidgets-devel + kjobwidgets-devel + kiconthemes-devel + kcoreaddons-devel + kcompletion-devel + kitemviews-devel + kxmlgui-devel + kcodecs-devel + karchive-devel + kguiaddons-devel + kconfig-devel + ki18n-devel + kio-devel + ki18n-devel + kparts-devel + sonnet-devel + ktexteditor + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + extra-cmake-modules + http://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.19/extra-cmake-modules-5.19.0.tar.xz + + cmake + + desktop/kde/framework/extra-cmake-modules/pspec.xml + + + extra-cmake-modules + programming.build + + cmake + + + /usr/share + /usr/lib + /usr/share/man/man7 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-01 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-20 + 5.11.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kdnssd + http://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.19/kdnssd-5.19.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 + libgcc + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kemoticons + http://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.19/kemoticons-5.19.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 + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kemoticons-devel + Development files for kemoticons + + kemoticons + qt5-base-devel + karchive-devel + kcoreaddons-devel + kconfig-devel + kservice-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kxmlgui + http://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.19/kxmlgui-5.19.0.tar.xz + + qt5-base-devel + attica-devel + kcoreaddons-devel + kconfig-devel + kconfigwidgets-devel + kauth-devel + kcodecs-devel + sonnet-devel + kglobalaccel-devel + ki18n-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 + kiconthemes + kitemviews + ktextwidgets + kwidgetsaddons + kwindowsystem + + + /etc + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kxmlgui-devel + Development files for kxmlgui + + kxmlgui + qt5-base-devel + attica-devel + kcoreaddons-devel + kconfig-devel + kconfigwidgets-devel + kglobalaccel-devel + ki18n-devel + kiconthemes-devel + kitemviews-devel + ktextwidgets-devel + kwidgetsaddons-devel + kwindowsystem-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-25 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kconfig + http://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.19/kconfig-5.19.0.tar.xz + + qt5-base-devel + qt5-linguist + extra-cmake-modules + + desktop/kde/framework/kconfig/pspec.xml + + + kconfig + + qt5-base + libgcc + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kauth + http://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.19/kauth-5.19.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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kpty + http://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.19/kpty-5.19.0.tar.xz + + qt5-base-devel + utempter-devel + kcoreaddons-devel + ki18n-devel + extra-cmake-modules + + desktop/kde/framework/kpty/pspec.xml + + + kpty + + qt5-base + utempter + libgcc + kcoreaddons + ki18n + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kpty-devel + Development files for kpty + + qt5-base-devel + utempter-devel + kcoreaddons-devel + ki18n-devel + kpty + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-24 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + plasma-framework + http://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.19/plasma-framework-5.19.0.tar.xz + + qt5-base-devel + qt5-quickcontrols + kdoctools-devel + qt5-svg-devel + qt5-script-devel + qt5-quick1-devel + qt5-x11extras-devel + qt5-declarative-devel + mesa-devel + libX11-devel + libxcb-devel + kauth-devel + kcodecs-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 + 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-base + qt5-svg + qt5-script + qt5-x11extras + qt5-declarative + qt5-quickcontrols + qt5-quick1 + mesa + libgcc + libX11 + libxcb + kactivities + knotifications + kpackage + karchive + kconfig + kconfigwidgets + kcoreaddons + kdbusaddons + kdeclarative + kglobalaccel + kguiaddons + ki18n + kiconthemes + kio + kservice + kwindowsystem + kxmlgui + + + /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 + qt5-svg-devel + qt5-script-devel + qt5-x11extras-devel + qt5-declarative-devel + mesa-devel + libX11-devel + libxcb-devel + kactivities-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 + kservice-devel + kwindowsystem-devel + kxmlgui-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-28 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + solid + http://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.19/solid-5.19.0.tar.xz + + qt5-base-devel + eudev-devel + qt5-linguist + qt5-declarative-devel + udisks2-devel + upower-devel + media-player-info + extra-cmake-modules + + desktop/kde/framework/solid/pspec.xml + + + solid + + qt5-base + qt5-declarative + media-player-info + libgcc + eudev + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-23 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kservice + http://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.19/kservice-5.19.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 + libgcc + 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 + qt5-base-devel + kconfig-devel + kcoreaddons-devel + kcrash-devel + kdbusaddons-devel + ki18n-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump, rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-24 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kparts + http://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.19/kparts-5.19.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 + knotifications + kservice + kwidgetsaddons + kxmlgui + kio + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kparts-devel + Development files for kparts + + qt5-base-devel + kjobwidgets-devel + kconfig-devel + kcoreaddons-devel + ki18n-devel + kiconthemes-devel + knotifications-devel + kservice-devel + kwidgetsaddons-devel + kxmlgui-devel + kio-devel + kparts + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kdewebkit + http://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.19/kdewebkit-5.19.0.tar.xz + + qt5-base-devel + qt5-webkit-devel + qt5-webkit + 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 + libgcc + 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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-28 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kguiaddons + http://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.19/kguiaddons-5.19.0.tar.xz + + libX11-devel + libxcb-devel + qt5-base-devel + qt5-x11extras-devel + extra-cmake-modules + + desktop/kde/framework/kguiaddons/pspec.xml + + + kguiaddons + + libgcc + libX11 + qt5-base + qt5-x11extras + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kguiaddons-devel + Development files for kguiaddons + + kguiaddons + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kbookmarks + http://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.19/kbookmarks-5.19.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 + kiconthemes + kwidgetsaddons + kxmlgui + + + /etc + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kbookmarks-devel + Development files for kbookmarks + + kbookmarks + qt5-base-devel + kcoreaddons-devel + kcodecs-devel + kconfig-devel + kiconthemes-devel + kwidgetsaddons-devel + kxmlgui-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-25 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kcmutils + http://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.19/kcmutils-5.19.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 + extra-cmake-modules + + desktop/kde/framework/kcmutils/pspec.xml + + + kcmutils + + qt5-base + qt5-declarative + libgcc + kdeclarative + kconfigwidgets + kwidgetsaddons + kconfig + kauth + kcoreaddons + ki18n + kiconthemes + kitemviews + kservice + kxmlgui + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kcmutils-devel + Development files for kcmutils + + kcmutils + qt5-base-devel + qt5-declarative-devel + kdeclarative-devel + kconfigwidgets-devel + kwidgetsaddons-devel + kconfig-devel + kauth-devel + kcoreaddons-devel + ki18n-devel + kiconthemes-devel + kitemviews-devel + kservice-devel + kxmlgui-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kitemmodels + http://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.19/kitemmodels-5.19.0.tar.xz + + qt5-base-devel + extra-cmake-modules + + desktop/kde/framework/kitemmodels/pspec.xml + + + kitemmodels + + qt5-base + libgcc + + + /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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-24 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kplotting + http://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.19/kplotting-5.19.0.tar.xz + + qt5-base-devel + extra-cmake-modules + + desktop/kde/framework/kplotting/pspec.xml + + + kplotting + + qt5-base + libgcc + + + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kplotting-devel + Development files for kplotting + + qt5-base-devel + kplotting + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kactivities + http://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.19/kactivities-5.19.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 + + + build-source.patch + + desktop/kde/framework/kactivities/pspec.xml + + + kactivities + + qt5-base + qt5-declarative + libgcc + kconfig + kconfigwidgets + kcoreaddons + kdbusaddons + ki18n + kio + kglobalaccel + kservice + kxmlgui + kwindowsystem + + + /usr/share + /usr/share/locale + /usr/bin + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + kactivities-devel + Development files for kactivities + + qt5-base-devel + qt5-declarative-devel + kconfig-devel + kconfigwidgets-devel + kcoreaddons-devel + kdbusaddons-devel + ki18n-devel + kio-devel + kglobalaccel-devel + kservice-devel + kxmlgui-devel + kwindowsystem-devel + kactivities + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-01 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kxmlrpcclient + http://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.19/kxmlrpcclient-5.19.0.tar.xz + + qt5-base-devel + kauth-devel + kio-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 + qt5-base-devel + ki18n-devel + kcoreaddons-devel + kio-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + ki18n + http://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.19/ki18n-5.19.0.tar.xz + + qt5-base-devel + qt5-script-devel + qt5-declarative-devel + extra-cmake-modules + + desktop/kde/framework/ki18n/pspec.xml + + + ki18n + + libgcc + qt5-base + qt5-script + 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 + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-21 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-30 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + knewstuff + http://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.19/knewstuff-5.19.0.tar.xz + + qt5-base-devel + boost-devel + kauth-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/knewstuff/pspec.xml + + + knewstuff + + qt5-base + libgcc + kwidgetsaddons + ktextwidgets + kiconthemes + kcompletion + kitemviews + karchive + attica + kconfig + kcoreaddons + ki18n + kio + kservice + kxmlgui + + + /usr/share + /usr/share/locale + /usr/lib/qt5 + /usr/lib + /usr/share/doc + + + + knewstuff-devel + Development files for knewstuff + + qt5-base-devel + kwidgetsaddons-devel + ktextwidgets-devel + kiconthemes-devel + kcompletion-devel + kitemviews-devel + karchive-devel + attica-devel + kconfig-devel + kcoreaddons-devel + ki18n-devel + kio-devel + kservice-devel + kxmlgui-devel + knewstuff + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-13 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-13 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-28 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-06-06 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kwallet + http://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.19/kwallet-5.19.0.tar.xz + + libxslt + docbook-xsl + qt5-base-devel + libgcrypt-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 + libgcc + libgcrypt + kconfig + kcoreaddons + kdbusaddons + ki18n + kiconthemes + knotifications + kservice + kwidgetsaddons + kwindowsystem + + + /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 + libgcrypt-devel + kconfig-devel + kcoreaddons-devel + kdbusaddons-devel + ki18n-devel + kiconthemes-devel + knotifications-devel + kservice-devel + kwidgetsaddons-devel + kwindowsystem-devel + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2016-02-16 + 5.19.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2016-01-10 + 5.18.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-12 + 5.17.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-14 + 5.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-11 + 5.15.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-12 + 5.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-16 + 5.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-27 + 5.11.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-31 + 5.10.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kig + http://edu.kde.org/applications/all/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/applications/15.12.1/src/kig-15.12.1.tar.xz + + qt5-base-devel + qt5-svg-devel + boost-devel + ktexteditor-devel + kdoctools-devel + kemoticons-devel + kitemmodels-devel + qt5-xmlpatterns-devel + gettext-devel + pkgconfig + extra-cmake-modules + + desktop/kde/edu/kig/pspec.xml + + + kig + + qt5-base + boost + 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 + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-16 + 15.08.3 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + klettres + http://edu.kde.org/applications/all/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/applications/15.12.1/src/klettres-15.12.1.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 + qt5-phonon-devel + + desktop/kde/edu/klettres/pspec.xml + + + klettres + + qt5-base + qt5-svg + qt5-phonon + knewstuff + ki18n + kconfig + kxmlgui + kcompletion + kcoreaddons + kconfigwidgets + kwidgetsaddons + libgcc + + + /usr/share/doc + /usr/bin + /usr/share + /etc/xdg + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-17 + 15.08.3 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kmplot + http://kde.org/applications/education/kmplot/ + + Stefan Gronewold (groni) + groni@pisilinux.org + + FDL + GPL + LGPL + desktop.kde.education + 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/applications/15.12.1/src/kmplot-15.12.1.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/edu/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 + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-06 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kstars + http://edu.kde.org/applications/all/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 + mirrors://kde/stable/applications/15.12.1/src/kstars-15.12.1.tar.xz + + qt5-base-devel + qt5-multimedia-devel + qt5-quick1-devel + qt5-svg-devel + qt5-sql-mysql + qt5-sql-postgresql + qt5-sql-sqlite + qt5-sql-odbc + eigen3 + xplanet + 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 + extra-cmake-modules + + desktop/kde/edu/kstars/pspec.xml + + + kstars + + qt5-base + qt5-svg + libindi + cfitsio + kio + kinit + knewstuff + kplotting + ktexteditor + zlib + ki18n + libgcc + kconfig + kxmlgui + kcoreaddons + kiconthemes + kconfigwidgets + kwidgetsaddons + wcslib + xplanet + + + /etc/xdg + /usr/lib + /usr/share/doc + /usr/bin + /usr/share + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-18 + 15.08.3 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + khangman + http://edu.kde.org/applications/all/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/applications/15.12.1/src/khangman-15.12.1.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/edu/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 + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-16 + 15.08.3 + First release + Stefan Gronewold (groni) + 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/applications/15.12.1/src/kturtle-15.12.1.tar.xz + + qt5-base-devel + qt5-svg-devel + kdoctools-devel + kdelibs4-support-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/edu/kturtle/pspec.xml + + + kturtle + + qt5-base + qt5-svg + ki18n + knewstuff + libgcc + kcoreaddons + ktextwidgets + kconfigwidgets + kwidgetsaddons + kxmlgui + kconfig + kdelibs4-support + + + /etc/xdg + /usr/share/doc + /usr/bin + /usr/share + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-17 + 15.08.3 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + blinken + https://www.kde.org/applications/education/blinken/ + + Stefan Gronewold (groni) + groni@pisilinux.org + + FDL + GPL + LGPL + gui + desktop.kde.education + Blinken - Memory Enhancement Game + 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. + mirrors://kde/stable/applications/15.12.1/src/blinken-15.12.1.tar.xz + + extra-cmake-modules + gettext-devel + kdbusaddons-devel + kdoctools-devel + kguiaddons-devel + ki18n-devel + kxmlgui-devel + qt5-base-devel + + desktop/kde/edu/blinken/pspec.xml + + + blinken + Blinken - Memory Enhancement Game + + kconfig + kcoreaddons + kdbusaddons + kguiaddons + ki18n + kxmlgui + libgcc + qt5-base + qt5-phonon + qt5-svg + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-06 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@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/applications/15.12.1/src/parley-15.12.1.tar.xz + + qt5-base-devel + qt5-svg-devel + qt5-multimedia-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 + + desktop/kde/edu/parley/pspec.xml + + + parley + + qt5-base + qt5-svg + qt5-multimedia + 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 + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-17 + 15.08.3 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kiten + http://edu.kde.org/applications/all/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/applications/15.12.1/src/kiten-15.12.1.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 + kwidgetsaddons-devel + + desktop/kde/edu/kiten/pspec.xml + + + kiten + + qt5-base + karchive + kcompletion + kconfig + kconfigwidgets + kcoreaddons + kdoctools + gettext + ki18n + khtml + kxmlgui + kio + kparts + libgcc + 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 + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-16 + 15.08.3 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kdeedu-data + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + desktop.kde.edu + Common data for KDE Edu applications + Common data for KDE Edu applications. + mirrors://kde/stable/applications/15.12.1/src/kdeedu-data-15.12.1.tar.xz + + extra-cmake-modules + + desktop/kde/edu/kdeedu-data/pspec.xml + + + kdeedu-data + + /usr/share + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-22 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + qt5-phonon + http://phonon.kde.org + + Pisi Linux Admins + admins@pisilinux.org + + LGPLv2.1 + library + desktop.kde.phonon + Cross platform multimedia API for KDE4 using QT5 + 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. + mirrors://kde/stable/phonon/4.8.3/src/phonon-4.8.3.tar.xz + + qt5-base-devel + qt5-designer-devel + qt5-quick1-devel + alsa-lib-devel + gst-plugins-base-devel + pulseaudio-libs-devel + gstreamer-devel + cmake + mesa-devel + + + qt-5.4.2.patch + + desktop/kde/phonon/qt5-phonon/pspec.xml + + + qt5-phonon + + libgcc + qt5-base + qt5-designer + qt5-quick1 + pulseaudio-libs + + + /usr/lib/libphonon* + /usr/lib/qt5 + /usr/share/dbus-1 + + + + qt5-phonon-devel + Development files for phonon-qt5 + + qt5-phonon + qt5-base-devel + qt5-designer-devel + pulseaudio-libs-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/cmake + /usr/share/phonon4qt5 + + + + + 2015-08-13 + 4.8.3 + First Release + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + qt5-phonon-backend-vlc + http://gitorious.org/phonon/phonon-vlc + + 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.8.2/src/phonon-backend-vlc-0.8.2.tar.xz + + qt5-base-devel + qt5-phonon-devel + pulseaudio + vlc-devel + + 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/doc + + + + + 2015-02-23 + 0.8.2 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + qt5-phonon-backend-gstreamer + http://phonon.kde.org + + 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. + mirrors://kde/stable/phonon/phonon-backend-gstreamer/4.8.2/src/phonon-backend-gstreamer-4.8.2.tar.xz + + qt5-base-devel + qt5-phonon-devel + gstreamer-devel + gstreamer-next-devel + gst-plugins-base-devel + gst-plugins-base-next-devel + mesa-devel + libxml2-devel + cmake + + desktop/kde/phonon/qt5-phonon-backend-gstreamer/pspec.xml + + + qt5-phonon-backend-gstreamer + + qt5-base + qt5-phonon + mesa + glib2 + libgcc + gstreamer-next + gst-plugins-base-next + + + /usr/lib + /usr/lib/qt5 + /usr/share + + + + + 2015-08-18 + 4.8.2 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + kde-l10n-hu + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:hu + desktop.kde.l10n + Hungarian KDE5 internationalization package + KDE5 Macar yerelleştirme paketi + kde-l10n-hu is the KDE5 internationalization package that provides Hungarian translations for KDE5 applications. + kde-l10n-hu, KDE uygulamalarını Macar yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-hu-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + desktop/kde/l10n/kde-l10n-hu/pspec.xml + + + kde-l10n-hu + system.locale + lang-hu + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-24 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-21 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-nl + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:nl + desktop.kde.l10n + Dutch KDE5 internationalization package + KDE5 Hollandaca yerelleştirme paketi + kde-l10n-nl is the KDE5 internationalization package that provides Dutch translations for KDE5 applications. + kde-l10n-nl, KDE uygulamalarını Hollandaca yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-nl-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-nl/pspec.xml + + + kde-l10n-nl + system.locale + lang-nl + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/kturtle + /usr/share/katepart + /usr/share/ktuberling + + + + kde-l10n-nl-doc + Dutch documentation files for KDE + KDE5 için Hollandaca belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-he + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:he + desktop.kde.l10n + Hebrew KDE5 internationalization package + KDE5 İbranice yerelleştirme paketi + kde-l10n-he is the KDE5 internationalization package that provides Hebrew translations for KDE5 applications. + kde-l10n-he, KDE uygulamalarını İbranice yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-he-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-he/pspec.xml + + + kde-l10n-he + system.locale + lang-he + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-21 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-en_GB + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:en_GB + desktop.kde.l10n + British English KDE5 internationalization package + KDE5 Britanya İngilizcesi yerelleştirme paketi + kde-l10n-en_GB is the KDE5 internationalization package that provides British English translations for KDE5 applications. + kde-l10n-tr, KDE uygulamalarını Britanya İngilizcesi yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-en_GB-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + desktop/kde/l10n/kde-l10n-en_GB/pspec.xml + + + kde-l10n-en_GB + system.locale + lang-en_GB + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/kturtle + /usr/share/katepart/syntax + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-ro + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:ro + desktop.kde.l10n + Romanian KDE5 internationalization package + KDE5 Romanya yerelleştirme paketi + kde-l10n-ro is the KDE5 internationalization package that provides Romanian translations for KDE5 applications. + kde-l10n-ro, KDE uygulamalarını Romanya yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ro-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-ro/pspec.xml + + + kde-l10n-ro + system.locale + lang-ro + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-hi + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:hi + desktop.kde.l10n + Hindi KDE5 internationalization package + KDE5 Hintçe yerelleştirme paketi + kde-l10n-ga is the KDE5 internationalization package that provides Hindi translations for KDE5 applications. + kde-l10n-hi, KDE uygulamalarını Hintçe yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-hi-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + desktop/kde/l10n/kde-l10n-hi/pspec.xml + + + kde-l10n-hi + system.locale + lang-hi + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-21 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-el + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:el + desktop.kde.l10n + Greek KDE5 internationalization package + KDE5 Yunan yerelleştirme paketi + kde-l10n-el is the KDE5 internationalization package that provides Greek translations for KDE5 applications. + kde-l10n-el, KDE uygulamalarını Yunan yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-el-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-el/pspec.xml + + + kde-l10n-el + system.locale + lang-el + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + kde-l10n-el-doc + Greek documentation files for KDE + KDE5 için Yunan belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kde-l10n-pt + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:pt + desktop.kde.l10n + Portuguese KDE5 internationalization package + KDE5 Portekizli yerelleştirme paketi + kde-l10n-pt is the KDE5 internationalization package that provides Portuguese translations for KDE5 applications. + kde-l10n-pt, KDE uygulamalarını Portekizli yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-pt-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-pt/pspec.xml + + + kde-l10n-pt + system.locale + lang-pt + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + kde-l10n-pt-doc + Portuguese documentation files for KDE + KDE5 için Portekizli belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-ja + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:ja + desktop.kde.l10n + Japanese KDE5 internationalization package + KDE5 Japon yerelleştirme paketi + kde-l10n-ja is the KDE5 internationalization package that provides Japanese translations for KDE5 applications. + kde-l10n-ja, KDE uygulamalarını Japon yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ja-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-ja/pspec.xml + + + kde-l10n-ja + system.locale + lang-ja + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + kde-l10n-ja-doc + Japanese documentation files for KDE + KDE5 için Japon belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-23 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-nb + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:nb + desktop.kde.l10n + Norwegian Bookma KDE5 internationalization package + KDE5 Norveç bookma yerelleştirme paketi + kde-l10n-nb is the KDE5 internationalization package that provides Norwegian Bookma translations for KDE5 applications. + kde-l10n-nb, KDE uygulamalarını Norveç bookma yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-nb-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-nb/pspec.xml + + + kde-l10n-nb + system.locale + lang-nb + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/kturtle + /usr/share/katepart + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-21 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-nn + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:nn + desktop.kde.l10n + Norwegian Nynorsk KDE5 internationalization package + KDE5 Norveççe yerelleştirme paketi + kde-l10n-nn is the KDE5 internationalization package that provides Norwegian Nynorsk translations for KDE5 applications. + kde-l10n-nn, KDE uygulamalarını Norveççe yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-nn-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-nn/pspec.xml + + + kde-l10n-nn + system.locale + lang-nn + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + kde-l10n-nn-doc + Norwegian Nynorsk documentation files for KDE + KDE5 için Norveççe belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-24 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-fa + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:fa + desktop.kde.l10n + Farsi KDE5 internationalization package + KDE5 Farsça yerelleştirme paketi + kde-l10n-fa is the KDE5 internationalization package that provides Farsi translations for KDE5 applications. + kde-l10n-fa, KDE uygulamalarını Farsça yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-fa-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + desktop/kde/l10n/kde-l10n-fa/pspec.xml + + + kde-l10n-fa + system.locale + lang-fa + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-ia + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:ia + desktop.kde.l10n + Interlingua KDE5 internationalization package + KDE5 Interlingua yerelleştirme paketi + kde-l10n-ia is the KDE5 internationalization package that provides Interlingua translations for KDE5 applications. + kde-l10n-ia, KDE uygulamalarını Interlingua yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ia-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-ia/pspec.xml + + + kde-l10n-ia + system.locale + lang-ia + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-23 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-ar + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:ar + desktop.kde.l10n + Arabic KDE5 internationalization package + KDE5 Arapça yerelleştirme paketi + kde-l10n-ar is the KDE5 internationalization package that provides Arabic translations for KDE5 applications. + kde-l10n-ar, KDE uygulamalarını Arapça yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ar-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + qt5-linguist + kconfig-devel + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + desktop/kde/l10n/kde-l10n-ar/pspec.xml + + + kde-l10n-ar + system.locale + lang-ar + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-is + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:is + desktop.kde.l10n + Icelandic KDE5 internationalization package + KDE5 İzlanda'ya özgü yerelleştirme paketi + kde-l10n-is is the KDE5 internationalization package that provides Icelandic translations for KDE5 applications. + kde-l10n-is, KDE uygulamalarını İzlanda'ya özgü yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-is-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-is/pspec.xml + + + kde-l10n-is + system.locale + lang-is + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-21 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-cs + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:cs + desktop.kde.l10n + Czech KDE5 internationalization package + KDE5 Çek yerelleştirme paketi + kde-l10n-cs is the KDE5 internationalization package that provides Czech translations for KDE5 applications. + kde-l10n-cs, KDE uygulamalarını Çek yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-cs-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + extra-cmake-modules + qt5-linguist + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-cs/pspec.xml + + + kde-l10n-cs + system.locale + lang-cs + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + kde-l10n-cs-doc + Czech documentation files for KDE + KDE5 için Çek belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kde-l10n-wa + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:wa + desktop.kde.l10n + Walloon KDE5 internationalization package + KDE5 Valon yerelleştirme paketi + kde-l10n-wa is the KDE5 internationalization package that provides Walloon translations for KDE5 applications. + kde-l10n-wa, KDE uygulamalarını Valon yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-wa-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-wa/pspec.xml + + + kde-l10n-wa + system.locale + lang-wa + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-uk + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:uk + desktop.kde.l10n + Ukrainian KDE5 internationalization package + KDE5 Ukraynalı yerelleştirme paketi + kde-l10n-uk is the KDE5 internationalization package that provides Ukrainian translations for KDE5 applications. + kde-l10n-uk, KDE uygulamalarını Ukraynalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-uk-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-uk/pspec.xml + + + kde-l10n-uk + system.locale + lang-uk + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + kde-l10n-uk-doc + Ukrainian documentation files for KDE + KDE5 için Ukraynalı belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-pl + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:pl + desktop.kde.l10n + Polish KDE5 internationalization package + KDE5 Polonyalı yerelleştirme paketi + kde-l10n-pl is the KDE5 internationalization package that provides Polish translations for KDE5 applications. + kde-l10n-pl, KDE uygulamalarını Polonyalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-pl-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-pl/pspec.xml + + + kde-l10n-pl + system.locale + lang-pl + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + kde-l10n-pl-doc + Polish documentation files for KDE + KDE5 için Polonyalı belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-ru + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:ru + desktop.kde.l10n + Russian KDE5 internationalization package + KDE5 Rusça yerelleştirme paketi + kde-l10n-ru is the KDE5 internationalization package that provides Russian translations for KDE5 applications. + kde-l10n-ru, KDE uygulamalarını Rusça yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ru-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-ru/pspec.xml + + + kde-l10n-ru + system.locale + lang-ru + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/katepart + /usr/share/ktuberling + + + + kde-l10n-ru-doc + Russian documentation files for KDE + KDE5 için Rusça belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-bg + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:bg + desktop.kde.l10n + Bulgarian KDE5 internationalization package + KDE5 Bulgar yerelleştirme paketi + kde-l10n-bg is the KDE5 internationalization package that provides Bulgarian translations for KDE5 applications. + kde-l10n-br, KDE uygulamalarını Bulgar yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-bg-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + desktop/kde/l10n/kde-l10n-bg/pspec.xml + + + kde-l10n-bg + system.locale + lang-bg + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-es + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:es + desktop.kde.l10n + Spanish KDE5 internationalization package + KDE5 İspanyolca yerelleştirme paketi + kde-l10n-es is the KDE5 internationalization package that provides Spanish translations for KDE5 applications. + kde-l10n-el, KDE uygulamalarını İspanyolca yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-es-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-es/pspec.xml + + + kde-l10n-es + system.locale + lang-es + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + kde-l10n-es-doc + Spanish documentation files for KDE + KDE5 için İspanyolca belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-ga + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:ga + desktop.kde.l10n + Irish Gaelic KDE5 internationalization package + KDE5 İrlandalı Gaelce yerelleştirme paketi + kde-l10n-ga is the KDE5 internationalization package that provides Irish Gaelic translations for KDE5 applications. + kde-l10n-ga, KDE uygulamalarını İrlandalı Gaelce yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ga-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-ga/pspec.xml + + + kde-l10n-ga + system.locale + lang-ga + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-21 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-tr + http://l10n.kde.org + + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + GPLv2 + locale:tr + desktop.kde.l10n + Turkish KDE5 internationalization package + KDE5 Türkçe yerelleştirme paketi + kde-l10n-tr is the KDE5 internationalization package that provides Turkish translations for KDE5 applications. + kde-l10n-tr, KDE uygulamalarını Türkçe yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-tr-15.12.1.tar.xz + + qt5-linguist + ki18n-devel + kconfig-devel + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-tr/pspec.xml + + + kde-l10n-tr + system.locale + lang-tr + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + + + + kde-l10n-tr-doc + Turkish documentation files for KDE + KDE5 için Türkçe belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kde-l10n-eo + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:eo + desktop.kde.l10n + Esperanto KDE5 internationalization package + KDE5 Esperanto yerelleştirme paketi + kde-l10n-eo is the KDE5 internationalization package that provides Esperanto translations for KDE5 applications. + kde-l10n-el, KDE uygulamalarını Esperanto yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-eo-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + desktop/kde/l10n/kde-l10n-eo/pspec.xml + + + kde-l10n-eo + system.locale + lang-eo + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-zh_TW + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:zh_TW + desktop.kde.l10n + Chinese Traditional KDE5 internationalization package + KDE5 Geleneksel Çin yerelleştirme paketi + kde-l10n-zh_TW is the KDE5 internationalization package that provides Chinese Traditional translations for KDE5 applications. + kde-l10n-zh_TW, KDE uygulamalarını Geleneksel Çin yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-zh_TW-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-zh_TW/pspec.xml + + + kde-l10n-zh_TW + system.locale + lang-zh_TW + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-it + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:it + desktop.kde.l10n + Italian KDE5 internationalization package + KDE5 İtalyan yerelleştirme paketi + kde-l10n-it is the KDE5 internationalization package that provides Italian translations for KDE5 applications. + kde-l10n-it, KDE uygulamalarını İtalyan yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-it-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-it/pspec.xml + + + kde-l10n-it + system.locale + lang-it + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + kde-l10n-it-doc + Italian documentation files for KDE + KDE5 için İtalyan belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-23 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-sk + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:sk + desktop.kde.l10n + Slovak KDE5 internationalization package + KDE5 Slovak yerelleştirme paketi + kde-l10n-sk is the KDE5 internationalization package that provides Slovak translations for KDE5 applications. + kde-l10n-sk, KDE uygulamalarını Slovak yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-sk-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-sk/pspec.xml + + + kde-l10n-sk + system.locale + lang-sk + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-de + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:de + desktop.kde.l10n + German KDE5 internationalization package + kde-l10n-de is the KDE5 internationalization package that provides German translations for KDE5 applications. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-de-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-de/pspec.xml + + + kde-l10n-de + system.locale + lang-de + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + kde-l10n-de-doc + German documentation files for KDE + + /usr/share/man + /usr/share/doc + + + + + 2016-01-24 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-21 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-ca + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:ca + desktop.kde.l10n + Catalan KDE5 internationalization package + KDE5 Katalan yerelleştirme paketi + kde-l10n-ca is the KDE5 internationalization package that provides Catalan translations for KDE5 applications. + kde-l10n-ca, KDE uygulamalarını Katalan yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ca-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-ca/pspec.xml + + + kde-l10n-ca + system.locale + lang-ca + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/ktuberling + + + + kde-l10n-ca-doc + Catalan documentation files for KDE + KDE5 için Katalan belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-05 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kde-l10n-et + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:et + desktop.kde.l10n + Estonian KDE5 internationalization package + KDE5 Estonya yerelleştirme paketi + kde-l10n-el is the KDE5 internationalization package that provides Estonian translations for KDE5 applications. + kde-l10n-el, KDE uygulamalarını Estonya yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-et-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-et/pspec.xml + + + kde-l10n-et + system.locale + lang-et + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + kde-l10n-et-doc + Estonian documentation files for KDE + KDE5 için Estonya belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-sv + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:sv + desktop.kde.l10n + Swedish KDE5 internationalization package + KDE5 İsveçli yerelleştirme paketi + kde-l10n-sv is the KDE5 internationalization package that provides Swedish translations for KDE5 applications. + kde-l10n-sv, KDE uygulamalarını İsveçli yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-sv-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-sv/pspec.xml + + + kde-l10n-sv + system.locale + lang-sv + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + kde-l10n-sv-doc + Swedish documentation files for KDE + KDE5 için İsveçli belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-sl + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:sl + desktop.kde.l10n + Slovenian KDE5 internationalization package + KDE5 Sloven yerelleştirme paketi + kde-l10n-sl is the KDE5 internationalization package that provides Slovenian translations for KDE5 applications. + kde-l10n-sl, KDE uygulamalarını Sloven yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-sl-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-sl/pspec.xml + + + kde-l10n-sl + system.locale + lang-sl + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-eu + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:eu + desktop.kde.l10n + Basque KDE5 internationalization package + kde-l10n-eu is the KDE5 internationalization package that provides Basque translations for KDE5 applications. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-eu-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + desktop/kde/l10n/kde-l10n-eu/pspec.xml + + + kde-l10n-eu + system.locale + lang-eu + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-fr + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:fr + desktop.kde.l10n + French KDE5 internationalization package + KDE5 Fransız yerelleştirme paketi + kde-l10n-fr is the KDE5 internationalization package that provides French translations for KDE5 applications. + kde-l10n-fr, KDE uygulamalarını Fransız yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-fr-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-fr/pspec.xml + + + kde-l10n-fr + system.locale + lang-fr + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/kstars + /usr/share/ktuberling + + + + kde-l10n-fr-doc + French documentation files for KDE + KDE5 için Fransız belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-fi + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:fi + desktop.kde.l10n + Finnish KDE5 internationalization package + KDE5 Finlandiya yerelleştirme paketi + kde-l10n-fi is the KDE5 internationalization package that provides Finnish translations for KDE5 applications. + kde-l10n-fi, KDE uygulamalarını Finlandiya yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-fi-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + desktop/kde/l10n/kde-l10n-fi/pspec.xml + + + kde-l10n-fi + system.locale + lang-fi + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-hr + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:hr + desktop.kde.l10n + Croatian KDE5 internationalization package + KDE5 Hırvat yerelleştirme paketi + kde-l10n-hr is the KDE5 internationalization package that provides Croatian translations for KDE5 applications. + kde-l10n-hr, KDE uygulamalarını Hırvat yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-hr-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + desktop/kde/l10n/kde-l10n-hr/pspec.xml + + + kde-l10n-hr + system.locale + lang-hr + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-21 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-ko + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:ko + desktop.kde.l10n + Korean KDE5 internationalization package + KDE5 Koreli yerelleştirme paketi + kde-l10n-ko is the KDE5 internationalization package that provides Korean translations for KDE5 applications. + kde-l10n-ko, KDE uygulamalarını Koreli yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ko-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-ko/pspec.xml + + + kde-l10n-ko + system.locale + lang-ko + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-24 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-23 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-ca-valencia + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:ca@valencia + desktop.kde.l10n + Southern Catalan KDE5 internationalization package + kde-l10n-ca@valencia is the KDE5 internationalization package that provides Southern Catalan translations for KDE5 applications. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ca@valencia-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + gettext-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + desktop/kde/l10n/kde-l10n-ca-valencia/pspec.xml + + + kde-l10n-ca-valencia + system.locale + lang-ca@valencia + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/ktuberling + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + kde-l10n-ug + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:ug + desktop.kde.l10n + Uygur KDE5 internationalization package + KDE5 Uygur yerelleştirme paketi + kde-l10n-ug is the KDE5 internationalization package that provides Uygur translations for KDE5 applications. + kde-l10n-ug, KDE uygulamalarını Uygur yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ug-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-ug/pspec.xml + + + kde-l10n-ug + system.locale + lang-ug + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-pa + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:pa + desktop.kde.l10n + Punjabi KDE5 internationalization package + KDE5 Pencaplı yerelleştirme paketi + kde-l10n-pa is the KDE5 internationalization package that provides Punjabi translations for KDE5 applications. + kde-l10n-pa, KDE uygulamalarını Pencaplı yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-pa-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-pa/pspec.xml + + + kde-l10n-pa + system.locale + lang-pa + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-lv + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:lv + desktop.kde.l10n + Latvian KDE5 internationalization package + KDE5 Letonya yerelleştirme paketi + kde-l10n-lv is the KDE5 internationalization package that provides Latvian translations for KDE5 applications. + kde-l10n-lv, KDE uygulamalarını Letonya yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-lv-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-lv/pspec.xml + + + kde-l10n-lv + system.locale + lang-lv + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-23 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-nds + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:nds + desktop.kde.l10n + Low Saxon KDE5 internationalization package + KDE5 Düşük Sakson yerelleştirme paketi + kde-l10n-nds is the KDE5 internationalization package that provides Low Saxon translations for KDE5 applications. + kde-l10n-nds, KDE uygulamalarını Düşük Sakson yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-nds-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-nds/pspec.xml + + + kde-l10n-nds + system.locale + lang-nds + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/kturtle + /usr/share/katepart + /usr/share/kstars + /usr/share/ktuberling + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-kk + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:kk + desktop.kde.l10n + Kazakh KDE5 internationalization package + KDE5 Kazak yerelleştirme paketi + kde-l10n-kk is the KDE5 internationalization package that provides Kazakh translations for KDE5 applications. + kde-l10n-kk, KDE uygulamalarını Kazak yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-kk-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-kk/pspec.xml + + + kde-l10n-kk + system.locale + lang-kk + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + kde-l10n-kk-doc + Kazakh documentation files for KDE + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-21 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-pt_BR + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:pt_BR + desktop.kde.l10n + Brazilian Portuguese KDE5 internationalization package + KDE5 Brezilya Portekizcesi yerelleştirme paketi + kde-l10n-pt_BR is the KDE5 internationalization package that provides Brazilian Portuguese translations for KDE5 applications. + kde-l10n-pt_BR, KDE uygulamalarını Brezilya Portekizcesi yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-pt_BR-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-pt_BR/pspec.xml + + + kde-l10n-pt_BR + system.locale + lang-pt_BR + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/autocorrect + + + + kde-l10n-pt_BR-doc + Brazilian Portuguese documentation files for KDE + KDE5 için Brezilya Portekizcesi belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-lt + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:lt + desktop.kde.l10n + Lithuanian KDE5 internationalization package + KDE5 Litvanya yerelleştirme paketi + kde-l10n-lt is the KDE5 internationalization package that provides Lithuanian translations for KDE5 applications. + kde-l10n-lt, KDE uygulamalarını Litvanya yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-lt-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-lt/pspec.xml + + + kde-l10n-lt + system.locale + lang-lt + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + kde-l10n-lt-doc + German documentation files for KDE + KDE5 için Litvanya belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-23 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-id + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:id + desktop.kde.l10n + Indonesian KDE5 internationalization package + KDE5 Endonezyalı yerelleştirme paketi + kde-l10n-id is the KDE5 internationalization package that provides Indonesian translations for KDE5 applications. + kde-l10n-id, KDE uygulamalarını Endonezyalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-id-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-id/pspec.xml + + + kde-l10n-id + system.locale + lang-id + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-21 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-km + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:km + desktop.kde.l10n + Khmer KDE5 internationalization package + KDE5 Kmer yerelleştirme paketi + kde-l10n-km is the KDE5 internationalization package that provides Khmer translations for KDE5 applications. + kde-l10n-km, KDE uygulamalarını Kmer yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-km-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-km/pspec.xml + + + kde-l10n-km + system.locale + lang-km + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-23 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-gl + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:gl + desktop.kde.l10n + Galician KDE5 internationalization package + KDE5 Galiçya yerelleştirme paketi + kde-l10n-gl is the KDE5 internationalization package that provides Galician translations for KDE5 applications. + kde-l10n-gl, KDE uygulamalarını Galiçya yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-gl-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-gl/pspec.xml + + + kde-l10n-gl + system.locale + lang-gl + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + + + + kde-l10n-gl-doc + Galician documentation files for KDE + KDE5 için Galiçya belgeler + + /usr/share/man + /usr/share/doc + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-21 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-zh_CN + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:zh_CN + desktop.kde.l10n + Chinese Simplified KDE5 internationalization package + KDE5 Sadeleştirilmiş Çince yerelleştirme paketi + kde-l10n-zh_CN is the KDE5 internationalization package that provides Chinese Simplified translations for KDE5 applications. + kde-l10n-zh_CN, KDE uygulamalarını Sadeleştirilmiş Çince yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-zh_CN-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-zh_CN/pspec.xml + + + kde-l10n-zh_CN + system.locale + lang-zh_CN + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-mr + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:mr + desktop.kde.l10n + Marathi translations KDE5 internationalization package + KDE5 Marathi translations yerelleştirme paketi + kde-l10n-mr is the KDE5 internationalization package that provides Marathi translations translations for KDE5 applications. + kde-l10n-mr, KDE uygulamalarını Marathi translations yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-mr-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-mr/pspec.xml + + + kde-l10n-mr + system.locale + lang-mr + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-26 + 15.08.1 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-bs + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:bs + desktop.kde.l10n + Bosnian KDE5 internationalization package + KDE5 Boşnakça yerelleştirme paketi + kde-l10n-bs is the KDE5 internationalization package that provides Bosnian translations for KDE5 applications. + kde-l10n-bs, KDE uygulamalarını Boşnakça yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-bs-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + + + kde4.patch + + desktop/kde/l10n/kde-l10n-bs/pspec.xml + + + kde-l10n-bs + system.locale + lang-bs + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + kde-l10n-da + http://l10n.kde.org + + Stefan Gronewold (groni) + groni@pisilinux.org + + GPLv2 + locale:da + desktop.kde.l10n + Danish KDE5 internationalization package + KDE5 Danimarkalı yerelleştirme paketi + kde-l10n-da is the KDE5 internationalization package that provides Danish translations for KDE5 applications. + kde-l10n-da, KDE uygulamalarını Danimarkalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. + mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-da-15.12.1.tar.xz + + qt5-base-devel + ki18n-devel + kconfig-devel + qt5-linguist + extra-cmake-modules + kdoctools-devel + docbook-xsl + + + kde4.patch + + desktop/kde/l10n/kde-l10n-da/pspec.xml + + + kde-l10n-da + system.locale + lang-da + + /usr/share/locale + /usr/share/apps + /usr/share/khangman + /usr/share/klettres + /usr/share/ktuberling + /usr/share/man/da + + + + + 2016-01-13 + 15.12.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-12-18 + 15.12.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-11-10 + 15.08.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-10-14 + 15.08.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-09-16 + 15.08.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2015-08-20 + 15.08.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + opencv + http://opencv.willowgarage.com/wiki + + PisiLinux Community + admins@pisilinux.org + + BSD + library + science.robotics + Computer vision library + Bilgisayarla görme kütüphanesi + Biblioteka funkcji do grafiki komputerowej w czasie rzeczywistym + opencv is a programming library mainly aimed at the real time computer vision. Example applications are human-computer interaction, object identification, face recognition, motion tracking, mobile robotics. + opencv gerçek zamanlı bilgisayarla görme işlemleri için tasarlanmış bir kütüphanedir. İnsan-bilgisayar etkileşimi, nesne tanımlama, yüz tanıma, hareket izleme, mobil robotik, opencv'nin kullanıldığı bazı uygulama alanlarıdır. + OpenCV (Open Source Computer Vision) to biblioteka funkcji przeznaczonych głównie do grafiki komputerowej w czasie rzeczywistym. + https://github.com/Itseez/opencv/archive/2.4.11.tar.gz + + cmake + gtk2-devel + libv4l-devel + openexr-libs + jasper-devel + lapack-devel + ilmbase-devel + openexr-devel + lapack-devel + xine-lib-devel + libdc1394-devel + gstreamer-devel + libjpeg-turbo-devel + gst-plugins-base-devel + + science/robotics/opencv/pspec.xml + + + opencv + + gtk2 + zlib + glib2 + jasper + libgcc + libpng + libv4l + ilmbase + openexr-libs + xine-lib + libdc1394 + gstreamer + gst-plugins-base + libjpeg-turbo + + + /usr/lib + /usr/bin + /usr/share/OpenCV + /usr/share/opencv + + + + opencv-docs + Computer vision library documents and examples + + /usr/share/doc/opencv + /usr/share/doc/opencv/samples + + + + opencv-devel + Development files for opencv + opencv için geliştirme dosyaları + Pliki naglowkowe do opencv + + opencv + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-09-15 + 2.4.11 + Version bump,rebuild. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-15 + 2.4.9 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-11-20 + 2.4.7 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-08-20 + 2.4.6.1 + ignore xine-lib + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-13 + 2.4.6.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-08 + 2.4.3 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + xplanet + http://xplanet.sourceforge.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.0/xplanet-1.3.0.tar.gz + + pango-devel + netpbm-devel + libXScrnSaver-devel + giflib-devel + libjpeg-turbo-devel + tiff-devel + + + giflib6.patch + xplanet-1.2.1-fix-gcc44.patch + + science/astronomy/xplanet/pspec.xml + + + xplanet + + pango + netpbm + libXScrnSaver + giflib + libjpeg-turbo + tiff + + + /usr/bin + /usr/share/doc + /usr/share + /usr/share/man + + + + + 2014-06-14 + 1.3.0 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-29 + 1.3.0 + add giflib patch + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-17 + 1.3.0 + Rebuild for 1.0 + Richard de Bruin + richdb@pisilinux.org + + + 2012-10-28 + 1.3.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + cfitsio + http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html + + 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/cfitsio3370.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 + + + + + 2015-11-18 + 3.370 + Version Bump. + Stefan Gronewold + groni@pisilinux.org + + + 2014-05-31 + 3.360 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-20 + 3.360 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-10-13 + 3.310 + First release + Marcin Bojara + marcin@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.2.5.tar.bz2 + + cmake + freeglut-devel + fftw3-devel + gmp-devel + mpfr-devel + mesa-devel + + science/misc/eigen3/pspec.xml + + + eigen3 + + /usr/include + /usr/share + + + + + 2015-07-23 + 3.2.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-01-29 + 3.2.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-07-07 + 3.2.1 + Version Bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-06-14 + 3.2.0 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-02-09 + 3.2.0 + First release + Gökcen Eraslan + admins@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. + mirrors://sourceforge/libnova/libnova/v%200.14.0/libnova-0.14.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 + + + + + 2014-06-14 + 0.14.0 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-02-01 + 0.14.0 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-02-13 + 0.14.0 + First release + Yusuf Aydemir + yusuf.aydemir@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. + http://download.savannah.nongnu.org/releases/openexr/ilmbase-2.0.1.tar.gz + + ilmbase-2.0.1-no_undefined.patch + ilmbase-IexMath.patch + ilmbase-1.0.3-pkgconfig.patch + + science/misc/ilmbase/pspec.xml + + + ilmbase + + libgcc + + + /usr/lib + /usr/share/doc + + + + ilmbase-devel + Development files for ilmbase + ilmbase için geliştirme dosyaları + + ilmbase + + + /usr/include + /usr/lib/pkgconfig + + + + + 2014-05-25 + 2.0.1 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-16 + 2.0.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2010-10-13 + 1.0.2 + First release + Gökcen Eraslan + admins@pisilinux.org + + + + + + 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. + http://www.indilib.org/jdownloads/Source/libindi_1.1.0.tar.gz + + libnova-devel + cfitsio-devel + gsl-devel + curl-devel + libjpeg-turbo-devel + libusb-devel + boost-devel + zlib-devel + pkgconfig + cmake + + science/misc/libindi/pspec.xml + + + libindi + + 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 + + + + + 2015-11-18 + 1.1.0 + Version Bump + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-06-14 + 0.9.7 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-26 + 0.9.7 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-10-28 + 0.9.5 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + 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-5.12.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 + + + + + 2015-11-18 + 5.12 + 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. + http://www.netlib.org/lapack/lapack-3.5.0.tgz + + libgfortran + cmake + + + lapack-sharedlib.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. + + libgfortran + + + /usr/lib/libblas.so* + + + + blas-devel + Development files for blas + blas için geliştirme dosyaları + static + + blas + + + /usr/lib/libblas.a + /usr/lib/pkgconfig/blas.pc + + + + lapack + + libgcc + libgfortran + blas + + + /usr/share/doc + /usr/lib/liblapack.so* + + + + lapack-devel + Development files for lapack + lapack için geliştirme dosyaları + static + + lapack + blas-devel + + + /usr/lib/cmake + /usr/lib/liblapack.a + /usr/lib/pkgconfig/lapack.pc + + + + + 2014-12-23 + 3.5.0 + Release bump + PisiLinux Community + admins@pisilinux.org + + + 2014-05-26 + 3.5.0 + Release bump + PisiLinux Community + admins@pisilinux.org + + + 2013-11-18 + 3.5.0 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-10-03 + 3.4.2 + First release + Yusuf Aydemir + yusuf.aydemir@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 + + + + + 2014-05-20 + 0.76 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-22 + 0.76 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 0.76 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + 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.4.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 + + + + + 2015-07-29 + 1.3.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-06-14 + 1.3.3 + Rebuild for gcc + PisiLinux Community + admins@pisilinux.org + + + 2013-10-30 + 1.3.3 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-25 + 1.3.2 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + SuiteSparse + http://www.cise.ufl.edu/research/sparse + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + GPLv2 + library + science.mathematics + Sparse matrix library + Sparse matrix kütüphanesi + Librairie de matrices Sparse. + SuiteSparse is a single archive that contains sparse matrix libraries. + Sparse matrix kütüphanesi. + http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.4.4.tar.gz + + lapack-devel + blas-devel + libgcc + + science/mathematics/SuiteSparse/pspec.xml + + + SuiteSparse + + lapack + blas + libgcc + + + /usr/lib + /usr/share/doc + + + + SuiteSparse-devel + Development files for SuiteSparse + SuiteSparse için geliştirme dosyaları + + SuiteSparse + + + /usr/include + + + + + 2015-08-11 + 4.4.4 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-31 + 4.2.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-17 + 4.2.1 + Version Bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-12-08 + 4.0.2 + First release + Marcin Bojara + marcin@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++. + http://ftp.gnu.org/gnu/gsl/gsl-1.16.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 + + + + + 2014-05-30 + 1.16 + Version bump. + Stefan Gronewold(groni) + groni@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. + mirrors://sourceforge/libspiro/libspiro_src-20071029.tar.bz2 + 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 @@ -11595,22 +82895,3930 @@ - 2014-05-19 - 4.3.0 - Version Bump - Vedat Demir - vedat@pisilinux.org + 2014-06-14 + 20071029 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org - 2014-01-22 - 4.2.5 - Version Bump + 2014-02-01 + 20071029 + Rebuild Stefan Gronewold(groni) groni@pisilinux.org - - 2012-10-14 + + 2010-10-13 + 20071029 + First release + Gökcen Eraslan + admins@pisilinux.org + + + + + + 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://aeneas.mit.edu/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 + + + + + 2014-06-14 + 2.6 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-10 + 2.6 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-07-28 + 2.6 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-11-11 + 2.6 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libqalculate + http://qalculate.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + 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. + mirrors://sourceforge/qalculate/libqalculate-0.9.7.tar.gz + + cln-devel + gmp-devel + libxml2-devel + glib2-devel + gettext-devel + intltool + + + libqalculate-0.9.6-check-fix.patch + libqalculate-0.9.6-gcc4.3.patch + + science/mathematics/libqalculate/pspec.xml + + + libqalculate + + cln + libxml2 + glib2 + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/locale + /usr/share/qalculate + + + + libqalculate-devel + Development files for libqalculate + libqalculate için geliştirme dosyaları + + libqalculate + cln-devel + libxml2-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2014-06-14 + 0.9.7 + Rebuild for gcc + PisiLinux Community + admins@pisilinux.org + + + 2014-02-01 + 0.9.7 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-07-14 + 0.9.7 + First release + Pisi Linux Admins + admins@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). + http://www.fftw.org/fftw-3.3.4.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 + + + + + 2014-05-25 + 3.3.4 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-24 + 3.3.3 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-01-07 + 3.3.3 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + 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 + glibc-32bit + + + xorg-video-fglrx + libXext-32bit + libX11-32bit + mesa-32bit + glibc-32bit + libgcc + + + /usr/lib32 + + + xorg-video-fglrx-legacy-32bit + + + System.Package + + + + + 2016-02-04 + 15.201 + Rebuild for kernel-4.4.1 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-01-16 + 15.20 + Rebuild for kernel-4.4.0 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-26 + 15.20 + Rebuild for kernel-3.19.8 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-05 + 15.20 + Rebuild for kernel-3.19.6 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-24 + 15.20 + Rebuild for kernel-3.19.5 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-16 + 15.20 + Rebuild for kernel-3.19.4 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-02 + 15.20 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-03-01 + 14.12 + Rebuild for kernel-3.19.1 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-03-01 + 14.12 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-01 + 14.12 + Version bump + Ergün Salman + Poyraz76@pisilinux.org + + + 2015-01-20 + 14.9 + Rebuild for kernel 3.18.1 + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-12-08 + 14.9 + Rebuild for kernel 3.17.4 + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-10-19 + 14.9 + Update unoffical release + * working with xorg-server 1.16 + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-09-03 + 14.6 + Rebuild for kernel 3.16.1 + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-07-24 + 14.6 + Rebuil for kernel 3.15.6 + Vedat Demir + vedat@pisilinux.org + + + 2014-06-15 + 14.6 + Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-02 + 14.4 + Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-02 + 14.3b + Rebuild for kernel 3.14.2. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-04-15 + 14.3b + Rebuild for kernel 3.13.10. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-04-11 + 14.3b + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2014-03-23 + 13.4 + Rebuild for 3.13.6 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-09 + 13.4 + Rebuild for 3.12.13 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-02 + 13.4 + Rebuild for 3.12.13 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-17 + 13.4 + Rebuild for 3.12.8 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-17 + 13.4 + Rebuild for 3.12.5 + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-12-14 + 13.4 + Rebuild for 3.12.5 + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-23 + 13.4 + Rebuild for 3.10.20 + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-05 + 13.4 + Rebuild for 3.10.18 + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-30 + 13.4 + 3.10.15 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-30 + 13.4 + 3.10.13 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-30 + 13.4 + 3.10.12 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-30 + 13.4 + 3.10.10 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-20 + 13.4 + 3.10.9 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-20 + 13.4 + rebuild for kernele 3.10.6. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-06 + 13.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-15 + 13.3_beta3 + build for Kernel 3.8.13 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-06-15 + 13.3_beta3 + rebuild for Kernel 3.8.13 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-05-26 + 13.3_beta3 + Kernel 3.9.3 + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-12 + 13.3_beta3 + V.bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-10-03 + 12.9_beta1 + First release + Erdem Artan + admins@pisilinux.org + + + + + + module-nvidia304 + http://www.nvidia.com + + PisiLinux Community + admins@pisilinux.org + + NVIDIA + driver + kernel.drivers + NVIDIA drivers for GeForce 5-7 series GPUs + NVIDIA GeForce 6-7 serisi ekran kartları için grafik sürücüleri + 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/304.131/NVIDIA-Linux-x86-304.131.run + http://http.download.nvidia.com/XFree86/Linux-x86_64/304.131/NVIDIA-Linux-x86_64-304.131.run + + kernel-module-headers + + kernel/drivers/module-nvidia304/pspec.xml + + + module-nvidia304 + Kernel module for NVIDIA driver 304.xx releases + NVIDIA sürücüsü 304.xx sürümleri için çekirdek modülü + + noDelta + + + kernel + + + /lib/modules + + + + xorg-video-nvidia304 + x11.driver + + noDelta + + + module-nvidia304 + libXext + xorg-server + zlib + libX11 + + + /etc/OpenCL + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + xorg-video-nvidia-current + + + System.Package + + + + + 2016-02-04 + 304.131 + Rebuild for kernel 4.4.1 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-01-16 + 304.131 + Rebuild for kernel 4.4.0 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-12-13 + 304.131 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-22 + 304.125 + Rebuild for kernel 3.19.6 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-05 + 304.125 + Rebuild for kernel 3.19.6 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-24 + 304.125 + Rebuild for kernel 3.19.5 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-16 + 304.125 + Rebuild for kernel 3.19.4 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-02 + 304.125 + Rebuild for kernel 3.19.3 + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-03-08 + 304.125 + Rebuild for kernel 3.19.1 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-03-01 + 304.125 + Rebuild for kernel 3.19.0 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-01-31 + 304.125 + Rebuild for kernel 3.18.3 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-01-13 + 304.125 + Rebuild for Kernel 3.18.1 + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-12-08 + 304.125 + Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-10-19 + 304.123 + Rebuild for kernel 3.17.1 + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-09-03 + 304.123 + Rebuild for kernel 3.16.1 + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-07-24 + 304.123 + Version bump for kernel 3.15.6 + Vedat Demir + vedat@pisilinux.org + + + 2014-06-15 + 304.121 + Rebuild for kernel 3.15.0 + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-29 + 304.121 + Rebuild for kernel 3.14.4. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-02 + 304.121 + Version bump for kernel 3.14.2. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-04-15 + 304.119 + Rebuild for kernel 3.13.10. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-03-29 + 304.119 + Rebuild for 3.13.6 + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-10 + 304.119 + Change module name. Remove module-nvidia304-userspace + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-09 + 304.119 + Rebuild for 3.12.13 + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-01 + 304.119 + Rebuild for 3.12.13 + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-17 + 304.117 + Rebuild for 3.12.8 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-17 + 304.116 + Rebuild for kernel 3.12.5. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-12-14 + 304.116 + Version bump for 3.12.5 + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-23 + 304.108 + Rebuild for 3.10.20 + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-05 + 304.108 + Rebuild for 3.10.18 + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-09 + 304.108 + 3.10.15 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-09-28 + 304.108 + 3.10.13 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-09-18 + 304.108 + 3.10.12 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-09-11 + 304.108 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + module-nvidia340 + http://www.nvidia.com + + Pisi Linux Community + admins@pisilinux.org + + NVIDIA + kernel.drivers + NVIDIA drivers for GeForce 6xxx and newer GPUs + NVIDIA graphics drivers provide optimized 2D/3D performance. + http://http.download.nvidia.com/XFree86/Linux-x86/340.96/NVIDIA-Linux-x86-340.96.run + http://http.download.nvidia.com/XFree86/Linux-x86_64/340.96/NVIDIA-Linux-x86_64-340.96.run + + kernel-module-headers + + kernel/drivers/module-nvidia340/pspec.xml + + + module-nvidia340 + Kernel module for NVIDIA driver 340.xx releases + driver + + noDelta + + + kernel + + + /lib/modules + + + + xorg-video-nvidia340 + driver + x11.driver + + noDelta + + + libXext + xorg-server + module-nvidia340 + libX11 + + + /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 + emul32 + + noDelta + + emul32 + + libvdpau-32bit + glibc-32bit + + + zlib-32bit + libX11-32bit + libXext-32bit + glibc-32bit + xorg-video-nvidia340 + + + /usr/lib32 + /usr/share/nvidia-current/32bit-ld.so.conf + + + xorg-video-nvidia-current-32bit + xorg-video-nvidia304-32bit + + + System.Package + + + + + 2016-02-04 + 340.96 + Rebuild for kernel 4.4.1 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-01-16 + 340.96 + Rebuild for kernel 4.4.0 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-12-13 + 340.96 + Version bump for kernel 4.3.2 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-22 + 340.76 + Rebuild for kernel 3.19.8 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-05 + 340.76 + Rebuild for kernel 3.19.6 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-24 + 340.76 + Rebuild for kernel 3.19.5 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-16 + 340.76 + Rebuild for kernel 3.19.4 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-02 + 340.76 + Rebuid for kernel 3.19.3 + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-03-08 + 340.76 + Rebuild for kernel 3.19.1 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-03-01 + 340.76 + Version bump, Rebuild for kernel 3.19.0 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-01-31 + 340.76 + Version bump, Rebuild for kernel 3.18.3 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-01-13 + 340.65 + version bump + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-12-08 + 340.58 + Rebuild for kernel 3.17.4 + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-11-13 + 340.58 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + + + + 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). + ftp://download.nvidia.com/XFree86/Linux-x86/358.16/NVIDIA-Linux-x86-358.16.run + ftp://download.nvidia.com/XFree86/Linux-x86_64/358.16/NVIDIA-Linux-x86_64-358.16.run + + kernel-module-headers + libX11-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 + + + + xorg-video-nvidia-current + Güncel NVIDIA userspace sürücüleri ve ikili dosyaları + driver + x11.driver + + noDelta + + + libXext + libX11 + mesa + xorg-server + module-nvidia-current + + + /etc/OpenCL + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + /usr/share/man + + + 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 + xorg-video-nvidia-current + + + /usr/lib32 + /usr/share/nvidia-current/32bit-ld.so.conf + + + System.Package + + + + + 2016-02-04 + 358.16 + Rebuild for kernel 4.4.1. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-01-16 + 358.16 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-12-13 + 358.16 + Version bump, for kernel 4.3.2 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-11-11 + 355.11 + Version bump, for kernel 4.2.6 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-11-30 + 355.11 + Version bump, for kernel 4.2.5 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-11-27 + 355.11 + Version bump, for kernel 4.2.4 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-10-06 + 355.11 + Version bump, for kernel 4.2.3 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-09-23 + 355.11 + Version bump, for kernel 4.1.8 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-16 + 349.16 + Rebuild for kernel 3.19.8 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-22 + 349.16 + Rebuild for kernel 3.19.8 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-05 + 349.16 + Rebuild for kernel 3.19.6 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-24 + 349.16 + Rebuild for kernel 3.19.5 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-16 + 349.16 + Rebuild for kernel 3.19.4 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-02 + 349.12 + Rebuild for kernel 3.19.3 + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-03-31 + 349.12 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2015-03-08 + 346.47 + Version bump, Rebuild for kernel 3.19.1 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-03-01 + 346.35 + Rebuild for kernel 3.19.0 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-01-31 + 346.35 + Rebuild for kernel 3.18.3 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-01-22 + 346.35 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2015-01-09 + 346.22 + Rebuild for kernel 3.18.1 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-11-29 + 343.22 + Rebuild for kernel 3.17.4 + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-10-19 + 343.22 + Version bump, conform kernel 3.17.1 + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-09-21 + 343.13 + Version bump and added symlink for bumblebee + Mathias Freire + mathiasfreire45@gmail.com + + + 2014-09-03 + 340.32 + Version bump, conform kernel 3.16.1 + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-07-24 + 340.24 + Version bump for kernel 3.15.6 + Vedat Demir + vedat@pisilinux.org + + + 2014-06-15 + 340.17 + Version bump for kernel 3.15.0 + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-29 + 337.19 + Version bump for kernel 3.14.4. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-02 + 337.12 + Version bump for kernel 3.14.2. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-04-15 + 334.21 + Rebuild for kernel 3.13.10. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-03-29 + 334.21 + Rebuild for 3.13.6 + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-10 + 334.21 + Change module name. Remove module-nvidia-current-userspace + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-07 + 334.21 + Version bump + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-01 + 334.16 + version bump + PisiLinux Community + admins@pisilinux.org + + + 2014-01-15 + 331.38 + version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-17 + 331.20 + Rebuild for 3.12.5 + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-12-12 + 331.20 + Rebuild for 3.12.5 + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-23 + 331.20 + Rebuild for 3.10.20 + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-21 + 331.20 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-11-05 + 325.15 + Rebuild for 3.10.18 + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-09-28 + 325.15 + 3.10.15 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-09-28 + 325.15 + 3.10.13 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-09-18 + 325.15 + 3.10.12 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-20 + 325.15 + 3.10.10 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-20 + 325.15 + 3.10.9 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-20 + 325.15 + Version bump + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-12 + 319.32 + rebuld for kernel 3.10.6 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-11 + 319.32 + rebuld for kernel 3.10.5 + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-05 + 319.32 + Version bump + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-05 + 319.17 + Kernel 3.8.13 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-05-26 + 319.17 + Kernel 3.9.3 + PisiLinux Community + admins@pisilinux.org + + + 2013-05-12 + 319.17 + Version bump + Marcin Bojara + marcin@pisilinux.org + + + 2013-03-06 + 313.26 + Version bump + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-19 + 310.32 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + 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://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.tar.gz + + libunwind-devel + audit-devel + xz-devel + gtk2-devel + unifdef + elfutils + diffutils + newt-devel + xmlto + asciidoc + pciutils-devel + numactl-devel + glibc-32bit + python-devel + slang-devel + glib2-devel + zlib-devel + perl + util-linux + libxslt + + + patches/linux/patch-4.4.1.xz + + kernel/tools/perf/pspec.xml + + + perf + + audit + xz + newt + elfutils + gtk2 + numactl + libunwind + glibc-32bit + python + slang + glib2 + zlib + perl + + + /etc + /usr/bin + /usr/lib + /usr/libexec + /usr/include + /usr/share/man/ + /usr/share/perf-core + + + + + 2016-02-03 + 4.4.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-01-16 + 4.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-12-13 + 4.3.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-11-11 + 4.2.6 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-11-30 + 4.2.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-10-06 4.2.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-09-23 + 4.1.8 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-09-18 + 4.1.7 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-09-06 + 4.1.6 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-13 + 4.1.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-16 + 4.0.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-22 + 3.19.8 + Version bump to 3.19.8 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-05 + 3.19.6 + Version bump to 3.19.6 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-16 + 3.19.5 + Version bump to 3.19.5 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-16 + 3.19.4 + Version bump to 3.19.4 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-02 + 3.19.3 + Version Bump to 3.19.3 + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-03-08 + 3.19.1 + Version bump to 3.19.1 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-03-01 + 3.19.0 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-01-28 + 3.18.3 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + security + 2015-01-08 + 3.18.1 + Version bump to 3.18.1 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.1 + Ertuğrul Erata + ertugrulerata@gmail.com + + systemRestart + + + + security + 2014-11-28 + 3.17.4 + Version bump to 3.17.4 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.17.4 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2014-10-18 + 3.17.1 + Version bump to 3.17.1 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.17.1 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2014-09-19 + 3.16.3 + Version bump to 3.16.3 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.16.3 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2014-09-03 + 3.16.1 + Version bump to 3.16.1 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.16.1 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2014-07-24 + 3.15.6 + Version bump to 3.15.6 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.6 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2014-06-15 + 3.15.0 + Version bump to 3.15 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2014-05-27 + 3.14.4 + Version bump to 3.14.4 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.4 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2014-05-02 + 3.14.2 + Version bump to 3.14.2 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.2 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2014-04-15 + 3.13.10 + Version bump to 3.13.10 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.10 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2014-03-22 + 3.13.6 + Version bump to 3.13.6 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.6 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2014-03-01 + 3.12.13 + Version bump to 3.12.13 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.13 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2014-01-16 + 3.12.8 + Version bump to 3.12.8 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.8 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2013-12-17 + 3.12.5 + Add Maegia patch series and some cpu usage improvements. + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2013-12-12 + 3.12.5 + Version bump to 3.12.5 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.5 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2013-11-23 + 3.10.20 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.20 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2013-11-05 + 3.10.18 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.18 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2013-10-07 + 3.10.15 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.15 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + systemRestart + + + + security + 2013-09-27 + 3.10.13 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.13 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + systemRestart + + + + security + 2013-09-15 + 3.10.12 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.12 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + systemRestart + + + + security + 2013-08-29 + 3.10.10 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.10 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + systemRestart + + + + security + 2013-08-20 + 3.10.9 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.9 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + systemRestart + + + + security + 2013-08-12 + 3.10.6 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.6 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + systemRestart + + + + security + 2013-08-11 + 3.10.5 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.5 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + systemRestart + + + + security + 2013-08-01 + 3.10.4 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.4 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + systemRestart + + + + security + 2013-07-17 + 3.10.2 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.2 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2013-07-17 + 3.10.1 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.1 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + systemRestart + + + + security + 2013-07-04 + 3.10.0 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + systemRestart + + + + security + 2013-06-21 + 3.8.13 + Fix TSC calibration failure + Marcin Bojara + marcin@pisilinux.org + + systemRestart + + + + security + 2013-06-15 + 3.8.13 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.13 + Serdar Soytetir + kaptan@pisilinux.org + + systemRestart + + + + security + 2013-04-18 + 3.8.8 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.8 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + systemRestart + + + + security + 2013-03-31 + 3.8.5 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.5 + Erdinç Gültekin + erdincgultekin@pisilinux.org + + systemRestart + + + + security + 2013-03-25 + 3.8.4 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.4 + Yoyo Fernández + admins@pisilinux.org + + systemRestart + + + + security + 2013-03-14 + 3.8.3 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.3 + Richard de Bruin + admins@pisilinux.org + + systemRestart + + + + security + 2013-03-06 + 3.8.2 + https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.2 + Erdinç Gültekin + admins@pisilinux.org + + systemRestart + + + + security + 2013-03-03 + 3.8.1 + update to current line + Erdinç Gültekin + admins@pisilinux.org + + systemRestart + + + + security + 2013-02-22 + 3.8.0 + update to final line with patch + Erdinç Gültekin + admins@pisilinux.org + + systemRestart + + + + security + 2013-02-17 + 3.8.0 + obsoletemans wifi fixing + Erdinç Gültekin + admins@pisilinux.org + + systemRestart + + + + security + 2013-02-12 + 3.8.0 + bump to -rc7 + Erdinç Gültekin + admins@pisilinux.org + + systemRestart + + + + security + 2013-02-06 + 3.7.6 + http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.7.6 + Erdinç Gültekin + admins@pisilinux.org + + systemRestart + + + + security + 2013-01-28 + 3.7.5 + http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.7.5 + Erdinç Gültekin + admins@pisilinux.org + + systemRestart + + + + security + 2013-01-18 + 3.7.4 + http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.7.4 + Erdinç Gültekin + admins@pisilinux.org + + systemRestart + + + + security + 2013-01-15 + 3.7.2 + First release + Erdinç Gültekin + admins@pisilinux.org + + systemRestart + + + + + + + iproute2 + http://linux-net.osdl.org/index.php/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. + https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-4.4.0.tar.xz + + iptables-devel + linux-atm-devel + db-devel + elfutils + + network/filter/iproute2/pspec.xml + + + iproute2 + + linux-atm + iptables + db + elfutils + + + /etc + /sbin + /usr/sbin + /lib + /usr/lib + /usr/share/man + /usr/share/doc + /var/lib + + + + + 2016-01-20 + 4.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-12-02 + 4.3.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-20 + 4.1.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-13 + 4.0.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-11-23 + 3.12.0 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-09-01 + 3.5.1 + First release + PisiLinux Community + admins@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. + ftp://ftp.netfilter.org/pub/iptables/iptables-1.6.0.tar.bz2 + + libnfnetlink-devel + + network/filter/iptables/pspec.xml + + + iptables + + libnfnetlink + + + /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 + + + + + 2016-01-20 + 1.6.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-11-23 + 1.4.21 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-03-04 + 1.4.17 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-21 + 1.4.16.3 + First release + PisiLinux Community + admins@pisilinux.org + + reverseDependencyUpdate + + + + + + + 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 + http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.569/install_flash_player_11_linux.i386.tar.gz + http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.569/install_flash_player_11_linux.x86_64.tar.gz + + nss + gtk2 + libXt + libX11 + libXext + libXpm + + network/plugin/flashplugin/pspec.xml + + + flashplugin + + noDelta + + + atk + nss + gtk2 + nspr + cairo + glib2 + libXt + pango + libX11 + libXext + freetype + fontconfig + gdk-pixbuf + libXcursor + libXrender + + + /usr/share + /usr/lib + /usr/bin + + + + + 2016-02-15 + 11.2.202.569 + security update + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-11-02 + 11.2.202.540 + security update + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-07-17 + 11.2.202.491 + security update + Vedat Demir + vedat@pisilinux.org + + + 2015-07-01 + 11.2.202.468 + security update + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-05-21 + 11.2.202.460 + security update + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-02-09 + 11.2.202.442 + security update + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-02-04 + 11.2.202.440 + security update + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-12-14 + 11.2.202.425 + security update + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-11-30 + 11.2.202.424 + security update + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-10-16 + 11.2.202.411 + security update + PisiLinux Community + admins@pisilinux.org + + + 2014-09-22 + 11.2.202.406 + security update + PisiLinux Community + admins@pisilinux.org + + + 2014-07-09 + 11.2.202.394 + security update + PisiLinux Community + admins@pisilinux.org + + + 2014-06-18 + 11.2.202.378 + security update + PisiLinux Community + admins@pisilinux.org + + + 2014-06-07 + 11.2.202.359 + security update + PisiLinux Community + admins@pisilinux.org + + + 2014-05-01 + 11.2.202.356 + security update + PisiLinux Community + admins@pisilinux.org + + + 2014-03-14 + 11.2.202.346 + security update + PisiLinux Community + admins@pisilinux.org + + + 2014-02-22 + 11.2.202.341 + security update + PisiLinux Community + admins@pisilinux.org + + + 2014-02-06 + 11.2.202.336 + security update + PisiLinux Community + admins@pisilinux.org + + + 2014-02-02 + 11.2.202.335 + Split package + PisiLinux Community + admins@pisilinux.org + + + 2014-01-24 + 11.2.202.335 + security update + PisiLinux Community + admins@pisilinux.org + + + 2014-01-21 + 11.2.202.332 + security update + PisiLinux Community + admins@pisilinux.org + + + 2013-11-17 + 11.2.202.327 + security update + Richard de Bruin + richdb@pisilinux.org + + + 2013-09-18 + 11.2.202.310 + fix dep + Kamil Atlı + suvarice@gmail.com + + + 2013-09-11 + 11.2.202.310 + security update + Mathias Freire + mathiasfreire45@gmail.com + + + 2013-07-14 + 11.2.202.297 + security update + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-06-13 + 11.2.202.291 + security update + PisiLinux Community + admins@pisilinux.org + + + 2013-04-23 + 11.2.202.280 + security update + Erdinç Gültekin + admins@pisilinux.org + + + 2013-03-21 + 11.2.202.275 + Version bump + Ertan Güven + ertan@pisilinux.org + + + 2013-03-06 + 11.2.202.273 + Version bump + Ertan Güven + ertan@pisilinux.org + + + 2013-02-12 + 11.2.202.270 + security update + Erdinç Gültekin + admins@pisilinux.org + + + 2013-01-09 + 11.2.202.261 + First release + Erdinç Gültekin + admins@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.4.tar.gz + + cmake + ragel + gtk2-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 + libva + ffmpeg + libv4l + alsa-lib + libevent + libvdpau + libXrandr + pepperflash + pulseaudio-libs + + + /usr/lib + /usr/share/doc + /usr/share/freshplayerplugin/ + + + + + 2016-02-15 + 0.3.4 + Version Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-11-04 + 0.3.3 + 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://sourceforge.net/projects/pisilinux/files/source/PepperFlash-20.0.0.306.tar.xz + network/plugin/pepperflash/pspec.xml + + + pepperflash + + libgcc + + + /etc/chromium-browser + /usr/lib/chromium-browser/PepperFlash + + + pepperflash-plugin.conf + + + + + 2016-02-15 + 20.0.0.306 + Version bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-11-02 + 19.0.0.226 + Version bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2015-08-15 + 18.0.0.233 + Version bump + Vedat Demir + vedat@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.9.tar.xz + + mesa-devel + gtk-doc + glib2-devel + gtk2-devel + ruby-devel + webp-devel + cairo-devel + icu4c-devel + libXt-devel + enchant-devel + sqlite-devel + geoclue-devel + libsoup-devel + fontconfig-devel + libxslt-devel + harfbuzz-devel + libsecret-devel + libXcomposite-devel + libjpeg-turbo-devel + gstreamer-next-devel + gobject-introspection-devel + gst-plugins-base-next-devel + which + icon-theme-hicolor + gperf + libSM-devel + + network/misc/webkit-gtk2/pspec.xml + + + webkit-gtk2 + + atk + zlib + glib2 + gtk2 + mesa + webp + cairo + icu4c + libXt + libX11 + libgcc + libpng + libxml2 + pango + sqlite + enchant + geoclue + libsoup + libxslt + harfbuzz + freetype + libsecret + fontconfig + gdk-pixbuf + libXdamage + libXrender + libXcomposite + libjpeg-turbo + gstreamer-next + gst-plugins-base-next + + + /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 + + + + + 2015-08-05 + 2.4.9 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-04-07 + 2.4.8 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-01-16 + 2.4.8 + Version Bump + Rebuild. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-05-24 + 2.4.1 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2014-04-21 + 2.4.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-14 + 1.10.2 + Rebuild for icu4c + PisiLinux Community + admins@pisilinux.org + + + 2013-07-29 + 1.10.2 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-02-25 + 1.10.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-23 + 1.10.1 + First release + Marcin Bojara + marcin@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 + + + + + 2014-05-20 + 1.3.2 + rebuild for libcdio + Kamil Atlı + suvarice@gmail.com + + + 2014-03-08 + 1.3.2 + rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-07-28 + 1.3.2 + Move pc files to devel pack, rebuild + PisiLinux Community + admins@pisilinux.org + + + 2010-10-13 + 1.3.2 + First release + Gökcen Eraslan + admins@pisilinux.org + + + + + + 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.1.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 + + + + + 2014-03-13 + 1.0.1 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-04 + 1.0.1 + First release + Marcin Bojara + marcin@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. + http://www.webdav.org/neon/neon-0.30.0.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 + + + + + 2014-05-25 + 0.30.0 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-30 + 0.30.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-09-03 + 0.29.6 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + 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. + http://people.freedesktop.org/~hadess/geoclue-0.12.99.tar.gz + + dbus-devel + glib2-devel + dbus-glib-devel + libxml2-devel + libxslt + NetworkManager-devel + + network/misc/geoclue/pspec.xml + + + geoclue + + glib2 + libxml2 + dbus-glib + NetworkManager + + + /usr/lib/ + /usr/share/ + /usr/libexec/ + + + + geoclue-devel + geoclue için geliştirme dosyaları + geoclue için geliştirme dosyaları + + geoclue + dbus-glib-devel + libxml2-devel + + + /usr/include/geoclue + /usr/lib/pkgconfig + + + + + 2016-01-27 + 0.12.99 + Rebuild for NM + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-07-22 + 0.12.99 + Rebuild + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-07-18 + 0.12.99 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-02-23 + 0.12.99 + rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-29 + 0.12.99 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-26 + 0.12.99 + Release no bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-09-03 + 0.12.99 + First release + Osman Erkan + osman.erkan@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 + http://libndp.org/files/libndp-1.4.tar.gz + + glibc-devel + + network/misc/libndp/pspec.xml + + + libndp + libndp için geliştirme dosyaları + + /etc + /usr/share + /etc/dbus-1 + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + + + + libndp-devel + Development files for NetworkManager + + libndp + + + /usr/include + /usr/lib/pkgconfig/ + + + + + 2015-01-07 + 1.4 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@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. + http://pub.freerdp.com/releases/freerdp-1.0.2.tar.gz + + cups-devel + ffmpeg-devel + alsa-lib-devel + libXinerama-devel + xmlto + libXcursor-devel + libxkbfile-devel + libXv-devel + + + ffmpeg2.0.patch + patch_numblock.patch + + network/misc/freerdp/pspec.xml + + + freerdp + + cups + libX11 + openssl + libXv + ffmpeg + libXext + alsa-lib + libXcursor + libxkbfile + libXinerama + + + /usr/bin + /usr/lib + /usr/share/freerdp + /usr/share/doc + /usr/share/man + + + + freerdp-devel + + /usr/include + + + + + 2015-01-01 + 1.0.2 + Rebuild, fix build dep. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-31 + 1.0.2 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-11-29 + 1.0.2 + rebuild for ffmpeg + PisiLinux Community + admins@pisilinux.org + + + 2013-09-28 + 1.0.2 + First release + Aydın Demirel + aydin.demirel@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 + + + + + 2014-01-29 + 0.8 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 0.8 + First release + Gökcen Eraslan + admins@pisilinux.org + + + + + + libconfig + http://www.hyperrealm.com/libconfig/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + network.misc + C/C++ Configuration File Library + 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. + http://www.hyperrealm.com/libconfig/libconfig-1.4.9.tar.gz + network/misc/libconfig/pspec.xml + + + libconfig + + /usr/lib + /usr/share/doc + + + + libconfig-devel + Development files for libconfig + libconfig için geliştirme dosyaları + + libconfig + + + /usr/include + /usr/lib/pkgconfig + /usr/share/info + + + + + 2013-03-04 + 1.4.9 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2010-10-12 + 1.4.5 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + libnl + http://people.suug.ch/~tgr/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. + http://www.infradead.org/~tgr/libnl/files/libnl-3.2.25.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 + + + + libnl-devel + Development files for libnl + libnl için geliştirme dosyaları + + libnl + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-07-15 + 3.2.25 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-04-03 + 3.2.24 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-13 + 3.2.23 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-19 + 3.2.23 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-10-14 + 3.2.13 + First release + PisiLinux Community + admins@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/s20150815.tar.gz + + openssl-devel + libidn-devel + libcap-devel + + network/misc/iputils/pspec.xml + + + iputils + + libcap + libidn + + + /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 + + + + + 2015-10-01 + 20150815 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-11 + 20121221 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-26 + 20121221 + Fix dep, release bump. + PisiLinux Community + admins@pisilinux.org + + + 2013-01-14 + 20121221 + New release + PisiLinux Community + admins@pisilinux.org + + + 2012-08-23 + 20101006 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libssh + http://www.libssh.org + + PisiLinux Community + admins@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://git.libssh.org/projects/libssh.git/snapshot/libssh-0.6.4.tar.gz + + zlib-devel + openssl-devel + doxygen + cmake + + network/misc/libssh/pspec.xml + + + libssh + + zlib + openssl + + + /usr/lib + /usr/share/doc + + + + libssh-devel + Development files for libssh + libssh için geliştirme dosyaları + + libssh + + + /usr/include + /usr/lib/pkgconfig + + + + libssh-docs + Development documentation for libssh + + /usr/share/doc/libssh/html + /usr/share/man + + + + + 2014-07-30 + 0.6.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-08 + 0.6.3 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-03-09 + 5.4 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-07-27 + 5.4 + Move pc files to devel pack, rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-05-04 + 5.4 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2012-09-01 + 0.5.2 First release PisiLinux Community admins@pisilinux.org @@ -12223,3515 +87431,121 @@ - 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. - ftp://ftp.infradead.org/pub/openconnect/openconnect-7.06.tar.gz - - intltool - python-devel - openssl-devel - libxml2-devel - zlib-devel - - network/connection/openconnect/pspec.xml - - - openconnect - - zlib - libxml2 - openssl - - - /usr/bin/openconnect - /usr/share/man/man8 - /usr/share/doc - /usr/share/locale - /usr/sbin - /usr/lib - - - - openconnect-devel - Development files and headers for openconnect - openconnect için geliştirme dosyaları ve başlıkları - - openconnect - zlib-devel - openssl-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-08-15 - 7.06 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-03-09 - 5.01 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-07-29 - 5.01 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-07-05 - 5.01 - fix remove dep. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-07-04 - 5.01 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-08-28 - 4.06 - First release - PisiLinux Community - admins@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. - http://hostap.epitest.fi/releases/wpa_supplicant-2.4.tar.gz - - wpa_supplicant.config - - - libnl-devel - openssl-devel - dbus-devel - readline-devel - - - ubuntu/01_use_pkg-config_for_pcsc-lite_module.patch - wpa_supplicant-1.0-dbus-path-fix.patch - wpa_supplicant-1.0-do-not-call-dbus-functions-with-NULL-path.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 - - - - - 2015-07-15 - 2.4 - Version Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-06-02 - 2.1 - Version Bump. - Aydın Demirel - aydin.demirel@pisilinux.org - - - 2013-03-02 - 2.0 - V.Bump - PisiLinux Community - admins@pisilinux.org - - - 2012-10-14 - 1.0 - 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. - ftp://ftp.gnome.org/pub/gnome/sources/mobile-broadband-provider-info/20120614/mobile-broadband-provider-info-20120614.tar.xz - network/connection/mobile-broadband-provider-info/pspec.xml - - - mobile-broadband-provider-info - - /usr/share - - - - - 2012-08-28 - 20120614 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - bridge-utils - http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge + rrdtool + http://oss.oetiker.ch/rrdtool/ 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ı. - http://downloads.sourceforge.net/project/bridge/bridge/bridge-utils-1.5.tar.gz - - bridge-utils-1.0.4-inc.patch - bridge-utils-1.2-params.patch - bridge-utils-1.5-linux_3.8.x.patch - - network/connection/bridge-utils/pspec.xml - - - bridge-utils - - /usr/include - /usr/lib - /usr/bin - /usr/share/doc - /usr/share/man - - - - - 2014-01-19 - 1.5 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-08-28 - 1.5 - First release - Osman Erkan - osman.erkan@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. - http://samba.org/ftp/ppp/ppp-2.4.6.tar.gz - http://www.netservers.net.uk/gpl/ppp-dhcpc.tgz + 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.5.3.tar.gz - libpcap-devel - openssl-devel - pam-devel - - - gentoo/02_all_make-vars.patch - gentoo/04_all_mpls.patch - gentoo/06_all_killaddr-smarter.patch - gentoo/08_all_wait-children.patch - gentoo/10_all_defaultgateway.patch - gentoo/12_all_linkpidfile.patch - gentoo/16_all_auth-fail.patch - gentoo/18_all_defaultmetric.patch - gentoo/20_all_dev-ppp.patch - gentoo/24_all_passwordfd-read-early.patch - gentoo/26_all_pppd-usepeerwins.patch - gentoo/28_all_connect-errors.patch - gentoo/30_all_Makefile.patch - gentoo/32_all_pado-timeout.patch - gentoo/34_all_lcp-echo-adaptive.patch - ppp-2.3.6-sample.patch - ppp-2.4.3-fix64.patch - ppp-2.4.2-change_resolv_conf.patch - nostrip.patch - ppp-2.4.3-local.patch - ppp-2.4.3-ipv6-accept-remote.patch - ppp-2.4.5-ppp_resolv.patch - ppp-2.4.5-var_run_ppp.patch - ppp-2.4.6-eaptls-mppe-0.99.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 - - - - - 2014-04-03 - 2.4.6 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-01-10 - 2.4.5 - Add tmpfiles.conf - Marcin Bojara - marcin@pisilinux.org - - - 2013-09-12 - 2.4.5 - service.py no longer needed. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-23 - 2.4.5 - Add service.py - Marcin Bojara - marcin@pisilinux.org - - - 2010-10-13 - 2.4.5 - First release - Gökcen Eraslan - admins@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. - http://ftp.gnome.org/mirror/gnome.org/sources/network-manager-applet/1.0/network-manager-applet-1.0.10.tar.xz - - gtk2-devel - gtk3-devel - libsecret-devel + lua-devel + tcl-devel + ruby-devel cairo-devel pango-devel - libnotify-devel - libmm-glib-devel - gdk-pixbuf-devel - at-spi2-core-devel - NetworkManager-devel - iso-codes - dbus-devel + libart_lgpl-devel + dejavu-fonts + perl glib2-devel - dbus-glib-devel - atk-devel - libgudev-devel - intltool - - network/connection/network-manager-applet/pspec.xml - - - network-manager-applet - - gtk3 - atk - cairo - pango - libsecret - libnotify - libmm-glib - gdk-pixbuf - NetworkManager - dbus - glib2 - dbus-glib - libgudev - - - /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 - - - - network-manager-applet-devel - network-manager-applet için geliştirme dosyaları - network-manager-applet için geliştirme dosyaları - - network-manager-applet - NetworkManager-devel - dbus-glib-devel - gtk3-devel - - - /usr/include/libnm-gtk - /usr/lib/pkgconfig - - - - - 2016-01-26 - 1.0.10 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-07-22 - 1.0.4 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-06-13 - 1.0.2 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-11 - 1.0.2 - Version Bump - Vedat Demir - vedat@pisilinux.org - - - 2015-01-13 - 1.0.0 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-05-21 - 0.9.8.10 - Version Bump - Vedat Demir - vedat@pisilinux.org - - - 2014-02-19 - 0.9.8.8 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-01-17 - 0.9.8.8 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-07-27 - 0.9.8.2 - Move pc files to devel pack, rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-07-04 - 0.9.8.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-21 - 0.9.8.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-26 - 0.9.7.995 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-22 - 0.9.6.4 - New version - Ertan Güven - ertan@pisilinux.org - - - 2012-08-28 - 0.9.6.2 - First release - Osman Erkan - osman.erkan@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://fedorahosted.org/released/netcf/netcf-0.2.8.tar.gz - - libxml2-devel - libxslt-devel - libnl-devel - readline-devel - augeas-devel - - network/connection/netcf/pspec.xml - - - netcf - - 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 - - - - - 2015-12-31 - 0.2.8 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-02-16 - 0.2.6 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-04-07 - 0.2.3 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-01-30 - 0.2.3 - rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-01-14 - 0.2.3 - 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.0/NetworkManager-1.0.10.tar.xz - - tr.po - - - intltool - ppp-devel - nss-devel - newt-devel - nspr-devel - libnl-devel - libsoup-devel - bluez-libs-devel - iptables-devel - wpa_supplicant - dbus-glib-devel - gobject-introspection - libndp-devel - libmm-glib-devel - dbus-devel - glib2-devel - polkit-devel - readline-devel - libgudev-devel - libutil-linux-devel - ConsoleKit-devel - - - 0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch - disable_set_hostname.patch - - network/connection/NetworkManager/pspec.xml - - - NetworkManager - - dbus - nspr - glib2 - polkit - readline - dbus-glib - libutil-linux - nss - newt - ppp - libnl - libsoup - libgudev - bluez-libs - iproute2 - iptables - libmm-glib - ModemManager - wpa_supplicant - libndp - ConsoleKit - 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 - 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/ - - - - - 2016-01-25 - 1.0.10 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - systemRestart - - - - 2015-07-22 - 1.0.4 - fixed missing dep and added rules files - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - systemRestart - - - - 2015-06-14 - 1.0.2 - fixed missing dep and added rules files - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - systemRestart - - - - 2015-05-14 - 1.0.2 - Version bump. - Vedat Demir - vedat@pisilinux.org - - systemRestart - - - - 2015-01-07 - 1.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - systemRestart - - - - 2014-05-17 - 0.9.8.10 - Version bump. - Vedat Demir - vedat@pisilinux.org - - systemRestart - - - - 2014-01-10 - 0.9.8.8 - Version bump. Add tmpfiles.conf - Marcin Bojara - marcin@pisilinux.org - - systemRestart - - - - 2013-09-08 - 0.9.8.2 - /var/run => /run - Marcin Bojara - marcin@pisilinux.org - - systemRestart - - - - 2013-07-27 - 0.9.8.2 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2013-02-21 - 0.9.8.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-23 - 0.9.7.995 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-13 - 0.9.6.4 - First release - PisiLinux Community - admins@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 - - 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 - - - - - 2015-04-13 - 2.5.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2010-10-13 - 2.5.1 - First release - Gökcen Eraslan - 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.4.12.tar.xz - - glib2-devel - libgudev-devel - libxslt-devel - gobject-introspection-devel - polkit-devel - ppp-devel - libqmi-devel - libmbim-devel - intltool - gtk-doc - docbook-xsl - vala-devel - - network/connection/ModemManager/pspec.xml - - - ModemManager - - glib2 - libqmi - polkit - libmbim - libgudev - libmm-glib - - - /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/gtk-doc - /usr/share/polkit-1 - - - - 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 - - - /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 - - - - - 2016-01-25 - 1.4.12 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-02-17 - 1.2.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-20 - 1.0.0 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2012-08-28 - 5.3.96 - First release - PisiLinux Community - admins@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 - http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.569/install_flash_player_11_linux.i386.tar.gz - http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.569/install_flash_player_11_linux.x86_64.tar.gz - - nss - gtk2 - libXt - libX11 - libXext - libXpm - - network/plugin/flashplugin/pspec.xml - - - flashplugin - - noDelta - - - atk - nss - gtk2 - nspr - cairo - glib2 - libXt - pango - libX11 - libXext - freetype - fontconfig - gdk-pixbuf - libXcursor - libXrender - - - /usr/share - /usr/lib - /usr/bin - - - - - 2016-02-15 - 11.2.202.569 - security update - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-11-02 - 11.2.202.540 - security update - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-07-17 - 11.2.202.491 - security update - Vedat Demir - vedat@pisilinux.org - - - 2015-07-01 - 11.2.202.468 - security update - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-05-21 - 11.2.202.460 - security update - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-02-09 - 11.2.202.442 - security update - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-02-04 - 11.2.202.440 - security update - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-12-14 - 11.2.202.425 - security update - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-11-30 - 11.2.202.424 - security update - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-10-16 - 11.2.202.411 - security update - PisiLinux Community - admins@pisilinux.org - - - 2014-09-22 - 11.2.202.406 - security update - PisiLinux Community - admins@pisilinux.org - - - 2014-07-09 - 11.2.202.394 - security update - PisiLinux Community - admins@pisilinux.org - - - 2014-06-18 - 11.2.202.378 - security update - PisiLinux Community - admins@pisilinux.org - - - 2014-06-07 - 11.2.202.359 - security update - PisiLinux Community - admins@pisilinux.org - - - 2014-05-01 - 11.2.202.356 - security update - PisiLinux Community - admins@pisilinux.org - - - 2014-03-14 - 11.2.202.346 - security update - PisiLinux Community - admins@pisilinux.org - - - 2014-02-22 - 11.2.202.341 - security update - PisiLinux Community - admins@pisilinux.org - - - 2014-02-06 - 11.2.202.336 - security update - PisiLinux Community - admins@pisilinux.org - - - 2014-02-02 - 11.2.202.335 - Split package - PisiLinux Community - admins@pisilinux.org - - - 2014-01-24 - 11.2.202.335 - security update - PisiLinux Community - admins@pisilinux.org - - - 2014-01-21 - 11.2.202.332 - security update - PisiLinux Community - admins@pisilinux.org - - - 2013-11-17 - 11.2.202.327 - security update - Richard de Bruin - richdb@pisilinux.org - - - 2013-09-18 - 11.2.202.310 - fix dep - Kamil Atlı - suvarice@gmail.com - - - 2013-09-11 - 11.2.202.310 - security update - Mathias Freire - mathiasfreire45@gmail.com - - - 2013-07-14 - 11.2.202.297 - security update - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-06-13 - 11.2.202.291 - security update - PisiLinux Community - admins@pisilinux.org - - - 2013-04-23 - 11.2.202.280 - security update - Erdinç Gültekin - admins@pisilinux.org - - - 2013-03-21 - 11.2.202.275 - Version bump - Ertan Güven - ertan@pisilinux.org - - - 2013-03-06 - 11.2.202.273 - Version bump - Ertan Güven - ertan@pisilinux.org - - - 2013-02-12 - 11.2.202.270 - security update - Erdinç Gültekin - admins@pisilinux.org - - - 2013-01-09 - 11.2.202.261 - First release - Erdinç Gültekin - admins@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.4.tar.gz - - cmake - ragel - gtk2-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 - libva - ffmpeg - libv4l - alsa-lib - libevent - libvdpau - libXrandr - pepperflash - pulseaudio-libs - - - /usr/lib - /usr/share/doc - /usr/share/freshplayerplugin/ - - - - - 2016-02-15 - 0.3.4 - Version Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-11-04 - 0.3.3 - 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://sourceforge.net/projects/pisilinux/files/source/PepperFlash-20.0.0.306.tar.xz - network/plugin/pepperflash/pspec.xml - - - pepperflash - - libgcc - - - /etc/chromium-browser - /usr/lib/chromium-browser/PepperFlash - - - pepperflash-plugin.conf - - - - - 2016-02-15 - 20.0.0.306 - Version bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-11-02 - 19.0.0.226 - Version bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-08-15 - 18.0.0.233 - Version bump - Vedat Demir - vedat@pisilinux.org - - - - - - 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. - http://people.freedesktop.org/~hadess/geoclue-0.12.99.tar.gz - - dbus-devel - glib2-devel - dbus-glib-devel - libxml2-devel - libxslt - NetworkManager-devel - - network/misc/geoclue/pspec.xml - - - geoclue - - glib2 - libxml2 - dbus-glib - NetworkManager - - - /usr/lib/ - /usr/share/ - /usr/libexec/ - - - - geoclue-devel - geoclue için geliştirme dosyaları - geoclue için geliştirme dosyaları - - geoclue - dbus-glib-devel - libxml2-devel - - - /usr/include/geoclue - /usr/lib/pkgconfig - - - - - 2016-01-27 - 0.12.99 - Rebuild for NM - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-07-22 - 0.12.99 - Rebuild - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-07-18 - 0.12.99 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-02-23 - 0.12.99 - rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-07-29 - 0.12.99 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-07-26 - 0.12.99 - Release no bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-09-03 - 0.12.99 - First release - Osman Erkan - osman.erkan@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. - http://www.webdav.org/neon/neon-0.30.0.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 - - - - - 2014-05-25 - 0.30.0 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-01-30 - 0.30.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-09-03 - 0.29.6 - First release - PisiLinux Community - admins@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/s20150815.tar.gz - - openssl-devel - libidn-devel - libcap-devel - - network/misc/iputils/pspec.xml - - - iputils - - libcap - libidn - - - /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 - - - - - 2015-10-01 - 20150815 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-11 - 20121221 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-26 - 20121221 - Fix dep, release bump. - PisiLinux Community - admins@pisilinux.org - - - 2013-01-14 - 20121221 - New release - PisiLinux Community - admins@pisilinux.org - - - 2012-08-23 - 20101006 - First release - PisiLinux Community - admins@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 - http://libndp.org/files/libndp-1.4.tar.gz - - glibc-devel - - network/misc/libndp/pspec.xml - - - libndp - libndp için geliştirme dosyaları - - /etc - /usr/share - /etc/dbus-1 - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - - - - libndp-devel - Development files for NetworkManager - - libndp - - - /usr/include - /usr/lib/pkgconfig/ - - - - - 2015-01-07 - 1.4 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@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 - - - - - 2014-01-29 - 0.8 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-13 - 0.8 - First release - Gökcen Eraslan - admins@pisilinux.org - - - - - - 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.1.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 - - - - - 2014-03-13 - 1.0.1 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-04 - 1.0.1 - First release - Marcin Bojara - marcin@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.9.tar.xz - - mesa-devel - gtk-doc - glib2-devel - gtk2-devel - ruby-devel - webp-devel - cairo-devel - icu4c-devel - libXt-devel - enchant-devel - sqlite-devel - geoclue-devel - libsoup-devel - fontconfig-devel - libxslt-devel - harfbuzz-devel - libsecret-devel - libXcomposite-devel - libjpeg-turbo-devel - gstreamer-next-devel - gobject-introspection-devel - gst-plugins-base-next-devel - which - icon-theme-hicolor - gperf - libSM-devel - - network/misc/webkit-gtk2/pspec.xml - - - webkit-gtk2 - - atk - zlib - glib2 - gtk2 - mesa - webp - cairo - icu4c - libXt - libX11 - libgcc - libpng - libxml2 - pango - sqlite - enchant - geoclue - libsoup - libxslt - harfbuzz - freetype - libsecret - fontconfig - gdk-pixbuf - libXdamage - libXrender - libXcomposite - libjpeg-turbo - gstreamer-next - gst-plugins-base-next - - - /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 - - - - - 2015-08-05 - 2.4.9 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-04-07 - 2.4.8 - Version Bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-01-16 - 2.4.8 - Version Bump + Rebuild. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-05-24 - 2.4.1 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2014-04-21 - 2.4.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-14 - 1.10.2 - Rebuild for icu4c - PisiLinux Community - admins@pisilinux.org - - - 2013-07-29 - 1.10.2 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-02-25 - 1.10.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-23 - 1.10.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libssh - http://www.libssh.org - - PisiLinux Community - admins@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://git.libssh.org/projects/libssh.git/snapshot/libssh-0.6.4.tar.gz - - zlib-devel - openssl-devel - doxygen - cmake - - network/misc/libssh/pspec.xml - - - libssh - - zlib - openssl - - - /usr/lib - /usr/share/doc - - - - libssh-devel - Development files for libssh - libssh için geliştirme dosyaları - - libssh - - - /usr/include - /usr/lib/pkgconfig - - - - libssh-docs - Development documentation for libssh - - /usr/share/doc/libssh/html - /usr/share/man - - - - - 2014-07-30 - 0.6.4 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-08 - 0.6.3 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-03-09 - 5.4 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-07-27 - 5.4 - Move pc files to devel pack, rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-05-04 - 5.4 - V.Bump - PisiLinux Community - admins@pisilinux.org - - - 2012-09-01 - 0.5.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libnl - http://people.suug.ch/~tgr/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. - http://www.infradead.org/~tgr/libnl/files/libnl-3.2.25.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 - - - - libnl-devel - Development files for libnl - libnl için geliştirme dosyaları - - libnl - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-07-15 - 3.2.25 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-04-03 - 3.2.24 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-13 - 3.2.23 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-19 - 3.2.23 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2012-10-14 - 3.2.13 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libconfig - http://www.hyperrealm.com/libconfig/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - network.misc - C/C++ Configuration File Library - 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. - http://www.hyperrealm.com/libconfig/libconfig-1.4.9.tar.gz - network/misc/libconfig/pspec.xml - - - libconfig - - /usr/lib - /usr/share/doc - - - - libconfig-devel - Development files for libconfig - libconfig için geliştirme dosyaları - - libconfig - - - /usr/include - /usr/lib/pkgconfig - /usr/share/info - - - - - 2013-03-04 - 1.4.9 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2010-10-12 - 1.4.5 - First release - Pisi Linux Admins - admins@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 - - - - - 2014-05-20 - 1.3.2 - rebuild for libcdio - Kamil Atlı - suvarice@gmail.com - - - 2014-03-08 - 1.3.2 - rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-07-28 - 1.3.2 - Move pc files to devel pack, rebuild - PisiLinux Community - admins@pisilinux.org - - - 2010-10-13 - 1.3.2 - First release - Gökcen Eraslan - admins@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. - http://pub.freerdp.com/releases/freerdp-1.0.2.tar.gz - - cups-devel - ffmpeg-devel - alsa-lib-devel - libXinerama-devel - xmlto - libXcursor-devel - libxkbfile-devel - libXv-devel - - - ffmpeg2.0.patch - patch_numblock.patch - - network/misc/freerdp/pspec.xml - - - freerdp - - cups - libX11 - openssl - libXv - ffmpeg - libXext - alsa-lib - libXcursor - libxkbfile - libXinerama - - - /usr/bin - /usr/lib - /usr/share/freerdp - /usr/share/doc - /usr/share/man - - - - freerdp-devel - - /usr/include - - - - - 2015-01-01 - 1.0.2 - Rebuild, fix build dep. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-31 - 1.0.2 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-11-29 - 1.0.2 - rebuild for ffmpeg - PisiLinux Community - admins@pisilinux.org - - - 2013-09-28 - 1.0.2 - First release - Aydın Demirel - aydin.demirel@pisilinux.org - - - - - - filezilla - http://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 - mirrors://sourceforge/filezilla/FileZilla_3.14.1_src.tar.bz2 - - libidn-devel - dbus-devel - sqlite-devel - gnutls-devel - gtk2-devel - xdg-utils - wxGTK-devel - - - i18n-filezilla.desktop.patch - - network/ftp/filezilla/pspec.xml - - - filezilla - - wxGTK - dbus - sqlite - libgcc - glib2 - gnutls - xdg-utils - - - /usr/bin - /usr/share/applications - /usr/share/filezilla - /usr/share/pixmaps - /usr/share/icons - /usr/share/locale - /usr/share/doc - /usr/share/man - /usr/share/appdata/ - - - - - 2016-01-26 - 3.14.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-09-23 - 3.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-01-31 - 3.10.1 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-02-15 - 3.8.1 - V.Bump - Vedat Demir - vedat@pisilinux.org - - - 2014-02-15 - 3.7.4.1 - V.Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-08-17 - 3.7.3 - V.Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-12-09 - 3.6.0.2 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - iproute2 - http://linux-net.osdl.org/index.php/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. - https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-4.4.0.tar.xz - - iptables-devel - linux-atm-devel - db-devel - elfutils - - network/filter/iproute2/pspec.xml - - - iproute2 - - linux-atm - iptables - db - elfutils - - - /etc - /sbin - /usr/sbin - /lib - /usr/lib - /usr/share/man - /usr/share/doc - /var/lib - - - - - 2016-01-20 - 4.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-12-02 - 4.3.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-20 - 4.1.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-13 - 4.0.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-11-23 - 3.12.0 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-01 - 3.5.1 - First release - PisiLinux Community - admins@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. - ftp://ftp.netfilter.org/pub/iptables/iptables-1.6.0.tar.bz2 - - libnfnetlink-devel - - network/filter/iptables/pspec.xml - - - iptables - - libnfnetlink - - - /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 - - - - - 2016-01-20 - 1.6.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-11-23 - 1.4.21 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-03-04 - 1.4.17 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-21 - 1.4.16.3 - First release - PisiLinux Community - admins@pisilinux.org - - reverseDependencyUpdate - - - - - - - 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. - http://freedesktop.org/software/farstream/releases/farstream/farstream-0.2.7.tar.gz - - libnice-devel - gstreamer-next-devel - gstreamer-devel - gst-plugins-base-next-devel - - network/voip/farstream/pspec.xml - - - farstream - - glib2 - libnice - gstreamer-next - gst-plugins-base-next - - - /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 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-10-27 - 0.2.7 - First release - Alihan Öztürk - alihan@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. - mirrors://sourceforge/librsync/librsync-0.9.7.tar.gz - - popt-devel - - - librsync-0.9.7-largefiles.patch - librsync-link.patch - - 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 - - - - - 2014-02-01 - 0.9.7 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-13 - 0.9.7 - First release - Gökcen Eraslan - admins@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. - http://rsync.samba.org/ftp/rsync/rsync-3.1.1.tar.gz - - acl-devel - attr-devel - popt-devel - zlib-devel - - network/share/rsync/pspec.xml - - - rsync - - acl - attr - popt - zlib - - - /usr/bin - /usr/share/doc - /usr/share/man - /etc - - - System.Service - - - rsyncd.conf - rsyncd.conf.d - - - - - 2015-03-24 - 3.1.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-02-11 - 3.1.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-02-10 - 3.1.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-09-05 - 3.0.9 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - serf - https://code.google.com/p/serf/ - - 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. - http://serf.googlecode.com/svn/src_releases/serf-1.3.8.tar.bz2 - - db-devel - zlib-devel - expat-devel - openssl-devel - apr-devel - apr-util-devel - scons - - 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 - - - - - 2015-09-02 - 1.3.8 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-30 - 1.3.3 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-12-24 - 1.3.3 - First release - Osman Erkan - osman.erkan@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.12.2.tar.xz - - gtk-doc - glib2-devel - libgudev-devel - - network/library/libmbim/pspec.xml - - - libmbim - - glib2 - libgudev - - - /usr/lib - /usr/share/man - /usr/bin/ - /usr/share/gtk-doc/ - /usr/libexec - /usr/share/doc/libmbim - - - - libmbim-devel - libmbim için geliştirme dosyaları - libmbim için geliştirme dosyaları - - libmbim - libgudev-devel - - - /usr/lib/pkgconfig - /usr/include/libmbim-glib/ - - - - - 2016-01-25 - 1.12.2 - Rebuild with libgudev. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-15 - 1.12.2 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-01-20 - 1.6.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - nodejs - http://nodejs.org/ - - Ertuğrul Erata - ertugrulerata@gmail.com - - MIT - app:console - network.library - is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications - Olay bazlı V8 Javascript motoru - Evented I/O for V8 javascript - Kolay, hızlı, ölçeklenebilir ağ uygulamaları oluşturmak için Chrome'un JavaScript çalışma üzerine inşa edilmiş bir platform. - http://nodejs.org/dist/v4.1.2/node-v4.1.2.tar.gz - - openssl-devel - - network/library/nodejs/pspec.xml - - - nodejs - - openssl - libgcc - - - /usr/bin - /usr/include - /usr/lib/node_modules - /usr/share/doc - /usr/share/man - /usr/share/systemtap - - - - - 2015-10-10 - 4.1.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-22 - 0.12.0 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-02-07 - 0.10.36 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-10-31 - 0.10.33 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - 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. - http://www.freedesktop.org/software/libqmi/libqmi-1.12.6.tar.xz - - glib2-devel - gobject-introspection-devel - - network/library/libqmi/pspec.xml - - - libqmi - - glib2 - gobject-introspection - - - /usr/lib - /usr/share/man - /usr/bin - /usr/share/gtk-doc - /usr/share/doc/libqmi/ - - - - libqmi-devel - Development files for libqmi - - libqmi - - - /usr/include - /usr/lib/pkgconfig/qmi-glib.pc - - - - - 2016-01-25 - 1.12.6 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-01-19 - 1.8.0 - First Release - Alihan Öztürk - alihan@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.38/glib-networking-2.38.2.tar.xz - - gnutls-devel - p11-kit-devel - ca-certificates - intltool - glib2-devel - - network/library/glib-networking/pspec.xml - - - glib-networking - - gnutls - p11-kit - glib2 - ca-certificates - - - /usr/lib/gio/modules - /usr/libexec - /usr/share - /usr/share/doc/glib-networking - - - - - 2014-03-30 - 2.38.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-27 - 2.34.2 - First release. - Marcin Bojara - marcin@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. - mirrors://sourceforge/net-snmp/net-snmp-5.7.3.tar.gz - - libnl-devel - python-setuptools - openssl-devel python-devel - perl - pciutils-devel + libxml2-devel tcp-wrappers-devel + groff - - locale.patch - - network/monitor/net-snmp/pspec.xml + network/analyzer/rrdtool/pspec.xml - net-snmp + rrdtool - libnl - openssl - python + lua + tcl + ruby + cairo + pango + libart_lgpl + dejavu-fonts perl - pciutils + glib2 + python + libxml2 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 + /usr/share/rrdtool - - System.Service - - - confd-snmpd.conf - net-snmpd.conf - - net-snmptrap + rrdtool-devel - 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 + rrdtool /usr/include /usr/lib/pkgconfig - /usr/share/man/man3 - - 2015-08-02 - 5.7.3 + + 2015-07-30 + 1.5.3 Version bump. Ertuğrul Erata ertugrulerata@gmail.com + + 2015-04-25 + 1.5.2 + Rebuild for ruby, ver. bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + - 2014-09-13 - 5.7.2.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org + 2014-12-20 + 1.4.7 + Rebuild for lua. + Ertuğrul Erata + ertugrulerata@gmail.com - 2014-02-19 - 5.7.2 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org + 2014-05-28 + 1.4.7 + Rebuild, rm unused deps. + Ertuğrul Erata + ertugrulerata@gmail.com 2013-12-01 - 5.7.2 + 1.4.7 Rebuild for new perl. PisiLinux Community admins@pisilinux.org - 2013-07-28 - 5.7.2 - Dep Fixed - PisiLinux Community - admins@pisilinux.org + 2013-05-29 + 1.4.7 + Build for ruby 2.0 + Serdar Soytetir + kaptan@pisilinux.org - 2012-11-09 - 5.7.2 + 2012-09-01 + 1.4.7 First release - Marcin Bojara - marcin@pisilinux.org + PisiLinux Community + admins@pisilinux.org @@ -16115,66 +87929,154 @@ - rrdtool - http://oss.oetiker.ch/rrdtool/ + libotr + http://www.cypherpunks.ca/otr/ 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.5.3.tar.gz + 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.0.tar.gz - lua-devel - tcl-devel - ruby-devel - cairo-devel - pango-devel - libart_lgpl-devel - dejavu-fonts - perl - glib2-devel - python-devel - libxml2-devel - tcp-wrappers-devel - groff + libgcrypt-devel - network/analyzer/rrdtool/pspec.xml + network/chat/libotr/pspec.xml - rrdtool + libotr - lua - tcl - ruby - cairo - pango - libart_lgpl - dejavu-fonts - perl - glib2 - python - libxml2 - tcp-wrappers + libgcrypt + libgpg-error /usr/bin /usr/lib - /usr/share/man /usr/share/doc - /usr/share/rrdtool + /usr/share/man - rrdtool-devel + libotr-devel + Development files for libotr + libotr için geliştirme dosyaları - rrdtool + libotr + + + /usr/include + /usr/lib/pkgconfig + /usr/share/aclocal + /usr/share/doc/libotr/html + + + + + 2015-11-22 + 4.1.0 + Rebuild, add dep + Alihan Öztürk + alihan@pisilinux.org + + + 2015-02-17 + 4.1.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-04-07 + 4.0.0 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-01 + 4.0.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-09-01 + 3.2.1 + First release + Osman Erkan + osman.erkan@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-next-devel + + network/chat/telepathy-farstream/pspec.xml + + + telepathy-farstream + library + + dbus + glib2 + dbus-glib + farstream + gstreamer-next + 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 + farstream-devel + gstreamer-next-devel + telepathy-glib-devel /usr/include @@ -16182,165 +88084,85 @@ - - 2015-07-30 - 1.5.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-25 - 1.5.2 - Rebuild for ruby, ver. bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-12-20 - 1.4.7 - Rebuild for lua. - Ertuğrul Erata - ertugrulerata@gmail.com - - 2014-05-28 - 1.4.7 - Rebuild, rm unused deps. - Ertuğrul Erata - ertugrulerata@gmail.com + 2015-11-20 + 0.6.2 + Version bump and fix name + Alihan Öztürk + alihan@pisilinux.org - 2013-12-01 - 1.4.7 - Rebuild for new perl. - PisiLinux Community - admins@pisilinux.org + 2014-02-10 + 0.0.17 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org - 2013-05-29 - 1.4.7 - Build for ruby 2.0 - Serdar Soytetir - kaptan@pisilinux.org + 2013-07-29 + 0.0.17 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org 2012-09-01 - 1.4.7 + 0.0.17 First release - PisiLinux Community - admins@pisilinux.org + Osman Erkan + osman.erkan@pisilinux.org - qbittorrent - http://www.qbittorrent.org + telepathy-butterfly + http://telepathy.freedesktop.org/wiki PisiLinux Community admins@pisilinux.org GPLv2+ - app:gui - network.p2p - Qt4 based BitTorrent client - Qt4 kullanan bir BitTorrent istemcisi - qbittorrent is a BitTorrent client using the libtorrent library. - qbittorrent, libtorrent kitaplığını kullanan Qt4 tabanlı bir BitTorrent istemcisidir. - qbittorrent - http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.3.1/qbittorrent-3.3.1.tar.gz - - qt5-base-devel - qt5-linguist - libtorrent-rasterbar-devel - boost-devel - zlib-devel - openssl-devel - geoip-devel - - network/p2p/qbittorrent/pspec.xml + 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 - qbittorrent - - qt5-base - libtorrent-rasterbar - boost - libnotify - zlib - libgcc - + telepathy-butterfly - /usr/bin - /usr/share/applications - /usr/share/icons - /usr/share/pixmaps - /usr/share/appdata - /usr/share/man + /usr/libexec + /usr/lib + /usr/share/dbus-1 + /usr/share/telepathy /usr/share/doc - - 2016-01-01 - 3.3.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2015-05-23 - 3.2.0 - Version bump. - Ekin Dursun - ekin.dursun@pisilinux.org - - - 2015-02-22 - 5637 - Version bump, rebuild for boost - Ekin Dursun - ekin.dursun@pisilinux.org - - - 2014-06-04 - 3.1.9.2 - Version bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-18 - 3.1.5 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-11-10 - 3.1.2 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - 2013-07-14 - 3.0.10 - Bump - Osman Erkan - osman.erkan@pisilinux.org + 2015-11-22 + 0.5.15 + Rebuild + Alihan Öztürk + alihan@pisilinux.org - 2013-01-24 - 3.0.8 - Bump - Idris Kalp - admins@pisilinux.org + 2014-03-09 + 0.5.15 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org - 2012-09-04 - 3.0.1 + 2012-09-01 + 0.5.15 First release Osman Erkan osman.erkan@pisilinux.org @@ -16349,130 +88171,1174 @@ - libtorrent-rasterbar - http://www.rasterbar.com/products/libtorrent + pidgin + http://www.pidgin.im PisiLinux Community admins@pisilinux.org - BSD - library - network.p2p - Full featured torrent client library - 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. - https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_0_7/libtorrent-rasterbar-1.0.7.tar.gz + 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.10.11.tar.bz2 - libsigc++-devel - boost-devel - geoip-devel - openssl-devel - zlib-devel + intltool + glib2-devel + gtk2-devel + libXScrnSaver-devel + libSM-devel + gtkspell-devel + sqlite-devel + libxml2-devel + gstreamer-devel + farstream-devel + gst-plugins-base-devel + libidn-devel + avahi-glib-devel + dbus-glib-devel + NetworkManager-devel + nss-devel + tcl-devel + tcltk-devel + cyrus-sasl-devel + doxygen + libxslt-devel + gnutls-devel + atk-devel + cairo-devel + gdk-pixbuf-devel + ncurses-devel python-devel - libtool - network/p2p/libtorrent-rasterbar/pspec.xml + + suse/ pidgin-2.10.11-send-video-enum.patch + suse/pidgin-2.10.11-add-dtmf-support.patch + suse/pidgin-2.10.11-fix-sound-play-fd-leak.patch + suse/pidgin-2.10.11-gst-references.patch + suse/pidgin-2.10.11-init-media-optional.patch + suse/pidgin-2.10.11-private-media.patch + suse/pidgin-ncurses-6.0-accessors.patch + + network/chat/pidgin/pspec.xml - libtorrent-rasterbar + pidgin + app:gui - libgcc - boost - geoip - openssl - python - geoip + atk + dbus + gtk2 + cairo + glib2 + libSM + pango + libICE + sqlite + freetype + gtkspell + dbus-glib + gstreamer + fontconfig + gdk-pixbuf + libXScrnSaver + libpurple - /usr/lib - /usr/share/doc/libtorrent-rasterbar + /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 - libtorrent-rasterbar-devel - Development files for libtorrent-.rasterbar + pidgin-devel + Development files of pidgin + pidgin paketine ait geliştirme dosyaları + library - libtorrent-rasterbar + pidgin + libpurple-devel + gtk2-devel - /usr/include - /usr/lib/pkgconfig - /usr/share/licenses - /usr/share/doc/libtorrent/html + /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 - 2016-01-07 - 1.0.5 - Rebuild for Pisi 2.0. - Stefan Gronewold - groni@pisilinux.org - - - 2015-05-23 - 1.0.5 - Version bump. - Ekin Dursun - ekin.dursun@pisilinux.org + 2015-11-20 + 2.10.11 + rebuild and add pisi-2.0. + Alihan Öztürk + alihan@pisilinux.org - 2015-02-14 - 0.16.19 - Rebuild. - Hakan Yıldız - hknyldz93@gmail.com + 2015-02-17 + 2.10.11 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org - 2015-01-03 - 0.16.19 - Version revert. - Hakan Yıldız - hknyldz93@gmail.com + 2014-02-17 + 2.10.9 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org - 2015-01-03 - 0.16.19 + 2014-02-04 + 2.10.9 Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com + Yusuf Aydemir + yusuf.aydemir@pisilinux.org - 2014-06-02 - 0.16.16 - Version bump - Serdar Soytetir - kaptan@pisilinux.org + 2014-01-11 + 2.10.7 + Rebuild + Kamil Atlı + suvarice@gmail.com - 2013-11-09 - 0.16.12 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org + 2013-07-29 + 2.10.7 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org - 2013-01-24 - 0.16.9 - Bump + 2013-03-22 + 2.10.7 + fixing some errors Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-01-24 - 0.16.7 - Bump - Idris Kalp admins@pisilinux.org + + 2013-01-16 + 2.10.7 + Updated + Osman Erkan + osman.erkan@pisilinux.org + + 2012-07-25 + 2.10.6 + First release + Yusuf Aydemir + yusuf.aydemir@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.3.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 + + + + + 2015-11-21 + 0.18.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 0.15.3 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-07-29 + 0.15.3 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-03 + 0.15.3 + Dep added + Osman Erkan + osman.erkan@pisilinux.org + + 2012-09-01 - 0.16.3 + 0.15.3 First release Osman Erkan osman.erkan@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. + http://download.kde.org/stable/telepathy-logger-qt/15.04/src/telepathy-logger-qt-15.04.0.tar.xz + + extra-cmake-modules + qt5-base-devel + 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.so.* + /usr/share/doc + + + + telepathy-logger-qt-devel + Development files for telepathy-logger-qt + + telepathy-logger-qt + telepathy-glib-devel + + + /usr/include + /usr/lib/libtelepathy-logger-qt.so + /usr/lib/cmake/TelepathyLoggerQt + + + + + 2015-11-22 + 15.04.0 + 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.6.tar.gz + + cmake + qt5-base-devel + gobject-introspection-devel + dbus-glib-devel + libxml2-devel + farstream-devel + telepathy-farstream-devel + doxygen + + + glibc-2.20.patch + + 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 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-08-20 + 0.9.6 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 0.9.3 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-07-29 + 0.9.3 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-08-19 + 0.9.3 + First release + Yusuf Aydemir + yusuf.aydemir@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 + + network/chat/telepathy-haze/pspec.xml + + + telepathy-haze + + dbus + glib2 + dbus-glib + libpurple + telepathy-glib + + + /usr/libexec + /usr/share + /usr/share/doc + /usr/share/man + + + + + 2015-11-21 + 0.8.0 + version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2013-09-19 + 0.5.0 + Fix dep, we have no kdenetwork package. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-29 + 0.5.0 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-01 + 0.5.0 + First release + Osman Erkan + osman.erkan@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.3.tar.gz + + libxslt-devel + dbus-devel + dbus-glib-devel + telepathy-glib-devel + gtk-doc + NetworkManager-devel + docbook-xsl + + network/chat/telepathy-mission-control/pspec.xml + + + telepathy-mission-control + + dbus + glib2 + dbus-glib + NetworkManager + telepathy-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 + + + + + 2015-11-22 + 5.16.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-10 + 5.16.0 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-12-19 + 5.16.0 + Version bump for upower. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-29 + 5.14.0 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-04-15 + 5.14.0 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-09-01 + 5.12.0 + First release + Osman Erkan + osman.erkan@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 + + + + + 2015-11-22 + 0.8.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-10 + 0.8.0 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-07-29 + 0.8.0 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-01 + 0.8.0 + First release + Osman Erkan + osman.erkan@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 + + + + + 2015-11-22 + 0.2.0 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 0.1.12 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2012-09-01 + 0.1.12 + First release + Osman Erkan + osman.erkan@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 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-11-22 + 0.8.2 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 0.8.0 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-04-12 + 0.8.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-09-01 + 0.1.7 + First release + Osman Erkan + osman.erkan@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 + + + + + 2015-11-22 + 2.0 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 2.0 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2012-09-01 + 2.0 + First release + Osman Erkan + osman.erkan@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 + + network/chat/telepathy-glib/pspec.xml + + + telepathy-glib + GLib bindings for the Telepathy D-Bus protocol + library + + dbus + glib2 + 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 + + + /usr/include + /usr/lib/pkgconfig + /usr/share/vala/vapi + + + + + 2015-11-20 + 0.24.1 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-25 + 0.24.0 + Version bump + Kamil Atlı + suvarice@gmail.com + + + 2013-11-26 + 0.23.0 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-07-09 + 0.20.2 + Enable vala bindings + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-12 + 0.20.2 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-11-22 + 0.20.1 + First release + PisiLinux Community + admins@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. + http://freedesktop.org/software/farstream/releases/farstream/farstream-0.2.7.tar.gz + + libnice-devel + gstreamer-next-devel + gstreamer-devel + gst-plugins-base-next-devel + + network/voip/farstream/pspec.xml + + + farstream + + glib2 + libnice + gstreamer-next + gst-plugins-base-next + + + /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 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-10-27 + 0.2.7 + First release + Alihan Öztürk + alihan@pisilinux.org + + + lynx @@ -17676,624 +90542,60 @@ - telepathy-gabble - http://telepathy.freedesktop.org/wiki + libqmi + http://www.freedesktop.org/wiki/Software/libqmi/ - 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.3.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 - - - - - 2015-11-21 - 0.18.3 - Version bump. Alihan Öztürk alihan@pisilinux.org - - - 2014-03-09 - 0.15.3 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-29 - 0.15.3 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-05-03 - 0.15.3 - Dep added - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-01 - 0.15.3 - First release - Osman Erkan - osman.erkan@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.3.tar.gz - - libxslt-devel - dbus-devel - dbus-glib-devel - telepathy-glib-devel - gtk-doc - NetworkManager-devel - docbook-xsl - - network/chat/telepathy-mission-control/pspec.xml - - - telepathy-mission-control - - dbus - glib2 - dbus-glib - NetworkManager - telepathy-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 - - - - - 2015-11-22 - 5.16.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-10 - 5.16.0 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-12-19 - 5.16.0 - Version bump for upower. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-07-29 - 5.14.0 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-04-15 - 5.14.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-09-01 - 5.12.0 - First release - Osman Erkan - osman.erkan@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-next-devel - - network/chat/telepathy-farstream/pspec.xml - - - telepathy-farstream - library - - dbus - glib2 - dbus-glib - farstream - gstreamer-next - 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 - farstream-devel - gstreamer-next-devel - telepathy-glib-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-11-20 - 0.6.2 - Version bump and fix name - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-10 - 0.0.17 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-29 - 0.0.17 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-01 - 0.0.17 - First release - Osman Erkan - osman.erkan@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.10.11.tar.bz2 - - intltool - glib2-devel - gtk2-devel - libXScrnSaver-devel - libSM-devel - gtkspell-devel - sqlite-devel - libxml2-devel - gstreamer-devel - farstream-devel - gst-plugins-base-devel - libidn-devel - avahi-glib-devel - dbus-glib-devel - NetworkManager-devel - nss-devel - tcl-devel - tcltk-devel - cyrus-sasl-devel - doxygen - libxslt-devel - gnutls-devel - atk-devel - cairo-devel - gdk-pixbuf-devel - ncurses-devel - python-devel - - - suse/ pidgin-2.10.11-send-video-enum.patch - suse/pidgin-2.10.11-add-dtmf-support.patch - suse/pidgin-2.10.11-fix-sound-play-fd-leak.patch - suse/pidgin-2.10.11-gst-references.patch - suse/pidgin-2.10.11-init-media-optional.patch - suse/pidgin-2.10.11-private-media.patch - suse/pidgin-ncurses-6.0-accessors.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 - - - /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 - - - - - 2015-11-20 - 2.10.11 - rebuild and add pisi-2.0. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-02-17 - 2.10.11 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-02-17 - 2.10.9 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-02-04 - 2.10.9 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-11 - 2.10.7 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2013-07-29 - 2.10.7 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-03-22 - 2.10.7 - fixing some errors - Erdinç Gültekin - admins@pisilinux.org - - - 2013-01-16 - 2.10.7 - Updated - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-07-25 - 2.10.6 - First release - Yusuf Aydemir - yusuf.aydemir@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. - http://download.kde.org/stable/telepathy-logger-qt/15.04/src/telepathy-logger-qt-15.04.0.tar.xz + 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. + http://www.freedesktop.org/software/libqmi/libqmi-1.12.6.tar.xz - extra-cmake-modules - qt5-base-devel - doxygen - telepathy-qt5-devel glib2-devel - dbus-devel - dbus-glib-devel - libxml2-devel - telepathy-logger-devel + gobject-introspection-devel - network/chat/telepathy-logger-qt/pspec.xml + network/library/libqmi/pspec.xml - telepathy-logger-qt - Qt bindings for telepathy logger + libqmi glib2 - libgcc - qt5-base - telepathy-qt5 - telepathy-glib - telepathy-logger + gobject-introspection - /usr/lib/libtelepathy-logger-qt.so.* - /usr/share/doc + /usr/lib + /usr/share/man + /usr/bin + /usr/share/gtk-doc + /usr/share/doc/libqmi/ - telepathy-logger-qt-devel - Development files for telepathy-logger-qt + libqmi-devel + Development files for libqmi - telepathy-logger-qt - telepathy-glib-devel + libqmi /usr/include - /usr/lib/libtelepathy-logger-qt.so - /usr/lib/cmake/TelepathyLoggerQt + /usr/lib/pkgconfig/qmi-glib.pc + + 2016-01-25 + 1.12.6 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + - 2015-11-22 - 15.04.0 + 2014-01-19 + 1.8.0 First Release Alihan Öztürk alihan@pisilinux.org @@ -18302,44 +90604,106 @@ - telepathy-qt5 - http://telepathy.freedesktop.org + nodejs + http://nodejs.org/ - PisiLinux Community - admins@pisilinux.org + Ertuğrul Erata + ertugrulerata@gmail.com - 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.6.tar.gz + MIT + app:console + network.library + is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications + Olay bazlı V8 Javascript motoru + Evented I/O for V8 javascript + Kolay, hızlı, ölçeklenebilir ağ uygulamaları oluşturmak için Chrome'un JavaScript çalışma üzerine inşa edilmiş bir platform. + http://nodejs.org/dist/v4.1.2/node-v4.1.2.tar.gz - cmake - qt5-base-devel - gobject-introspection-devel - dbus-glib-devel - libxml2-devel - farstream-devel - telepathy-farstream-devel - doxygen + openssl-devel - - glibc-2.20.patch - - network/chat/telepathy-qt5/pspec.xml + network/library/nodejs/pspec.xml - telepathy-qt5 + nodejs - glib2 + openssl libgcc - qt5-base - telepathy-glib - telepathy-farstream - doxygen + + + /usr/bin + /usr/include + /usr/lib/node_modules + /usr/share/doc + /usr/share/man + /usr/share/systemtap + + + + + 2015-10-10 + 4.1.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-22 + 0.12.0 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-02-07 + 0.10.36 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-10-31 + 0.10.33 + First release + Ertuğrul Erata + ertugrulerata@gmail.com + + + + + + serf + https://code.google.com/p/serf/ + + 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. + http://serf.googlecode.com/svn/src_releases/serf-1.3.8.tar.bz2 + + db-devel + zlib-devel + expat-devel + openssl-devel + apr-devel + apr-util-devel + scons + + network/library/serf/pspec.xml + + + serf + + db + zlib + expat + openssl + apr + apr-util + openldap-client /usr/lib @@ -18347,12 +90711,11 @@ - telepathy-qt5-devel - Development files for telepathy-qt5 - telepathy-qt5 için geliştirme dosyaları + serf-devel + Development files for serf + serf için geliştirme dosyaları - telepathy-qt5 - qt5-base-devel + serf /usr/include @@ -18360,86 +90723,23 @@ - - 2015-08-20 - 0.9.6 + + 2015-09-02 + 1.3.8 Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-30 + 1.3.3 + Rebuild. Alihan Öztürk alihan@pisilinux.org - - 2014-03-09 - 0.9.3 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-29 - 0.9.3 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - 2012-08-19 - 0.9.3 - First release - Yusuf Aydemir - yusuf.aydemir@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 - - - - - 2015-11-22 - 2.0 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 2.0 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2012-09-01 - 2.0 + 2013-12-24 + 1.3.3 First release Osman Erkan osman.erkan@pisilinux.org @@ -18448,41094 +90748,997 @@ - telepathy-haze - http://developer.pidgin.im/wiki/Telepathy + glib-networking + http://git.gnome.org/browse/glib-networking/ 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 + 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.38/glib-networking-2.38.2.tar.xz + gnutls-devel + p11-kit-devel + ca-certificates + intltool glib2-devel - dbus-devel - dbus-glib-devel - libpurple-devel - telepathy-glib-devel - libxslt-devel - network/chat/telepathy-haze/pspec.xml + network/library/glib-networking/pspec.xml - telepathy-haze + glib-networking - dbus + gnutls + p11-kit glib2 - dbus-glib - libpurple - telepathy-glib + ca-certificates + /usr/lib/gio/modules /usr/libexec /usr/share - /usr/share/doc - /usr/share/man + /usr/share/doc/glib-networking - - 2015-11-21 - 0.8.0 - version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2013-09-19 - 0.5.0 - Fix dep, we have no kdenetwork package. - Serdar Soytetir - kaptan@pisilinux.org - - 2013-07-29 - 0.5.0 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-01 - 0.5.0 - First release - Osman Erkan - osman.erkan@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 - - network/chat/telepathy-glib/pspec.xml - - - telepathy-glib - GLib bindings for the Telepathy D-Bus protocol - library - - dbus - glib2 - 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 - - - /usr/include - /usr/lib/pkgconfig - /usr/share/vala/vapi - - - - - 2015-11-20 - 0.24.1 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2014-05-25 - 0.24.0 - Version bump - Kamil Atlı - suvarice@gmail.com - - - 2013-11-26 - 0.23.0 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-07-09 - 0.20.2 - Enable vala bindings + 2014-03-30 + 2.38.2 + Version bump. Marcin Bojara marcin@pisilinux.org - - 2013-04-12 - 0.20.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - 2012-11-22 - 0.20.1 - First release - PisiLinux Community - admins@pisilinux.org + 2013-01-27 + 2.34.2 + First release. + Marcin Bojara + marcin@pisilinux.org - libotr - http://www.cypherpunks.ca/otr/ + libmbim + http://www.freedesktop.org/wiki/Software/libmbim/ 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.0.tar.gz + 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.12.2.tar.xz - libgcrypt-devel + gtk-doc + glib2-devel + libgudev-devel - network/chat/libotr/pspec.xml + network/library/libmbim/pspec.xml - libotr + libmbim + glib2 + libgudev + + + /usr/lib + /usr/share/man + /usr/bin/ + /usr/share/gtk-doc/ + /usr/libexec + /usr/share/doc/libmbim + + + + libmbim-devel + libmbim için geliştirme dosyaları + libmbim için geliştirme dosyaları + + libmbim + libgudev-devel + + + /usr/lib/pkgconfig + /usr/include/libmbim-glib/ + + + + + 2016-01-25 + 1.12.2 + Rebuild with libgudev. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-15 + 1.12.2 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-01-20 + 1.6.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libtorrent-rasterbar + http://www.rasterbar.com/products/libtorrent + + PisiLinux Community + admins@pisilinux.org + + BSD + library + network.p2p + Full featured torrent client library + 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. + https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_0_7/libtorrent-rasterbar-1.0.7.tar.gz + + libsigc++-devel + boost-devel + geoip-devel + openssl-devel + zlib-devel + python-devel + libtool + + network/p2p/libtorrent-rasterbar/pspec.xml + + + libtorrent-rasterbar + + libgcc + boost + geoip + openssl + python + geoip + + + /usr/lib + /usr/share/doc/libtorrent-rasterbar + + + + libtorrent-rasterbar-devel + Development files for libtorrent-.rasterbar + + libtorrent-rasterbar + + + /usr/include + /usr/lib/pkgconfig + /usr/share/licenses + /usr/share/doc/libtorrent/html + + + + + 2016-01-07 + 1.0.5 + Rebuild for Pisi 2.0. + Stefan Gronewold + groni@pisilinux.org + + + 2015-05-23 + 1.0.5 + Version bump. + Ekin Dursun + ekin.dursun@pisilinux.org + + + 2015-02-14 + 0.16.19 + Rebuild. + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-01-03 + 0.16.19 + Version revert. + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-01-03 + 0.16.19 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-06-02 + 0.16.16 + Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-09 + 0.16.12 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-01-24 + 0.16.9 + Bump + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-01-24 + 0.16.7 + Bump + Idris Kalp + admins@pisilinux.org + + + 2012-09-01 + 0.16.3 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + qbittorrent + http://www.qbittorrent.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + network.p2p + Qt4 based BitTorrent client + Qt4 kullanan bir BitTorrent istemcisi + qbittorrent is a BitTorrent client using the libtorrent library. + qbittorrent, libtorrent kitaplığını kullanan Qt4 tabanlı bir BitTorrent istemcisidir. + qbittorrent + http://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-3.3.1/qbittorrent-3.3.1.tar.gz + + qt5-base-devel + qt5-linguist + libtorrent-rasterbar-devel + boost-devel + zlib-devel + openssl-devel + geoip-devel + + network/p2p/qbittorrent/pspec.xml + + + qbittorrent + + qt5-base + libtorrent-rasterbar + boost + libnotify + zlib + libgcc + + + /usr/bin + /usr/share/applications + /usr/share/icons + /usr/share/pixmaps + /usr/share/appdata + /usr/share/man + /usr/share/doc + + + + + 2016-01-01 + 3.3.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2015-05-23 + 3.2.0 + Version bump. + Ekin Dursun + ekin.dursun@pisilinux.org + + + 2015-02-22 + 5637 + Version bump, rebuild for boost + Ekin Dursun + ekin.dursun@pisilinux.org + + + 2014-06-04 + 3.1.9.2 + Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-18 + 3.1.5 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-11-10 + 3.1.2 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-07-14 + 3.0.10 + Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-01-24 + 3.0.8 + Bump + Idris Kalp + admins@pisilinux.org + + + 2012-09-04 + 3.0.1 + First release + Osman Erkan + osman.erkan@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. + mirrors://sourceforge/net-snmp/net-snmp-5.7.3.tar.gz + + libnl-devel + python-setuptools + openssl-devel + python-devel + perl + pciutils-devel + tcp-wrappers-devel + + + locale.patch + + 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 + + + + + 2015-08-02 + 5.7.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-09-13 + 5.7.2.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-02-19 + 5.7.2 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-12-01 + 5.7.2 + Rebuild for new perl. + PisiLinux Community + admins@pisilinux.org + + + 2013-07-28 + 5.7.2 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2012-11-09 + 5.7.2 + First release + Marcin Bojara + marcin@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. + http://rsync.samba.org/ftp/rsync/rsync-3.1.1.tar.gz + + acl-devel + attr-devel + popt-devel + zlib-devel + + network/share/rsync/pspec.xml + + + rsync + + acl + attr + popt + zlib + + + /usr/bin + /usr/share/doc + /usr/share/man + /etc + + + System.Service + + + rsyncd.conf + rsyncd.conf.d + + + + + 2015-03-24 + 3.1.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-02-11 + 3.1.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-02-10 + 3.1.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-09-05 + 3.0.9 + First release + Osman Erkan + osman.erkan@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. + mirrors://sourceforge/librsync/librsync-0.9.7.tar.gz + + popt-devel + + + librsync-0.9.7-largefiles.patch + librsync-link.patch + + 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 + + + + + 2014-02-01 + 0.9.7 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 0.9.7 + First release + Gökcen Eraslan + admins@pisilinux.org + + + + + + filezilla + http://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 + mirrors://sourceforge/filezilla/FileZilla_3.14.1_src.tar.bz2 + + libidn-devel + dbus-devel + sqlite-devel + gnutls-devel + gtk2-devel + xdg-utils + wxGTK-devel + + + i18n-filezilla.desktop.patch + + network/ftp/filezilla/pspec.xml + + + filezilla + + wxGTK + dbus + sqlite + libgcc + glib2 + gnutls + xdg-utils + + + /usr/bin + /usr/share/applications + /usr/share/filezilla + /usr/share/pixmaps + /usr/share/icons + /usr/share/locale + /usr/share/doc + /usr/share/man + /usr/share/appdata/ + + + + + 2016-01-26 + 3.14.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-09-23 + 3.14.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-01-31 + 3.10.1 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-02-15 + 3.8.1 + V.Bump + Vedat Demir + vedat@pisilinux.org + + + 2014-02-15 + 3.7.4.1 + V.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-08-17 + 3.7.3 + V.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-12-09 + 3.6.0.2 + First release + Erdinç Gültekin + admins@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. + ftp://ftp.infradead.org/pub/openconnect/openconnect-7.06.tar.gz + + intltool + python-devel + openssl-devel + libxml2-devel + zlib-devel + + network/connection/openconnect/pspec.xml + + + openconnect + + zlib + libxml2 + openssl + + + /usr/bin/openconnect + /usr/share/man/man8 + /usr/share/doc + /usr/share/locale + /usr/sbin + /usr/lib + + + + openconnect-devel + Development files and headers for openconnect + openconnect için geliştirme dosyaları ve başlıkları + + openconnect + zlib-devel + openssl-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-08-15 + 7.06 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-03-09 + 5.01 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-07-29 + 5.01 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-07-05 + 5.01 + fix remove dep. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-07-04 + 5.01 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-08-28 + 4.06 + 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. + ftp://ftp.gnome.org/pub/gnome/sources/mobile-broadband-provider-info/20120614/mobile-broadband-provider-info-20120614.tar.xz + network/connection/mobile-broadband-provider-info/pspec.xml + + + mobile-broadband-provider-info + + /usr/share + + + + + 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://fedorahosted.org/released/netcf/netcf-0.2.8.tar.gz + + libxml2-devel + libxslt-devel + libnl-devel + readline-devel + augeas-devel + + network/connection/netcf/pspec.xml + + + netcf + + 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 + /usr/share/man/man1/ncftool.1 - libotr-devel - Development files for libotr - libotr için geliştirme dosyaları + netcf-devel + Development files for netcf + netcf için geliştirme dosyaları - libotr + augeas-devel + libxslt-devel + netcf /usr/include /usr/lib/pkgconfig - /usr/share/aclocal - /usr/share/doc/libotr/html + /usr/share/man/man3 - 2015-11-22 - 4.1.0 - Rebuild, add dep - Alihan Öztürk - alihan@pisilinux.org + 2015-12-31 + 0.2.8 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - 2015-02-17 - 4.1.0 + 2015-02-16 + 0.2.6 Version bump. Stefan Gronewold(groni) groni@pisilinux.org 2014-04-07 - 4.0.0 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-01 - 4.0.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-09-01 - 3.2.1 - First release - Osman Erkan - osman.erkan@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 - - - - - 2015-11-22 - 0.5.15 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 0.5.15 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2012-09-01 - 0.5.15 - First release - Osman Erkan - osman.erkan@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 - - - - - 2015-11-22 - 0.8.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-10 - 0.8.0 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-29 - 0.8.0 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-01 - 0.8.0 - First release - Osman Erkan - osman.erkan@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 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-11-22 - 0.8.2 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 0.8.0 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-04-12 - 0.8.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-01 - 0.1.7 - First release - Osman Erkan - osman.erkan@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 - - - - - 2015-11-22 - 0.2.0 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 0.1.12 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2012-09-01 - 0.1.12 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - kde-l10n-hu - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:hu - desktop.kde.l10n - Hungarian KDE5 internationalization package - KDE5 Macar yerelleştirme paketi - kde-l10n-hu is the KDE5 internationalization package that provides Hungarian translations for KDE5 applications. - kde-l10n-hu, KDE uygulamalarını Macar yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-hu-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - - - kde4.patch - - desktop/kde/l10n/kde-l10n-hu/pspec.xml - - - kde-l10n-hu - system.locale - lang-hu - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-24 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-21 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-ko - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:ko - desktop.kde.l10n - Korean KDE5 internationalization package - KDE5 Koreli yerelleştirme paketi - kde-l10n-ko is the KDE5 internationalization package that provides Korean translations for KDE5 applications. - kde-l10n-ko, KDE uygulamalarını Koreli yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ko-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-ko/pspec.xml - - - kde-l10n-ko - system.locale - lang-ko - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-24 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-23 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-nb - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:nb - desktop.kde.l10n - Norwegian Bookma KDE5 internationalization package - KDE5 Norveç bookma yerelleştirme paketi - kde-l10n-nb is the KDE5 internationalization package that provides Norwegian Bookma translations for KDE5 applications. - kde-l10n-nb, KDE uygulamalarını Norveç bookma yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-nb-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-nb/pspec.xml - - - kde-l10n-nb - system.locale - lang-nb - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/kturtle - /usr/share/katepart - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-21 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-lv - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:lv - desktop.kde.l10n - Latvian KDE5 internationalization package - KDE5 Letonya yerelleştirme paketi - kde-l10n-lv is the KDE5 internationalization package that provides Latvian translations for KDE5 applications. - kde-l10n-lv, KDE uygulamalarını Letonya yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-lv-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-lv/pspec.xml - - - kde-l10n-lv - system.locale - lang-lv - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-23 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-en_GB - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:en_GB - desktop.kde.l10n - British English KDE5 internationalization package - KDE5 Britanya İngilizcesi yerelleştirme paketi - kde-l10n-en_GB is the KDE5 internationalization package that provides British English translations for KDE5 applications. - kde-l10n-tr, KDE uygulamalarını Britanya İngilizcesi yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-en_GB-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - - - kde4.patch - - desktop/kde/l10n/kde-l10n-en_GB/pspec.xml - - - kde-l10n-en_GB - system.locale - lang-en_GB - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/kturtle - /usr/share/katepart/syntax - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-eu - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:eu - desktop.kde.l10n - Basque KDE5 internationalization package - kde-l10n-eu is the KDE5 internationalization package that provides Basque translations for KDE5 applications. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-eu-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - - - kde4.patch - - desktop/kde/l10n/kde-l10n-eu/pspec.xml - - - kde-l10n-eu - system.locale - lang-eu - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-lt - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:lt - desktop.kde.l10n - Lithuanian KDE5 internationalization package - KDE5 Litvanya yerelleştirme paketi - kde-l10n-lt is the KDE5 internationalization package that provides Lithuanian translations for KDE5 applications. - kde-l10n-lt, KDE uygulamalarını Litvanya yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-lt-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-lt/pspec.xml - - - kde-l10n-lt - system.locale - lang-lt - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - kde-l10n-lt-doc - German documentation files for KDE - KDE5 için Litvanya belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-23 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-cs - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:cs - desktop.kde.l10n - Czech KDE5 internationalization package - KDE5 Çek yerelleştirme paketi - kde-l10n-cs is the KDE5 internationalization package that provides Czech translations for KDE5 applications. - kde-l10n-cs, KDE uygulamalarını Çek yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-cs-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - extra-cmake-modules - qt5-linguist - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-cs/pspec.xml - - - kde-l10n-cs - system.locale - lang-cs - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - kde-l10n-cs-doc - Czech documentation files for KDE - KDE5 için Çek belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kde-l10n-bg - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:bg - desktop.kde.l10n - Bulgarian KDE5 internationalization package - KDE5 Bulgar yerelleştirme paketi - kde-l10n-bg is the KDE5 internationalization package that provides Bulgarian translations for KDE5 applications. - kde-l10n-br, KDE uygulamalarını Bulgar yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-bg-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - - - kde4.patch - - desktop/kde/l10n/kde-l10n-bg/pspec.xml - - - kde-l10n-bg - system.locale - lang-bg - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-nn - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:nn - desktop.kde.l10n - Norwegian Nynorsk KDE5 internationalization package - KDE5 Norveççe yerelleştirme paketi - kde-l10n-nn is the KDE5 internationalization package that provides Norwegian Nynorsk translations for KDE5 applications. - kde-l10n-nn, KDE uygulamalarını Norveççe yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-nn-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-nn/pspec.xml - - - kde-l10n-nn - system.locale - lang-nn - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - kde-l10n-nn-doc - Norwegian Nynorsk documentation files for KDE - KDE5 için Norveççe belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-24 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-id - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:id - desktop.kde.l10n - Indonesian KDE5 internationalization package - KDE5 Endonezyalı yerelleştirme paketi - kde-l10n-id is the KDE5 internationalization package that provides Indonesian translations for KDE5 applications. - kde-l10n-id, KDE uygulamalarını Endonezyalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-id-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-id/pspec.xml - - - kde-l10n-id - system.locale - lang-id - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-21 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-uk - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:uk - desktop.kde.l10n - Ukrainian KDE5 internationalization package - KDE5 Ukraynalı yerelleştirme paketi - kde-l10n-uk is the KDE5 internationalization package that provides Ukrainian translations for KDE5 applications. - kde-l10n-uk, KDE uygulamalarını Ukraynalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-uk-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-uk/pspec.xml - - - kde-l10n-uk - system.locale - lang-uk - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - kde-l10n-uk-doc - Ukrainian documentation files for KDE - KDE5 için Ukraynalı belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-km - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:km - desktop.kde.l10n - Khmer KDE5 internationalization package - KDE5 Kmer yerelleştirme paketi - kde-l10n-km is the KDE5 internationalization package that provides Khmer translations for KDE5 applications. - kde-l10n-km, KDE uygulamalarını Kmer yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-km-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-km/pspec.xml - - - kde-l10n-km - system.locale - lang-km - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-23 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-gl - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:gl - desktop.kde.l10n - Galician KDE5 internationalization package - KDE5 Galiçya yerelleştirme paketi - kde-l10n-gl is the KDE5 internationalization package that provides Galician translations for KDE5 applications. - kde-l10n-gl, KDE uygulamalarını Galiçya yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-gl-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-gl/pspec.xml - - - kde-l10n-gl - system.locale - lang-gl - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - kde-l10n-gl-doc - Galician documentation files for KDE - KDE5 için Galiçya belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-21 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-pl - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:pl - desktop.kde.l10n - Polish KDE5 internationalization package - KDE5 Polonyalı yerelleştirme paketi - kde-l10n-pl is the KDE5 internationalization package that provides Polish translations for KDE5 applications. - kde-l10n-pl, KDE uygulamalarını Polonyalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-pl-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-pl/pspec.xml - - - kde-l10n-pl - system.locale - lang-pl - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - kde-l10n-pl-doc - Polish documentation files for KDE - KDE5 için Polonyalı belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-kk - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:kk - desktop.kde.l10n - Kazakh KDE5 internationalization package - KDE5 Kazak yerelleştirme paketi - kde-l10n-kk is the KDE5 internationalization package that provides Kazakh translations for KDE5 applications. - kde-l10n-kk, KDE uygulamalarını Kazak yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-kk-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-kk/pspec.xml - - - kde-l10n-kk - system.locale - lang-kk - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - kde-l10n-kk-doc - Kazakh documentation files for KDE - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-21 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-hi - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:hi - desktop.kde.l10n - Hindi KDE5 internationalization package - KDE5 Hintçe yerelleştirme paketi - kde-l10n-ga is the KDE5 internationalization package that provides Hindi translations for KDE5 applications. - kde-l10n-hi, KDE uygulamalarını Hintçe yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-hi-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - - - kde4.patch - - desktop/kde/l10n/kde-l10n-hi/pspec.xml - - - kde-l10n-hi - system.locale - lang-hi - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-21 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-is - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:is - desktop.kde.l10n - Icelandic KDE5 internationalization package - KDE5 İzlanda'ya özgü yerelleştirme paketi - kde-l10n-is is the KDE5 internationalization package that provides Icelandic translations for KDE5 applications. - kde-l10n-is, KDE uygulamalarını İzlanda'ya özgü yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-is-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-is/pspec.xml - - - kde-l10n-is - system.locale - lang-is - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-21 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-bs - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:bs - desktop.kde.l10n - Bosnian KDE5 internationalization package - KDE5 Boşnakça yerelleştirme paketi - kde-l10n-bs is the KDE5 internationalization package that provides Bosnian translations for KDE5 applications. - kde-l10n-bs, KDE uygulamalarını Boşnakça yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-bs-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - - - kde4.patch - - desktop/kde/l10n/kde-l10n-bs/pspec.xml - - - kde-l10n-bs - system.locale - lang-bs - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-sl - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:sl - desktop.kde.l10n - Slovenian KDE5 internationalization package - KDE5 Sloven yerelleştirme paketi - kde-l10n-sl is the KDE5 internationalization package that provides Slovenian translations for KDE5 applications. - kde-l10n-sl, KDE uygulamalarını Sloven yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-sl-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-sl/pspec.xml - - - kde-l10n-sl - system.locale - lang-sl - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-pt_BR - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:pt_BR - desktop.kde.l10n - Brazilian Portuguese KDE5 internationalization package - KDE5 Brezilya Portekizcesi yerelleştirme paketi - kde-l10n-pt_BR is the KDE5 internationalization package that provides Brazilian Portuguese translations for KDE5 applications. - kde-l10n-pt_BR, KDE uygulamalarını Brezilya Portekizcesi yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-pt_BR-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-pt_BR/pspec.xml - - - kde-l10n-pt_BR - system.locale - lang-pt_BR - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/autocorrect - - - - kde-l10n-pt_BR-doc - Brazilian Portuguese documentation files for KDE - KDE5 için Brezilya Portekizcesi belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-nds - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:nds - desktop.kde.l10n - Low Saxon KDE5 internationalization package - KDE5 Düşük Sakson yerelleştirme paketi - kde-l10n-nds is the KDE5 internationalization package that provides Low Saxon translations for KDE5 applications. - kde-l10n-nds, KDE uygulamalarını Düşük Sakson yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-nds-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-nds/pspec.xml - - - kde-l10n-nds - system.locale - lang-nds - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/kturtle - /usr/share/katepart - /usr/share/kstars - /usr/share/ktuberling - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-nl - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:nl - desktop.kde.l10n - Dutch KDE5 internationalization package - KDE5 Hollandaca yerelleştirme paketi - kde-l10n-nl is the KDE5 internationalization package that provides Dutch translations for KDE5 applications. - kde-l10n-nl, KDE uygulamalarını Hollandaca yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-nl-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-nl/pspec.xml - - - kde-l10n-nl - system.locale - lang-nl - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/kturtle - /usr/share/katepart - /usr/share/ktuberling - - - - kde-l10n-nl-doc - Dutch documentation files for KDE - KDE5 için Hollandaca belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-ca - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:ca - desktop.kde.l10n - Catalan KDE5 internationalization package - KDE5 Katalan yerelleştirme paketi - kde-l10n-ca is the KDE5 internationalization package that provides Catalan translations for KDE5 applications. - kde-l10n-ca, KDE uygulamalarını Katalan yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ca-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-ca/pspec.xml - - - kde-l10n-ca - system.locale - lang-ca - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/ktuberling - - - - kde-l10n-ca-doc - Catalan documentation files for KDE - KDE5 için Katalan belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-05 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kde-l10n-da - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:da - desktop.kde.l10n - Danish KDE5 internationalization package - KDE5 Danimarkalı yerelleştirme paketi - kde-l10n-da is the KDE5 internationalization package that provides Danish translations for KDE5 applications. - kde-l10n-da, KDE uygulamalarını Danimarkalı yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-da-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-da/pspec.xml - - - kde-l10n-da - system.locale - lang-da - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - /usr/share/man/da - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kde-l10n-ia - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:ia - desktop.kde.l10n - Interlingua KDE5 internationalization package - KDE5 Interlingua yerelleştirme paketi - kde-l10n-ia is the KDE5 internationalization package that provides Interlingua translations for KDE5 applications. - kde-l10n-ia, KDE uygulamalarını Interlingua yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ia-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-ia/pspec.xml - - - kde-l10n-ia - system.locale - lang-ia - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-23 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-eo - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:eo - desktop.kde.l10n - Esperanto KDE5 internationalization package - KDE5 Esperanto yerelleştirme paketi - kde-l10n-eo is the KDE5 internationalization package that provides Esperanto translations for KDE5 applications. - kde-l10n-el, KDE uygulamalarını Esperanto yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-eo-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - - - kde4.patch - - desktop/kde/l10n/kde-l10n-eo/pspec.xml - - - kde-l10n-eo - system.locale - lang-eo - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-pa - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:pa - desktop.kde.l10n - Punjabi KDE5 internationalization package - KDE5 Pencaplı yerelleştirme paketi - kde-l10n-pa is the KDE5 internationalization package that provides Punjabi translations for KDE5 applications. - kde-l10n-pa, KDE uygulamalarını Pencaplı yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-pa-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-pa/pspec.xml - - - kde-l10n-pa - system.locale - lang-pa - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-tr - http://l10n.kde.org - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - GPLv2 - locale:tr - desktop.kde.l10n - Turkish KDE5 internationalization package - KDE5 Türkçe yerelleştirme paketi - kde-l10n-tr is the KDE5 internationalization package that provides Turkish translations for KDE5 applications. - kde-l10n-tr, KDE uygulamalarını Türkçe yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-tr-15.12.1.tar.xz - - qt5-linguist - ki18n-devel - kconfig-devel - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-tr/pspec.xml - - - kde-l10n-tr - system.locale - lang-tr - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - - - - kde-l10n-tr-doc - Turkish documentation files for KDE - KDE5 için Türkçe belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kde-l10n-pt - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:pt - desktop.kde.l10n - Portuguese KDE5 internationalization package - KDE5 Portekizli yerelleştirme paketi - kde-l10n-pt is the KDE5 internationalization package that provides Portuguese translations for KDE5 applications. - kde-l10n-pt, KDE uygulamalarını Portekizli yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-pt-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-pt/pspec.xml - - - kde-l10n-pt - system.locale - lang-pt - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - kde-l10n-pt-doc - Portuguese documentation files for KDE - KDE5 için Portekizli belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-fa - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:fa - desktop.kde.l10n - Farsi KDE5 internationalization package - KDE5 Farsça yerelleştirme paketi - kde-l10n-fa is the KDE5 internationalization package that provides Farsi translations for KDE5 applications. - kde-l10n-fa, KDE uygulamalarını Farsça yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-fa-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - - - kde4.patch - - desktop/kde/l10n/kde-l10n-fa/pspec.xml - - - kde-l10n-fa - system.locale - lang-fa - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-it - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:it - desktop.kde.l10n - Italian KDE5 internationalization package - KDE5 İtalyan yerelleştirme paketi - kde-l10n-it is the KDE5 internationalization package that provides Italian translations for KDE5 applications. - kde-l10n-it, KDE uygulamalarını İtalyan yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-it-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-it/pspec.xml - - - kde-l10n-it - system.locale - lang-it - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - kde-l10n-it-doc - Italian documentation files for KDE - KDE5 için İtalyan belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-23 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-et - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:et - desktop.kde.l10n - Estonian KDE5 internationalization package - KDE5 Estonya yerelleştirme paketi - kde-l10n-el is the KDE5 internationalization package that provides Estonian translations for KDE5 applications. - kde-l10n-el, KDE uygulamalarını Estonya yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-et-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-et/pspec.xml - - - kde-l10n-et - system.locale - lang-et - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - kde-l10n-et-doc - Estonian documentation files for KDE - KDE5 için Estonya belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-el - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:el - desktop.kde.l10n - Greek KDE5 internationalization package - KDE5 Yunan yerelleştirme paketi - kde-l10n-el is the KDE5 internationalization package that provides Greek translations for KDE5 applications. - kde-l10n-el, KDE uygulamalarını Yunan yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-el-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-el/pspec.xml - - - kde-l10n-el - system.locale - lang-el - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - kde-l10n-el-doc - Greek documentation files for KDE - KDE5 için Yunan belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kde-l10n-zh_CN - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:zh_CN - desktop.kde.l10n - Chinese Simplified KDE5 internationalization package - KDE5 Sadeleştirilmiş Çince yerelleştirme paketi - kde-l10n-zh_CN is the KDE5 internationalization package that provides Chinese Simplified translations for KDE5 applications. - kde-l10n-zh_CN, KDE uygulamalarını Sadeleştirilmiş Çince yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-zh_CN-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-zh_CN/pspec.xml - - - kde-l10n-zh_CN - system.locale - lang-zh_CN - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-zh_TW - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:zh_TW - desktop.kde.l10n - Chinese Traditional KDE5 internationalization package - KDE5 Geleneksel Çin yerelleştirme paketi - kde-l10n-zh_TW is the KDE5 internationalization package that provides Chinese Traditional translations for KDE5 applications. - kde-l10n-zh_TW, KDE uygulamalarını Geleneksel Çin yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-zh_TW-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-zh_TW/pspec.xml - - - kde-l10n-zh_TW - system.locale - lang-zh_TW - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-sv - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:sv - desktop.kde.l10n - Swedish KDE5 internationalization package - KDE5 İsveçli yerelleştirme paketi - kde-l10n-sv is the KDE5 internationalization package that provides Swedish translations for KDE5 applications. - kde-l10n-sv, KDE uygulamalarını İsveçli yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-sv-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-sv/pspec.xml - - - kde-l10n-sv - system.locale - lang-sv - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - kde-l10n-sv-doc - Swedish documentation files for KDE - KDE5 için İsveçli belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-sk - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:sk - desktop.kde.l10n - Slovak KDE5 internationalization package - KDE5 Slovak yerelleştirme paketi - kde-l10n-sk is the KDE5 internationalization package that provides Slovak translations for KDE5 applications. - kde-l10n-sk, KDE uygulamalarını Slovak yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-sk-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-sk/pspec.xml - - - kde-l10n-sk - system.locale - lang-sk - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-ga - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:ga - desktop.kde.l10n - Irish Gaelic KDE5 internationalization package - KDE5 İrlandalı Gaelce yerelleştirme paketi - kde-l10n-ga is the KDE5 internationalization package that provides Irish Gaelic translations for KDE5 applications. - kde-l10n-ga, KDE uygulamalarını İrlandalı Gaelce yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ga-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-ga/pspec.xml - - - kde-l10n-ga - system.locale - lang-ga - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-21 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-ru - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:ru - desktop.kde.l10n - Russian KDE5 internationalization package - KDE5 Rusça yerelleştirme paketi - kde-l10n-ru is the KDE5 internationalization package that provides Russian translations for KDE5 applications. - kde-l10n-ru, KDE uygulamalarını Rusça yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ru-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-ru/pspec.xml - - - kde-l10n-ru - system.locale - lang-ru - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/katepart - /usr/share/ktuberling - - - - kde-l10n-ru-doc - Russian documentation files for KDE - KDE5 için Rusça belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-ca-valencia - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:ca@valencia - desktop.kde.l10n - Southern Catalan KDE5 internationalization package - kde-l10n-ca@valencia is the KDE5 internationalization package that provides Southern Catalan translations for KDE5 applications. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ca@valencia-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - gettext-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - - - kde4.patch - - desktop/kde/l10n/kde-l10n-ca-valencia/pspec.xml - - - kde-l10n-ca-valencia - system.locale - lang-ca@valencia - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/ktuberling - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kde-l10n-he - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:he - desktop.kde.l10n - Hebrew KDE5 internationalization package - KDE5 İbranice yerelleştirme paketi - kde-l10n-he is the KDE5 internationalization package that provides Hebrew translations for KDE5 applications. - kde-l10n-he, KDE uygulamalarını İbranice yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-he-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-he/pspec.xml - - - kde-l10n-he - system.locale - lang-he - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-21 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-hr - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:hr - desktop.kde.l10n - Croatian KDE5 internationalization package - KDE5 Hırvat yerelleştirme paketi - kde-l10n-hr is the KDE5 internationalization package that provides Croatian translations for KDE5 applications. - kde-l10n-hr, KDE uygulamalarını Hırvat yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-hr-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - - - kde4.patch - - desktop/kde/l10n/kde-l10n-hr/pspec.xml - - - kde-l10n-hr - system.locale - lang-hr - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-21 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-de - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:de - desktop.kde.l10n - German KDE5 internationalization package - kde-l10n-de is the KDE5 internationalization package that provides German translations for KDE5 applications. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-de-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-de/pspec.xml - - - kde-l10n-de - system.locale - lang-de - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - kde-l10n-de-doc - German documentation files for KDE - - /usr/share/man - /usr/share/doc - - - - - 2016-01-24 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-21 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-ro - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:ro - desktop.kde.l10n - Romanian KDE5 internationalization package - KDE5 Romanya yerelleştirme paketi - kde-l10n-ro is the KDE5 internationalization package that provides Romanian translations for KDE5 applications. - kde-l10n-ro, KDE uygulamalarını Romanya yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ro-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-ro/pspec.xml - - - kde-l10n-ro - system.locale - lang-ro - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-mr - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:mr - desktop.kde.l10n - Marathi translations KDE5 internationalization package - KDE5 Marathi translations yerelleştirme paketi - kde-l10n-mr is the KDE5 internationalization package that provides Marathi translations translations for KDE5 applications. - kde-l10n-mr, KDE uygulamalarını Marathi translations yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-mr-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-mr/pspec.xml - - - kde-l10n-mr - system.locale - lang-mr - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-ja - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:ja - desktop.kde.l10n - Japanese KDE5 internationalization package - KDE5 Japon yerelleştirme paketi - kde-l10n-ja is the KDE5 internationalization package that provides Japanese translations for KDE5 applications. - kde-l10n-ja, KDE uygulamalarını Japon yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ja-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-ja/pspec.xml - - - kde-l10n-ja - system.locale - lang-ja - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - kde-l10n-ja-doc - Japanese documentation files for KDE - KDE5 için Japon belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-23 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-wa - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:wa - desktop.kde.l10n - Walloon KDE5 internationalization package - KDE5 Valon yerelleştirme paketi - kde-l10n-wa is the KDE5 internationalization package that provides Walloon translations for KDE5 applications. - kde-l10n-wa, KDE uygulamalarını Valon yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-wa-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-wa/pspec.xml - - - kde-l10n-wa - system.locale - lang-wa - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-es - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:es - desktop.kde.l10n - Spanish KDE5 internationalization package - KDE5 İspanyolca yerelleştirme paketi - kde-l10n-es is the KDE5 internationalization package that provides Spanish translations for KDE5 applications. - kde-l10n-el, KDE uygulamalarını İspanyolca yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-es-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-es/pspec.xml - - - kde-l10n-es - system.locale - lang-es - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - kde-l10n-es-doc - Spanish documentation files for KDE - KDE5 için İspanyolca belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-fi - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:fi - desktop.kde.l10n - Finnish KDE5 internationalization package - KDE5 Finlandiya yerelleştirme paketi - kde-l10n-fi is the KDE5 internationalization package that provides Finnish translations for KDE5 applications. - kde-l10n-fi, KDE uygulamalarını Finlandiya yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-fi-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - - - kde4.patch - - desktop/kde/l10n/kde-l10n-fi/pspec.xml - - - kde-l10n-fi - system.locale - lang-fi - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/ktuberling - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-fr - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:fr - desktop.kde.l10n - French KDE5 internationalization package - KDE5 Fransız yerelleştirme paketi - kde-l10n-fr is the KDE5 internationalization package that provides French translations for KDE5 applications. - kde-l10n-fr, KDE uygulamalarını Fransız yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-fr-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-fr/pspec.xml - - - kde-l10n-fr - system.locale - lang-fr - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - /usr/share/kstars - /usr/share/ktuberling - - - - kde-l10n-fr-doc - French documentation files for KDE - KDE5 için Fransız belgeler - - /usr/share/man - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-ar - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:ar - desktop.kde.l10n - Arabic KDE5 internationalization package - KDE5 Arapça yerelleştirme paketi - kde-l10n-ar is the KDE5 internationalization package that provides Arabic translations for KDE5 applications. - kde-l10n-ar, KDE uygulamalarını Arapça yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ar-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - qt5-linguist - kconfig-devel - extra-cmake-modules - kdoctools-devel - - - kde4.patch - - desktop/kde/l10n/kde-l10n-ar/pspec.xml - - - kde-l10n-ar - system.locale - lang-ar - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-l10n-ug - http://l10n.kde.org - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - locale:ug - desktop.kde.l10n - Uygur KDE5 internationalization package - KDE5 Uygur yerelleştirme paketi - kde-l10n-ug is the KDE5 internationalization package that provides Uygur translations for KDE5 applications. - kde-l10n-ug, KDE uygulamalarını Uygur yerelde kullanmanızı sağlayan yerelleştirme paketidir. - mirrors://kde/stable/applications/15.12.1/src/kde-l10n/kde-l10n-ug-15.12.1.tar.xz - - qt5-base-devel - ki18n-devel - kconfig-devel - qt5-linguist - extra-cmake-modules - kdoctools-devel - docbook-xsl - - - kde4.patch - - desktop/kde/l10n/kde-l10n-ug/pspec.xml - - - kde-l10n-ug - system.locale - lang-ug - - /usr/share/locale - /usr/share/apps - /usr/share/khangman - /usr/share/klettres - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-26 - 15.08.1 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kshisen - http://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/applications/15.08.0/src/kshisen-15.08.0.tar.xz - - qt5-base-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 - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/games/kshisen/pspec.xml - - - kshisen - - qt5-base - libgcc - ki18n - kconfig - kconfigwidgets - kwidgetsaddons - kxmlgui - kcoreaddons - kdbusaddons - libkdegames - libkmahjongg - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2015-08-29 - 1.6.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kpat - http://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/applications/15.12.1/src/kpat-15.12.1.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-quick1-devel - qt5-phonon-devel - kdoctools-devel - cmake - gettext-devel - kio-devel - kpackage-devel - kitemviews-devel - kinit-devel - kunitconversion-devel - kdelibs4-support-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 - - desktop/kde/games/kpat/pspec.xml - - - kpat - - qt5-base - kdelibs4-support - libkdegames - knewstuff - ki18n - libgcc - kconfig - kxmlgui - qt5-svg - kguiaddons - kcompletion - kcoreaddons - kdbusaddons - kconfigwidgets - kwidgetsaddons - - - /etc/xdg - /usr/share - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-23 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2015-08-16 - 15.04.3 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - libkdegames - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.games - A tool for managing print jobs and printers - Print-Manager. A tool to managing your print jobs and the Printers - mirrors://kde/stable/applications/15.12.1/src/libkdegames-15.12.1.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 - kdelibs4-support-devel - kdesignerplugin - mesa-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/games/libkdegames/pspec.xml - - - libkdegames - - qt5-base - kdelibs4-support - kdnssd - kdeclarative - knewstuff - kio - ki18n - libgcc - openal - kconfig - kxmlgui - qt5-svg - karchive - kguiaddons - libsndfile - kcompletion - kcoreaddons - kiconthemes - kconfigwidgets - kwidgetsaddons - qt5-declarative - - - /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 - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2015-08-16 - 15.04.3 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - libkmahjongg - http://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/applications/15.12.1/src/libkmahjongg-15.12.1.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/games/libkmahjongg/pspec.xml - - - libkmahjongg - - qt5-base - qt5-svg - libgcc - ki18n - kconfig - kcompletion - kconfigwidgets - kwidgetsaddons - - - /usr/bin - /usr/share - /usr/lib - /usr/share/doc - - - - libkmahjongg-devel - Development files for libkmahjongg - - libkmahjongg - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-25 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-24 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kwordquiz - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.games - 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/applications/15.12.1/src/kwordquiz-15.12.1.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/games/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 - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-30 - 15.08.2 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kauth - http://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.19/kauth-5.19.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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-21 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kinit - http://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.19/kinit-5.19.0.tar.xz - - qt5-base-devel - kdoctools-devel - libX11-devel - libcap-devel - libgcc - 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 - kwindowsystem-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/framework/kinit/pspec.xml - - - kinit - - qt5-base - libX11 - libcap - libgcc - kio - kcrash - kcoreaddons - kconfig - ki18n - kservice - kwindowsystem - - - /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 - kio-devel - kcrash-devel - kcoreaddons-devel - kconfig-devel - ki18n-devel - kservice-devel - kwindowsystem-devel - kinit - - - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - plasma-framework - http://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.19/plasma-framework-5.19.0.tar.xz - - qt5-base-devel - qt5-quickcontrols - kdoctools-devel - qt5-svg-devel - qt5-script-devel - qt5-quick1-devel - qt5-x11extras-devel - qt5-declarative-devel - mesa-devel - libX11-devel - libxcb-devel - kauth-devel - kcodecs-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 - 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-base - qt5-svg - qt5-script - qt5-x11extras - qt5-declarative - qt5-quickcontrols - qt5-quick1 - mesa - libgcc - libX11 - libxcb - kactivities - knotifications - kpackage - karchive - kconfig - kconfigwidgets - kcoreaddons - kdbusaddons - kdeclarative - kglobalaccel - kguiaddons - ki18n - kiconthemes - kio - kservice - kwindowsystem - kxmlgui - - - /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 - qt5-svg-devel - qt5-script-devel - qt5-x11extras-devel - qt5-declarative-devel - mesa-devel - libX11-devel - libxcb-devel - kactivities-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 - kservice-devel - kwindowsystem-devel - kxmlgui-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-28 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kemoticons - http://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.19/kemoticons-5.19.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 - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kemoticons-devel - Development files for kemoticons - - kemoticons - qt5-base-devel - karchive-devel - kcoreaddons-devel - kconfig-devel - kservice-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - networkmanager-qt - http://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.19/networkmanager-qt-5.19.0.tar.xz - - qt5-base-devel - NetworkManager-devel - extra-cmake-modules - - desktop/kde/framework/networkmanager-qt/pspec.xml - - - networkmanager-qt - - qt5-base - NetworkManager - libgcc - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-25 - 5.18.0 - rebuild for NetworkManager - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-25 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kidletime - http://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.19/kidletime-5.19.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 - libgcc - libxcb - libXScrnSaver - libXext - qt5-x11extras - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - sonnet - http://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.19/sonnet-5.19.0.tar.xz - - qt5-base-devel - qt5-linguist - hunspell-devel - aspell-devel - extra-cmake-modules - - desktop/kde/framework/sonnet/pspec.xml - - - sonnet - - qt5-base - libgcc - aspell - hunspell - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-24 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kapidox - http://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.19/kapidox-5.19.0.tar.xz - - python-Jinja2 - python-PyYAML - qt5-base-devel - extra-cmake-modules - - desktop/kde/framework/kapidox/pspec.xml - - - kapidox - - qt5-base - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-20 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kded - http://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.19/kded-5.19.0.tar.xz - - qt5-base-devel - kdoctools-devel - kinit-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 - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/bin - /usr/share/doc - /usr/share/man - - - - kded-devel - Development files for kded - - qt5-base-devel - kcoreaddons-devel - kconfig-devel - kcrash-devel - kdbusaddons-devel - kservice-devel - kded - - - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-24 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-06 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kbookmarks - http://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.19/kbookmarks-5.19.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 - kiconthemes - kwidgetsaddons - kxmlgui - - - /etc - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kbookmarks-devel - Development files for kbookmarks - - kbookmarks - qt5-base-devel - kcoreaddons-devel - kcodecs-devel - kconfig-devel - kiconthemes-devel - kwidgetsaddons-devel - kxmlgui-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-25 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - frameworkintegration - http://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.19/frameworkintegration-5.19.0.tar.xz - - libxcb-devel - libXcursor-devel - qt5-base-devel - qt5-declarative-devel - qt5-x11extras-devel - oxygen-fonts - kconfig-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 - - desktop/kde/framework/frameworkintegration/pspec.xml - - - frameworkintegration - - libgcc - qt5-base - libxcb - libXcursor - qt5-x11extras - kconfig - kxmlgui - kcompletion - kcoreaddons - kjobwidgets - kconfigwidgets - kiconthemes - ki18n - kio - knotifications - kwidgetsaddons - oxygen-fonts - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - frameworkintegration-devel - Development files for framework-integration - - frameworkintegration - qt5-base-devel - libxcb-devel - libXcursor-devel - qt5-x11extras-devel - kconfig-devel - kxmlgui-devel - kcompletion-devel - kcoreaddons-devel - kjobwidgets-devel - kconfigwidgets-devel - kiconthemes-devel - ki18n-devel - kio-devel - knotifications-devel - kwidgetsaddons-devel - - - /usr/include - /usr/lib/cmake - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - New Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kplotting - http://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.19/kplotting-5.19.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - desktop/kde/framework/kplotting/pspec.xml - - - kplotting - - qt5-base - libgcc - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kplotting-devel - Development files for kplotting - - qt5-base-devel - kplotting - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@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.19/kpackage-5.19.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 - libgcc - kconfig - ki18n - kcoreaddons - karchive - - - /usr/bin - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-23 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - extra-cmake-modules - http://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.19/extra-cmake-modules-5.19.0.tar.xz - - cmake - - desktop/kde/framework/extra-cmake-modules/pspec.xml - - - extra-cmake-modules - programming.build - - cmake - - - /usr/share - /usr/lib - /usr/share/man/man7 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-01 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-20 - 5.11.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kdeclarative - http://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.19/kdeclarative-5.19.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 - 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 - libgcc - libepoxy - qt5-declarative - kpackage - kconfig - kservice - kcoreaddons - kglobalaccel - ki18n - kiconthemes - kio - 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 - libepoxy-devel - qt5-declarative-devel - kpackage-devel - kconfig-devel - kservice-devel - kcoreaddons-devel - kglobalaccel-devel - ki18n-devel - kiconthemes-devel - kio-devel - kwidgetsaddons-devel - kwindowsystem-devel - kdeclarative - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-25 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kglobalaccel - http://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.19/kglobalaccel-5.19.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 - extra-cmake-modules - - desktop/kde/framework/kglobalaccel/pspec.xml - - - kglobalaccel - - qt5-base - libgcc - libxcb - kcrash - kconfig - qt5-x11extras - kcoreaddons - kdbusaddons - xcb-util-keysyms - kwindowsystem - - - /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 - libxcb-devel - kcrash-devel - kconfig-devel - qt5-x11extras-devel - kcoreaddons-devel - kdbusaddons-devel - xcb-util-keysyms-devel - kwindowsystem-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-25 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - baloo - http://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.19/baloo-5.19.0.tar.xz - - qt5-base-devel - qt5-declarative-devel - kcoreaddons-devel - kdbusaddons-devel - kauth-devel - kconfig-devel - kcrash-devel - ki18n-devel - kidletime-devel - kio-devel - solid-devel - kfilemetadata-devel - kdoctools-devel - lmdb-devel - extra-cmake-modules - - desktop/kde/framework/baloo/pspec.xml - - - baloo - - qt5-base - qt5-declarative - kcoreaddons - kdbusaddons - kauth - 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 - qt5-declarative-devel - kcoreaddons-devel - kdbusaddons-devel - kauth-devel - kconfig-devel - kcrash-devel - ki18n-devel - kidletime-devel - kio-devel - solid-devel - kfilemetadata-devel - lmdb-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-20 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-16 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-26 - 5.13 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-07-01 - 5.9.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-06 - 5.9.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - modemmanager-qt - http://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.19/modemmanager-qt-5.19.0.tar.xz - - qt5-base-devel - ModemManager-devel - extra-cmake-modules - - desktop/kde/framework/modemmanager-qt/pspec.xml - - - modemmanager-qt - - qt5-base - libgcc - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-26 - 5.18.0 - rebuild for ModemManager - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - ktextwidgets - http://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.19/ktextwidgets-5.19.0.tar.xz - - qt5-base-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 - libgcc - kconfig - kcompletion - kconfigwidgets - kiconthemes - kwidgetsaddons - ki18n - sonnet - kservice - kcoreaddons - kwindowsystem - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - ktextwidgets-devel - Development files for ktextwidgets - - ktextwidgets - qt5-base-devel - kconfig-devel - kcompletion-devel - kconfigwidgets-devel - kiconthemes-devel - kwidgetsaddons-devel - ki18n-devel - sonnet-devel - kservice-devel - kcoreaddons-devel - kwindowsystem-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-25 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - knewstuff - http://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.19/knewstuff-5.19.0.tar.xz - - qt5-base-devel - boost-devel - kauth-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/knewstuff/pspec.xml - - - knewstuff - - qt5-base - libgcc - kwidgetsaddons - ktextwidgets - kiconthemes - kcompletion - kitemviews - karchive - attica - kconfig - kcoreaddons - ki18n - kio - kservice - kxmlgui - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - knewstuff-devel - Development files for knewstuff - - qt5-base-devel - kwidgetsaddons-devel - ktextwidgets-devel - kiconthemes-devel - kcompletion-devel - kitemviews-devel - karchive-devel - attica-devel - kconfig-devel - kcoreaddons-devel - ki18n-devel - kio-devel - kservice-devel - kxmlgui-devel - knewstuff - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-28 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-06 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kio - http://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.19/kio-5.19.0.tar.xz - - qt5-base-devel - acl-devel - attr-devel - mit-kerberos - 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 - libxslt-devel - qt5-script-devel - zlib-devel - docbook-sgml4_5 - docbook-xml - docbook-xsl - extra-cmake-modules - - desktop/kde/framework/kio/pspec.xml - - - kio - - qt5-base - acl - attr - libxml2 - libxslt - libgcc - mit-kerberos - knotifications - qt5-script - qt5-x11extras - karchive - kconfig - kcodecs - kbookmarks - kcompletion - kconfigwidgets - kcoreaddons - kdbusaddons - ki18n - kiconthemes - kitemviews - kjobwidgets - kservice - ktextwidgets - kwallet - kwidgetsaddons - kwindowsystem - kxmlgui - solid - - - /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 - qt5-base-devel - acl-devel - attr-devel - libxml2-devel - libxslt-devel - knotifications-devel - qt5-script-devel - qt5-x11extras-devel - karchive-devel - kconfig-devel - kcodecs-devel - kbookmarks-devel - kcompletion-devel - kconfigwidgets-devel - kcoreaddons-devel - kdbusaddons-devel - ki18n-devel - kiconthemes-devel - kitemviews-devel - kjobwidgets-devel - kservice-devel - ktextwidgets - kwallet-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - solid-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kdbusaddons - http://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.19/kdbusaddons-5.19.0.tar.xz - - qt5-base-devel - qt5-linguist - qt5-x11extras-devel - extra-cmake-modules - - desktop/kde/framework/kdbusaddons/pspec.xml - - - kdbusaddons - - libgcc - qt5-base - qt5-x11extras - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-21 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kcoreaddons - http://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.19/kcoreaddons-5.19.0.tar.xz - - qt5-base-devel - qt5-linguist - shared-mime-info - extra-cmake-modules - mesa-devel - - desktop/kde/framework/kcoreaddons/pspec.xml - - - kcoreaddons - - qt5-base - libgcc - shared-mime-info - docbook-xsl - - - /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 - - - System.Package - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-21 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kfilemetadata - http://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.19/kfilemetadata-5.19.0.tar.xz - - qt5-base-devel - attr-devel - ebook-tools-devel - exiv2-devel - ffmpeg-devel - taglib-devel - poppler-qt5-devel - karchive-devel - ki18n-devel - extra-cmake-modules - - desktop/kde/framework/kfilemetadata/pspec.xml - - - kfilemetadata - - qt5-base - ebook-tools - libgcc - exiv2-libs - taglib - ffmpeg - poppler-qt5 - karchive - ki18n - - - /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 - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-03 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-26 - 5.13 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-07-01 - 5.9.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-03 - 5.9.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - threadweaver - http://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.19/threadweaver-5.19.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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-28 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kcmutils - http://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.19/kcmutils-5.19.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 - extra-cmake-modules - - desktop/kde/framework/kcmutils/pspec.xml - - - kcmutils - - qt5-base - qt5-declarative - libgcc - kdeclarative - kconfigwidgets - kwidgetsaddons - kconfig - kauth - kcoreaddons - ki18n - kiconthemes - kitemviews - kservice - kxmlgui - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kcmutils-devel - Development files for kcmutils - - kcmutils - qt5-base-devel - qt5-declarative-devel - kdeclarative-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kconfig-devel - kauth-devel - kcoreaddons-devel - ki18n-devel - kiconthemes-devel - kitemviews-devel - kservice-devel - kxmlgui-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kconfigwidgets - http://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.19/kconfigwidgets-5.19.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 - - desktop/kde/framework/kconfigwidgets/pspec.xml - - - kconfigwidgets - - libgcc - qt5-base - kauth - kcodecs - kconfig - kcoreaddons - kguiaddons - ki18n - kwidgetsaddons - - - /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 - qt5-base-devel - kauth-devel - kcodecs-devel - kconfig-devel - kcoreaddons-devel - kguiaddons-devel - ki18n-devel - kwidgetsaddons-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-21 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kwidgetsaddons - http://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.19/kwidgetsaddons-5.19.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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-21 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - solid - http://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.19/solid-5.19.0.tar.xz - - qt5-base-devel - eudev-devel - qt5-linguist - qt5-declarative-devel - udisks2-devel - upower-devel - media-player-info - extra-cmake-modules - - desktop/kde/framework/solid/pspec.xml - - - solid - - qt5-base - qt5-declarative - media-player-info - libgcc - eudev - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-23 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kdesu - http://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.19/kdesu-5.19.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 - libgcc - libX11 - - - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kdesu-devel - Development files for kdesu - - kdesu - qt5-base-devel - kcoreaddons-devel - kpty-devel - kservice-devel - ki18n-devel - kconfig-devel - libX11-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-25 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kservice - http://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.19/kservice-5.19.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 - libgcc - 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 - qt5-base-devel - kconfig-devel - kcoreaddons-devel - kcrash-devel - kdbusaddons-devel - ki18n-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump, rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-24 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kdoctools - http://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.19/kdoctools-5.19.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 - libgcc - libxslt - 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 - karchive-devel - libgcc - libxml2-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-21 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - attica - http://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.19/attica-5.19.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - desktop/kde/framework/attica/pspec.xml - - - attica - - qt5-base - libgcc - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-20 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kitemviews - http://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.19/kitemviews-5.19.0.tar.xz - - qt5-base-devel - qt5-linguist - extra-cmake-modules - - desktop/kde/framework/kitemviews/pspec.xml - - - kitemviews - - qt5-base - libgcc - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-24 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kwindowsystem - http://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.19/kwindowsystem-5.19.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 - libgcc - libxcb - qt5-x11extras - libXfixes - xcb-util-keysyms - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump, rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-23 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kjobwidgets - http://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.19/kjobwidgets-5.19.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 - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kjobwidgets-devel - Development files for kjobwidgets - - qt5-base-devel - kjobwidgets - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-25 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kparts - http://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.19/kparts-5.19.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 - knotifications - kservice - kwidgetsaddons - kxmlgui - kio - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kparts-devel - Development files for kparts - - qt5-base-devel - kjobwidgets-devel - kconfig-devel - kcoreaddons-devel - ki18n-devel - kiconthemes-devel - knotifications-devel - kservice-devel - kwidgetsaddons-devel - kxmlgui-devel - kio-devel - kparts - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - knotifications - http://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.19/knotifications-5.19.0.tar.xz - - qt5-base-devel - qt5-linguist - kwindowsystem-devel - qt5-x11extras-devel - kservice-devel - kconfig-devel - kcoreaddons-devel - kiconthemes-devel - kcodecs-devel - libdbusmenu-qt-devel - qt5-phonon-devel - extra-cmake-modules - - desktop/kde/framework/knotifications/pspec.xml - - - knotifications - - qt5-base - qt5-phonon - libgcc - qt5-x11extras - kconfig - kcodecs - kcoreaddons - kiconthemes - kservice - libdbusmenu-qt - kwindowsystem - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - knotifications-devel - Development files for knotifications - - knotifications - qt5-base-devel - qt5-phonon-devel - qt5-x11extras-devel - kconfig-devel - kcodecs-devel - kcoreaddons-devel - kiconthemes-devel - kservice-devel - kwindowsystem-devel - libdbusmenu-qt-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-03 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@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.19/breeze-icons-5.19.0.tar.xz - - extra-cmake-modules - qt5-base-devel - - desktop/kde/framework/breeze-icons/pspec.xml - - - breeze-icons - Breeze icon themes - - /usr/share - /usr/share/doc - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-26 - 5.17.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - kiconthemes - http://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.19/kiconthemes-5.19.0.tar.xz - - qt5-base-devel - qt5-svg-devel - ki18n-devel - kauth-devel - kcodecs-devel - kconfig-devel - kitemviews-devel - kconfigwidgets-devel - kwidgetsaddons-devel - extra-cmake-modules - - desktop/kde/framework/kiconthemes/pspec.xml - - - kiconthemes - - libgcc - qt5-base - qt5-svg - kconfigwidgets - ki18n - kitemviews - kwidgetsaddons - kconfig - kcoreaddons - - - /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 - qt5-svg-devel - kconfigwidgets-devel - ki18n-devel - kitemviews-devel - kwidgetsaddons-devel - kconfig-devel - kcoreaddons-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-22 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kdnssd - http://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.19/kdnssd-5.19.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 - libgcc - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kunitconversion - http://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.19/kunitconversion-5.19.0.tar.xz - - qt5-base-devel - ki18n-devel - extra-cmake-modules - - desktop/kde/framework/kunitconversion/pspec.xml - - - kunitconversion - - qt5-base - libgcc - ki18n - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kunitconversion-devel - Development files for kunitconversion - - qt5-base-devel - ki18n-devel - kunitconversion - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kconfig - http://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.19/kconfig-5.19.0.tar.xz - - qt5-base-devel - qt5-linguist - extra-cmake-modules - - desktop/kde/framework/kconfig/pspec.xml - - - kconfig - - qt5-base - libgcc - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-21 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - karchive - http://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.19/karchive-5.19.0.tar.xz - - qt5-base-devel - xz-devel - zlib-devel - bzip2 - extra-cmake-modules - - desktop/kde/framework/karchive/pspec.xml - - - karchive - - qt5-base - xz - zlib - bzip2 - libgcc - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-20 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kwallet - http://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.19/kwallet-5.19.0.tar.xz - - libxslt - docbook-xsl - qt5-base-devel - libgcrypt-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 - libgcc - libgcrypt - kconfig - kcoreaddons - kdbusaddons - ki18n - kiconthemes - knotifications - kservice - kwidgetsaddons - kwindowsystem - - - /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 - libgcrypt-devel - kconfig-devel - kcoreaddons-devel - kdbusaddons-devel - ki18n-devel - kiconthemes-devel - knotifications-devel - kservice-devel - kwidgetsaddons-devel - kwindowsystem-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-14 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kdesignerplugin - http://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.19/kdesignerplugin-5.19.0.tar.xz - - qt5-base-devel - qt5-linguist - kdoctools-devel - kio-devel - kauth-devel - kconfigwidgets-devel - kxmlgui-devel - kplotting-devel - ktextwidgets-devel - sonnet-devel - kdewebkit-devel - docbook-xml - docbook-xsl - extra-cmake-modules - - desktop/kde/framework/kdesignerplugin/pspec.xml - - - kdesignerplugin - - qt5-base - libgcc - kdewebkit - kcoreaddons - kitemviews - kconfig - sonnet - kcompletion - kconfigwidgets - kiconthemes - kio - kplotting - ktextwidgets - kwidgetsaddons - kxmlgui - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-28 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-28 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - bluez-qt - http://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.19/bluez-qt-5.19.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 - - bluez - qt5-base - qt5-declarative - libgcc - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - bluez-qt-devel - Development files for bluez-qt - - qt5-base-devel - qt5-declarative-devel - bluez-qt - - - /usr/include - /usr/lib/cmake - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-14 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-26 - 5.13.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-17 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-06 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kpty - http://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.19/kpty-5.19.0.tar.xz - - qt5-base-devel - utempter-devel - kcoreaddons-devel - ki18n-devel - extra-cmake-modules - - desktop/kde/framework/kpty/pspec.xml - - - kpty - - qt5-base - utempter - libgcc - kcoreaddons - ki18n - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kpty-devel - Development files for kpty - - qt5-base-devel - utempter-devel - kcoreaddons-devel - ki18n-devel - kpty - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-24 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kcodecs - http://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.19/kcodecs-5.19.0.tar.xz - - qt5-base-devel - qt5-linguist - extra-cmake-modules - - desktop/kde/framework/kcodecs/pspec.xml - - - kcodecs - - qt5-base - libgcc - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-21 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kactivities - http://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.19/kactivities-5.19.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 - - - build-source.patch - - desktop/kde/framework/kactivities/pspec.xml - - - kactivities - - qt5-base - qt5-declarative - libgcc - kconfig - kconfigwidgets - kcoreaddons - kdbusaddons - ki18n - kio - kglobalaccel - kservice - kxmlgui - kwindowsystem - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kactivities-devel - Development files for kactivities - - qt5-base-devel - qt5-declarative-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kdbusaddons-devel - ki18n-devel - kio-devel - kglobalaccel-devel - kservice-devel - kxmlgui-devel - kwindowsystem-devel - kactivities - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kcompletion - http://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.19/kcompletion-5.19.0.tar.xz - - qt5-base-devel - qt5-linguist - kconfig-devel - kwidgetsaddons-devel - extra-cmake-modules - - desktop/kde/framework/kcompletion/pspec.xml - - - kcompletion - - qt5-base - libgcc - 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 - kwidgetsaddons-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-21 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - ki18n - http://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.19/ki18n-5.19.0.tar.xz - - qt5-base-devel - qt5-script-devel - qt5-declarative-devel - extra-cmake-modules - - desktop/kde/framework/ki18n/pspec.xml - - - ki18n - - libgcc - qt5-base - qt5-script - 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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-21 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kitemmodels - http://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.19/kitemmodels-5.19.0.tar.xz - - qt5-base-devel - extra-cmake-modules - - desktop/kde/framework/kitemmodels/pspec.xml - - - kitemmodels - - qt5-base - libgcc - - - /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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-24 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kguiaddons - http://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.19/kguiaddons-5.19.0.tar.xz - - libX11-devel - libxcb-devel - qt5-base-devel - qt5-x11extras-devel - extra-cmake-modules - - desktop/kde/framework/kguiaddons/pspec.xml - - - kguiaddons - - libgcc - libX11 - qt5-base - qt5-x11extras - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kguiaddons-devel - Development files for kguiaddons - - kguiaddons - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-21 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kcrash - http://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.19/kcrash-5.19.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 - libgcc - qt5-x11extras - kcoreaddons - kwindowsystem - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kcrash-devel - Development files for kcrash - - qt5-base-devel - qt5-x11extras-devel - kcrash - kcoreaddons-devel - kwindowsystem-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-23 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kxmlrpcclient - http://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.19/kxmlrpcclient-5.19.0.tar.xz - - qt5-base-devel - kauth-devel - kio-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 - qt5-base-devel - ki18n-devel - kcoreaddons-devel - kio-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kpeople - http://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.19/kpeople-5.19.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 - libgcc - kconfig - kcoreaddons - kservice - kwidgetsaddons - ki18n - kitemviews - - - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kpeople-devel - Development files for kpeople - - qt5-base-devel - qt5-declarative-devel - kconfig-devel - kcoreaddons-devel - kwidgetsaddons-devel - kservice-devel - ki18n-devel - kitemviews-devel - kpeople - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-25 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kimageformats - http://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.19/kimageformats-5.19.0.tar.xz - - qt5-base-devel - openexr-devel - ilmbase-devel - extra-cmake-modules - - desktop/kde/framework/kimageformats/pspec.xml - - - kimageformats - - qt5-base - libgcc - openexr-libs - ilmbase - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-30 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kdewebkit - http://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.19/kdewebkit-5.19.0.tar.xz - - qt5-base-devel - qt5-webkit-devel - qt5-webkit - 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 - libgcc - 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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-28 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kxmlgui - http://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.19/kxmlgui-5.19.0.tar.xz - - qt5-base-devel - attica-devel - kcoreaddons-devel - kconfig-devel - kconfigwidgets-devel - kauth-devel - kcodecs-devel - sonnet-devel - kglobalaccel-devel - ki18n-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 - kiconthemes - kitemviews - ktextwidgets - kwidgetsaddons - kwindowsystem - - - /etc - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kxmlgui-devel - Development files for kxmlgui - - kxmlgui - qt5-base-devel - attica-devel - kcoreaddons-devel - kconfig-devel - kconfigwidgets-devel - kglobalaccel-devel - ki18n-devel - kiconthemes-devel - kitemviews-devel - ktextwidgets-devel - kwidgetsaddons-devel - kwindowsystem-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-25 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-31 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - ktexteditor - http://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.19/ktexteditor-5.19.0.tar.xz - - qt5-base-devel - qt5-script-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 - libgit2-devel - kjobwidgets-devel - extra-cmake-modules - - desktop/kde/framework/ktexteditor/pspec.xml - - - ktexteditor - - qt5-script - qt5-base - libgcc - libgit2 - ktextwidgets - kwidgetsaddons - kconfigwidgets - kjobwidgets - kiconthemes - kcoreaddons - kcompletion - kitemviews - 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 - - qt5-script-devel - qt5-base-devel - libgit2-devel - ktextwidgets-devel - kwidgetsaddons-devel - kconfigwidgets-devel - kjobwidgets-devel - kiconthemes-devel - kcoreaddons-devel - kcompletion-devel - kitemviews-devel - kxmlgui-devel - kcodecs-devel - karchive-devel - kguiaddons-devel - kconfig-devel - ki18n-devel - kio-devel - ki18n-devel - kparts-devel - sonnet-devel - ktexteditor - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - knotifyconfig - http://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.19/knotifyconfig-5.19.0.tar.xz - - qt5-base-devel - qt5-phonon-devel - kauth-devel - kconfig-devel - kcompletion-devel - ki18n-devel - kio-devel - extra-cmake-modules - - desktop/kde/framework/knotifyconfig/pspec.xml - - - knotifyconfig - - qt5-base - qt5-phonon - libgcc - kconfig - kcompletion - 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 - qt5-phonon-devel - kauth-devel - kconfig-devel - kcompletion-devel - ki18n-devel - kio-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-16 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-27 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kstars - http://edu.kde.org/applications/all/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 - mirrors://kde/stable/applications/15.12.1/src/kstars-15.12.1.tar.xz - - qt5-base-devel - qt5-multimedia-devel - qt5-quick1-devel - qt5-svg-devel - qt5-sql-mysql - qt5-sql-postgresql - qt5-sql-sqlite - qt5-sql-odbc - eigen3 - xplanet - 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 - extra-cmake-modules - - desktop/kde/edu/kstars/pspec.xml - - - kstars - - qt5-base - qt5-svg - libindi - cfitsio - kio - kinit - knewstuff - kplotting - ktexteditor - zlib - ki18n - libgcc - kconfig - kxmlgui - kcoreaddons - kiconthemes - kconfigwidgets - kwidgetsaddons - wcslib - xplanet - - - /etc/xdg - /usr/lib - /usr/share/doc - /usr/bin - /usr/share - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-18 - 15.08.3 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - klettres - http://edu.kde.org/applications/all/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/applications/15.12.1/src/klettres-15.12.1.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 - qt5-phonon-devel - - desktop/kde/edu/klettres/pspec.xml - - - klettres - - qt5-base - qt5-svg - qt5-phonon - knewstuff - ki18n - kconfig - kxmlgui - kcompletion - kcoreaddons - kconfigwidgets - kwidgetsaddons - libgcc - - - /usr/share/doc - /usr/bin - /usr/share - /etc/xdg - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-17 - 15.08.3 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - blinken - https://www.kde.org/applications/education/blinken/ - - Stefan Gronewold (groni) - groni@pisilinux.org - - FDL - GPL - LGPL - gui - desktop.kde.education - Blinken - Memory Enhancement Game - 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. - mirrors://kde/stable/applications/15.12.1/src/blinken-15.12.1.tar.xz - - extra-cmake-modules - gettext-devel - kdbusaddons-devel - kdoctools-devel - kguiaddons-devel - ki18n-devel - kxmlgui-devel - qt5-base-devel - - desktop/kde/edu/blinken/pspec.xml - - - blinken - Blinken - Memory Enhancement Game - - kconfig - kcoreaddons - kdbusaddons - kguiaddons - ki18n - kxmlgui - libgcc - qt5-base - qt5-phonon - qt5-svg - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-06 - 15.08.2 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kiten - http://edu.kde.org/applications/all/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/applications/15.12.1/src/kiten-15.12.1.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 - kwidgetsaddons-devel - - desktop/kde/edu/kiten/pspec.xml - - - kiten - - qt5-base - karchive - kcompletion - kconfig - kconfigwidgets - kcoreaddons - kdoctools - gettext - ki18n - khtml - kxmlgui - kio - kparts - libgcc - 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 - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-16 - 15.08.3 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kdeedu-data - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:library - desktop.kde.edu - Common data for KDE Edu applications - Common data for KDE Edu applications. - mirrors://kde/stable/applications/15.12.1/src/kdeedu-data-15.12.1.tar.xz - - extra-cmake-modules - - desktop/kde/edu/kdeedu-data/pspec.xml - - - kdeedu-data - - /usr/share - /usr/share/doc - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-22 - 15.08.2 - First Release - Stefan Gronewold (groni) - 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/applications/15.12.1/src/kturtle-15.12.1.tar.xz - - qt5-base-devel - qt5-svg-devel - kdoctools-devel - kdelibs4-support-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/edu/kturtle/pspec.xml - - - kturtle - - qt5-base - qt5-svg - ki18n - knewstuff - libgcc - kcoreaddons - ktextwidgets - kconfigwidgets - kwidgetsaddons - kxmlgui - kconfig - kdelibs4-support - - - /etc/xdg - /usr/share/doc - /usr/bin - /usr/share - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-17 - 15.08.3 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kmplot - http://kde.org/applications/education/kmplot/ - - Stefan Gronewold (groni) - groni@pisilinux.org - - FDL - GPL - LGPL - desktop.kde.education - 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/applications/15.12.1/src/kmplot-15.12.1.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/edu/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 - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-06 - 15.08.2 - First Release - Stefan Gronewold (groni) - groni@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/applications/15.12.1/src/parley-15.12.1.tar.xz - - qt5-base-devel - qt5-svg-devel - qt5-multimedia-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 - - desktop/kde/edu/parley/pspec.xml - - - parley - - qt5-base - qt5-svg - qt5-multimedia - 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 - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-17 - 15.08.3 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kig - http://edu.kde.org/applications/all/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/applications/15.12.1/src/kig-15.12.1.tar.xz - - qt5-base-devel - qt5-svg-devel - boost-devel - ktexteditor-devel - kdoctools-devel - kemoticons-devel - kitemmodels-devel - qt5-xmlpatterns-devel - gettext-devel - pkgconfig - extra-cmake-modules - - desktop/kde/edu/kig/pspec.xml - - - kig - - qt5-base - boost - 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 - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-16 - 15.08.3 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - khangman - http://edu.kde.org/applications/all/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/applications/15.12.1/src/khangman-15.12.1.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/edu/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 - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-16 - 15.08.3 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - prison-qt5 - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - MIT - library - desktop.kde.addon - A barcode API to produce QRCode barcodes and DataMatrix barcode - A barcode API to produce QRCode barcodes and DataMatrix barcode. - http://download.lunar-linux.org/lunar/mirrors/prison-frameworks-1.2.1.tar.xz - - qt5-base-devel - libdmtx-devel - qrencode-devel - extra-cmake-modules - mesa-devel - - desktop/kde/addon/prison-qt5/pspec.xml - - - prison-qt5 - - qt5-base - libgcc - mesa - libdmtx - qrencode - - - /usr/lib/*.so.* - /usr/lib/qt5/mkspecs/modules - /usr/share/doc - - - - prison-qt5-devel - Development files for libepoxy - - prison-qt5 - - - /usr/include/KF5/prison_version.h - /usr/include/KF5/PRISON/prison - /usr/lib/*.so - /usr/lib/cmake/KF5Prison/*.cmake - - - - - 2016-01-17 - 1.2.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-12-24 - 1.2.20150831 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-22 - 1.1.1_20150821 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libdmtx - http://www.libdmtx.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - desktop.kde.addon - 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. - http://sourceforge.net/projects/libdmtx/files/libdmtx/0.7.4/libdmtx-0.7.4.tar.gz - desktop/kde/addon/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 - - - - - 2015-06-05 - 0.7.4 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2011-08-09 - 0.7.4 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - qrencode - http://fukuchi.org/works/qrencode/index.en.html - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - LGPLv2.1 - library - desktop.kde.addon - 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-3.4.4.tar.gz - - libsdl-devel - m4 - gettext-devel - libpng-devel - - desktop/kde/addon/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 - - - - - 2015-02-22 - 3.4.4 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-22 - 3.3.1 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2012-04-05 - 3.3.1 - 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/applications/15.12.1/src/kcharselect-15.12.1.tar.xz - - qt5-base-devel - kdoctools-devel - cmake - extra-cmake-modules - ki18n-devel - kwidgetsaddons-devel - kxmlgui-devel - mesa-devel - - desktop/kde/utils/kcharselect/pspec.xml - - - kcharselect - - qt5-base - kxmlgui - ki18n - libgcc - kconfig - kcoreaddons - kconfigwidgets - kwidgetsaddons - - - /usr/share/doc - /usr/bin - /usr/share - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-20 - 15.08.0 - First Release. - Stefan Gronewold (groni) - groni@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/applications/15.12.1/src/kcalc-15.12.1.tar.xz - - qt5-base-devel - kdoctools-devel - extra-cmake-modules - gmp-devel - cmake - kconfig-devel - kconfigwidgets-devel - kguiaddons-devel - ki18n-devel - kinit-devel - knotifications-devel - kxmlgui-devel - mesa-devel - - desktop/kde/utils/kcalc/pspec.xml - - - kcalc - - qt5-base - gmp - ki18n - libgcc - kconfig - kxmlgui - kguiaddons - kcoreaddons - kconfigwidgets - knotifications - kwidgetsaddons - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-20 - 15.08.0 - First Release. - Stefan Gronewold (groni) - 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/applications/15.12.1/src/filelight-15.12.1.tar.xz - - qt5-base-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/utils/filelight/pspec.xml - - - filelight - - 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 - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First Release. - Stefan Gronewold (groni) - groni@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/applications/15.12.1/src/ktimer-15.12.1.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/utils/ktimer/pspec.xml - - - ktimer - - qt5-base - kio - ki18n - libgcc - kconfig - kcoreaddons - kdbusaddons - kconfigwidgets - knotifications - kwidgetsaddons - - - /usr/share/doc - /usr/bin - /usr/share - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-21 - 15.08.0 - First Release. - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kwalletmanager - http://kde.org/applications/system/kwalletmanager - - 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/applications/15.12.1/src/kwalletmanager-15.12.1.tar.xz - - qt5-base - kdoctools-devel - cmake - extra-cmake-modules - kcoreaddons-devel - kauth-devel - kwallet-devel - kservice-devel - kcmutils-devel - kdelibs4-support-devel - ki18n-devel - kxmlgui-devel - kconfig-devel - kconfigwidgets-devel - kdbusaddons-devel - mesa-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/utils/kwalletmanager/pspec.xml - - - kwalletmanager - - qt5-base - kcmutils - kdelibs4-support - kauth - ki18n - 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 - /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 - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-21 - 15.08.0 - First Release. - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kfoldersync - http://ur1.ca/hq3ve - - Stefan Gronewold (groni) - groni@pisilinux.org - - GPLv2 - system - Folder synchronization and backup tool for KDE - Smart folder comparison, It depends only on KDE Frameworks. - http://kde-apps.org/CONTENT/content-files/164092-kfoldersync-3.0.0.tar.xz - - extra-cmake-modules - gettext-devel - cmake - kcoreaddons-devel - kdbusaddons-devel - ki18n-devel - kio-devel - knotifications-devel - kxmlgui-devel - qt5-base-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 - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2015-12-02 - 3.0.0 - Update to stable version - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2015-11-05 - 3.0.0 - First Release - Stefan Gronewold (groni) - groni@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/applications/15.12.1/src/kapptemplate-15.12.1.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/sdk/kapptemplate/pspec.xml - - - kapptemplate - - qt5-base - kio - ki18n - libgcc - kconfig - karchive - kcompletion - kcoreaddons - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-07-19 - 15.08.2 - First Release. - Stefan Gronewold (groni) - 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/applications/15.12.1/src/kompare-15.12.1.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/sdk/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 - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-07 - 15.08.2 - First Release. - Stefan Gronewold (groni) - groni@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/applications/15.12.1/src/libkomparediff2-15.12.1.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/sdk/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 - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-07-19 - 15.04.3 - First Release. - Stefan Gronewold (groni) - 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/applications/15.12.1/src/lokalize-15.12.1.tar.xz - - qt5-base-devel - hunspell-devel - extra-cmake-modules - kdoctools-devel - kio-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 - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-odbc - - desktop/kde/sdk/lokalize/pspec.xml - - - lokalize - - qt5-base - kio - kitemviews - ki18n - kross - kparts - libgcc - sonnet - kconfig - kxmlgui - kcompletion - kcoreaddons - kdbusaddons - ktextwidgets - kconfigwidgets - knotifications - kwidgetsaddons - hunspell - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-07-19 - 15.04.3 - First Release. - Stefan Gronewold (groni) - groni@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/applications/15.12.1/src/umbrello-15.12.1.tar.xz - - qt5-base-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 - - desktop/kde/sdk/umbrello/pspec.xml - - - umbrello - - qt5-base - kio - ki18n - libgcc - kconfig - kxmlgui - libxml2 - qt5-svg - karchive - kcompletion - kcoreaddons - kiconthemes - kjobwidgets - ktextwidgets - kconfigwidgets - kwidgetsaddons - ktexteditor - libxslt - kwindowsystem - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First Release. - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - ktp-common-internals - http://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.application - Common components for KDE-Telepathy - Common components for KDE-Telepathy - mirrors://kde/stable/applications/15.12.2/src/ktp-common-internals-15.12.2.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/application/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 - - - - 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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-22 - 15.08.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - akonadi-calendar - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.application - Akonadi calendar integration - Calendar integration for Akonadi. - mirrors://kde/stable/applications/15.12.2/src/akonadi-calendar-15.12.2.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 - kdelibs4-support-devel - extra-cmake-modules - kdesignerplugin - kdepimlibs-devel - kmime-devel - cyrus-sasl-devel - kcontacts-devel - kidentitymanagement-devel - kcalcore-devel - kcalutils-devel - - desktop/kde/application/akonadi-calendar/pspec.xml - - - akonadi-calendar - - qt5-base - ki18n - kcodecs - kdelibs4-support - kio - kmime - libgcc - kconfig - kxmlgui - kcalcore - kcalutils - kcontacts - kdepimlibs - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - kjobwidgets - kconfigwidgets - kmailtransport - kwidgetsaddons - kidentitymanagement - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - akonadi-calendar-devel - Development files for akonadi-calendar - - qt5-base-devel - akonadi-calendar - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-22 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - libksane - http://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.application - 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/applications/15.12.2/src/libksane-15.12.2.tar.xz - - ki18n-devel - kwallet-devel - qt5-base-devel - ktextwidgets-devel - sane-backends-devel - kwidgetsaddons-devel - extra-cmake-modules - - desktop/kde/application/libksane/pspec.xml - - - libksane - - ki18n - kwallet - qt5-base - ktextwidgets - sane-backends - kwidgetsaddons - - - /usr/lib - /usr/share/icons - - - - libksane-devel - Development files for libksane - libksane için geliştirme dosyaları - - libksane - - - /usr/lib/cmake - /usr/include - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-19 - 15.12.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kate - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.application - Advanced Text Editor - Plasma library and runtime components based upon KF5 and Qt5 - mirrors://kde/stable/applications/15.12.2/src/kate-15.12.2.tar.xz - - qt5-base-devel - plasma-framework-devel - kdoctools-devel - knewstuff-devel - kinit-devel - kparts-devel - ktexteditor-devel - threadweaver-devel - kitemmodels-devel - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-odbc - docbook-xsl - extra-cmake-modules - kded-devel - - desktop/kde/application/kate/pspec.xml - - - kate - - qt5-base - libgcc - libgit2 - knewstuff - ki18n - kconfig - kded - kguiaddons - kactivities - kjobwidgets - kitemmodels - kio - kparts - ktexteditor - kwindowsystem - kxmlgui - plasma-framework - kwallet - kservice - kbookmarks - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - ktextwidgets - threadweaver - kconfigwidgets - knotifications - kwidgetsaddons - - - /usr/share - /etc/xdg - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-19 - 15.08.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-03 - 15.04.2 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - signon-kwallet-extension - http://kde.org - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv2 - app - desktop.kde.application - KWallet signon extension - KWallet signon extension - mirrors://kde/stable/applications/15.12.2/src/signon-kwallet-extension-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - kwallet-devel - signon-devel - - desktop/kde/application/signon-kwallet-extension/pspec.xml - - - signon-kwallet-extension - KWallet signon extension - - libgcc - signon - kwallet - qt5-base - - - /usr/lib/signon - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-03 - 15.08.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - kbruch - http://edu.kde.org/applications/mathematics/kbruch - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kbruch-15.12.2.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/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-22 - 15.08.2 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - poxml - http://www.kde.org/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPLv2 - app:gui - desktop.kde.application - 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. - mirrors://kde/stable/applications/15.12.2/src/poxml-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - gettext-devel - kdoctools-devel - docbook-xsl - - desktop/kde/application/poxml/pspec.xml - - - poxml - - libgcc - gettext - qt5-base - - - /usr/bin - /usr/share/doc - /usr/share/man - - - kdesdk - - - kdesdk - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-20 - 15.12.0 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-14 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-03 - 4.11.1 - First release - Mathias Freire - mathiasfreire45@gmail.com - - - - - - ktp-send-file - http://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.application - 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/applications/15.12.2/src/ktp-send-file-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - kcmutils-devel - kio-devel - kiconthemes-devel - ki18n-devel - ktp-common-internals-devel - telepathy-logger-qt-devel - telepathy-qt5-devel - - desktop/kde/application/ktp-send-file/pspec.xml - - - ktp-send-file - A File manager plugin to launch a file transfer job with a specified contact - - kio - ki18n - libgcc - qt5-base - kcoreaddons - kiconthemes - telepathy-qt5 - kwidgetsaddons - ktp-common-internals - - - /usr/bin - /usr/share - /usr/share/kservices5 - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-23 - 15.08.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - ktuberling - http://kde.org/applications/games/ktuberling/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/ktuberling-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - libkdegames-devel - - desktop/kde/application/ktuberling/pspec.xml - - - ktuberling - A simple constructor game suitable for children and adults alike - - ki18n - libgcc - kconfig - kxmlgui - qt5-svg - qt5-base - qt5-phonon - kcompletion - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - kdelibs4-support - - - /usr/bin - /usr/share/applications - /usr/share/icons - /usr/share/ktuberling - /usr/share/kxmlgui5 - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-19 - 15.12.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - kio-extras - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.application - Additional KIO-slaves for KDE5 applications - Additional KIO-slaves for KDE5 applications - mirrors://kde/stable/applications/15.12.2/src/kio-extras-15.12.2.tar.xz - - exiv2-devel - gettext-devel - karchive-devel - kconfig-devel - kcoreaddons-devel - kdbusaddons-devel - kdelibs4-support-devel - kdnssd-devel - kdoctools-devel - kemoticons-devel - khtml-devel - ki18n-devel - kiconthemes-devel - kinit-devel - kio-devel - kitemmodels-devel - kpty-devel - kunitconversion-devel - libjpeg-turbo-devel - libmtp-devel - libssh-devel - qt5-base-devel - qt5-phonon-devel - qt5-svg-devel - samba-devel - shared-mime-info - solid-devel - openexr-devel - openslp-devel - docbook-xsl - kdesignerplugin - extra-cmake-modules - cmake - - desktop/kde/application/kio-extras/pspec.xml - - - kio-extras - - exiv2-libs - karchive - kbookmarks - kcodecs - kconfig - kconfigwidgets - kcoreaddons - kdbusaddons - kdelibs4-support - kdnssd - kguiaddons - khtml - ki18n - kiconthemes - kio - kparts - kpty - kservice - kxmlgui - libgcc - libjpeg-turbo - libmtp - libssh - qt5-base - qt5-phonon - qt5-svg - samba - solid - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-03 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-22 - 15.08.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-14 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - knavalbattle - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/knavalbattle-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kmailtransport - http://pim.kde.org/akonadi - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.kde.application - Mail Transport Service - Mail Transport Service - akonadi - mirrors://kde/stable/applications/15.12.2/src/kmailtransport-15.12.2.tar.xz - - qt5-base-devel - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kcmutils-devel - kmime-devel - akonadi-search-devel - akonadi-devel - cyrus-sasl-devel - extra-cmake-modules - - desktop/kde/application/kmailtransport/pspec.xml - - - kmailtransport - app:console - - qt5-base - ki18n - kio - libgcc - kmime - kconfig - kwallet - kcompletion - kdepimlibs - kcoreaddons - kconfigwidgets - kwidgetsaddons - kdelibs4-support - - - /usr/lib - /usr/lib/qt5 - /usr/share/kservices5 - /usr/share/doc/ - /usr/share/config.kcfg - - - - kmailtransport-devel - Development files for akonadi - - kmailtransport - qt5-base-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-21 - 15.08.0 - First Release. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - kfourinline - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kfourinline-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - libkdegames-devel - - desktop/kde/application/kfourinline/pspec.xml - - - kfourinline - - ki18n - kdnssd - libgcc - kconfig - kxmlgui - qt5-svg - qt5-base - kcompletion - kcoreaddons - libkdegames - kconfigwidgets - kwidgetsaddons - kdelibs4-support - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-18 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - 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.application - 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/applications/15.12.2/src/bovo-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - mesa-devel - qt5-svg-devel - kxmlgui-devel - kdoctools-devel - libkdegames-devel - qt5-declarative-devel - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-18 - 15.08.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - partitionmanager - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.application - 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/partitionmanager/1.2.1/src/partitionmanager-1.2.1.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 - - desktop/kde/application/partitionmanager/pspec.xml - - - partitionmanager - - qt5-base - libatasmart - libgcc - parted - libutil-linux - kio - ki18n - kconfig - kxmlgui - kservice - kcoreaddons - kiconthemes - kjobwidgets - kconfigwidgets - kwidgetsaddons - - - /usr/bin - /usr/share - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - - 2015-09-27 - 1.2.1 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kmbox - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.application - MBox library support. - MBox library support. - mirrors://kde/stable/applications/15.12.2/src/kmbox-15.12.2.tar.xz - - qt5-base-devel - extra-cmake-modules - kmime-devel - boost-devel - - desktop/kde/application/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 - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - libkeduvocdocument - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:library - desktop.kde.application - Common libraries for KDE Edu applications - Libraries for KDE EDU applications. - mirrors://kde/stable/applications/15.12.2/src/libkeduvocdocument-15.12.2.tar.xz - - qt5-base-devel - extra-cmake-modules - ki18n-devel - kio-devel - karchive-devel - mesa-devel - - desktop/kde/application/libkeduvocdocument/pspec.xml - - - libkeduvocdocument - - qt5-base - karchive - libgcc - ki18n - kio - kcoreaddons - - - /usr/lib - /usr/share/doc - - - - libkeduvocdocument-devel - Development files for libkeduvocdocument - - libkeduvocdocument - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-24 - 15.08.2 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - gwenview - http://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - library - desktop.kde.application - 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/applications/15.12.2/src/gwenview-15.12.2.tar.xz - - exiv2-devel - qt5-base-devel - libkipi-devel - kdoctools-devel - kio-devel - kactivities-devel - kded-devel - kdelibs4-support-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 - - desktop/kde/application/gwenview/pspec.xml - - - gwenview - - qt5-base - exiv2-libs - kactivities - libkipi - libkdcraw - kded - kdelibs4-support - 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 - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share - /usr/share/icons - /usr/share/applications - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-03 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-12 - 15.08.0 - first release, use stable source. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - gpgmepp - https://projects.kde.org/gpgmepp - - Ertuğrul Erata - ertugrulerata@gmail.com - - LGPLv2 - desktop.kde.application - 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ı - mirrors://kde/stable/applications/15.12.2/src/gpgmepp-15.12.2.tar.xz - - boost-devel - qt5-base-devel - gpgme-devel - extra-cmake-modules - - desktop/kde/application/gpgmepp/pspec.xml - - - gpgmepp - - libgcc - qt5-base - gpgme - - - /usr/lib - /usr/share/doc - - - - gpgmepp-devel - - gpgmepp - - - /usr/include - /usr/lib/cmake - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-21 - 15.08.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - ktp-text-ui - http://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.application - Telepathy handler for Text Chats - Telepathy handler for Text Chats - mirrors://kde/stable/applications/15.12.2/src/ktp-text-ui-15.12.2.tar.xz - - extra-cmake-modules - karchive-devel - sonnet-devel - kwidgetsaddons-devel - kservice-devel - kemoticons-devel - kio-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 - qt5-location-devel - qt5-webkit-devel - - desktop/kde/application/ktp-text-ui/pspec.xml - - - ktp-text-ui - Telepathy handler for Text Chats - - kio - ki18n - libgcc - sonnet - kconfig - kxmlgui - karchive - kcmutils - kservice - qt5-base - kdewebkit - kemoticons - kitemviews - qt5-webkit - 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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-23 - 15.08.3 - 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.application - 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/applications/15.12.2/src/krfb-15.12.2.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 - - desktop/kde/application/krfb/pspec.xml - - - krfb - - ki18n - kdnssd - libX11 - libgcc - kconfig - kwallet - kxmlgui - libXtst - qt5-base - kcompletion - kcoreaddons - kdbusaddons - libvncserver - qt5-x11extras - kconfigwidgets - knotifications - kwidgetsaddons - - - /usr/bin - /usr/lib - /usr/share/applications - /usr/share/krfb - /usr/share/kservicetypes5 - /usr/share/doc - - - kdenetwork - - - kdenetwork - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-14 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-03 - 4.11.1 - First release - Mathias Freire - mathiasfreire45@gmail.com - - - - - - kcontacts - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:gui - desktop.kde.application - Address book API for KDE. - Address book for KDE for Contacts. - mirrors://kde/stable/applications/15.12.2/src/kcontacts-15.12.2.tar.xz - - qt5-base-devel - ki18n-devel - kcodecs-devel - kconfig-devel - kio-devel - extra-cmake-modules - - desktop/kde/application/kcontacts/pspec.xml - - - kcontacts - - qt5-base - ki18n - kcodecs - kconfig - kcoreaddons - libgcc - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kcontacts-devel - Development files for kcontacts - - qt5-base-devel - kcontacts - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - spectacle - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/spectacle-15.12.2.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 - kio-devel - kwindowsystem-devel - kcoreaddons-devel - ki18n-devel - kwidgetsaddons-devel - knotifications-devel - - desktop/kde/application/spectacle/pspec.xml - - - spectacle - - qt5-base - kio - libkscreen - xcb-util-cursor - ki18n - libgcc - kconfig - kxmlgui - libkipi - kservice - kcoreaddons - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - kdbusaddons - libxcb - xcb-util - qt5-x11extras - xcb-util-image - - - /usr/bin - /usr/share - /usr/share/doc - - - ksnapshot - - - ksnapshot - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kdepimlibs - http://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.application - KDE5 PIM libraries - KDE5 PIM kitaplıkları - Contains KDE5 PIM (Personal Information Management) base libraries. - KDE5 PIM (Personal Information Management - Kişisel Bilgi Yönetimi) uygulamaları için gerekli kitaplıkları içerir. - mirrors://kde/stable/applications/15.12.2/src/kdepimlibs-15.12.2.tar.xz - - qt5-base-devel - boost-devel - gpgme-devel - qt5-sql-sqlite - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-postgresql - prison-qt5-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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kmime-devel - kcontacts-devel - kcalcore-devel - kldap-devel - extra-cmake-modules - - desktop/kde/application/kdepimlibs/pspec.xml - - - kdepimlibs - - qt5-base - kio - ki18n - libgcc - kcodecs - kmime - kldap - kxmlgui - kcalcore - kcontacts - kconfig - libxml2 - kservice - kguiaddons - kitemviews - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - ktextwidgets - kconfigwidgets - kwidgetsaddons - kdelibs4-support - qt5-phonon - prison-qt5 - akonadi - cyrus-sasl - - - /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 - - - - kdepimlibs-devel - Development package for KDE5 PIM libraries - KDE5 PIM kitaplıkları için geliştirme paketi - Contains development tools and header files for KDE5 PIM (Personal Information Management) base libraries. - KDE5 PIM (Personal Information Management - Kişisel Bilgi Yönetimi) uygulamaları için gerekli kitaplıklarla ilgili geliştirme araçları ve başlık dosyalarını içerir. - - qt5-base-devel - boost-devel - kdepimlibs - - - /usr/lib/cmake - /usr/include - /usr/lib/gpgmepp - /usr/share/kde4/apps/cmake - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-11 - 15.08.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-14 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-09 - 4.11.4 - Rebuild for cyrus-sasl. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdegraphics-thumbnailers - http://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.application - KDE4 thumbnailer library - KDE4 önizleme kitaplıkları - kdegraphics-thumbnailers contains thumbnail-related libraries. - kdegraphics-thumbnailers, önizleme kitaplıklarını içerir. - mirrors://kde/stable/applications/15.12.2/src/kdegraphics-thumbnailers-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - kio-devel - libkdcraw-devel - libkexiv2-devel - - desktop/kde/application/kdegraphics-thumbnailers/pspec.xml - - - kdegraphics-thumbnailers - - kio - libgcc - qt5-base - libkdcraw - libkexiv2 - - - /usr/lib - /usr/share/doc - /usr/share - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kteatime - http://www.kde.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kteatime-15.12.2.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/application/kteatime/pspec.xml - - - kteatime - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kiconthemes - ktextwidgets - knotifyconfig - kconfigwidgets - knotifications - - - /usr/bin - /usr/doc - /usr/share - - - kdetoys - - - kdetoys - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-20 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-03 - 4.11.1 - First release - Mathias Freire - mathiasfreire45@gmail.com - - - - - - kamera - http://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.application - 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/applications/15.12.2/src/kamera-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - kconfigwidgets-devel - kxmlgui-devel - kio-devel - ki18n-devel - kconfig-devel - kdoctools-devel - libgphoto2-devel - - desktop/kde/application/kamera/pspec.xml - - - kamera - - kio - ki18n - libgcc - kconfig - kxmlgui - qt5-base - libgphoto2 - kcoreaddons - kconfigwidgets - kwidgetsaddons - - - /usr/lib - /usr/share/doc - /usr/share - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktnef - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.application - 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/applications/15.12.2/src/ktnef-15.12.2.tar.xz - - qt5-base-devel - kdoctools-devel - extra-cmake-modules - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kcalcore-devel - kcalutils-devel - kcontacts-devel - - desktop/kde/application/ktnef/pspec.xml - - - ktnef - - qt5-base - kcalutils - ki18n - libgcc - kcalcore - kcontacts - kdelibs4-support - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - ktnef-devel - Development files for ktnef - - qt5-base-devel - ktnef - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-24 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - picmi - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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. - mirrors://kde/stable/applications/15.12.2/src/picmi-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/picmi/pspec.xml - - - picmi - picmi - - ki18n - libgcc - kxmlgui - qt5-svg - qt5-base - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-03 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kpimtextedit - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:gui - desktop.kde.application - A textedit with PIM-specific features. - Text Edit with KDE-PIM specific features. - mirrors://kde/stable/applications/15.12.2/src/kpimtextedit-15.12.2.tar.xz - - qt5-base-devel - ki18n-devel - kcodecs-devel - kconfig-devel - kio-devel - kemoticons-devel - kdesignerplugin - kitemmodels-devel - kinit-devel - kdelibs4-support-devel - kunitconversion-devel - kdoctools-devel - extra-cmake-modules - grantlee-qt5-devel - - desktop/kde/application/kpimtextedit/pspec.xml - - - kpimtextedit - - qt5-base - ki18n - kcodecs - kio - sonnet - libgcc - kemoticons - kcompletion - ktextwidgets - kwidgetsaddons - grantlee-qt5 - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kpimtextedit-devel - Development files for kpimtextedit - - qt5-base-devel - kpimtextedit - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kapman - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kapman-15.12.2.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 - kdelibs4-support-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-15 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kgeography - http://edu.kde.org/applications/all/kgeography - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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 - mirrors://kde/stable/applications/15.12.2/src/kgeography-15.12.2.tar.xz - - qt5-base-devel - kconfig-devel - kdoctools-devel - kxmlgui-devel - kwidgetsaddons-devel - kcoreaddons-devel - ki18n-devel - kitemviews-devel - kiconthemes-devel - kservice-devel - kconfigwidgets-devel - extra-cmake-modules - - desktop/kde/application/kgeography/pspec.xml - - - kgeography - - qt5-base - libgcc - kconfig - kxmlgui - kwidgetsaddons - kcoreaddons - ki18n - kitemviews - kiconthemes - kconfigwidgets - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-22 - 15.08.2 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - ktp-desktop-applets - http://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.application - The KDE-Telepathy Plasma desktop applets - The KDE-Telepathy Plasma desktop applets - mirrors://kde/stable/applications/15.12.2/src/ktp-desktop-applets-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - kwindowsystem-devel - plasma-framework-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-23 - 15.08.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - kontactinterface - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:library - desktop.kde.application - 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/applications/15.12.2/src/kontactinterface-15.12.2.tar.xz - - qt5-base-devel - kdoctools-devel - extra-cmake-modules - kcoreaddons-devel - kparts-devel - kwindowsystem-devel - ki18n-devel - kxmlgui-devel - kiconthemes-devel - - desktop/kde/application/kontactinterface/pspec.xml - - - kontactinterface - - qt5-base - kio - kparts - libgcc - kxmlgui - kcoreaddons - kiconthemes - kwindowsystem - - - /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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-24 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - ksyndication - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:library - desktop.kde.application - RSS/Atom parser library - syndication is a parser library for RSS and Atom feeds. - mirrors://kde/stable/applications/15.12.2/src/syndication-15.12.2.tar.xz - - qt5-base-devel - kio-devel - kdoctools-devel - extra-cmake-modules - - desktop/kde/application/ksyndication/pspec.xml - - - ksyndication - - qt5-base - kio - kcodecs - libgcc - kcoreaddons - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - ksyndication-devel - Development files for ksyndication - - qt5-base-devel - ksyndication - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-23 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kjumpingcube - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - Territory capture game - Alan kapma oyunu - KJumpingCube is a simple tactical game. - KJumpingCube basit bir taktik oyunudur. - kjumpingcube - mirrors://kde/stable/applications/15.12.2/src/kjumpingcube-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - libkdegames-devel - - desktop/kde/application/kjumpingcube/pspec.xml - - - kjumpingcube - - ki18n - libgcc - kconfig - kxmlgui - qt5-svg - qt5-base - kcoreaddons - libkdegames - kconfigwidgets - kwidgetsaddons - kdelibs4-support - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-19 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdepim-runtime - http://community.kde.org/KDE_PIM - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kdepim-runtime-15.12.2.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 - kalarmcal-devel - kcalutils-devel - kmbox-devel - kimap-devel - libkgapi-devel - kholidays-devel - ksyndication-devel - kdepimlibs-devel - cyrus-sasl-devel - qt5-declarative-devel - qt5-quick1-devel - qt5-xmlpatterns-devel - qt5-webkit-devel - extra-cmake-modules - qt5-location-devel - - desktop/kde/application/kdepim-runtime/pspec.xml - - - kdepim-runtime - - akonadi - libkgapi - kio - ki18n - kimap - kmbox - kmime - libgcc - kcodecs - kconfig - kwallet - kxmlgui - kcalcore - kcmutils - kservice - qt5-base - kalarmcal - kcalutils - kdepimlibs - kitemviews - kcompletion - kcoreaddons - kdbusaddons - kitemmodels - kcontacts - kjobwidgets - knotifyconfig - kwindowsystem - kconfigwidgets - kmailtransport - ktextwidgets - knotifications - kwidgetsaddons - qt5-xmlpatterns - akonadi-calendar - kdelibs4-support - kidentitymanagement - - - /etc/xdg - /usr/lib - /usr/bin - /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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-23 - 15.08.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - 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.application - 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/applications/15.12.2/src/analitza-15.12.2.tar.xz - - cmake - eigen3 - mesa-devel - qt5-svg-devel - extra-cmake-modules - qt5-declarative-devel - - desktop/kde/application/analitza/pspec.xml - - - analitza - - mesa - libgcc - qt5-svg - qt5-base - qt5-declarative - - - /usr/lib - /usr/share/doc - /usr/share/libanalitza/ - - - - analitza-devel - Development files for analitza - analitza için geliştirme dosyaları - - analitza - - - /usr/include - /usr/lib/cmake - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-19 - 15.08.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-18 - 15.04.3 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-23 - 4.10.2 - Dep fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kanagram - http://edu.kde.org/applications/all/kanagram - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kanagram-15.12.2.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/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-22 - 15.08.2 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - granatier - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/granatier-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/granatier/pspec.xml - - - granatier - - ki18n - libgcc - kconfig - kxmlgui - qt5-svg - qt5-base - knewstuff - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-19 - 15.08.2 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdepim - http://www.kde.org - - Pisi Linux Admins - vedat@pisilinux.org - - LGPLv2 - library - app:gui - desktop.kde.application - KDE Pim different packages with akonadi-console, kadressbook blogilo etc - Provides different Packages for KDE5 - mirrors://kde/stable/applications/15.12.2/src/kdepim-15.12.2.tar.xz - - qt5-base-devel - qt5-sql-mysql - qt5-sql-postgresql - qt5-sql-sqlite - qt5-sql-odbc - qt5-declarative-devel - qt5-quick1-devel - qt5-phonon-devel - qt5-webkit-devel - qt5-x11extras-devel - qt5-location-devel - prison-qt5-devel - openssl-devel - kinit-devel - kross-devel - libassuan-devel - akonadi-devel - akonadi-search-devel - kdnssd-devel - grantlee-qt5-devel - kpimtextedit-devel - kmailtransport-devel - kcalutils-devel - kholidays-devel - ktnef-devel - kimap-devel - ksyndication-devel - gpgmepp-devel - akonadi-calendar-devel - libSM-devel - NetworkManager-devel - kauth-devel - kbookmarks-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcrash-devel - kdbusaddons-devel - kdesignerplugin - kdoctools-devel - kglobalaccel-devel - kguiaddons-devel - ki18n-devel - kiconthemes-devel - kinit-devel - kidentitymanagement-devel - kio-devel - kitemviews-devel - knotifications-devel - kparts-devel - kservice-devel - ktextwidgets-devel - kunitconversion-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - kcmutils-devel - kdewebkit-devel - khtml-devel - ktexteditor-devel - kidentitymanagement-devel - kldap-devel - cyrus-sasl-devel - kmbox-devel - kontactinterface-devel - kalarmcal-devel - kxmlrpcclient-devel - kblog-devel - kdelibs4-support-devel - kdepimlibs-devel - kidentitymanagement-devel - gpgme-devel - libX11-devel - extra-cmake-modules - qt5-linguist - kemoticons-devel - kitemmodels-devel - knewstuff-devel - knotifyconfig-devel - libkgapi-devel - curl-devel - kdepim-runtime - libxslt-devel - - - alt-fix-linking.patch - alt-install-kalarm-helper.patch - CMakeLists.diff - - desktop/kde/application/kdepim/pspec.xml - - - libkdepim - Common libraries and resources for KDE PIM applications - - kio - ktnef - ki18n - kimap - kldap - kmbox - kmime - kross - libgcc - sonnet - akonadi - gpgmepp - kcodecs - kconfig - kwallet - kxmlgui - karchive - kcalcore - kcmutils - kservice - libkgapi - qt5-base - kalarmcal - kcalutils - kcontacts - kdewebkit - kholidays - knewstuff - kdepimlibs - kguiaddons - kitemviews - qt5-phonon - qt5-webkit - kdepim-runtime - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - kjobwidgets - grantlee-qt5 - kpimtextedit - ktextwidgets - kwindowsystem - akonadi-search - kconfigwidgets - kmailtransport - knotifications - kwidgetsaddons - akonadi-calendar - kdelibs4-support - kidentitymanagement - - - /etc/xdg/accountwizard.knsrc - /etc/xdg/kdepim.categories - /etc/xdg/libkleopatrarc - /etc/xdg/messageviewer_header_themes.knsrc - /usr/bin/accountwizard - /usr/bin/akonadi_followupreminder_agent - /usr/bin/akonadi_sendlater_agent - /usr/bin/ispdb - /usr/bin/pimsettingexporter - /usr/bin/pimsettingexporterconsole - /usr/lib/grantlee/5.0/kde_grantlee_plugin.so - /usr/lib/libKF5CalendarSupport.so.5 - /usr/lib/libKF5CalendarSupport.so.5.1.1 - /usr/lib/libKF5EventViews.so.5 - /usr/lib/libKF5EventViews.so.5.1.1 - /usr/lib/libKF5FollowupReminder.so.5 - /usr/lib/libKF5FollowupReminder.so.5.1.1 - /usr/lib/libKF5GrantleeTheme.so.5 - /usr/lib/libKF5GrantleeTheme.so.5.1.1 - /usr/lib/libKF5Gravatar.so.5 - /usr/lib/libKF5Gravatar.so.5.1.1 - /usr/lib/libKF5IncidenceEditorsng.so.5 - /usr/lib/libKF5IncidenceEditorsng.so.5.1.1 - /usr/lib/libKF5KDGantt2.so.5 - /usr/lib/libKF5KDGantt2.so.5.1.1 - /usr/lib/libKF5KaddressbookGrantlee.so.5 - /usr/lib/libKF5KaddressbookGrantlee.so.5.1.1 - /usr/lib/libKF5KdepimDBusInterfaces.so.5 - /usr/lib/libKF5KdepimDBusInterfaces.so.5.1.1 - /usr/lib/libKF5Libkdepim.so.5 - /usr/lib/libKF5Libkdepim.so.5.1.1 - /usr/lib/libKF5Libkleo.so.5 - /usr/lib/libKF5Libkleo.so.5.1.1 - /usr/lib/libKF5MailCommon.so.5 - /usr/lib/libKF5MailCommon.so.5.1.1 - /usr/lib/libKF5MailImporter.so.5 - /usr/lib/libKF5MailImporter.so.5.1.1 - /usr/lib/libKF5MessageComposer.so.5 - /usr/lib/libKF5MessageComposer.so.5.1.1 - /usr/lib/libKF5MessageCore.so.5 - /usr/lib/libKF5MessageCore.so.5.1.1 - /usr/lib/libKF5MessageViewer.so.5 - /usr/lib/libKF5MessageViewer.so.5.1.1 - /usr/lib/libKF5PimCommon.so.5 - /usr/lib/libKF5PimCommon.so.5.1.1 - /usr/lib/libKF5SendLater.so.5 - /usr/lib/libKF5SendLater.so.5.1.1 - /usr/lib/libKF5TemplateParser.so.5 - /usr/lib/libKF5TemplateParser.so.5.1.1 - /usr/lib/libpimsettingexporterprivate.so.5 - /usr/lib/libpimsettingexporterprivate.so.5.1.1 - /usr/lib/qt5/plugins/accountwizard_plugin.so - /usr/lib/qt5/plugins/designer - /usr/lib/qt5/plugins/grantlee/5.0 - /usr/lib/qt5/plugins/kcm_ldap.so - /usr/lib/qt5/plugins/messageviewer - /usr/lib/qt5/plugins/messageviewer_bodypartformatter_application_mstnef.so - /usr/lib/qt5/plugins/messageviewer_bodypartformatter_text_calendar.so - /usr/lib/qt5/plugins/messageviewer_bodypartformatter_text_vcard.so - /usr/lib/qt5/plugins/messageviewer_bodypartformatter_text_xdiff.so - /usr/lib/qt5/plugins/pimcommon - /usr/share/akonadi/accountwizard/tine20 - /usr/share/akonadi/agents/followupreminder.desktop - /usr/share/akonadi/agents/sendlateragent.desktop - /usr/share/applications/org.kde.accountwizard.desktop - /usr/share/applications/org.kde.pimsettingexporter.desktop - /usr/share/config.kcfg/customtemplates_kfg.kcfg - /usr/share/config.kcfg/templatesconfiguration_kfg.kcfg - /usr/share/dbus-1/interfaces/org.kde.addressbook.service.xml - /usr/share/dbus-1/interfaces/org.kde.mailtransport.service.xml - /usr/share/doc/kde5/html/en/akonadi_followupreminder_agent - /usr/share/doc/kde5/html/en/akonadi_sendlater_agent - /usr/share/doc/kde5/html/en/contactthemeeditor - /usr/share/doc/kde5/html/en/headerthemeeditor - /usr/share/doc/kde5/html/en/pimsettingexporter - /usr/share/doc/kdepim - /usr/share/icons/oxygen/128x128/mimetypes/x-mail-distribution-list.png - /usr/share/icons/oxygen/16x16/mimetypes/x-mail-distribution-list.png - /usr/share/icons/oxygen/22x22/mimetypes/x-mail-distribution-list.png - /usr/share/icons/oxygen/256x256/mimetypes/x-mail-distribution-list.png - /usr/share/icons/oxygen/32x32/mimetypes/x-mail-distribution-list.png - /usr/share/icons/oxygen/48x48/mimetypes/x-mail-distribution-list.png - /usr/share/icons/oxygen/512x512/mimetypes/x-mail-distribution-list.png - /usr/share/kconf_update/messageviewer.upd - /usr/share/kconf_update/pimsettingexporter-15.08-kickoff.sh - /usr/share/kconf_update/pimsettingexporter.upd - /usr/share/kdepimwidgets/pics - /usr/share/knotifications5/akonadi_followupreminder_agent.notifyrc - /usr/share/knotifications5/akonadi_sendlater_agent.notifyrc - /usr/share/knotifications5/messageviewer.notifyrc - /usr/share/kservices5/kcmldap.desktop - /usr/share/kservicetypes5/calendardecoration.desktop - /usr/share/kservicetypes5/calendarplugin.desktop - /usr/share/libkleopatra/pics - /usr/share/libmessageviewer/pics - /usr/share/messageviewer/about/default/background.png - /usr/share/messageviewer/about/default/main.css - /usr/share/messageviewer/about/default/main.html - /usr/share/messageviewer/about/default/splash.theme - /usr/share/messageviewer/about/default/status.html - /usr/share/messageviewer/longurlServices.json - /usr/share/messageviewer/plugins/bodypartformatter - /usr/share/mime/packages - - - kdepim - - - kdepim - - - - akonadiconsole - Akonadi Management and Debugging Console - - ki18n - kmime - libgcc - akonadi - kconfig - kxmlgui - kcalcore - qt5-base - kcontacts - kdepimlibs - kitemviews - kcompletion - kcoreaddons - kdbusaddons - kitemmodels - kpimtextedit - ktextwidgets - kconfigwidgets - kwidgetsaddons - kdelibs4-support - libkdepim - - - /usr/bin/akonadiconsole - /usr/share/applications/org.kde.akonadiconsole.desktop - /usr/share/icons/hicolor/128x128/apps/akonadiconsole.png - /usr/share/icons/hicolor/16x16/apps/akonadiconsole.png - /usr/share/icons/hicolor/22x22/apps/akonadiconsole.png - /usr/share/icons/hicolor/256x256/apps/akonadiconsole.png - /usr/share/icons/hicolor/32x32/apps/akonadiconsole.png - /usr/share/icons/hicolor/48x48/apps/akonadiconsole.png - /usr/share/icons/hicolor/64x64/apps/akonadiconsole.png - /usr/share/kconf_update/akonadiconsole-15.08-kickoff.sh - /usr/share/kconf_update/akonadiconsole.upd - - - kdepim - - - kdepim - - - - akregator - A Feed Reader for KDE - - kio - khtml - ki18n - kparts - libgcc - kcodecs - kconfig - kxmlgui - kcmutils - kservice - qt5-base - kcompletion - kcoreaddons - kiconthemes - kjobwidgets - kpimtextedit - ksyndication - ktextwidgets - knotifyconfig - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - kdelibs4-support - kontactinterface - libkdepim - - - /usr/bin/akregator - /usr/bin/akregatorstorageexporter - /usr/lib/libakregatorinterfaces.so - /usr/lib/libakregatorinterfaces.so.5 - /usr/lib/libakregatorinterfaces.so.5.1.1 - /usr/lib/libakregatorprivate.so.5 - /usr/lib/libakregatorprivate.so.5.1.1 - /usr/lib/qt5/plugins/akregator_config_advanced.so - /usr/lib/qt5/plugins/akregator_config_appearance.so - /usr/lib/qt5/plugins/akregator_config_archive.so - /usr/lib/qt5/plugins/akregator_config_browser.so - /usr/lib/qt5/plugins/akregator_config_general.so - /usr/lib/qt5/plugins/akregator_mk4storage_plugin.so - /usr/lib/qt5/plugins/akregatorpart.so - /usr/lib/qt5/plugins/kontact_akregatorplugin.so - /usr/share/akregator/about - /usr/share/appdata/akregator.appdata.xml - /usr/share/applications/org.kde.akregator.desktop - /usr/share/config.kcfg/akregator.kcfg - /usr/share/dbus-1/interfaces/org.kde.akregator.part.xml - /usr/share/doc/kde5/html/en/akregator - /usr/share/icons/hicolor/128x128/apps/akregator.png - /usr/share/icons/hicolor/16x16/apps/akregator.png - /usr/share/icons/hicolor/16x16/apps/akregator_empty.png - /usr/share/icons/hicolor/22x22/apps/akregator.png - /usr/share/icons/hicolor/256x256/apps/akregator.png - /usr/share/icons/hicolor/32x32/apps/akregator.png - /usr/share/icons/hicolor/48x48/apps/akregator.png - /usr/share/icons/hicolor/64x64/apps/akregator.png - /usr/share/kconf_update/akregator-15.08-kickoff.sh - /usr/share/kconf_update/akregator.upd - /usr/share/knotifications5/akregator.notifyrc - /usr/share/kontact/ksettingsdialog/akregator.setdlg - /usr/share/kservices5/akregator_config_advanced.desktop - /usr/share/kservices5/akregator_config_appearance.desktop - /usr/share/kservices5/akregator_config_archive.desktop - /usr/share/kservices5/akregator_config_browser.desktop - /usr/share/kservices5/akregator_config_general.desktop - /usr/share/kservices5/akregator_mk4storage_plugin.desktop - /usr/share/kservices5/akregator_part.desktop - /usr/share/kservices5/feed.protocol - /usr/share/kservices5/kontact/akregatorplugin.desktop - /usr/share/kservicetypes5/akregator_plugin.desktop - /usr/share/kxmlgui5/akregator - - - kdepim - - - kdepim - - - - blogilo - A KDE Blogging Client - - kio - kblog - ki18n - libgcc - sonnet - kconfig - kwallet - kxmlgui - libkgapi - qt5-base - kdewebkit - qt5-webkit - kcompletion - kcoreaddons - kdbusaddons - ktexteditor - kpimtextedit - ktextwidgets - kconfigwidgets - knotifications - kwidgetsaddons - libkdepim - - - /usr/bin/blogilo - /usr/lib/libKF5ComposerEditorNG.so.5 - /usr/lib/libKF5ComposerEditorNG.so.5.1.1 - /usr/share/appdata/blogilo.appdata.xml - /usr/share/applications/org.kde.blogilo.desktop - /usr/share/composereditor/composereditorinitialhtml - /usr/share/config.kcfg/blogilo.kcfg - /usr/share/doc/kde5/html/en/blogilo - /usr/share/icons/hicolor/128x128/actions/upload-media.png - /usr/share/icons/hicolor/128x128/apps/blogilo.png - /usr/share/icons/hicolor/16x16/actions/format-text-blockquote.png - /usr/share/icons/hicolor/16x16/actions/format-text-code.png - /usr/share/icons/hicolor/16x16/actions/insert-more-mark.png - /usr/share/icons/hicolor/16x16/actions/remove-link.png - /usr/share/icons/hicolor/16x16/actions/upload-media.png - /usr/share/icons/hicolor/16x16/apps/blogilo.png - /usr/share/icons/hicolor/22x22/actions/format-text-blockquote.png - /usr/share/icons/hicolor/22x22/actions/format-text-code.png - /usr/share/icons/hicolor/22x22/actions/insert-more-mark.png - /usr/share/icons/hicolor/22x22/actions/remove-link.png - /usr/share/icons/hicolor/22x22/actions/upload-media.png - /usr/share/icons/hicolor/22x22/apps/blogilo.png - /usr/share/icons/hicolor/32x32/actions/upload-media.png - /usr/share/icons/hicolor/32x32/apps/blogilo.png - /usr/share/icons/hicolor/48x48/actions/upload-media.png - /usr/share/icons/hicolor/48x48/apps/blogilo.png - /usr/share/icons/hicolor/64x64/actions/upload-media.png - /usr/share/icons/hicolor/64x64/apps/blogilo.png - /usr/share/kconf_update/blogilo-15.08-kickoff.sh - /usr/share/kconf_update/blogilo.upd - - - kdepim - - - kdepim - - - - kaddressbook - Contact Manager - - kio - ki18n - kparts - libgcc - gpgmepp - kcodecs - kconfig - kxmlgui - kcmutils - kservice - qt5-base - kcontacts - kdepimlibs - kcompletion - kcoreaddons - kiconthemes - kitemmodels - kjobwidgets - akonadi-search - kconfigwidgets - kwidgetsaddons - kdelibs4-support - kontactinterface - libkdepim - - - /usr/bin/kaddressbook - /etc/xdg/kaddressbook_themes.knsrc - /usr/lib/akonadi/contact/editorpageplugins/cryptopageplugin.so - /usr/lib/libkaddressbookprivate.so.5 - /usr/lib/libkaddressbookprivate.so.5.1.1 - /usr/lib/qt5/plugins/kaddressbookpart.so - /usr/lib/qt5/plugins/kontact_kaddressbookplugin.so - /usr/share/appdata/kaddressbook.appdata.xml - /usr/share/applications/kaddressbook-importer.desktop - /usr/share/applications/org.kde.kaddressbook.desktop - /usr/share/icons/hicolor/128x128/apps/kaddressbook.png - /usr/share/icons/hicolor/16x16/apps/kaddressbook.png - /usr/share/icons/hicolor/22x22/apps/kaddressbook.png - /usr/share/icons/hicolor/32x32/apps/kaddressbook.png - /usr/share/icons/hicolor/48x48/apps/kaddressbook.png - /usr/share/icons/hicolor/64x64/apps/kaddressbook.png - /usr/share/kaddressbook - /usr/share/kconf_update/kaddressbook-15.08-kickoff.sh - /usr/share/kconf_update/kaddressbook.upd - /usr/share/kontact/ksettingsdialog/kaddressbook.setdlg - /usr/share/kservices5/kaddressbookpart.desktop - /usr/share/kservices5/kontact/kaddressbookplugin.desktop - /usr/share/kxmlgui5/kaddressbook - - - kdepim - - - kdepim - - - - kalarm - Personal Alarm Scheduler - - kio - kauth - ki18n - kmime - libgcc - kcodecs - kconfig - kxmlgui - kcalcore - kservice - qt5-base - kalarmcal - kcalutils - kcontacts - kholidays - kdepimlibs - kguiaddons - qt5-phonon - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - kjobwidgets - kpimtextedit - ktextwidgets - kwindowsystem - kconfigwidgets - kmailtransport - knotifications - kwidgetsaddons - kdelibs4-support - kidentitymanagement - libkdepim - - - /usr/bin/kalarm - /usr/bin/kalarmautostart - /etc/dbus-1/system.d/org.kde.kalarmrtcwake.conf - /etc/xdg/autostart/kalarm.autostart.desktop - /usr/lib/kauth - /usr/share/appdata/kalarm.appdata.xml - /usr/share/applications/org.kde.kalarm.desktop - /usr/share/config.kcfg/kalarmconfig.kcfg - /usr/share/dbus-1/interfaces/org.kde.kalarm.kalarm.xml - /usr/share/dbus-1/system-services/org.kde.kalarmrtcwake.service - /usr/share/doc/kde5/html/en/kalarm - /usr/share/icons/hicolor/128x128/apps/kalarm.png - /usr/share/icons/hicolor/16x16/apps/kalarm.png - /usr/share/icons/hicolor/22x22/apps/kalarm.png - /usr/share/icons/hicolor/32x32/apps/kalarm.png - /usr/share/icons/hicolor/48x48/apps/kalarm.png - /usr/share/icons/hicolor/64x64/apps/kalarm.png - /usr/share/kalarm/icons/oxygen/16x16/actions/document-new-from-template.png - /usr/share/kalarm/icons/oxygen/16x16/actions/new-audio-alarm.png - /usr/share/kalarm/icons/oxygen/16x16/actions/new-command-alarm.png - /usr/share/kalarm/icons/oxygen/22x22/actions/document-new-from-template.png - /usr/share/kalarm/icons/oxygen/22x22/actions/kalarm-disabled.png - /usr/share/kalarm/icons/oxygen/22x22/actions/kalarm-partdisabled.png - /usr/share/kalarm/icons/oxygen/22x22/actions/kalarm.png - /usr/share/kalarm/icons/oxygen/22x22/actions/new-audio-alarm.png - /usr/share/kalarm/icons/oxygen/22x22/actions/new-command-alarm.png - /usr/share/kconf_update/kalarm-1.2.1-general.pl - /usr/share/kconf_update/kalarm-1.9.5-defaults.pl - /usr/share/kconf_update/kalarm-15.08-kickoff.sh - /usr/share/kconf_update/kalarm-2.0.2-general.pl - /usr/share/kconf_update/kalarm-2.1.5-general.pl - /usr/share/kconf_update/kalarm-version.pl - /usr/share/kconf_update/kalarm.upd - /usr/share/kxmlgui5/kalarm - /usr/share/polkit-1/actions/org.kde.kalarmrtcwake.policy - - - kdepim - - - kdepim - - - - kleopatra - Certificate Manager and Unified Crypto GUI - - gpgme - ki18n - kmime - libgcc - gpgmepp - kconfig - kxmlgui - kcmutils - qt5-base - libassuan - kcoreaddons - kdbusaddons - kiconthemes - ktextwidgets - libgpg-error - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - libkdepim - - - /usr/bin/kleopatra - /usr/bin/kwatchgnupg - /usr/lib/libkleopatraclientcore.so - /usr/lib/libkleopatraclientcore.so.1 - /usr/lib/libkleopatraclientcore.so.1.3.0 - /usr/lib/libkleopatraclientgui.so - /usr/lib/libkleopatraclientgui.so.1 - /usr/lib/libkleopatraclientgui.so.1.3.0 - /usr/lib/qt5/plugins/kcm_kleopatra.so - /usr/share/appdata/kleopatra.appdata.xml - /usr/share/applications/kleopatra_import.desktop - /usr/share/applications/org.kde.kleopatra.desktop - /usr/share/doc/kde5/html/en/kleopatra - /usr/share/doc/kde5/html/en/kwatchgnupg - /usr/share/icons/hicolor/128x128/apps/kleopatra.png - /usr/share/icons/hicolor/16x16/apps/kleopatra.png - /usr/share/icons/hicolor/22x22/apps/kleopatra.png - /usr/share/icons/hicolor/256x256/apps/kleopatra.png - /usr/share/icons/hicolor/32x32/apps/kleopatra.png - /usr/share/icons/hicolor/48x48/apps/kleopatra.png - /usr/share/icons/hicolor/64x64/apps/kleopatra.png - /usr/share/kconf_update/kleopatra-15.08-kickoff.sh - /usr/share/kconf_update/kleopatra.upd - /usr/share/kleopatra/pics - /usr/share/kservices5/kleopatra_config_appear.desktop - /usr/share/kservices5/kleopatra_config_cryptooperations.desktop - /usr/share/kservices5/kleopatra_config_dirserv.desktop - /usr/share/kservices5/kleopatra_config_gnupgsystem.desktop - /usr/share/kservices5/kleopatra_config_smimevalidation.desktop - /usr/share/kservices5/kleopatra_decryptverifyfiles.desktop - /usr/share/kservices5/kleopatra_decryptverifyfolders.desktop - /usr/share/kservices5/kleopatra_signencryptfiles.desktop - /usr/share/kservices5/kleopatra_signencryptfolders.desktop - /usr/share/kwatchgnupg/pics - - - kdepim - - - kdepim - - - - kmail - Mail Client - - kio - ki18n - kmime - kcrash - kparts - libgcc - sonnet - akonadi - gpgmepp - kcodecs - kconfig - kwallet - kxmlgui - karchive - kcalcore - kcmutils - qt5-base - kcalutils - kcontacts - knewstuff - cyrus-sasl - kbookmarks - kdepimlibs - kguiaddons - kitemviews - qt5-webkit - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - kjobwidgets - kpimtextedit - ktextwidgets - knotifyconfig - kwindowsystem - akonadi-search - kconfigwidgets - kmailtransport - knotifications - kwidgetsaddons - kontactinterface - kidentitymanagement - libkdepim - - - /usr/bin/akonadi_archivemail_agent - /usr/bin/akonadi_mailfilter_agent - /usr/bin/contactprintthemeeditor - /usr/bin/contactthemeeditor - /usr/bin/headerthemeeditor - /usr/bin/importwizard - /usr/bin/kmail - /usr/bin/mboximporter - /usr/bin/sieveeditor - /usr/bin/storageservicemanager - /etc/xdg/kmail.antispamrc - /etc/xdg/kmail.antivirusrc - /etc/xdg/ksieve_script.knsrc - /usr/lib/libKF5KManageSieve.so - /usr/lib/libKF5KManageSieve.so.5 - /usr/lib/libKF5KManageSieve.so.5.1.1 - /usr/lib/libKF5KSieve.so.5 - /usr/lib/libKF5KSieve.so.5.1.1 - /usr/lib/libKF5KSieveUi.so - /usr/lib/libKF5KSieveUi.so.5 - /usr/lib/libKF5KSieveUi.so.5.1.1 - /usr/lib/libKF5MessageList.so.5 - /usr/lib/libKF5MessageList.so.5.1.1 - /usr/lib/libgrantleethemeeditor.so - /usr/lib/libgrantleethemeeditor.so.5 - /usr/lib/libgrantleethemeeditor.so.5.1.1 - /usr/lib/libkmailprivate.so.5 - /usr/lib/libkmailprivate.so.5.1.1 - /usr/lib/qt5/plugins/kcm_kmail.so - /usr/lib/qt5/plugins/kcm_kmailsummary.so - /usr/lib/qt5/plugins/kcm_kpimidentities.so - /usr/lib/qt5/plugins/kmailpart.so - /usr/lib/qt5/plugins/kontact_kmailplugin.so - /usr/share/akonadi/agents/archivemailagent.desktop - /usr/share/akonadi/agents/mailfilteragent.desktop - /usr/share/appdata/org.kde.kmail.appdata.xml - /usr/share/applications/kmail_view.desktop - /usr/share/applications/org.kde.contactprintthemeeditor.desktop - /usr/share/applications/org.kde.contactthemeeditor.desktop - /usr/share/applications/org.kde.headerthemeeditor.desktop - /usr/share/applications/org.kde.importwizard.desktop - /usr/share/applications/org.kde.kmail.desktop - /usr/share/applications/org.kde.mboximporter.desktop - /usr/share/applications/org.kde.sieveeditor.desktop - /usr/share/applications/org.kde.storageservicemanager.desktop - /usr/share/config.kcfg/kmail.kcfg - /usr/share/dbus-1/interfaces/org.kde.kmail.kmail.xml - /usr/share/dbus-1/interfaces/org.kde.kmail.kmailpart.xml - /usr/share/doc/kde5/html/en/akonadi_archivemail_agent - /usr/share/doc/kde5/html/en/importwizard - /usr/share/doc/kde5/html/en/kmail - /usr/share/doc/kde5/html/en/sieveeditor - /usr/share/icons/hicolor/128x128/apps/kmail.png - /usr/share/icons/hicolor/128x128/apps/kontact-import-wizard.png - /usr/share/icons/hicolor/16x16/apps/kmail.png - /usr/share/icons/hicolor/22x22/apps/kmail.png - /usr/share/icons/hicolor/256x256/apps/kontact-import-wizard.png - /usr/share/icons/hicolor/32x32/apps/kmail.png - /usr/share/icons/hicolor/48x48/apps/kmail.png - /usr/share/icons/hicolor/64x64/apps/kmail.png - /usr/share/icons/hicolor/64x64/apps/kontact-import-wizard.png - /usr/share/importwizard/pics/ - /usr/share/kconf_update/importwizard-15.08-kickoff.sh - /usr/share/kconf_update/importwizard.upd - /usr/share/kconf_update/kmail-15.08-kickoff.sh - /usr/share/kconf_update/kmail.upd - /usr/share/kconf_update/sieveeditor-15.08-kickoff.sh - /usr/share/kconf_update/sieveeditor.upd - /usr/share/kconf_update/storageservicemanager-15.08-kickoff.sh - /usr/share/kconf_update/storageservicemanager.upd - /usr/share/kmail2/pics - /usr/share/knotifications5/akonadi_archivemail_agent.notifyrc - /usr/share/knotifications5/akonadi_mailfilter_agent.notifyrc - /usr/share/knotifications5/kmail2.notifyrc - /usr/share/knotifications5/storageservicemanager.notifyrc - /usr/share/kontact/ksettingsdialog/kmail.setdlg - /usr/share/kservices5/ServiceMenus/kmail_addattachmentservicemenu.desktop - /usr/share/kservices5/kcm_kpimidentities.desktop - /usr/share/kservices5/kcmkmailsummary.desktop - /usr/share/kservices5/kmail_config_accounts.desktop - /usr/share/kservices5/kmail_config_appearance.desktop - /usr/share/kservices5/kmail_config_composer.desktop - /usr/share/kservices5/kmail_config_identity.desktop - /usr/share/kservices5/kmail_config_misc.desktop - /usr/share/kservices5/kmail_config_security.desktop - /usr/share/kservices5/kontact/kmailplugin.desktop - /usr/share/kservicetypes5/dbusmail.desktop - /usr/share/kxmlgui5/kmail2 - /usr/share/messagelist/pics - /usr/share/messageviewer/about/default/introduction_kmail.html - /usr/share/sieve/scripts/copy - - - kdepim - - - kdepim - - - - knotes - Popup Notes - - ki18n - kmime - kdnssd - kparts - libX11 - libgcc - kconfig - kxmlgui - kcalcore - kcmutils - qt5-base - kcalutils - kcontacts - knewstuff - kdepimlibs - kitemviews - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - grantlee-qt5 - kglobalaccel - kpimtextedit - ktextwidgets - knotifyconfig - kwindowsystem - qt5-x11extras - akonadi-search - kconfigwidgets - knotifications - kwidgetsaddons - kdelibs4-support - kontactinterface - libkdepim - - - /usr/bin/akonadi_notes_agent - /usr/bin/knotes - /etc/xdg/knotes_printing_theme.knsrc - /usr/lib/libKF5NoteShared.so.5 - /usr/lib/libKF5NoteShared.so.5.1.1 - /usr/lib/libknotesprivate.so.5 - /usr/lib/libknotesprivate.so.5.1.1 - /usr/lib/qt5/plugins/kcm_knote.so - /usr/lib/qt5/plugins/kcm_knotessummary.so - /usr/lib/qt5/plugins/kontact_knotesplugin.so - /usr/share/akonadi/agents/notesagent.desktop - /usr/share/appdata/knotes.appdata.xml - /usr/share/applications/org.kde.knotes.desktop - /usr/share/config.kcfg/knotesglobalconfig.kcfg - /usr/share/dbus-1/interfaces/org.kde.KNotes.xml - /usr/share/dbus-1/interfaces/org.kde.kontact.KNotes.xml - /usr/share/doc/kde5/html/en/akonadi_notes_agent - /usr/share/doc/kde5/html/en/knotes - /usr/share/icons/hicolor/128x128/apps/knotes.png - /usr/share/icons/hicolor/16x16/actions/knotes_alarm.png - /usr/share/icons/hicolor/16x16/actions/knotes_close.png - /usr/share/icons/hicolor/16x16/actions/knotes_date.png - /usr/share/icons/hicolor/16x16/actions/knotes_delete.png - /usr/share/icons/hicolor/16x16/apps/knotes.png - /usr/share/icons/hicolor/22x22/apps/knotes.png - /usr/share/icons/hicolor/32x32/apps/knotes.png - /usr/share/icons/hicolor/48x48/apps/knotes.png - /usr/share/icons/hicolor/64x64/apps/knotes.png - /usr/share/kconf_update/knotes-15.08-kickoff.sh - /usr/share/kconf_update/knotes.upd - /usr/share/knotes - /usr/share/knotifications5/akonadi_notes_agent.notifyrc - /usr/share/kontact/ksettingsdialog/knotes.setdlg - /usr/share/kservices5/kcmknotessummary.desktop - /usr/share/kservices5/knote_config_action.desktop - /usr/share/kservices5/knote_config_collection.desktop - /usr/share/kservices5/knote_config_display.desktop - /usr/share/kservices5/knote_config_editor.desktop - /usr/share/kservices5/knote_config_misc.desktop - /usr/share/kservices5/knote_config_network.desktop - /usr/share/kservices5/knote_config_print.desktop - /usr/share/kservices5/kontact/knotesplugin.desktop - /usr/share/kxmlgui5/knotes - - - kdepim - - - kdepim - - - - konsolekalendar - Command line tool for accessing calendar files - - ki18n - libgcc - kconfig - kcalcore - qt5-base - kcalutils - kdepimlibs - kcoreaddons - akonadi-calendar - kdelibs4-support - libkdepim - - - /usr/bin/calendarjanitor - /usr/bin/konsolekalendar - /usr/share/applications/konsolekalendar.desktop - /usr/share/doc/kde5/html/en/konsolecalendar - /usr/share/icons/hicolor/128x128/apps/konsolekalendar.png - /usr/share/icons/hicolor/16x16/apps/konsolekalendar.png - /usr/share/icons/hicolor/22x22/apps/konsolekalendar.png - /usr/share/icons/hicolor/32x32/apps/konsolekalendar.png - /usr/share/icons/hicolor/48x48/apps/konsolekalendar.png - - - kdepim - - - kdepim - - - - kontact - Personal Information Manager - - kio - ki18n - kparts - libgcc - kconfig - kxmlgui - kcmutils - kservice - qt5-base - kdewebkit - qt5-webkit - kcompletion - kcoreaddons - kiconthemes - kwindowsystem - kconfigwidgets - kwidgetsaddons - kontactinterface - kidentitymanagement - libkdepim - - - /usr/bin/kontact - /usr/lib/libkontactprivate.so.5 - /usr/lib/libkontactprivate.so.5.1.1 - /usr/lib/qt5/plugins/kcm_kontact.so - /usr/lib/qt5/plugins/kcm_kontactsummary.so - /usr/lib/qt5/plugins/kontact_summaryplugin.so - /usr/share/appdata/Kontact.appdata.xml - /usr/share/applications/kontact-admin.desktop - /usr/share/applications/org.kde.kontact.desktop - /usr/share/config.kcfg/kontact.kcfg - /usr/share/doc/kde5/html/en/kontact-admin - /usr/share/doc/kde5/html/en/kontact - /usr/share/icons/hicolor/128x128/apps/kontact.png - /usr/share/icons/hicolor/16x16/apps/kontact.png - /usr/share/icons/hicolor/22x22/apps/kontact.png - /usr/share/icons/hicolor/32x32/apps/kontact.png - /usr/share/icons/hicolor/48x48/apps/kontact.png - /usr/share/icons/hicolor/64x64/apps/kontact.png - /usr/share/kconf_update/kontact-15.08-kickoff.sh - /usr/share/kconf_update/kontact.upd - /usr/share/kontact/ksettingsdialog/summary.setdlg - /usr/share/kservices5/kcmkontactsummary.desktop - /usr/share/kservices5/kontact/summaryplugin.desktop - /usr/share/kservices5/kontactconfig.desktop - /usr/share/kxmlgui5/kontact - /usr/share/kxmlgui5/kontactsummary - /usr/share/messageviewer/about/default/introduction_kontact.html - /usr/share/messageviewer/about/default/loading_kontact.html - - - kdepim - - - kdepim - - - - korganizer - Calendar and Scheduling Program - - kio - ki18n - kmime - kparts - libgcc - kcodecs - kconfig - kxmlgui - kcalcore - kcmutils - kservice - qt5-base - kcalutils - kcontacts - kholidays - knewstuff - kdepimlibs - kitemviews - qt5-phonon - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kitemmodels - kjobwidgets - kpimtextedit - kwindowsystem - akonadi-search - kconfigwidgets - kmailtransport - knotifications - kwidgetsaddons - akonadi-calendar - kdelibs4-support - kontactinterface - kidentitymanagement - libkdepim - - - /usr/bin/ical2vcal - /usr/bin/korgac - /usr/bin/korganizer - /etc/xdg/autostart/org.kde.korgac.desktop - /etc/xdg/korganizer.knsrc - /usr/lib/libkorganizer_core.so - /usr/lib/libkorganizer_core.so.5 - /usr/lib/libkorganizer_core.so.5.1.1 - /usr/lib/libkorganizer_interfaces.so - /usr/lib/libkorganizer_interfaces.so.5 - /usr/lib/libkorganizer_interfaces.so.5.1.1 - /usr/lib/libkorganizerprivate.so.5 - /usr/lib/libkorganizerprivate.so.5.1.1 - /usr/lib/qt5/plugins/kcm_apptsummary.so - /usr/lib/qt5/plugins/kcm_korganizer.so - /usr/lib/qt5/plugins/kcm_sdsummary.so - /usr/lib/qt5/plugins/kcm_todosummary.so - /usr/lib/qt5/plugins/kontact_journalplugin.so - /usr/lib/qt5/plugins/kontact_korganizerplugin.so - /usr/lib/qt5/plugins/kontact_specialdatesplugin.so - /usr/lib/qt5/plugins/kontact_todoplugin.so - /usr/lib/qt5/plugins/korg_datenums.so - /usr/lib/qt5/plugins/korg_hebrew.so - /usr/lib/qt5/plugins/korg_picoftheday.so - /usr/lib/qt5/plugins/korg_thisdayinhistory.so - /usr/lib/qt5/plugins/korganizerpart.so - /usr/share/appdata/korganizer.appdata.xml - /usr/share/applications/korganizer-import.desktop - /usr/share/applications/org.kde.korganizer.desktop - /usr/share/config.kcfg/korganizer.kcfg - /usr/share/dbus-1/interfaces/org.kde.Korganizer.Calendar.xml - /usr/share/dbus-1/interfaces/org.kde.korganizer.KOrgac.xml - /usr/share/dbus-1/interfaces/org.kde.korganizer.Korganizer.xml - /usr/share/doc/kde5/html/en/korganizer - /usr/share/icons/hicolor/128x128/apps/korg-journal.png - /usr/share/icons/hicolor/128x128/apps/korg-todo.png - /usr/share/icons/hicolor/128x128/apps/korganizer.png - /usr/share/icons/hicolor/128x128/apps/quickview.png - /usr/share/icons/hicolor/16x16/apps/korg-journal.png - /usr/share/icons/hicolor/16x16/apps/korg-todo.png - /usr/share/icons/hicolor/16x16/apps/korganizer.png - /usr/share/icons/hicolor/16x16/apps/quickview.png - /usr/share/icons/hicolor/22x22/apps/korg-journal.png - /usr/share/icons/hicolor/22x22/apps/korg-todo.png - /usr/share/icons/hicolor/22x22/apps/korganizer.png - /usr/share/icons/hicolor/22x22/apps/quickview.png - /usr/share/icons/hicolor/256x256/apps/quickview.png - /usr/share/icons/hicolor/32x32/apps/korg-journal.png - /usr/share/icons/hicolor/32x32/apps/korg-todo.png - /usr/share/icons/hicolor/32x32/apps/korganizer.png - /usr/share/icons/hicolor/32x32/apps/quickview.png - /usr/share/icons/hicolor/48x48/apps/korg-journal.png - /usr/share/icons/hicolor/48x48/apps/korg-todo.png - /usr/share/icons/hicolor/48x48/apps/korganizer.png - /usr/share/icons/hicolor/48x48/apps/quickview.png - /usr/share/icons/hicolor/64x64/apps/korg-journal.png - /usr/share/icons/hicolor/64x64/apps/korg-todo.png - /usr/share/icons/hicolor/64x64/apps/korganizer.png - /usr/share/icons/hicolor/64x64/apps/quickview.png - /usr/share/icons/hicolor/scalable/apps/quickview.svgz - /usr/share/icons/oxygen/16x16/actions/smallclock.png - /usr/share/icons/oxygen/16x16/actions/upindicator.png - /usr/share/icons/oxygen/22x22/actions/checkmark.png - /usr/share/kconf_update/korganizer-15.08-kickoff.sh - /usr/share/kconf_update/korganizer.upd - /usr/share/kontact/ksettingsdialog/korganizer.setdlg - /usr/share/kontact/ksettingsdialog/specialdates.setdlg - /usr/share/korgac/icons/hicolor/128x128/apps/korgac.png - /usr/share/korgac/icons/hicolor/16x16/apps/korgac.png - /usr/share/korgac/icons/hicolor/22x22/apps/korgac.png - /usr/share/korgac/icons/hicolor/256x256/apps/korgac.png - /usr/share/korgac/icons/hicolor/32x32/apps/korgac.png - /usr/share/korgac/icons/hicolor/64x64/apps/korgac.png - /usr/share/korganizer/sounds - /usr/share/kservices5/kcmapptsummary.desktop - /usr/share/kservices5/kcmsdsummary.desktop - /usr/share/kservices5/kcmtodosummary.desktop - /usr/share/kservices5/kontact/journalplugin.desktop - /usr/share/kservices5/kontact/korganizerplugin.desktop - /usr/share/kservices5/kontact/specialdatesplugin.desktop - /usr/share/kservices5/kontact/todoplugin.desktop - /usr/share/kservices5/korganizer - /usr/share/kservices5/korganizer_configcolorsandfonts.desktop - /usr/share/kservices5/korganizer_configdesignerfields.desktop - /usr/share/kservices5/korganizer_configfreebusy.desktop - /usr/share/kservices5/korganizer_configgroupscheduling.desktop - /usr/share/kservices5/korganizer_configmain.desktop - /usr/share/kservices5/korganizer_configplugins.desktop - /usr/share/kservices5/korganizer_configtime.desktop - /usr/share/kservices5/korganizer_configviews.desktop - /usr/share/kservices5/korganizer_part.desktop - /usr/share/kservices5/webcal.protocol - /usr/share/kservicetypes5/dbuscalendar.desktop - /usr/share/kxmlgui5/korganizer - - - kdepim - - - kdepim - - - - kdepim-ktnef - A viewer/extractor for TNEF files - - kio - ktnef - ki18n - libgcc - kconfig - kxmlgui - kservice - qt5-base - kcoreaddons - kdbusaddons - kconfigwidgets - kwidgetsaddons - icon-theme-hicolor - - - /usr/bin/ktnef - /usr/share/applications/org.kde.ktnef.desktop - /usr/share/doc/kde5/html/en/ktnef - /usr/share/icons/hicolor/22x22/actions/ktnef_extract_all_to.png - /usr/share/icons/hicolor/22x22/actions/ktnef_extract_to.png - /usr/share/icons/hicolor/48x48/apps/ktnef.png - /usr/share/icons/locolor/16x16/actions/ktnef_extract_all_to.png - /usr/share/icons/locolor/16x16/actions/ktnef_extract_to.png - /usr/share/icons/locolor/16x16/apps/ktnef.png - /usr/share/icons/locolor/32x32/apps/ktnef.png - - - kdepim - - - kdepim - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-19 - 15.12.1 - Add patch and edit. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-22 - 15.08.2 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kblog - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:library - desktop.kde.application - 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/applications/15.12.2/src/kblog-15.12.2.tar.xz - - qt5-base-devel - extra-cmake-modules - kdoctools-devel - kcoreaddons-devel - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - qt5-webkit-devel - kcalcore-devel - ksyndication-devel - kxmlrpcclient-devel - - desktop/kde/application/kblog/pspec.xml - - - kblog - - qt5-base - kcalcore - kxmlrpcclient - kio - ki18n - libgcc - kcoreaddons - ksyndication - kdelibs4-support - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kblog-devel - Development files for kblog - - qt5-base-devel - kblog - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-24 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - cantor - http://edu.kde.org/cantor - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:gui - desktop.kde.application - 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. - cantar - mirrors://kde/stable/applications/15.12.2/src/cantor-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - mesa-devel - qt5-svg-devel - qt5-xmlpatterns-devel - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - ktexteditor-devel - knewstuff-devel - kpty-devel - analitza-devel - libqalculate-devel - cln-devel - - desktop/kde/application/cantor/pspec.xml - - - cantor - - cln - kio - kpty - ki18n - kparts - libgcc - kconfig - kxmlgui - analitza - karchive - kservice - qt5-base - knewstuff - kcompletion - kcoreaddons - kiconthemes - ktexteditor - ktextwidgets - libqalculate - kconfigwidgets - kwidgetsaddons - qt5-xmlpatterns - kdelibs4-support - - - /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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-19 - 15.08.2 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-14 - 4.11.2 - Rebuild for icu4c. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-23 - 4.10.2 - Dep fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kblackbox - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kblackbox-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-16 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - 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.application - 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/applications/15.12.2/src/ktp-kded-module-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-sqlite - kdbusaddons-devel - kwidgetsaddons-devel - kconfig-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/application/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 - ktp-common-internals - - - /usr/lib - /usr/share - /usr/share/dbus-1 - /usr/share/kservices5 - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-23 - 15.08.3 - Fİrst Release - Alihan Öztürk - alihan@pisilinux.org - - - - - - kbreakout - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kbreakout-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/kbreakout/pspec.xml - - - kbreakout - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - qt5-declarative - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-16 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - blinken - http://kde.org/applications/education/blinken/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv3 - app:gui - desktop.kde.application - Memory Enhancement Game - Hafıza geliştirme oyunu. - Memory Enhancement Game - Hafıza geliştirme oyunu. - blinken - mirrors://kde/stable/applications/15.12.2/src/blinken-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - mesa-devel - qt5-svg-devel - kdoctools-devel - kxmlgui-devel - qt5-phonon-devel - - desktop/kde/application/blinken/pspec.xml - - - blinken - - ki18n - libgcc - kconfig - kxmlgui - qt5-svg - qt5-base - kguiaddons - qt5-phonon - kcoreaddons - kdbusaddons - - - /usr/bin - /usr/share - /usr/share/appdata - /usr/share/applications - /usr/share/blinken - /usr/share/config.kcfg - /usr/share/icons - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-19 - 15.08.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - ark - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - desktop.kde.application - KDE Archiving Tool - Ark is a program for managing various archive formats within the KDE environment. - mirrors://kde/stable/applications/15.12.2/src/ark-15.12.2.tar.xz - - qt5-base-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 - - desktop/kde/application/ark/pspec.xml - - - ark - - qt5-base - libarchive - karchive - kconfig - kio - unrar - kpty - khtml - ki18n - libgcc - kxmlgui - kservice - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - kwidgetsaddons - kparts - kconfigwidgets - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/locale - /usr/lib - /usr/share/icons - /usr/share/man - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-19 - 15.08.0 - First Release. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - print-manager - http://www.kde.org/applications/graphics/kruler - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - KDE print manager - KDE print tool. - print-manager - mirrors://kde/stable/applications/15.12.2/src/print-manager-15.12.2.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/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-23 - 15.08.1 - First Release. - Ergün Salman - poyraz76@pisilinux.org - - - - - - kmines - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kmines-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-19 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdesdk-thumbnailers - http://www.kde.org/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPLv2 - library - desktop.kde.application - Translation file thumbnail generators - Translation file thumbnail generators - mirrors://kde/stable/applications/15.12.2/src/kdesdk-thumbnailers-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - kconfig-devel - ki18n-devel - kio-devel - gettext-devel - - desktop/kde/application/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 - - - kdesdk - - - kdesdk - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-14 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-03 - 4.11.1 - First release - Mathias Freire - mathiasfreire45@gmail.com - - - - - - artikulate - https://projects.kde.org/projects/kde/kdeedu/artikulate - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - LGPLv3 - FDLv1.2 - app:gui - desktop.kde.application - Improve your pronunciation by listening to native speakers - Artikulate, Improve your pronunciation by listening to native speakers. - artikulate - mirrors://kde/stable/applications/15.12.2/src/artikulate-15.12.2.tar.xz - - boost-devel - cmake - extra-cmake-modules - kdoctools-devel - ki18n - kcrash-devel - libgcc - kconfig-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 - - desktop/kde/application/artikulate/pspec.xml - - - artikulate - - ki18n - kcrash - libgcc - kconfig - kxmlgui - qt5-base - knewstuff - kcoreaddons - kdeclarative - qt5-gstreamer - kconfigwidgets - kwidgetsaddons - qt5-declarative - qt5-xmlpatterns - - - /etc - /usr/lib - /usr/share/doc - /usr/bin - /usr/share - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-25 - 15.12.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - dolphin - https://projects.kde.org/projects/kde/applications/dolphin - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - desktop.kde.application - KDE File Manager - Dolphin is the File Manager for KDE. - mirrors://kde/stable/applications/15.12.2/src/dolphin-15.12.2.tar.xz - - qt5-base-devel - qt5-phonon-devel - kio-devel - kcmutils-devel - knewstuff-devel - kinit-devel - kactivities-devel - baloo-devel - kfilemetadata-devel - kparts-devel - ktexteditor-devel - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kunitconversion-devel - baloo-widgets - kdoctools-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/application/dolphin/pspec.xml - - - dolphin - - qt5-base - knewstuff - kio - ki18n - solid - kparts - libgcc - kcodecs - kcrash - kconfig - kxmlgui - kcmutils - kservice - kbookmarks - kitemviews - qt5-phonon - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - ktextwidgets - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - kdelibs4-support - - - /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 - kfilemetadata-devel - kparts-devel - ktexteditor-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kunitconversion-devel - - - /usr/include - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-31 - 15.08.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-23 - 14.12 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - dolphin-plugins - http://www.kde.org/ - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - library - desktop.kde.application - 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/applications/15.12.2/src/dolphin-plugins-15.12.2.tar.xz - - qt5-base-devel - kdoctools-devel - dolphin-devel - kio-devel - kdelibs4-support-devel - extra-cmake-modules - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-19 - 15.08.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-12 - 15.07.90 - First Relase unstable. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - klines - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/klines-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/klines/pspec.xml - - - klines - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-19 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kcalcore - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.application - the KDE calendar access library. - A calendar contains information like incidences (events, to-dos, journals), alarms, time zones, and other useful information. - mirrors://kde/stable/applications/15.12.2/src/kcalcore-15.12.2.tar.xz - - qt5-base-devel - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - libical-devel - extra-cmake-modules - - desktop/kde/application/kcalcore/pspec.xml - - - kcalcore - - qt5-base - kcodecs - kconfig - kcoreaddons - libical - kdelibs4-support - libgcc - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kcalcore-devel - Development files for kcontacts - - qt5-base-devel - libical-devel - kcalcore - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - ksystemlog - http://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/ksystemlog-15.12.2.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/application/ksystemlog/pspec.xml - - - ksystemlog - - kio - ki18n - libgcc - kconfig - kxmlgui - karchive - kservice - qt5-base - kitemviews - kcompletion - kcoreaddons - kiconthemes - ktextwidgets - kconfigwidgets - kwidgetsaddons - - - /usr/bin - /usr/share/applications - /usr/share/kxmlgui5 - /usr/share/doc - - - kdeadmin - - - kdeadmin - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-19 - 15.12.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-03 - 4.11.1 - First release - Mathias Freire - mathiasfreire45@gmail.com - - - - - - kaccounts-integration - https://projects.kde.org/projects/kdereview/kaccounts-integration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.application - 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/applications/15.12.2/src/kaccounts-integration-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-declarative-devel - kcmutils-devel - ki18n-devel - kcoreaddons-devel - kdbusaddons-devel - libaccounts-qt5-devel - signon-devel - gettext-devel - kdeclarative-devel - - desktop/kde/application/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 - kconfigwidgets - libaccounts-qt5 - qt5-declarative - - - /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 - - - /usr/include - /usr/lib/cmake/KAccounts - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-14 - 15.08.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libkgapi - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:library - desktop.kde.application - Google API library for KDE - A KDE-based library for accessing various Google services via their public API - mirrors://kde/stable/libkgapi/5.1.0/src/libkgapi-5.1.0.tar.xz - - qt5-base-devel - extra-cmake-modules - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kcontacts-devel - kwindowsystem-devel - kio-devel - kcalcore-devel - kdoctools-devel - qt5-webkit-devel - qt5-linguist - qt5-location-devel - - desktop/kde/application/libkgapi/pspec.xml - - - libkgapi - - qt5-base - kcalcore - kcontacts - kio - libgcc - qt5-webkit - kwindowsystem - kdelibs4-support - - - /etc - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - libkgapi-devel - Development files for libkgapi - - qt5-base-devel - kcalcore-devel - kcontacts-devel - kio-devel - qt5-webkit-devel - kwindowsystem-devel - kdelibs4-support-devel - libkgapi - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2015-11-26 - 5.1.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-08 - 5.0.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kde-baseapps - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - desktop.kde.application - KDE-Baseapps: base applications from the official KDE release - Base application for KDE5 such as Dolphin, kfind, plasma-widget-folderview, konqueror etc. - http://sourceforge.net/projects/pisilinux/files/source/kde-baseapps-15.12.0_20151228.tar.xz - - qt5-base-devel - zlib-devel - glib2-devel - libX11-devel - kfilemetadata-devel - qt5-phonon-devel - kactivities-devel - libXrender-devel - libXt-devel - libraw1394-devel - mesa-devel - kdelibs4-support-devel - tidy-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesu-devel - khtml-devel - kdelibs4-support-devel - kcmutils-devel - kconfig-devel - kded-devel - kdoctools-devel - kdesignerplugin - libxslt - docbook-xsl - extra-cmake-modules - - desktop/kde/application/kde-baseapps/pspec.xml - - - kde-baseapps - - qt5-base - zlib - libX11 - libgcc - tidy - kio - kdesu - khtml - ki18n - kparts - kcodecs - kconfig - kxmlgui - karchive - kcmutils - kservice - kbookmarks - kitemviews - qt5-script - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - ktextwidgets - kwindowsystem - qt5-x11extras - kconfigwidgets - knotifications - kwidgetsaddons - kdelibs4-support - - - /etc/xdg - /usr/bin - /usr/share - /usr/share/locale - /usr/lib - /usr/share/doc - - - - kde-baseapps-devel - Development files for kde-baseapps - - kde-baseapps - tidy-devel - qt5-base-devel - zlib-devel - glib2-devel - libX11-devel - kfilemetadata-devel - qt5-phonon-devel - kactivities-devel - libXrender-devel - libXt-devel - libraw1394-devel - mesa-devel - kdelibs4-support-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesu-devel - khtml-devel - kcmutils-devel - kconfig-devel - kded-devel - kdoctools-devel - - - /usr/include - /usr/lib/cmake - - - - - 2015-12-26 - 15.12.0_20151228 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-11-01 - 15.07.90_20151029 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-08-31 - 15.07.90_20150729 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-03 - 15.04.2 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kldap - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.application - LDAP access API for KDE - Allows LDAP accessing with a convenient Qt style C++ API. - mirrors://kde/stable/applications/15.12.2/src/kldap-15.12.2.tar.xz - - qt5-base-devel - kcompletion-devel - ki18n-devel - openldap-client - cyrus-sasl-devel - extra-cmake-modules - - desktop/kde/application/kldap/pspec.xml - - - kldap - - qt5-base - kcompletion - ki18n - libgcc - cyrus-sasl - openldap-client - kwidgetsaddons - - - /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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-22 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kcalutils - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:library - desktop.kde.application - The KDE calendar utility library - Calendar utility library for KDE - mirrors://kde/stable/applications/15.12.2/src/kcalutils-15.12.2.tar.xz - - qt5-base-devel - kcalcore-devel - kidentitymanagement-devel - kcoreaddons-devel - kconfig-devel - ki18n-devel - kdelibs4-support-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesignerplugin - grantlee-qt5-devel - kdoctools-devel - extra-cmake-modules - - desktop/kde/application/kcalutils/pspec.xml - - - kcalutils - - qt5-base - kcalcore - kidentitymanagement - ki18n - libgcc - kcodecs - kconfig - grantlee-qt5 - kcoreaddons - kiconthemes - kwidgetsaddons - kdelibs4-support - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/kcalendar - - - - kcalutils-devel - Development files for kcalutils - - qt5-base-devel - kcalutils - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-22 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - libkdcraw - http://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.application - 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. - mirrors://kde/stable/applications/15.12.2/src/libkdcraw-15.12.2.tar.xz - - qt5-base-devel - kdoctools-devel - libraw-devel - kconfig-devel - ki18n-devel - cmake - extra-cmake-modules - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-31 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-19 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-13 - 15.07.90_p1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - 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.application - 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/applications/15.12.2/src/kruler-15.12.2.tar.xz - - qt5-base-devel - kdoctools-devel - cmake - extra-cmake-modules - ki18n-devel - knotifications-devel - kwindowsystem-devel - kxmlgui-devel - python-devel - docbook-xsl - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First Release. - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kdeedu-data - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:library - desktop.kde.application - Common data for KDE Edu applications - Common data for KDE Edu applications. - mirrors://kde/stable/applications/15.12.2/src/kdeedu-data-15.12.2.tar.xz - - qt5-base-devel - extra-cmake-modules - - desktop/kde/application/kdeedu-data/pspec.xml - - - kdeedu-data - - /usr/share - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-22 - 15.08.2 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - libkexiv2 - http://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.application - 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/applications/15.12.2/src/libkexiv2-15.12.2.tar.xz - - extra-cmake-modules - cmake - exiv2-devel - qt5-base-devel - - desktop/kde/application/libkexiv2/pspec.xml - - - libkexiv2 - - qt5-base - exiv2-libs - - - /usr/lib - /usr/bin - - - - libkexiv2-devel - Development files for libkexiv2 - libkexiv2 için geliştirme dosyaları - - libkexiv2 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-19 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-26 - 5.11.80 - First Release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - snorenotify - https://github.com/KDE/snorenotify - - Alihan Öztürk - alihan@pisilinux.org - - LGPLv3 - app - desktop.kde.application - 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-quick1-devel - qt5-multimedia-devel - qt5-websockets-devel - - desktop/kde/application/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 - - - - - 2016-02-04 - 0.7.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - kdiamond - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kdiamond-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - docbook-xsl - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-17 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - okteta - http://www.kde.org/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPLv2 - app:gui - desktop.kde.application - 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. - http://download.kde.org/stable/applications/15.12.2/src/okteta-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-designer-devel - qt5-script-devel - kbookmarks-devel - kcodecs-devel - kcompletion-devel - kconfigwidgets-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/application/okteta/pspec.xml - - - okteta - - kio - ki18n - kparts - libgcc - kcodecs - kconfig - kxmlgui - kcmutils - kservice - qca2-qt5 - qt5-base - knewstuff - qt5-script - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - kconfigwidgets - kwidgetsaddons - - - /etc/xdg - /usr/bin - /usr/lib/plugins - /usr/lib/*.so - /usr/lib/*.so.* - /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 - - - - okteta-devel - Development files for okteta - - okteta - - - /usr/include - /usr/lib/cmake - - - - - 2016-02-17 - 15.12.2 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-12-20 - 15.12.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-14 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-03 - 4.11.1 - First release - Mathias Freire - mathiasfreire45@gmail.com - - - - - - ktp-contact-list - http://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.application - KDE Telepathy contact list application - KDE Telepathy contact list application - mirrors://kde/stable/applications/15.12.2/src/ktp-contact-list-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - kdbusaddons-devel - kio-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/application/ktp-contact-list/pspec.xml - - - ktp-contact-list - KDE Telepathy contact list application - - ki18n - 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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-23 - 15.08.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - katomic - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/katomic-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-15 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - knetwalk - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/knetwalk-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/knetwalk/pspec.xml - - - knetwalk - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kdbusaddons - libkdegames - ktextwidgets - kconfigwidgets - kwidgetsaddons - qt5-declarative - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-20 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kdenetwork-filesharing - http://www.kde.org/ - - Mathias Freire - mathiasfreire45@gmail.com - - GPLv2 - library - desktop.kde.application - Filesharing configuration modlue. - Dosya paylaşım konfigürasyon modülü. - Filesharing configuration modlue. - Dosya paylaşım konfigürasyon modülü. - mirrors://kde/stable/applications/15.12.2/src/kdenetwork-filesharing-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - kdoctools-devel - kcoreaddons-devel - ki18n-devel - kio-devel - kwidgetsaddons-devel - samba-devel - - desktop/kde/application/kdenetwork-filesharing/pspec.xml - - - kdenetwork-filesharing - - kio - ki18n - libgcc - qt5-base - kcompletion - kcoreaddons - kwidgetsaddons - - - /usr/share - /usr/lib - /usr/share/doc - - - kdenetwork - - - kdenetwork - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-14 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-03 - 4.11.1 - First release - Mathias Freire - mathiasfreire45@gmail.com - - - - - - konversation - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.application - 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.6/src/konversation-1.6.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 - - desktop/kde/application/konversation/pspec.xml - - - konversation - - qt5-base - qca2-qt5 - kemoticons - kidletime - knotifyconfig - kparts - kio - 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 - - - - - 2015-08-29 - 1.6.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - bomber - https://www.kde.org/applications/games/bomber/ - - Alihan Öztürk - alihan@pisilinux.org - - GPLv3 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/bomber-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - mesa-devel - kxmlgui-devel - libkdegames-devel - qt5-declarative-devel - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/bomber/pspec.xml - - - bomber - - ki18n - libgcc - 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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-19 - 15.08.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - dragonplayer - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.application - Multimedia player - a multimedia player where the focus is on simplicity, instead of features. - mirrors://kde/stable/applications/15.12.2/src/dragon-15.12.2.tar.xz - - qt5-base-devel - kdoctools-devel - kio-devel - kparts-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/application/dragonplayer/pspec.xml - - - dragonplayer - - qt5-base - kio - ki18n - solid - libgcc - 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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-17 - 15.07.80 - First Release - Stefan Gronewold (groni) - 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.application - Root actions servicemenu for Dolphin - Dolphin için yetkili kullanıcı eylemleri menüsü - kde-servicemenu-rootactions is an addon for KDE4 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 - http://kde-apps.org/CONTENT/content-files/48411-rootactions_servicemenu.tar.gz - desktop/kde/application/kde-servicemenu-rootactions/pspec.xml - - - kde-servicemenu-rootactions - - /usr/bin - /usr/share/kservices5 - /usr/share/doc - - - - - 2016-01-08 - 2.8.7 - Version Bump. - Stefan Gronewold - groni@pisilinux.org - - - 2014-05-30 - 2.8.1 + 0.2.3 Rebuild. Alihan Öztürk alihan@pisilinux.org - 2014-01-09 - 2.8.1 - Version Bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-11-20 - 2.7.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kiriki - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kiriki-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-19 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - rocs - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/rocs-15.12.2.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-quick1-devel - qt5-webkit-devel - qt5-base-devel - qt5-xmlpatterns-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 - ktexteditor-devel - kconfigwidgets-devel - kxmlgui-devel - kwidgetsaddons-devel - karchive-devel - cmake - qt5-location-devel - grantlee-qt5-devel - gettext-devel - boost-devel - - desktop/kde/application/rocs/pspec.xml - - - rocs - - qt5-base - qt5-script - qt5-declarative - qt5-xmlpatterns - qt5-webkit - grantlee-qt5 - kdeclarative - ktexteditor - kparts - libgcc - ki18n - kconfig - karchive - kcompletion - kcoreaddons - ktextwidgets - kconfigwidgets - karchive - kcompletion - kcoreaddons - ktextwidgets - kconfigwidgets - kwidgetsaddons - kwidgetsaddons - kxmlgui - kitemviews - - - /usr/bin - /usr/share - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - rocs-devel - Development files for rocs - - rocs - - - /usr/include - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-29 - 15.08.2 - First Release - Stefan Gronewold (groni) - 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.application - KDE Telepathy file transfer handler - KDE Telepathy file transfer handler - mirrors://kde/stable/applications/15.12.2/src/ktp-filetransfer-handler-15.12.2.tar.xz - - extra-cmake-modules - kcoreaddons-devel - ki18n-devel - kio-devel - kconfig-devel - ktp-common-internals-devel - telepathy-logger-qt-devel - telepathy-qt5-devel - - desktop/kde/application/ktp-filetransfer-handler/pspec.xml - - - ktp-filetransfer-handler - KDE Telepathy file transfer handler - - kio - ki18n - libgcc - kconfig - qt5-base - kcoreaddons - telepathy-qt5 - ktp-common-internals - - - /usr/lib - /usr/share - /usr/share/dbus-1 - /usr/share/telepathy - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-23 - 15.08.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - ktp-approver - http://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.application - KDE Channel Approver for Telepathy - KDE Channel Approver for Telepathy - mirrors://kde/stable/applications/15.12.2/src/ktp-approver-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - kdbusaddons-devel - kconfig-devel - ki18n-devel - knotifications-devel - kservice-devel - telepathy-qt5-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-22 - 15.08.3 - First release - Alihan Öztürk - alihan@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.application - 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/applications/15.12.2/src/kaccounts-providers-15.12.2.tar.xz - - extra-cmake-modules - intltool - kaccounts-integration-devel - qt5-declarative-devel - qt5-base-devel - kcoreaddons-devel - libaccounts-qt5-devel - libaccounts-glib-devel - kio-devel - ki18n-devel - kdeclarative-devel - kpackage-devel - signon-devel - - desktop/kde/application/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-base - - - /etc - /usr/share - /usr/lib/qt5 - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-15 - 15.08.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - skanlite - http://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.application - 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.0/skanlite-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 - - desktop/kde/application/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/applications - - - - - 2016-02-02 - 2.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-15 - 1.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-11-21 - 0.9 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - kmime - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.application - KDE library for handling mail messages and newsgroup articles. - Kmime library for handling mail messages and newsgroup articles. - mirrors://kde/stable/applications/15.12.2/src/kmime-15.12.2.tar.xz - - qt5-base-devel - extra-cmake-modules - boost-devel - ki18n-devel - kcodecs-devel - kdoctools-devel - kdelibs4-support-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@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.application - Scripts and setting files useful during development of KDE software - Scripts and setting files useful during development of KDE software - mirrors://kde/stable/applications/15.12.2/src/kde-dev-scripts-15.12.2.tar.xz - - extra-cmake-modules - kdoctools-devel - kdelibs4-support-devel - - desktop/kde/application/kde-dev-scripts/pspec.xml - - - kde-dev-scripts - Scripts and setting files useful during development of KDE software - - qt5-base - kdoctools - kdelibs4-support - - - /usr/bin - /usr/share - /usr/share/man - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-16 - 15.08.3 - First Release - Alihan Öztürk - alihan@pisilinux.org - - - - - - ksquares - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/ksquares-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/ksquares/pspec.xml - - - ksquares - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcompletion - kcoreaddons - kdbusaddons - libkdegames - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-20 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - okular - http://okular.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.application - A document viewer - Belge gösterici - Okular is a document viewer. - Okular bir belge göstericidir. - okular - http://sourceforge.net/projects/pisilinux/files/source/okular-15.08.02_20151104.tar.xz - - qt5-base-devel - qt5-declarative-devel - kjs-devel - qca2-qt5-devel - tiff-devel - kdelibs4-support-devel - qt5-phonon-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 - libspectre-devel - djvu-devel - kpty-devel - extra-cmake-modules - - desktop/kde/application/okular/pspec.xml - - - okular - app:gui - - qt5-base - qca2-qt5 - tiff - libkexiv2 - poppler-qt5 - ebook-tools - kactivities - libjpeg-turbo - kdelibs4-support - 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 - - - /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 - - - - - 2015-11-05 - 15.08.02_20151104 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-19 - 15.08.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - kollision - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kollision-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/kollision/pspec.xml - - - kollision - - ki18n - libgcc - kconfig - kxmlgui - qt5-base - kcoreaddons - kdbusaddons - libkdegames - kwidgetsaddons - - - /usr/share - /usr/share/doc - /usr/bin - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-20 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - 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.application - KDE Konsole - Konsole for KDE5 - mirrors://kde/stable/applications/15.12.2/src/konsole-15.12.2.tar.xz - - qt5-base-devel - qt5-script-devel - kpty-devel - kio-devel - kinit-devel - knotifyconfig-devel - kparts-devel - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kunitconversion-devel - docbook-xsl - extra-cmake-modules - kdoctools-devel - cmake - - desktop/kde/application/konsole/pspec.xml - - - konsole - - libgcc - qt5-base - kdelibs4-support - kiconthemes - knotifyconfig - knotifications - kparts - kpty - kio - ki18n - kconfig - kxmlgui - kservice - kbookmarks - kguiaddons - kcompletion - kcoreaddons - kjobwidgets - ktextwidgets - kwindowsystem - kconfigwidgets - kwidgetsaddons - - - /usr/bin - /usr/share - /usr/lib - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-19 - 15.08.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-05 - 15.04.2 - First Release. - Stefan Gronewold(groni) - 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.application - KRunner plugin for KDE Telepathy - KRunner plugin for KDE Telepathy - mirrors://kde/stable/applications/15.12.2/src/ktp-contact-runner-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - ki18n-devel - kservice-devel - krunner-devel - ktp-common-internals-devel - telepathy-logger-qt-devel - telepathy-qt5-devel - - desktop/kde/application/ktp-contact-runner/pspec.xml - - - ktp-contact-runner - KRunner plugin for KDE Telepathy - - ki18n - libgcc - krunner - qt5-base - kcoreaddons - telepathy-qt5 - ktp-common-internals - - - /usr/lib - /usr/share - /usr/share/kservices5 - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-23 - 15.08.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - kdebugsettings - http://projects.kde.org/kdebugsettings - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kdebugsettings-15.12.2.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/application/kdebugsettings/pspec.xml - - - kdebugsettings - An application to enable/disable qCDebug - - ki18n - libgcc - kconfig - qt5-base - kitemviews - kcompletion - kcoreaddons - kdbusaddons - kwidgetsaddons - - - /usr/bin - /etc - /usr/share/applications - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - akonadi-search - http://pim.kde.org/akonadi - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.kde.application - Libraries and daemons to implement searching in Akonadi - Libraries and daemons to implement searching in Akonadi - akonadi - mirrors://kde/stable/applications/15.12.2/src/akonadi-search-15.12.2.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 - kdelibs4-support-devel - kemoticons-devel - kinit-devel - kunitconversion-devel - kcalcore-devel - libical-devel - kdesignerplugin - kcompletion-devel - kdepimlibs-devel - boost-devel - kcmutils-devel - krunner-devel - xapian-core-devel - kdoctools-devel - extra-cmake-modules - - desktop/kde/application/akonadi-search/pspec.xml - - - akonadi-search - app:console - - qt5-base - ki18n - kmime - libgcc - kcodecs - kconfig - kcalcore - kcontacts - kdepimlibs - kcoreaddons - xapian-core - krunner - kcompletion - kconfigwidgets - kwidgetsaddons - - - /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 - - - - akonadi-search-devel - Development files for akonadi - - akonadi-search - qt5-base-devel - ki18n-devel - kmime-devel - kcodecs-devel - kconfig-devel - kcalcore-devel - kcontacts-devel - kdepimlibs-devel - kcoreaddons-devel - xapian-core-devel - kdelibs4-support-devel - kcmutils-devel - krunner-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-21 - 15.08.0 - First Release. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - kcron - http://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kcron-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - ki18n-devel - kdoctools-devel - kiconthemes-devel - kio-devel - kxmlgui-devel - kiconthemes-devel - kiconthemes-devel - kiconthemes-devel - - desktop/kde/application/kcron/pspec.xml - - - kcron - - kio - ki18n - libgcc - qt5-base - kcoreaddons - kiconthemes - kconfigwidgets - kwidgetsaddons - - - /usr/share - /usr/lib - /usr/share/doc - - - kdeadmin - - - kdeadmin - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-16 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-03 - 4.11.1 - First release - Mathias Freire - mathiasfreire45@gmail.com - - - - - - yakuake - http://extragear.kde.org/apps/yakuake - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - Very powerful Quake style Konsole for KDE4 - 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 - http://source.pisilinux.org/1.0/yakuake-2.9.9_20150703.tar.gz - - qt5-base-devel - libX11-devel - qt5-x11extras-devel - knewstuff-devel - kio-devel - kparts-devel - knotifyconfig-devel - extra-cmake-modules - - desktop/kde/application/yakuake/pspec.xml - - - yakuake - - qt5-base - qt5-x11extras - kio - ki18n - kparts - kconfig - kxmlgui - karchive - kservice - knewstuff - 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 - - - - - 2015-08-01 - 2.9.9_20150703 - First Release. - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - libkface - https://projects.kde.org/projects/kde/kdegraphics/libs/libkface - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - library - desktop.kde.application - A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures - Libkface is a Qt/C++ library to perform face recognition and detection over pictures.This library is used by kipi-plugins, digiKam and others Kipi host programs. - mirrors://kde/stable/applications/15.12.2/src/libkface-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-sql-postgresql - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-sqlite - opencv-devel - - desktop/kde/application/libkface/pspec.xml - - - libkface - A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures - - libgcc - opencv - qt5-base - - - /usr/lib/*.so.* - /usr/share/libkface - /usr/share/doc - - - - libkface-devel - Development files for libkface - library - - libkface - - - /usr/include/KF5 - /usr/include/libkface_version.h - /usr/lib/cmake/KF5KFace - /usr/lib/*.so - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-19 - 15.12.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.application - 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/applications/15.12.2/src/ffmpegthumbs-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - kio-devel - ffmpeg-devel - - desktop/kde/application/ffmpegthumbs/pspec.xml - - - ffmpegthumbs - - kio - ffmpeg - libgcc - qt5-base - - - /usr/share - /usr/lib - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2015-01-13 - 4.14.3 - Rebuild - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-30 - 4.11.3 - Rebuild for ffmpeg. - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - klickety - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/klickety-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/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/kxmlgui5 - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kross-interpreters - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.application - Kross interpreter plugins for programming languages - Language interpreters to enable in-process scripting with Kross. - mirrors://kde/stable/applications/15.12.2/src/kross-interpreters-15.12.2.tar.xz - - qt5-base-devel - extra-cmake-modules - kdoctools-devel - kdelibs4-support-devel - kross-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - python-devel - - desktop/kde/application/kross-interpreters/pspec.xml - - - kross-interpreters - - qt5-base - libgcc - python - kross - - - /usr/lib - /usr/lib/qt5 - /usr/share/doc - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-02 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-25 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-29 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - killbots - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/killbots-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-18 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kblocks - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kblocks-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - kdoctools-devel - ki18n-devel - kxmlgui-devel - libkdegames-devel - qt5-declarative-devel - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kemoticons-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-16 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kidentitymanagement - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:library - desktop.kde.application - KDE PIM libraries - Library for the KDE-PIM(Personal-Infomation-Management - mirrors://kde/stable/applications/15.12.2/src/kidentitymanagement-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kpimtextedit-devel - kunitconversion-devel - extra-cmake-modules - - desktop/kde/application/kidentitymanagement/pspec.xml - - - kidentitymanagement - - qt5-base - kpimtextedit - kio - ki18n - libgcc - kcodecs - kconfig - kxmlgui - kcompletion - kcoreaddons - ktextwidgets - kwidgetsaddons - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kidentitymanagement-devel - Development files for kidentitymanagement - - qt5-base-devel - kpimtextedit-devel - kidentitymanagement - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-22 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - khangman - http://edu.kde.org/applications/all/khangman - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/khangman-15.12.2.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-declarative-devel - extra-cmake-modules - mesa-devel - libkeduvocdocument-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-24 - 15.08.2 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kholidays - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.application - KDE library for regional holiday information - KDE library for regional holiday information - mirrors://kde/stable/applications/15.12.2/src/kholidays-15.12.2.tar.xz - - qt5-base-devel - kitemviews-devel - kdoctools-devel - kdelibs4-support-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesignerplugin - extra-cmake-modules - - desktop/kde/application/kholidays/pspec.xml - - - kholidays - - qt5-base - kdelibs4-support - ki18n - libgcc - kitemviews - kcompletion - - - /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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-22 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - akonadi - http://pim.kde.org/akonadi - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - desktop.kde.application - 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/applications/15.12.2/src/akonadi-15.12.2.tar.xz - - qt5-base-devel - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-odbc - qt5-sql-postgresql - sqlite-devel - shared-mime-info - mariadb-client - mariadb-server - postgresql-server - libxslt-devel - boost-devel - extra-cmake-modules - - desktop/kde/application/akonadi/pspec.xml - - - akonadi - app:console - - qt5-base - sqlite - libgcc - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-postgresql - postgresql-server - mariadb-client - mariadb-server - - - /etc/xdg - /usr/bin - /usr/lib - /usr/share/dbus-1 - /usr/share/mime - /usr/share/kf5 - /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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-21 - 15.08.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-12-15 - 1.13.0 - Rebuild - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-08-21 - 1.13.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-24 - 1.12.1 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-24 - 1.12.1 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-03-18 - 1.11.0 - Dep fixed. - Kamil Atlı - suvarice@gmail.com - - - 2014-01-13 - 1.11.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-09 - 1.10.3 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-06 - 1.10.3 - Version bump. - Fix crash when there are no flags to update during flags change - Fix crash on Akonadi shutdown when using PostgreSQL - Fix notification to clients about database upgrade - Send dummy requests to MySQL from time to time to keep the connection alive - Bug #277839 – Fix problem with too long socket paths - Bug #323977 – Check minimum MySQL version at runtime - Bug #252120, Bug #322931 – Use text instead of bytea column type for QString in PostgreSQL - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-18 - 1.10.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-11 - 1.10.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-10 - 1.9.80 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-03 - 1.9.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-08 - 1.9.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-08 - 1.9.0 - First release - Idris Kalp - yaralikurt15@hotmail.com - - - - - - kalarmcal - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.application - Library to provides access and handling of KAlarm calendar data - Library to provides access and handling of KAlarm calendar data - mirrors://kde/stable/applications/15.12.2/src/kalarmcal-15.12.2.tar.xz - - qt5-base-devel - akonadi-devel - kcalcore-devel - kidentitymanagement-devel - kdepimlibs-devel - boost-devel - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdoctools-devel - libical-devel - kholidays-devel - extra-cmake-modules - - desktop/kde/application/kalarmcal/pspec.xml - - - kalarmcal - - qt5-base - kcalcore - kholidays - kidentitymanagement - ki18n - libgcc - kdepimlibs - kdelibs4-support - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kalarmcal-devel - Development files for kalarmcal - - qt5-base-devel - kalarmcal - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-23 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kbounce - http://games.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kbounce-15.12.2.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 - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-16 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-11-13 - 4.14.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-15 - 4.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-20 - 4.14.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-21 - 4.14.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-13 - 4.13.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-13 - 4.13.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-03 - 4.13.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-04-05 - 4.12.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-04 - 4.12.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-06 - 4.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-13 - 4.11.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-03 - 4.11.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 4.11.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 4.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 4.11.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-02 - 4.10.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-10 - 4.10.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-06 - 4.10.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-03 - 4.10.2 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-06 - 4.10.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-15 - 4.10.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-19 - 4.9.98 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - ktp-auth-handler - http://community.kde.org/Real-Time_Communication_and_Collaboration - - Alihan Öztürk - alihan@pisilinux.org - - GPLv2 - app - desktop.kde.application - 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/applications/15.12.2/src/ktp-auth-handler-15.12.2.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-qt5-devel - kaccounts-integration-devel - signon-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-22 - 15.08.3 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libkipi - http://www.kde.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.kde.application - 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/applications/15.12.2/src/libkipi-15.12.2.tar.xz - - qt5-base-devel - kdoctools-devel - ki18n-devel - kconfig-devel - kservice-devel - kxmlgui-devel - cmake - extra-cmake-modules - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-19 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-01 - 15.04.3_20150731 - First Release. - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - baloo-widgets - http://www.kde.org - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.application - Framework for searching and managing metadata - Baloo is a framework for searching and managing metada - mirrors://kde/stable/applications/15.12.2/src/baloo-widgets-15.12.2.tar.xz - - baloo-devel - extra-cmake-modules - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kfilemetadata-devel - kinit-devel - kio-devel - kitemmodels-devel - kunitconversion-devel - qt5-base-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-20 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-28 - 15.08.0 - First Release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - step - http://kde.org/applications/education/step/ - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - app:gui - desktop.kde.application - Interactive Physical Simulator - Step is an interactive physical simulator. It allows you to explore the physical world through simulations. - mirrors://kde/stable/applications/15.12.2/src/step-15.12.2.tar.xz - - qt5-base-devel - qt5-quick1-devel - qt5-svg-devel - qt5-declarative-devel - extra-cmake-modules - kdoctools-devel - kdelibs4-support-devel - mesa-devel - khtml-devel - kconfig-devel - kdelibs4-support-devel - knewstuff-devel - kplotting-devel - eigen3 - pkgconfig - libqalculate-devel - cln-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - - desktop/kde/application/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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-19 - 15.08.2 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kdenlive - http://www.kdenlive.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - A video editing GUI for KDE4 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. - mirrors://kde/stable/applications/15.12.2/src/kdenlive-15.12.2.tar.xz - - extra-cmake-modules - qt5-base-devel - qt5-script-devel - qt5-svg-devel - karchive-devel - kbookmarks-devel - kcoreaddons-devel - kconfig-devel - kconfigwidgets-devel - kdbusaddons-devel - kio-devel - kwidgetsaddons-devel - kplotting-devel - knotifyconfig-devel - knewstuff-devel - kxmlgui-devel - knotifications-devel - kguiaddons-devel - ktextwidgets-devel - kiconthemes-devel - kdoctools-devel - mlt-devel - qt5-declarative-devel - - desktop/kde/application/kdenlive/pspec.xml - - - kdenlive - - kio - mlt - ki18n - solid - libgcc - kconfig - kxmlgui - qt5-svg - karchive - kservice - qt5-base - knewstuff - kplotting - kbookmarks - kguiaddons - kitemviews - qt5-script - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kjobwidgets - ktextwidgets - knotifyconfig - kconfigwidgets - knotifications - kwidgetsaddons - qt5-declarative - - - /etc/xdg - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - /usr/share/man - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-17 - 15.08.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-04-06 - 0.9.10 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-06-18 - 0.9.8 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-11-26 - 0.9.6 - rebuild for ffmpeg - Kamil Atlı - suvarice@gmail.com - - - 2013-04-08 - 0.9.6 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-29 - 0.9.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-03 - 0.9.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - kalgebra - http://edu.kde.org/applications/mathematics/kalgebra - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:gui - desktop.kde.application - 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/applications/15.12.2/src/kalgebra-15.12.2.tar.xz - - mesa-devel - mesa-glu-devel - qt5-base-devel - qt5-quick1-devel - 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 - - desktop/kde/application/kalgebra/pspec.xml - - - kalgebra - - qt5-base - qt5-declarative - qt5-webkit - qt5-location - analitza - libgcc - kconfig - kxmlgui - readline - kcoreaddons - ki18n - kconfigwidgets - kwidgetsaddons - kio - - - /usr/share/doc - /usr/bin - /usr/share - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-22 - 15.08.2 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kimap - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.application - Job-based API for interacting with IMAP servers - API for interacting with IMAP servers - mirrors://kde/stable/applications/15.12.2/src/kimap-15.12.2.tar.xz - - qt5-base-devel - kdoctools-devel - kmime-devel - boost-devel - kdelibs4-support-devel - kdesignerplugin - kemoticons-devel - kitemmodels-devel - kinit-devel - cyrus-sasl-devel - kunitconversion-devel - extra-cmake-modules - - desktop/kde/application/kimap/pspec.xml - - - kimap - - qt5-base - kmime - kio - ki18n - libgcc - kcodecs - cyrus-sasl - kcoreaddons - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kimap-devel - Development files for kimap - - qt5-base-devel - kimap - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-22 - 15.08.0 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kmix - http://kde.org/applications/multimedia/kmix/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - desktop.kde.application - KMix: KDE Digital Mixer - KMix: KDE için Dijital Mixer - KMix: KDE Digital Mixer - KMix: KDE için Dijital Mixer. - kmix - mirrors://kde/stable/applications/15.12.2/src/kmix-15.12.2.tar.xz - - qt5-base-devel - extra-cmake-modules - kdoctools-devel - kdelibs4-support-devel - ki18n-devel - kcmutils-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesignerplugin - libcanberra-devel - glib2-devel - alsa-lib-devel - kglobalaccel-devel - plasma-framework-devel - extra-cmake-modules - - desktop/kde/application/kmix/pspec.xml - - - kmix - - qt5-base - alsa-lib - libcanberra - pulseaudio-libs - kdelibs4-support - 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 - - - - - 2016-02-17 - 15.12.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-13 - 15.12.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-18 - 15.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-10 - 15.08.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-14 - 15.08.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-16 - 15.08.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-08-20 - 15.08.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-13 - 15.04.3 - First Release. - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - kmediaplayer - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.porting-aids - 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.19/portingAids/kmediaplayer-5.19.0.tar.xz - - qt5-base-devel - kio-devel - kauth-devel - kparts-devel - ktextwidgets-devel - sonnet-devel - kxmlgui-devel - extra-cmake-modules - - desktop/kde/porting-aids/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 - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-17 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-28 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-02 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kross - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.porting-aids - 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.19/portingAids/kross-5.19.0.tar.xz - - qt5-base-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/porting-aids/kross/pspec.xml - - - kross - - qt5-base - qt5-script - libgcc - 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 - kcoreaddons-devel - ki18n-devel - kcompletion-devel - kiconthemes-devel - kio-devel - kparts-devel - kwidgetsaddons-devel - kxmlgui-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-17 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-28 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-02 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - krunner - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.porting-aids - 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.19/portingAids/krunner-5.19.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 - extra-cmake-modules - - desktop/kde/porting-aids/krunner/pspec.xml - - - krunner - - qt5-base - qt5-declarative - libgcc - kconfig - kcoreaddons - ki18n - kio - kservice - plasma-framework - solid - threadweaver - - - /usr/share - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - krunner-devel - Development files for krunner - - krunner - qt5-base-devel - qt5-declarative-devel - kconfig-devel - kcoreaddons-devel - ki18n-devel - kio-devel - kservice-devel - plasma-framework-devel - solid-devel - threadweaver-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-17 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-28 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-02 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kjsembed - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - desktop.kde.porting-aids - 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.19/portingAids/kjsembed-5.19.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/porting-aids/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 - - qt5-base-devel - qt5-svg-devel - ki18n-devel - kjs-devel - kjsembed - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-17 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-28 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-02 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - khtml - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.porting-aids - 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.19/portingAids/khtml-5.19.0.tar.xz - - qt5-base-devel - libjpeg-turbo-devel - giflib-devel - libpng-devel - qt5-phonon-devel - libX11-devel - zlib-devel - kio-devel - kjs-devel - kglobalaccel-devel - kauth-devel - kparts-devel - ktextwidgets-devel - sonnet-devel - openssl-devel - extra-cmake-modules - - desktop/kde/porting-aids/khtml/pspec.xml - - - khtml - - qt5-base - qt5-x11extras - qt5-phonon - zlib - openssl - 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 - qt5-x11extras-devel - qt5-phonon-devel - zlib-devel - openssl-devel - giflib-devel - libX11-devel - libpng-devel - libjpeg-turbo-devel - sonnet-devel - kcodecs-devel - kconfig-devel - kjobwidgets-devel - kwidgetsaddons-devel - kcompletion-devel - karchive-devel - kconfigwidgets-devel - kcoreaddons-devel - kglobalaccel-devel - ki18n-devel - kiconthemes-devel - kio-devel - kjs-devel - knotifications-devel - kparts-devel - kservice-devel - ktextwidgets-devel - kwallet-devel - kwindowsystem-devel - kxmlgui-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-17 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-28 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-02 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kjs - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.porting-aids - 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.19/portingAids/kjs-5.19.0.tar.xz - - qt5-base-devel - libpcre-devel - kdoctools-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/porting-aids/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 - - libpcre-devel - qt5-base-devel - kjs - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-17 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-28 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-02 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kdelibs4-support - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.porting-aids - 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.19/portingAids/kdelibs4support-5.19.0.tar.xz - - qt5-base-devel - qt5-svg-devel - perl-URI - libSM-devel - docbook-xml - openssl-devel - libX11-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 - NetworkManager-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/porting-aids/kdelibs4-support/pspec.xml - - - kdelibs4-support - - qt5-base - libICE - libgcc - libX11 - qt5-svg - qt5-x11extras - libSM - kauth - solid - kcodecs - kcoreaddons - kjobwidgets - kcompletion - kconfig - kconfigwidgets - kcrash - kdbusaddons - kglobalaccel - kguiaddons - ki18n - kiconthemes - kio - kitemviews - knotifications - kparts - kservice - ktextwidgets - kxmlgui - kwindowsystem - kwidgetsaddons - kded - - - /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 - qt5-base-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 - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-02-16 - 5.19.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.18.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-12 - 5.17.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-13 - 5.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-11 - 5.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-13 - 5.14.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-17 - 5.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-28 - 5.11.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-01 - 5.10.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - qt5-phonon-backend-vlc - http://gitorious.org/phonon/phonon-vlc - - 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.8.2/src/phonon-backend-vlc-0.8.2.tar.xz - - qt5-base-devel - qt5-phonon-devel - pulseaudio - vlc-devel - - 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/doc - - - - - 2015-02-23 - 0.8.2 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - qt5-phonon - http://phonon.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2.1 - library - desktop.kde.phonon - Cross platform multimedia API for KDE4 using QT5 - 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. - mirrors://kde/stable/phonon/4.8.3/src/phonon-4.8.3.tar.xz - - qt5-base-devel - qt5-designer-devel - qt5-quick1-devel - alsa-lib-devel - gst-plugins-base-devel - pulseaudio-libs-devel - gstreamer-devel - cmake - mesa-devel - - - qt-5.4.2.patch - - desktop/kde/phonon/qt5-phonon/pspec.xml - - - qt5-phonon - - libgcc - qt5-base - qt5-designer - qt5-quick1 - pulseaudio-libs - - - /usr/lib/libphonon* - /usr/lib/qt5 - /usr/share/dbus-1 - - - - qt5-phonon-devel - Development files for phonon-qt5 - - qt5-phonon - qt5-base-devel - qt5-designer-devel - pulseaudio-libs-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - /usr/share/phonon4qt5 - - - - - 2015-08-13 - 4.8.3 - First Release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - qt5-phonon-backend-gstreamer - http://phonon.kde.org - - 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. - mirrors://kde/stable/phonon/phonon-backend-gstreamer/4.8.2/src/phonon-backend-gstreamer-4.8.2.tar.xz - - qt5-base-devel - qt5-phonon-devel - gstreamer-devel - gstreamer-next-devel - gst-plugins-base-devel - gst-plugins-base-next-devel - mesa-devel - libxml2-devel - cmake - - desktop/kde/phonon/qt5-phonon-backend-gstreamer/pspec.xml - - - qt5-phonon-backend-gstreamer - - qt5-base - qt5-phonon - mesa - glib2 - libgcc - gstreamer-next - gst-plugins-base-next - - - /usr/lib - /usr/lib/qt5 - /usr/share - - - - - 2015-08-18 - 4.8.2 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - milou - http://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.5.4/milou-5.5.4.tar.xz - - qt5-base-devel - qt5-declarative - kdoctools-devel - kdeclarative-devel - ki18n-devel - krunner-devel - plasma-framework-devel - kconfig-devel - kservice-devel - kcoreaddons-devel - extra-cmake-modules - - desktop/kde/plasma/milou/pspec.xml - - - milou - - qt5-base - qt5-declarative - krunner - libgcc - kconfig - kservice - kcoreaddons - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-03 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-12 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@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.5.4/kgamma5-5.5.4.tar.xz - - qt5-base-devel - kdoctools-devel - qt5-x11extras-devel - kdelibs4-support-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 - kdelibs4-support - libXxf86vm - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version Bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - First Release. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - kwayland - http://www.kde.org - - Stefan Gronewold(groni) - groni@pisilinux.org - - LGPLv3 - library - desktop.kde.plasma - 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/plasma/5.5.4/kwayland-5.5.4.tar.xz - - qt5-base-devel - wayland-devel - mesa-devel - extra-cmake-modules - - desktop/kde/plasma/kwayland/pspec.xml - - - kwayland - - libgcc - qt5-base - mesa - wayland-client - wayland-server - - - /etc/xdg - /usr/lib - /usr/share/config - /usr/share/doc - - - - kwayland-devel - - qt5-base-devel - wayland-devel - mesa-devel - kwayland - - - /usr/lib/cmake - /usr/include - /usr/lib/pkgconfig - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-11 - 5.3.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - sddm-kcm - https://projects.kde.org/projects/kde/workspace/sddm-kcm - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - app:console - desktop.kde.plasma - KDE5 Config Module for SDDM - KDE5 Config Module for SDDM - mirrors://kde/stable/plasma/5.5.4/sddm-kcm-5.5.4.tar.xz - - kcoreaddons-devel - kdoctools-devel - kconfigwidgets-devel - kauth-devel - libX11-devel - kxmlgui-devel - ki18n-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 - - desktop/kde/plasma/sddm-kcm/pspec.xml - - - sddm-kcm - - kcoreaddons - sddm - libgcc - libX11 - kconfigwidgets - kauth - ki18n - qt5-base - kio - libXcursor - kconfig - qt5-x11extras - qt5-declarative - - - /etc/dbus-1/system.d - /usr/share/dbus-1/system-services - /usr/share/kservices5 - /usr/share/ - /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 - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-16 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-03 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-14 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - plasma-desktop - http://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.5.4/plasma-desktop-5.5.4.tar.xz - - qt5-base-devel - boost-devel - kdoctools-devel - kio-devel - kcmutils-devel - knewstuff-devel - kpeople-devel - kdbusaddons-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kwin-devel - libX11-devel - libXft-devel - libxkbfile-devel - kded-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 - system-settings-devel - xorg-app-devel - xkeyboard-config - baloo-devel - libcanberra-devel - docbook-xsl - qt5-sql-sqlite - qt5-sql-mysql - qt5-sql-postgresql - qt5-sql-odbc - kdesignerplugin - extra-cmake-modules - - desktop/kde/plasma/plasma-desktop/pspec.xml - - - plasma-desktop - - baloo - fontconfig - freetype - kactivities - karchive - kauth - 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 - libgcc - 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 - xcb-util-image - oxygen-icons - oxygen-fonts - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-31 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-03 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-29 - 5.3.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - khotkeys - http://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.5.4/khotkeys-5.5.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 - docbook-xsl - 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 - plasma-workspace - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-02 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-15 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - plasma-workspace - http://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.5.4/plasma-workspace-5.5.4.tar.xz - - baloo-devel - kactivities-devel - kde-cli-tools - kdelibs4-support-devel - kdesignerplugin - kdesu-devel - kded-devel - kdewebkit-devel - kdoctools-devel - kemoticons-devel - kio-devel - kitemmodels-devel - kjs-devel - kjsembed-devel - knotifyconfig-devel - krunner-devel - ktexteditor-devel - kunitconversion-devel - kscreenlocker-devel - kwayland-devel - kwin-devel - kxmlrpcclient-devel - libdbusmenu-qt-devel - libkscreen-devel - libksysguard-devel - libqalculate-devel - libX11-devel - libXau-devel - libxcb-devel - libXcursor-devel - libXi-devel - libXrender-devel - NetworkManager-devel - networkmanager-qt-devel - pam-devel - prison-qt5-devel - qt5-base-devel - xorg-app-devel - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-postgresql - qt5-sql-sqlite - qt5-location-devel - xcb-util-image-devel - xcb-util-keysyms-devel - xcb-util-renderutil-devel - xorg-util - zlib-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/plasma/plasma-workspace/pspec.xml - - - plasma-workspace - - baloo - cln - kactivities - kauth - kbookmarks - kcompletion - kconfig - kconfigwidgets - kcoreaddons - kcrash - kdbusaddons - kdeclarative - kde-cli-tools - kdelibs4-support - kdesu - kdewebkit - kglobalaccel - kguiaddons - ki18n - kiconthemes - kidletime - kio - kitemviews - kjobwidgets - kjs - kjsembed - knewstuff - knotifyconfig - kpackage - knotifications - krunner - kservice - ktexteditor - ktextwidgets - kwallet - kwayland - kwidgetsaddons - kwindowsystem - kxmlgui - kxmlrpcclient - libdbusmenu-qt - libgcc - libICE - libkscreen - libksysguard - libqalculate - libSM - libX11 - libXau - libxcb - libXfixes - libXi - libXrender - networkmanager-qt - pam - prison-qt5 - plasma-framework - qt5-base - qt5-declarative - qt5-phonon - qt5-script - qt5-webkit - qt5-graphicaleffects - qt5-x11extras - qt5-location - solid - wayland-client - wayland-server - xcb-util-keysyms - xcb-util - kscreenlocker - xcb-util-image - xorg-app - zlib - - - /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 - kde-env.sh - - - - plasma-workspace-devel - Development files for kde5 plasma-workspace - - plasma-workspace - baloo-devel - cln-devel - kactivities-devel - kauth-devel - kbookmarks-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kcrash-devel - kdbusaddons-devel - kdeclarative-devel - kde-cli-tools - kdelibs4-support-devel - kdesu-devel - kdewebkit - kglobalaccel-devel - kguiaddons-devel - ki18n-devel - kiconthemes-devel - kidletime-devel - kio-devel - kitemviews-devel - kjobwidgets-devel - kjs-devel - kjsembed-devel - knewstuff - knotifications-devel - knotifyconfig-devel - kpackage-devel - krunner-devel - kservice-devel - ktexteditor-devel - ktextwidgets-devel - kwallet-devel - kwayland-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - kxmlrpcclient-devel - kscreenlocker-devel - libdbusmenu-qt-devel - libICE-devel - libkscreen-devel - libksysguard-devel - libqalculate-devel - libSM-devel - libX11-devel - libXau-devel - libxcb-devel - libXfixes-devel - libXi-devel - libXrender-devel - networkmanager-qt-devel - pam-devel - plasma-framework-devel - qt5-base-devel - qt5-declarative-devel - qt5-phonon-devel - qt5-script-devel - qt5-webkit-devel - qt5-x11extras-devel - qt5-location-devel - solid-devel - wayland-devel - xcb-util-keysyms-devel - zlib-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - drkonqi - KDE crash handler - - kdewebkit - kxmlrpcclient - plasma-workspace - - - /usr/lib/libexec - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-28 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-10 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-12 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kwayland-integration - http://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.5.4/kwayland-integration-5.5.4.tar.xz - - kwayland-devel - qt5-base-devel - kwindowsystem-devel - kidletime-devel - extra-cmake-modules - - desktop/kde/plasma/kwayland-integration/pspec.xml - - - kwayland-integration - - kwayland - kidletime - kwindowsystem - libgcc - qt5-base - - - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - First Release. - Alihan Öztürk - alihan@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.5.4/oxygen-5.5.4.tar.xz - - kcmutils-devel - frameworkintegration-devel - kdoctools-devel - cairo-devel - libxcb-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 - kguiaddons - kcompletion - kcoreaddons - kdecorations - kwindowsystem - qt5-x11extras - kconfigwidgets - kwidgetsaddons - frameworkintegration - kcmutils - - - /usr/bin/ - /usr/lib - /usr/share/sounds - /usr/share/icons - /usr/share/locale - /usr/share/plasma - /usr/share/kstyle - /usr/share/kservices5 - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-29 - 5.3.2 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - discover - http://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.5.4/discover-5.5.4.tar.xz - - qt5-base-devel - qt5-svg-devel - qt5-declarative-devel - kio-devel - kdeclarative-devel - plasma-framework-devel - knewstuff-devel - extra-cmake-modules - - desktop/kde/plasma/discover/pspec.xml - - - discover - - qt5-base - libgcc - kio - attica - kconfig - kcoreaddons - kdbusaddons - kiconthemes - kdeclarative - kconfigwidgets - knotifications - kwidgetsaddons - ki18n - kxmlgui - qt5-declarative - knewstuff - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-10 - 5.5.0 - First Release. - Ertuğrul Erata - ertugrulerata@gmal.com - - - - - - user-manager - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:gui - desktop.kde.plasma - KDE 5 User Manager - User Manager within KDE workspace and applications - mirrors://kde/stable/plasma/5.5.4/user-manager-5.5.4.tar.xz - - qt5-base-devel - accountsservice-devel - kdelibs4-support-devel - kdesignerplugin - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - libpwquality-devel - mesa-devel - extra-cmake-modules - - desktop/kde/plasma/user-manager/pspec.xml - - - user-manager - - qt5-base - accountsservice - libgcc - kio - ki18n - kconfig - libpwquality - kcoreaddons - kiconthemes - kconfigwidgets - kdelibs4-support - kwidgetsaddons - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-20 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Verison bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-27 - 5.4.0 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - oxygen-icons - http://www.oxygen-icons.org - - Ertuğrul Erata - ertugrulerata@gmail.com - - LGPL - desktop.kde.plasma - KDE Oxygen icons - "The Oxygen Icon Theme - mirrors://kde/stable/applications/15.04.3/src/oxygen-icons-15.04.3.tar.xz - - cmake - extra-cmake-modules - - desktop/kde/plasma/oxygen-icons/pspec.xml - - - oxygen-icons - - /usr/share/icons - - - - - 2015-08-01 - 15.04.3 - First Release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - kwrited - http://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.5.4/kwrited-5.5.4.tar.xz - - qt5-base-devel - ki18n-devel - kdoctools-devel - kcoreaddons-devel - knotifications-devel - kpty-devel - kdelibs4-support-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 - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-03 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-14 - 5.3.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - ksshaskpass - http://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.5.4/ksshaskpass-5.5.4.tar.xz - - qt5-base-devel - kdoctools-devel - kcoreaddons-devel - ki18n-devel - kwallet-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 - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-18 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kmenuedit - http://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.5.4/kmenuedit-5.5.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 - extra-cmake-modules - - desktop/kde/plasma/kmenuedit/pspec.xml - - - kmenuedit - - qt5-base - libgcc - kconfig - kservice - kcompletion - kcoreaddons - kconfigwidgets - kwidgetsaddons - kdbusaddons - kdelibs4-support - ki18n - kiconthemes - kio - kxmlgui - sonnet - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-15 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@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.5.4/kwallet-pam-5.5.4.tar.xz - - pam-devel - libgcrypt-devel - extra-cmake-modules - - desktop/kde/plasma/kwallet-pam/pspec.xml - - - kwallet-pam - - pam - libgcrypt - - - /lib - /usr/lib/security - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - First Release. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - kdeplasma-addons - http://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.5.4/kdeplasma-addons-5.5.4.tar.xz - - qt5-base-devel - libxcb-devel - xcb-util-image-devel - glib2-devel - scim-devel - ibus-devel - kdoctools-devel - knewstuff-devel - kemoticons-devel - kitemmodels-devel - kross-devel - kinit-devel - kunitconversion-devel - kcmutils-devel - kdesignerplugin - krunner-devel - kdelibs4-support-devel - plasma-framework-devel - extra-cmake-modules - - desktop/kde/plasma/kdeplasma-addons/pspec.xml - - - kdeplasma-addons - - qt5-base - plasma-framework - libgcc - libxcb - xcb-util-image - glib2 - knewstuff - krunner - kio - ki18n - kross - sonnet - kconfig - kxmlgui - karchive - kpackage - kservice - qt5-x11extras - qt5-declarative - kcompletion - kcoreaddons - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - kunitconversion - kdelibs4-support - 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 - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-11 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - breeze - http://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.5.4/breeze-5.5.4.tar.xz - - qt5-base-devel - libxcb-devel - qt5-x11extras-devel - frameworkintegration-devel - kdecorations-devel - kcoreaddons-devel - ki18n-devel - kcmutils-devel - kwindowsystem-devel - kconfig-devel - kguiaddons-devel - plasma-framework-devel - kcoreaddons-devel - kconfigwidgets-devel - kwidgetsaddons-devel - extra-cmake-modules - breeze-gtk - breeze-icons - - desktop/kde/plasma/breeze/pspec.xml - - - breeze-style - - qt5-base - libgcc - kconfig - kguiaddons - kcoreaddons - kconfigwidgets - kwidgetsaddons - qt5-x11extras - libxcb - frameworkintegration - kcmutils - kcoreaddons - ki18n - kwindowsystem - breeze-gtk - breeze-icons - kdecorations - - - /usr/bin - /usr/lib/kconf_update_bin - /usr/lib/qt5 - /usr/share/color-schemes - /usr/share/doc - /usr/share/icons/hicolor/scalable/apps/breeze-settings.svgz - /usr/share/kconf_update - /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 - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-11 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kde-gtk-config - http://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.5.4/kde-gtk-config-5.5.4.tar.xz - - qt5-base-devel - kio-devel - glib2-devel - ki18n-devel - kcoreaddons-devel - kiconthemes-devel - kwidgetsaddons-devel - kcmutils-devel - karchive-devel - kauth-devel - kconfigwidgets-devel - knewstuff-devel - gtk2-devel - gtk3-devel - at-spi2-core-devel - extra-cmake-modules - - desktop/kde/plasma/kde-gtk-config/pspec.xml - - - kde-gtk-config - - qt5-base - libgcc - glib2 - kio - ki18n - kcoreaddons - kiconthemes - kwidgetsaddons - karchive - knewstuff - kconfigwidgets - gtk2 - gtk3 - - - /usr/share - /etc/xdg/cgc* - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-03 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-06 - 5.3.1 - Version bump. - Stefan Gronewold(groni) - groni@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.5.4/breeze-gtk-5.5.4.tar.xz - - extra-cmake-modules - qt5-base-devel - - desktop/kde/plasma/breeze-gtk/pspec.xml - - - breeze-gtk - Breeze widget theme for GTK 2 and 3 - - libgcc - qt5-base - - - /usr/share/kconf_update - /usr/share/themes - /usr/share/doc - /usr/lib/kconf_update_bin - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-26 - 5.5.2 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - plasma-mediacenter - http://www.kde.org - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - library - desktop.kde.plasma - A mediacenter user interface based on KDE Plasma components - A mediacenter user interface based on KDE Plasma components - mirrors://kde/stable/plasma/5.5.4/plasma-mediacenter-5.5.4.tar.xz - - qt5-base-devel - qt5-multimedia-devel - qt5-sql-mysql - qt5-sql-sqlite - qt5-sql-odbc - qt5-sql-postgresql - kfilemetadata-devel - kdeclarative-devel - plasma-framework-devel - baloo-devel - extra-cmake-modules - - desktop/kde/plasma/plasma-mediacenter/pspec.xml - - - plasma-mediacenter - - qt5-base - baloo - libgcc - kfilemetadata - kcoreaddons - kactivities - qt5-declarative - kguiaddons - kservice - kconfig - ki18n - kio - taglib - qt5-multimedia - plasma-workspace - plasma-desktop - plasma-framework - ffmpegthumbs - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-03 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-18 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kde-cli-tools - http://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.5.4/kde-cli-tools-5.5.4.tar.xz - - qt5-base-devel - qt5-x11extras-devel - qt5-svg-devel - libX11-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 - kdelibs4-support-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesignerplugin - docbook-xsl - extra-cmake-modules - - 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 - kdelibs4-support - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/man - /usr/share/doc - - - System.Package - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-06 - 5.3.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kscreen - http://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.5.4/kscreen-5.5.4.tar.xz - - qt5-base-devel - qt5-graphicaleffects - qt5-declarative-devel - kglobalaccel-devel - libkscreen-devel - kconfig-devel - kdoctools-devel - kxmlgui-devel - mesa-devel - extra-cmake-modules - - desktop/kde/plasma/kscreen/pspec.xml - - - kscreen - - qt5-base - libgcc - libkscreen - qt5-declarative - kconfig - kcoreaddons - kglobalaccel - kconfigwidgets - kwidgetsaddons - kdbusaddons - ki18n - kxmlgui - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-02 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-06 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kscreenlocker - http://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.5.4/kscreenlocker-5.5.4.tar.xz - - qt5-base-devel - qt5-declarative-devel - kglobalaccel-devel - kdelibs4-support-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesignerplugin - kdoctools-devel - kidletime-devel - kdeclarative-devel - kcmutils-devel - kwayland-devel - plasma-framework-devel - extra-cmake-modules - - desktop/kde/plasma/kscreenlocker/pspec.xml - - - kscreenlocker - - qt5-base - libgcc - ki18n - kcrash - libX11 - libxcb - kconfig - kxmlgui - kpackage - kwayland - kidletime - kcoreaddons - kdeclarative - kglobalaccel - kwindowsystem - qt5-x11extras - kconfigwidgets - knotifications - wayland-client - wayland-server - qt5-declarative - kdelibs4-support - 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-declarative-devel - kglobalaccel-devel - kdelibs4-support-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kdesignerplugin - kdoctools-devel - kidletime-devel - kdeclarative-devel - kcmutils-devel - kwayland-devel - plasma-framework-devel - kscreenlocker - - - /usr/include - /usr/lib/cmake - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-10 - 5.5.0 - First Release. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - plasma-workspace-wallpapers - http://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.5.4/plasma-workspace-wallpapers-5.5.4.tar.xz - - qt5-base - extra-cmake-modules - - desktop/kde/plasma/plasma-workspace-wallpapers/pspec.xml - - - plasma-workspace-wallpapers - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-20 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-03 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-25 - 5.3.0 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kinfocenter - http://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.5.4/kinfocenter-5.5.4.tar.xz - - kcmutils-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kdbusaddons-devel - kdelibs4-support-devel - kdoctools-devel - ki18n-devel - kiconthemes-devel - kio-devel - kservice-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-devel - libraw1394-devel - libX11-devel - mesa-glu-devel - pciutils-devel - plasma-framework-devel - qt5-base-devel - solid-devel - kemoticons-devel - kitemmodels-devel - kinit-devel - kunitconversion-devel - kwayland-devel - kdesignerplugin - docbook-xsl - extra-cmake-modules - - desktop/kde/plasma/kinfocenter/pspec.xml - - - kinfocenter - - kcmutils - kcompletion - kconfig - kconfigwidgets - kcoreaddons - kdbusaddons - kdeclarative - kdelibs4-support - ki18n - kiconthemes - kio - kservice - kwayland - kwidgetsaddons - kxmlgui - libgcc - libraw1394 - libX11 - mesa-glu - mesa - pciutils - qt5-base - qt5-declarative - solid - - - /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 - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-11 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-11 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - sddm - https://github.com/sddm/sddm - - Pisi Linux Admins - admin@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - QML based X11 display manager - QML tabanlı X11 görüntü 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.13.0/sddm-0.13.0.tar.xz - - qt5-base-devel - qt5-linguist - qt5-declarative-devel - libxcb-devel - libxkbfile-devel - pam-devel - extra-cmake-modules - docutils - - - sddm-0.11.0-consolekit.patch - sddm-respect-user-flags.patch - - desktop/kde/plasma/sddm/pspec.xml - - - sddm - - qt5-base - qt5-declarative - pam - libgcc - libxcb - - - /etc - /usr/share - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/man - /usr/share/doc - - - System.Service - System.Package - - - sddm.conf - sddm - - - - - 2015-11-18 - 0.13.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-07 - 0.12 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-03 - 0.11 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-09-20 - 0.11 - First release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - polkit-kde-authentication-agent-1 - http://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.5.4/polkit-kde-agent-1-5.5.4.tar.xz - - qt5-base-devel - kdoctools-devel - ki18n-devel - knotifications-devel - polkit-qt-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 - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-31 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-29 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@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.5.4/plasma-pa-5.5.4.tar.xz - - qt5-base-devel - qt5-quick1-devel - qt5-declarative-devel - kconfigwidgets-devel - kcoreaddons-devel - kdeclarative-devel - plasma-framework-devel - kdoctools-devel - glib2-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/plasma/plasma-pa/pspec.xml - - - plasma-pa - - qt5-base - kdeclarative - libgcc - ki18n - kcoreaddons - kglobalaccel - qt5-declarative - pulseaudio-libs - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - First Release. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - kwin - http://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.5.4/kwin-5.5.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 - kservice-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-multimedia-devel - qt5-script-devel - qt5-x11extras-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-devel - qt5-multimedia - docbook-xsl - extra-cmake-modules - - desktop/kde/plasma/kwin/pspec.xml - - - kwin - - kactivities - kauth - kcmutils - kcompletion - kconfig - kconfigwidgets - kcoreaddons - kcrash - kdeclarative - kdecorations - kglobalaccel - ki18n - kiconthemes - kio - knewstuff - knotifications - kservice - kwayland - kwidgetsaddons - kwindowsystem - kxmlgui - kscreenlocker - kidletime - libepoxy - libgcc - libICE - libSM - libX11 - libxcb - libxkbcommon - mesa - plasma-framework - qt5-base - qt5-declarative - qt5-script - qt5-x11extras - wayland-cursor - wayland-client - xcb-util-image - xcb-util-keysyms - eudev - kpackage - libdrm - libinput - xcb-util-cursor - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kwin-devel - Development files for kwin - - kwin - kactivities-devel - kauth-devel - kcmutils-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kcrash-devel - kdeclarative-devel - kdecorations-devel - kglobalaccel-devel - ki18n-devel - kiconthemes-devel - kinit-devel - kio-devel - knewstuff-devel - knotifications-devel - kservice-devel - kwayland-devel - kwidgetsaddons-devel - kwindowsystem-devel - kxmlgui-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-script-devel - qt5-x11extras-devel - wayland-devel - xcb-util-image-devel - xcb-util-keysyms-devel - eudev-devel - libinput-devel - xcb-util-cursor-devel - qt5-multimedia-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-02 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-12 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - kdecorations - https://projects.kde.org/projects/kde/workspace/kdecoration - - 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.5.4/kdecoration-5.5.4.tar.xz - - qt5-base-devel - extra-cmake-modules - - desktop/kde/plasma/kdecorations/pspec.xml - - - kdecorations - - qt5-base - libgcc - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - kdecorations-devel - Development files for kdecorations - - qt5-base-devel - kdecorations - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-11 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - khelpcenter - http://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - desktop.kde.plasma - KDE Help Center - KDE help center utility to read help documentation about various KDE applications. - mirrors://kde/stable/plasma/5.5.4/khelpcenter-5.5.4.tar.xz - - qt5-base-devel - libdbusmenu-qt-devel - kinit-devel - kcmutils-devel - khtml-devel - kdoctools-devel - kemoticons-devel - kitemmodels-devel - kunitconversion-devel - kdesignerplugin - kdelibs4-support-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/plasma/khelpcenter/pspec.xml - - - khelpcenter - - qt5-base - kio - libgcc - khtml - ki18n - kparts - kcodecs - kconfig - kxmlgui - kcmutils - kservice - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kwindowsystem - kconfigwidgets - kwidgetsaddons - kdelibs4-support - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-11 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - plasma-nm - http://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.5.4/plasma-nm-5.5.4.tar.xz - - qt5-base-devel - libgcc - networkmanager-qt-devel - modemmanager-qt-devel - ModemManager-devel - kdelibs4-support-devel - openconnect-devel - kdoctools-devel - NetworkManager-devel - mobile-broadband-provider-info - extra-cmake-modules - qt5-quick1-devel - qt5-declarative-devel - plasma-framework-devel - kdelibs4-support-devel - kdesignerplugin - kinit-devel - kemoticons-devel - kitemmodels-devel - kunitconversion-devel - qca2-qt5-devel - - desktop/kde/plasma/plasma-nm/pspec.xml - - - plasma-nm - - qt5-base - qca2-qt5 - libgcc - openconnect - kio - networkmanager-qt - modemmanager-qt - ki18n - solid - kconfig - kwallet - kxmlgui - kservice - kitemviews - qt5-declarative - kcompletion - kcoreaddons - kdbusaddons - kiconthemes - kwindowsystem - kconfigwidgets - knotifications - kwidgetsaddons - kdelibs4-support - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-14 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - system-settings - http://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.5.4/systemsettings-5.5.4.tar.xz - - qt5-base-devel - kdoctools-devel - kio-devel - kauth-devel - khtml-devel - kcmutils-devel - docbook-xsl - extra-cmake-modules - - desktop/kde/plasma/system-settings/pspec.xml - - - system-settings - - qt5-base - kauth - libgcc - kcompletion - kcoreaddons - kconfigwidgets - kwidgetsaddons - kcmutils - kconfig - kdbusaddons - khtml - ki18n - kiconthemes - kio - kitemviews - kservice - kwindowsystem - kxmlgui - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - system-settings-devel - Development files for system-settings - - qt5-base-devel - kauth-devel - kcompletion-devel - kcoreaddons-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kcmutils-devel - kconfig-devel - kdbusaddons-devel - khtml-devel - ki18n-devel - kiconthemes - kio-devel - kitemviews-devel - kservice-devel - kwindowsystem-devel - kxmlgui-devel - system-settings - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-29 - 5.3.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libksysguard - http://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.5.4/libksysguard-5.5.4.tar.xz - - qt5-base-devel - qt5-script-devel - qt5-webkit-devel - kdoctools-devel - libX11-devel - libXres-devel - zlib-devel - plasma-framework-devel - extra-cmake-modules - - desktop/kde/plasma/libksysguard/pspec.xml - - - libksysguard - - qt5-base - libX11 - libgcc - zlib - libXres - qt5-webkit - qt5-x11extras - kwindowsystem - kconfigwidgets - kwidgetsaddons - kconfig - kauth - kcoreaddons - ki18n - - - /etc - /usr/share - /usr/share/locale - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - libksysguard-devel - Development files for libksysguard - - libksysguard - qt5-base-devel - libX11-devel - zlib-devel - libXres-devel - qt5-webkit-devel - qt5-x11extras-devel - kwindowsystem-devel - kconfigwidgets-devel - kwidgetsaddons-devel - kconfig-devel - kauth-devel - kcoreaddons-devel - ki18n-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-28 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-12 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - ksysguard - http://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. - mirrors://kde/stable/plasma/5.5.4/ksysguard-5.5.4.tar.xz - - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kdbusaddons-devel - kdelibs4-support-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 - - desktop/kde/plasma/ksysguard/pspec.xml - - - ksysguard - - icon-theme-hicolor - kcompletion - kconfig - kconfigwidgets - kcoreaddons - kdbusaddons - kdelibs4-support - ki18n - kiconthemes - kio - kitemviews - knewstuff - knotifications - kwidgetsaddons - kwindowsystem - kxmlgui - libgcc - libksysguard - lm_sensors - qt5-base - xdg-utils - qt5-location - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-03 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-12 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libkscreen - http://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.5.4/libkscreen-5.5.4.tar.xz - - qt5-base-devel - qt5-x11extras-devel - libxcb-devel - xcb-util-devel - xcb-util-image-devel - xcb-util-keysyms-devel - libXcursor-devel - libXrandr-devel - extra-cmake-modules - cmake - - desktop/kde/plasma/libkscreen/pspec.xml - - - libkscreen - - qt5-base - libxcb - libgcc - qt5-x11extras - - - /usr/lib/qt5 - /usr/lib - /usr/share/doc - /usr/share/dbus-1 - - - - libkscreen-devel - Development files for libkscreen - - libxcb-devel - qt5-base-devel - qt5-x11extras-devel - libkscreen - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-02 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-06 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - bluedevil - http://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.5.4/bluedevil-5.5.4.tar.xz - - qt5-base-devel - qt5-declarative - kded-devel - 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 - extra-cmake-modules - - desktop/kde/plasma/bluedevil/pspec.xml - - - bluedevil - - qt5-base - libgcc - bluez-qt - kded - kio - ki18n - kconfig - qt5-declarative - kcoreaddons - kdbusaddons - kiconthemes - kconfigwidgets - knotifications - kwindowsystem - kwidgetsaddons - - - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-23 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-01 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-06 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - powerdevil - http://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.5.4/powerdevil-5.5.4.tar.xz - - qt5-base-devel - kdoctools-devel - kidletime-devel - libxcb-devel - eudev-devel - kdesignerplugin - kinit-devel - kunitconversion-devel - kitemmodels-devel - kemoticons-devel - docbook-xsl - plasma-workspace-devel - extra-cmake-modules - - - powerdevil-enable-upower.patch - - desktop/kde/plasma/powerdevil/pspec.xml - - - powerdevil - - qt5-base - kidletime - libgcc - libxcb - eudev - plasma-workspace - kio - kauth - ki18n - solid - kconfig - kxmlgui - kservice - kwayland - qt5-x11extras - libkscreen - kactivities - kcompletion - kcoreaddons - kdbusaddons - kglobalaccel - knotifyconfig - kconfigwidgets - knotifications - kwidgetsaddons - kdelibs4-support - - - /etc - /usr/share - /usr/share/locale - /usr/bin - /usr/lib/cmake - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-03 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-05-29 - 5.3.1 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - plasma-sdk - http://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.5.4/plasma-sdk-5.5.4.tar.xz - - qt5-base-devel - qt5-webkit-devel - qt5-svg-devel - karchive-devel - kcompletion-devel - kconfig-devel - kconfigwidgets-devel - kcoreaddons-devel - kdeclarative-devel - ki18n-devel - kiconthemes-devel - kio-devel - knewstuff-devel - kparts-devel - plasma-framework-devel - kservice-devel - ktexteditor-devel - kwidgetsaddons-devel - kxmlgui-devel - kwindowsystem-devel - extra-cmake-modules - - 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 - - - - - 2016-01-31 - 5.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2016-01-10 - 5.5.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-22 - 5.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-16 - 5.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-12-09 - 5.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-10-07 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-12 - 5.4.1 - Version bump. + 2014-01-30 + 0.2.3 + rebuild. Alihan Öztürk alihan@pisilinux.org - - 2015-08-25 - 5.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-03 - 5.3.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-06-14 - 5.3.1 - Version bump. - Stefan Gronewold(groni) - groni@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.40/librsvg-2.40.9.tar.xz - - libcroco-devel - gtk2-devel - pango-devel - vala-devel - python-devel - gdk-pixbuf-devel - gtk-doc - gobject-introspection-devel - - desktop/gnome2/librsvg/pspec.xml - - - librsvg - - glib2 - libxml2 - cairo - pango - libcroco - gdk-pixbuf - - - /etc/gtk-2.0 - /usr/bin - /usr/lib - /usr/share/man/man1 - /usr/share/pixmaps - /usr/share/themes - /usr/share/vala - /usr/share/gtk-doc - /usr/share/gir-1.0/Rsvg-2.0.gir - /usr/share/doc - - - - 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 - - - - librsvg-32bit - 32-bit shared libraries for librsvg - emul32 - emul32 - - atk-32bit - gtk2-32bit - glib2-32bit - cairo-32bit - pango-32bit - libpng-32bit - libxml2-32bit - freetype-32bit - libcroco-32bit - gdk-pixbuf-32bit - fontconfig-32bit - - - librsvg - glibc-32bit - glib2-32bit - cairo-32bit - pango-32bit - libxml2-32bit - libcroco-32bit - gdk-pixbuf-32bit - - - /usr/lib32 - - - - - 2015-08-10 - 2.40.9 - Version bump. - PisiLinux Community - ayhanyalcinsoy@pisilinux.org - - - 2014-05-17 - 2.40.2 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2013-10-14 - 2.39.0 - Rebuild icu4c. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-10 - 2.39.0 - Rebuild and install using correct loaders. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-23 - 2.39.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-31 - 2.36.4 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-06-17 - 2.36.4 - Rebuild with new pisi release - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-23 - 2.36.4 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2013-01-23 - 2.36.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - 2012-11-06 - 2.36.3 + 2013-01-14 + 0.2.3 First release Marcin Bojara marcin@pisilinux.org @@ -59544,7669 +91747,126 @@ - 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 - - - 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 - - - - - 2014-05-21 - 2.14.19 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-10-29 - 2.14.19 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-26 - 2.14.19 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2010-12-22 - 2.14.19 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - glibmm - http://gtkmm.sourceforge.net/ - - 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.44/glibmm-2.44.0.tar.xz - - libsigc++-devel - glib2-devel - pkgconfig - - 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-* - - - - - 2015-07-21 - 2.44.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-05-18 - 2.40.0 - Version bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-12-23 - 2.38.0 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-10-29 - 2.36.2 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-14 - 2.36.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-22 - 2.34.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - fontforge - http://fontforge.sourceforge.net/ + ppp + http://samba.org/ppp 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/20150824/fontforge-20150824.tar.gz - http://fontforge.org/cidmaps.tgz - - libjpeg-turbo-devel - tiff-devel - cairo-devel - pango-devel - libpng-devel - libXft-devel - libXi-devel - giflib-devel - libspiro-devel - xdg-utils - fontconfig-devel - python-devel - libxml2-devel - readline-devel - libtool-ltdl - - desktop/font/fontforge/pspec.xml - - - fontforge - - zlib - glib2 - libX11 - libpng - python - libxml2 - freetype - readline - libtool-ltdl - tiff - cairo - libXi - pango - libXft - giflib - libspiro - libjpeg-turbo - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/mime - /usr/share/pixmaps - /usr/share/fontforge - /usr/share/applications - /usr/share/locale - - - - fontforge-devel - Development files for fontforge - fontforge için geliştirme dosyaları - - tiff-devel - pango-devel - cairo-devel - fontforge - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-08-28 - 2.0.20150824 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-03-01 - 2.0.20140101 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-02-01 - 2.0.20140101 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-02 - 20120731 - Rebuild for RC. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-10-25 - 20120731 - First release - Yusuf Aydemir - yusuf.aydemir@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://github.com/googlei18n/noto-fonts/archive/v2015-09-29-license-adobe.tar.gz - desktop/font/noto-fonts/pspec.xml - - - noto-fonts - - /usr/share/doc - /usr/share/fonts/noto - - - - 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 - - - - - 2016-02-12 - 20150929 - First release. - Osman Erkan - osman.erkan@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 - - - - - 2015-11-11 - 5.4.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-06 - 5.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-12 - 5.4.1 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2014-08-27 - 5.4.0 - Version bump - Vedat Demir - vedat@pisilinux.org - - - 2014-03-02 - 0.4 - 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. - http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.40.tar.bz2 + 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. + http://samba.org/ftp/ppp/ppp-2.4.6.tar.gz + http://www.netservers.net.uk/gpl/ppp-dhcpc.tgz - cairo-devel - glib2-devel - icu4c-devel - graphite2-devel - freetype-devel - expat-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 - /usr/share/gtk-doc - - - - harfbuzz-devel - - glib2-devel - icu4c-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 - glibc-32bit - cairo-32bit - - - cairo-32bit - glib2-32bit - glibc-32bit - icu4c-32bit - freetype-32bit - - - /usr/lib32 - - - - - 2015-04-06 - 0.9.40 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-01-24 - 0.9.38 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-01-12 - 0.9.37 - Version Bump + rebuild. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-08-15 - 0.9.35 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-07-11 - 0.9.30 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-06-09 - 0.9.26 - Better harfbuz with icu, cairo. Fix configure option format. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-17 - 0.9.26 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-26 - 0.9.26 - Delete Unused Deps. - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-02-25 - 0.9.26 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-02-22 - 0.9.26 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-14 - 0.9.19 - Rebuild for icu4c - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-26 - 0.9.19 - Version bump. Fix build emul32 - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-30 - 0.9.18 - V.Bump - PisiLinux Community - admins@pisilinux.org - - - 2013-01-22 - 0.9.9 - Add emul32 - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-24 - 0.9.9 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - gnu-gs-fonts-std - http://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 - - - - - 2014-02-23 - 8.11 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2012-09-20 - 8.11 - First release - Sezai Yeniay - sezaiyeniay@pisilinux.org - - - - - - 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. - http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.11.1.tar.bz2 - - freetype-devel - expat-devel - - - prefer_dejavu.patch - anymetrics_urw.patch - use_legacy_lcdfilter_on_small_monospace.patch - add_hinting_and_antialiasing_to_proper_fonts.patch - fontconfig-2.8.0-sleep-less.patch - deprecated-user-conf.patch - - desktop/font/fontconfig/pspec.xml - - - fontconfig - - freetype - expat - - - /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 - 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 - glibc-32bit - - - fontconfig - expat-32bit - freetype-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2014-05-17 - 2.11.1 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-29 - 2.11.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-01 - 2.11.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-05 - 2.10.93 - Add missing method to pakhandler.py - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-06 - 2.10.93 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-06 - 2.10.92 - First release - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-06 - 2.10.2 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - 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/ - - - - - 2014-02-22 - 0.0_20100919 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-09-20 - 0.0_20090104 - First release - Pisi Linux Admins - admins@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. - http://www.unicode.org/Public/zipped/6.3.0/UCD.zip - desktop/font/unicode-ucd/pspec.xml - - - unicode-ucd - - /usr/share/unicode/ucd - /usr/share/doc - - - copyright.html - - - - - 2014-01-27 - 6.3.0 - First release - Serdar Soytetir - kaptan@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. - mirrors://sourceforge/wxwindows/wxWidgets-3.0.2.tar.bz2 - - zlib-devel - tiff-devel - gtk2-devel - expat-devel - libSM-devel - libpng-devel - mesa-glu-devel - webkit-gtk2-devel - libjpeg-turbo-devel - gst-plugins-base-devel - - - make-abicheck-non-fatal.patch - - desktop/toolkit/wxGTK/pspec.xml - - - wxGTK - - gtk2 - mesa - tiff - zlib - cairo - expat - glib2 - pango - libSM - libX11 - libgcc - libpng - gstreamer - gdk-pixbuf - libXxf86vm - webkit-gtk2 - libjpeg-turbo - gst-plugins-base - - - /usr/lib/ - /usr/bin - /usr/share/doc/ - /usr/share/aclocal/ - /usr/share/bakefile/ - /usr/lib/wx/config - /usr/share/locale/ - - - - wxGTK-devel - wxGTK-devel is the development files for wxGTK - wxGTK araç seti için geliştirme dosyaları - - wxGTK - - - /usr/include - - - - - 2015-08-29 - 3.0.2 - Version bump, fix install. - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-01-05 - 2.8.12 - use symlink not rename. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-06-18 - 2.8.12 - Rebuild. - Aydın Demirel - aydin.demirel@pisilinux.org - - - 2014-05-28 - 2.8.12 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-08-17 - 2.8.12 - Release bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2011-05-06 - 2.8.12 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - qtermwidget5 - https://github.com/qterminal/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/qterminal/qtermwidget/releases/download/0.6.0/qtermwidget-0.6.0.tar.xz - - cmake - libgcc - qt5-base-devel - - 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/bin - /usr/include - /usr/lib/pkgconfig - - - - - 2015-05-13 - 0.6.0 - 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://fedorahosted.org/releases/n/e/newt/newt-0.52.17.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 - - - - - 2014-07-05 - 0.52.17 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-05 - 0.52.16 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-26 - 0.52.14 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-01-30 - 0.52.14 - Build with new relaese Tcl - Erdinç Gültekin - admins@pisilinux.org - - - 2012-09-17 - 0.52.14 - First release - Serdar Soytetir - kaptan@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++). - http://cairographics.org/releases/cairomm-1.10.0.tar.gz - - grep - perl - doxygen - 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 - - - - - 2014-05-18 - 1.10.0 - Release bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-21 - 1.10.0 - Release bump - PisiLinux Community - admins@pisilinux.org - - - 2012-08-25 - 1.10.0 - 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 - - - Makefile.in.am-2.4.2-xmlcatalog.patch - libglade-2.6.3-fix_tests-page_size.patch - - desktop/toolkit/gtk/libglade/pspec.xml - - - libglade - - glib2 - libxml2 - atk - pango - 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 - - - /usr/bin - /usr/include - /usr/lib/pkgconfig - - - - - 2014-05-18 - 2.6.4 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-07 - 2.6.4 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-17 - 2.6.4 - Release bump - Pisi Linux Admins - admins@pisilinux.org - - - 2010-10-12 - 2.6.4 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - atkmm - http://www.gtkmm.org - - 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.22/atkmm-2.22.7.tar.xz - - atk-devel - glibmm-devel - libtool - perl - doxygen - pkgconfig - glib2-devel - 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 - - - - - 2015-11-27 - 2.22.7 - Rebuild and check. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2014-05-18 - 2.22.7 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-07-14 - 2.22.7 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-08-26 - 2.22.6 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - gdk-pixbuf - http://www.gnome.org - - 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.31/gdk-pixbuf-2.31.4.tar.xz - - gtk-doc - glib2-devel - libX11-devel - tiff-devel - libjpeg-turbo-devel - libpng-devel - jasper-devel - gobject-introspection-devel - - desktop/toolkit/gtk/gdk-pixbuf/pspec.xml - - - gdk-pixbuf - - glib2 - libpng - libX11 - tiff - jasper - libjpeg-turbo - - - /etc - /usr/bin - /usr/lib - /usr/share/locale - /usr/share/man - /usr/share/doc - /usr/share - - - System.PackageHandler - - - - gdk-pixbuf-devel - Development files for gdk-pixbuf - gdk-pixbuf için geliştirme dosyaları - - gdk-pixbuf - glib2 - - - /usr/bin/gdk-pixbuf-csource - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/gir-1.0 - - - - gdk-pixbuf-docs - Reference documents for gdk-pixbuf - gdk-pixbuf için başvuru belgeleri - - /usr/share/gtk-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 - glibc-32bit - glib2-32bit - libX11-32bit - libpng-32bit - jasper-32bit - libX11-32bit - - - gdk-pixbuf - glibc-32bit - tiff-32bit - glib2-32bit - libpng-32bit - libX11-32bit - jasper-32bit - libjpeg-turbo-32bit - - - /usr/bin/gdk-pixbuf-query-loaders-32 - /usr/lib32 - - - System.PackageHandler - - - - - 2015-07-05 - 2.31.4 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-27 - 2.31.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-17 - 2.30.7 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-30 - 2.30.7 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-10 - 2.30.0 - Add missing method and fix pakhandler.py - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-05 - 2.28.2 - Add missing method and fix pakhandler.py - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-20 - 2.28.2 - Fix build emul32. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-11 - 2.28.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-04-07 - 2.28.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-02-24 - 2.27.1 - V.Bump - PisiLinux Community - admins@pisilinux.org - - - 2012-11-25 - 2.26.5 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - cairo - http://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). - http://cairographics.org/releases/cairo-1.14.2.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 - mesa-devel - DirectFB-devel - valgrind - - desktop/toolkit/gtk/cairo/pspec.xml - - - cairo - - lzo - zlib - glib2 - libX11 - libpng - libxcb - freetype - fontconfig - libXrender - pixman - libXext - mesa - - - /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 - mesa-devel - glib2-devel - libX11-devel - libpng-devel - libxcb-devel - freetype-devel - pixman-devel - libXext-devel - fontconfig-devel - libXrender-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 - - mesa-32bit - zlib-32bit - glib2-32bit - libX11-32bit - pixman-32bit - libpng-32bit - libxcb-32bit - libXext-32bit - freetype-32bit - fontconfig-32bit - libXrender-32bit - - - cairo - mesa-32bit - zlib-32bit - glibc-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 - - - - - 2015-04-18 - 1.14.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-01-28 - 1.14.0 - Version bump. - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-05-17 - 1.12.16 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-10-09 - 1.12.16 - Version bump, fixes. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-07-29 - 1.12.14 - Fix dependencies. - Marcin Bojara - marcin@pisilinux.org - - - 2013-04-23 - 1.12.14 - Dep fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-02-24 - 1.12.14 - Version bump, missing dep. - Ertan Güven - ertan@pisilinux.org - - - 2013-01-22 - 1.12.10 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-23 - 1.12.8 - First release - Marcin Bojara - marcin@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.38/pango-1.38.1.tar.xz - - libX11-devel - freetype-devel - cairo-devel - libXft-devel - harfbuzz-devel - fontconfig-devel - libXrender-devel - gtk-doc - gobject-introspection-devel - glib2-devel - - desktop/toolkit/gtk/pango/pspec.xml - - - pango - - glib2 - libX11 - freetype - cairo - libXft - 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 - harfbuzz-devel - fontconfig-devel - - - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/include - - - - pango-docs - Pango reference documents - Pango referans dokümanları - data:doc - - /usr/share/gtk-doc - - - - 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 - freetype-32bit - libXrender-32bit - fontconfig-32bit - libffi-32bit - harfbuzz-32bit - glibc-32bit - - - pango - cairo-32bit - glib2-32bit - libX11-32bit - libXft-32bit - freetype-32bit - libXrender-32bit - fontconfig-32bit - libffi-32bit - harfbuzz-32bit - glibc-32bit - - - /usr/bin/pango-querymodules-32 - /usr/lib32/libpango* - /usr/lib32/girepository-1.0 - /usr/lib32/pango - - - - - 2016-01-25 - 1.38.1 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-03-18 - 1.36.8 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-07-07 - 1.36.5 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-05-17 - 1.36.3 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-30 - 1.36.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-05 - 1.36.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-10 - 1.36.0 - Version bump, cleanup. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-17 - 1.34.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-04-20 - 1.34.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-04-07 - 1.32.6 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-22 - 1.32.5 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2011-07-07 - 1.30.1 - First release - Yusuf Aydemir - yusuf.aydemir@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.21/gtk-doc-1.21.tar.xz - - itstool - openjade - sgml-common - docbook-xml - docbook-xsl - libxslt-devel - - desktop/toolkit/gtk/gtk-doc/pspec.xml - - - gtk-doc - - docbook-xml - sgml-common - - - /usr/bin - /usr/share - /usr/share/doc - /usr/share/omf - /var/lib - - - - - 2015-04-06 - 1.21 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-05-18 - 1.20 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-03-30 - 1.20 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-26 - 1.18 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-08-26 - 1.18 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - gtk3 - http://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. - mirrors://gnome/gtk+/3.18/gtk+-3.18.6.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 - - - 071_fix-installation-of-HTML-images.patch - - desktop/toolkit/gtk/gtk3/pspec.xml - - - gtk3 - - glib2 - libX11 - libepoxy - atk - cups - pango - libXi - cairo - libXext - libXrandr - libXfixes - gdk-pixbuf - fontconfig - libXcursor - libXdamage - libXinerama - at-spi2-atk - libXcomposite - dejavu-fonts - - - /etc - /usr/bin - /usr/share/themes - /usr/share/gtk-3.0 - /usr/share/ - /usr/share/man - /usr/share/doc - /usr/lib - /usr/share/locale - - - System.PackageHandler - - - settings.ini - - - - gtk3-demo - GTK demo application - GTK demo uyulaması - app:gui - - gtk3 - glib2 - libepoxy - cairo - pango - gdk-pixbuf - - - /usr/bin/gtk3-demo - /usr/bin/gtk3-demo-application - - - - gtk3-docs - GTK reference documents - GTK referans dökümanları - data:doc - - /usr/share/doc/gtk3 - - - - 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 - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/aclocal - /usr/share/gir-1.0 - - - - - 2016-01-25 - 3.18.6 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-07-07 - 3.16.4 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-03-18 - 3.14.9 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-04-12 - 3.12.2 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2014-04-06 - 3.10.7 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-05 - 3.10.7 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-21 - 3.10.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-11 - 3.10.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-05 - 3.8.2 - Add missing method and fix pakhandler.py - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-27 - 3.8.2 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-07-14 - 3.8.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-04-24 - 3.6.4 - First release - Ertan Güven - ertan@pisilinux.org - - - - - - gtkmm - http://gtkmm.sourceforge.net - - 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. - mirrors://gnome/gtkmm/2.24/gtkmm-2.24.4.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 - - - - - 2014-05-18 - 2.24.4 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-07-14 - 2.24.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-03 - 2.24.2 - First release - Osman Erkan - osman.erkan@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 - - - - - 2015-11-20 - 2.0.16 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-05-18 - 2.0.16 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-02-25 - 2.0.16 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-08-17 - 2.0.16 - Release bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2010-10-12 - 2.0.16 - First release - Pisi Linux Admins - admins@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.34/pangomm-2.34.0.tar.xz - - grep - libtool - doxygen - 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 - - - - - 2014-05-18 - 2.34.0 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-07-14 - 2.34.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-08-26 - 2.28.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - gtk2 - http://www.gtk.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - 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. - mirrors://gnome/gtk+/2.24/gtk+-2.24.28.tar.xz - - cups-devel - libXi-devel - cairo-devel - libXext-devel - libXrandr-devel - libXfixes-devel - libXrender-devel - libXdamage-devel - libXcursor-devel - fontconfig-devel - libXinerama-devel - libXcomposite-devel - atk-devel - pango-devel - gdk-pixbuf-devel - gtk-doc - 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 - - - /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 - - - - 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 - 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 - - glibc-32bit - 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 - glibc-32bit - 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 - - - - - 2015-07-05 - 2.24.28 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-17 - 2.24.23 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-04-06 - 2.24.22 - Rebuild - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-06 - 2.24.22 - Set proper settings to gtkrc, change location of gtkrc. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-21 - 2.24.22 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-05 - 2.24.21 - Minor version bump, cleanup. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-05 - 2.24.20 - Add missing method and fix pakhandler.py - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-06 - 2.24.20 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-04-20 - 2.24.17 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-02-23 - 2.24.16 - Version bump, add new cppflags, enhancements. - Erdinç Gültekin - admins@pisilinux.org - - - 2013-01-23 - 2.24.14 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-09-25 - 2.24.13 - First release - Erdem Artan - admins@pisilinux.org - - - - - - atk - http://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.16/atk-2.16.0.tar.xz - - gobject-introspection-devel - glib2-devel - gtk-doc - - 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 - - - /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 - glibc-32bit - - - atk - glib2-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2015-04-17 - 2.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-17 - 2.12.0 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-30 - 2.12.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-10 - 2.10.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-21 - 2.8.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-04-07 - 2.8.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-02-24 - 2.7.91 - V.Bump - PisiLinux Community - admins@pisilinux.org - - - 2012-10-22 - 2.7.2 - First release - PisiLinux Community - admins@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.5/5.5.1/submodules/qtwebsockets-opensource-src-5.5.1.tar.xz - - qt5-base-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 - - - - - 2015-10-16 - 5.5.1 - 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-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 - - qt5-base-devel - qt5-declarative-devel - qt5-quick1-devel - glib2-devel - gobject-introspection-devel - cmake - boost-devel - doxygen - gst-plugins-good - gstreamer-next-devel - gst-plugins-base-next-devel - mesa-devel - - desktop/toolkit/qt5/qt5-gstreamer/pspec.xml - - - qt5-gstreamer - - qt5-base - qt5-declarative - qt5-quick1 - gstreamer-next - gst-plugins-base-next - mesa - glib2 - libgcc - - - /usr/bin - /usr/lib/qt5 - /usr/lib - /usr/share/doc - - - - qt5-gstreamer-devel - Development files for qt5-gstreamer - - qt5-gstreamer - glib2-devel - qt5-base-devel - gstreamer-next-devel - qt5-declarative-devel - gst-plugins-base-next-devel - - - /usr/include - /usr/lib/cmake - /usr/lib/pkgconfig - - - - - 2015-10-11 - 1.2.0 - First Release - Stefan Gronewold (groni) - 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.5/5.5.1/submodules/qtsvg-opensource-src-5.5.1.tar.xz - - mesa-devel - qt5-base-devel - zlib-devel - - 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 - - - - - 2015-10-16 - 5.5.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-09-11 - 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-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.5/5.5.1/submodules/qtquickcontrols-opensource-src-5.5.1.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-quick1-devel - mesa-devel - - desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml - - - qt5-quickcontrols - - libgcc - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses/ - - - - - 2015-10-16 - 5.5.1 - 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-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.5/5.5.1/submodules/qtserialport-opensource-src-5.5.1.tar.xz - - qt5-base-devel - 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 - - - - - 2015-10-16 - 5.5.1 - 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-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.5/5.5.1/submodules/qtmultimedia-opensource-src-5.5.1.tar.xz - - qt5-base-devel - qt5-declarative-devel - pulseaudio-libs-devel - gstreamer-devel - gst-plugins-base-devel - openal-devel - mesa-devel - - desktop/toolkit/qt5/qt5-multimedia/pspec.xml - - - qt5-multimedia - - libgcc - mesa - openal - alsa-lib - qt5-base - gstreamer - pulseaudio-libs - qt5-declarative - gst-plugins-base - glib2 - - - /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 - - - - - 2015-10-16 - 5.5.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-09-11 - 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-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.5/5.5.1/submodules/qtimageformats-opensource-src-5.5.1.tar.xz - - qt5-base-devel - 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 - - - - - 2015-10-16 - 5.5.1 - 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-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.5/5.5.1/submodules/qtlocation-opensource-src-5.5.1.tar.xz - - geoclue-devel - glib2-devel - mesa-devel - qt5-base-devel - qt5-webkit-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-location/pspec.xml - - - qt5-location - - qt5-base - glib2 - libgcc - geoclue - 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 - - - - - 2015-10-16 - 5.5.1 - 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 - - - - - - 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 - http://download.kde.org/stable/apps/KDE4.x/admin/polkit-qt-1-0.112.0.tar.bz2 - - qt5-base-devel - glib2-devel - polkit-devel - mesa-devel - cmake - - - systembus-usage.patch - - 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 - - - /usr/lib/pkgconfig - /usr/include/polkit-qt5-1 - - - - - 2015-10-16 - 0.112 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-08-01 - 0.112 - 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ü - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtenginio-opensource-src-5.5.1.tar.xz - - libgcc - qt5-base-devel - qt5-declarative-devel - - 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/ - - - - - 2015-10-16 - 5.5.1 - 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-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.5/5.5.1/submodules/qtgraphicaleffects-opensource-src-5.5.1.tar.xz - - qt5-base-devel - qt5-declarative-devel - qt5-assistant - qt5-sql-sqlite - - desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml - - - qt5-graphicaleffects - - qt5-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5 - /usr/share/licenses - /usr/share/doc - - - - - 2015-10-16 - 5.5.1 - 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-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.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz - - mesa-devel - qt5-base-devel - qt5-declarative-devel - - desktop/toolkit/qt5/qt5-tools/pspec.xml - - - qt5-assistant - - libgcc - qt5-base - - - /usr/lib/qt5/bin/assistant - /usr/lib/qt5/bin/qhelpconverter - /usr/lib/qt5/bin/qhelpgenerator - /usr/bin/assistant-qt5 - /usr/bin/qhelpgenerator-qt5 - /usr/bin/qhelpconverter-qt5 - /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-qt5 - - - qt5-tools - - - qt5-tools - - - assistant_tr.qm - assistant.desktop - assistant.png - - - - qt5-assistant-devel - - qt5-base-devel - qt5-assistant - - - /usr/include/qt5/QtHelp - /usr/include/qt5/QtCLucene - /usr/lib/pkgconfig/Qt5Help.pc - /usr/lib/pkgconfig/Qt5CLucene.pc - - - qt5-tools-devel - - - qt5-tools-devel - - - - qt5-designer - - libgcc - qt5-base - qt5-declarative - - - /usr/lib/qt5/bin/designer - /usr/lib/qt5/bin/qtdiag - /usr/lib/qt5/bin/qtpaths - /usr/lib/qt5/bin/pixeltool - /usr/bin/designer-qt5 - /usr/bin/qtdiag-qt5 - /usr/bin/qtpaths* - /usr/bin/pixeltool-qt5 - /usr/lib/qt5/bin/qtplugininfo - /usr/bin/qtplugininfo-qt5 - /usr/lib/cmake/Qt5Designer - /usr/lib/cmake/Qt5UiTools - /usr/lib/cmake/Qt5UiPlugin - /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/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 - - - qt5-tools - - - qt5-tools - - - designer.desktop - designer_tr.qm - 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 - - - qt5-tools-devel - - - qt5-tools-devel - - - - qt5-linguist - - libgcc - qt5-base - - - /usr/lib/qt5/bin/linguist - /usr/lib/qt5/bin/lconvert - /usr/lib/qt5/bin/lrelease - /usr/lib/qt5/bin/lupdate - /usr/bin/lrelease-qt5 - /usr/bin/linguist-qt5 - /usr/bin/lconvert-qt5 - /usr/bin/lupdate-qt5 - /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 - - - qt5-tools - qt5-tools-devel - - - qt5-tools - qt5-tools-devel - - - linguist.desktop - linguist.png - linguist_tr.qm - - - - qt5-qdbusviewer - - libgcc - qt5-base - - - /usr/lib/qt5/bin/qdbusviewer - /usr/lib/qt5/bin/qdbus - /usr/bin/qdbusviewer-qt5 - /usr/bin/qdbus-qt5 - /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 - - - qt5-tools - qt5-tools-devel - - - qt5-tools - qt5-tools-devel - - - qdbusviewer.desktop - assistant.png - - - - - 2015-10-16 - 5.5.1 - 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-base - http://qt.digia.com/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPLv2.1-linking-exception - 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. - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz - - at-spi2-core-devel - cups-devel - dbus-devel - zlib-devel - glib2-devel - libpcre-devel - desktop-file-utils - fontconfig-devel - gperf - gtk2-devel - harfbuzz-devel - icon-theme-hicolor - leveldb-devel - firebird-superserver - libjpeg-turbo-devel - mariadb-lib - libxcb-devel - libXcomposite-devel - libxkbcommon-devel - libxslt - mesa-devel - libmtdev-devel - nss-devel - pciutils-devel - postgresql-server - python-devel - DirectFB-devel - sqlite-devel - unixODBC-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 + libpcap-devel openssl-devel - freetype-devel - pulseaudio-libs-devel + pam-devel - mkspecs.patch + gentoo/02_all_make-vars.patch + gentoo/04_all_mpls.patch + gentoo/06_all_killaddr-smarter.patch + gentoo/08_all_wait-children.patch + gentoo/10_all_defaultgateway.patch + gentoo/12_all_linkpidfile.patch + gentoo/16_all_auth-fail.patch + gentoo/18_all_defaultmetric.patch + gentoo/20_all_dev-ppp.patch + gentoo/24_all_passwordfd-read-early.patch + gentoo/26_all_pppd-usepeerwins.patch + gentoo/28_all_connect-errors.patch + gentoo/30_all_Makefile.patch + gentoo/32_all_pado-timeout.patch + gentoo/34_all_lcp-echo-adaptive.patch + ppp-2.3.6-sample.patch + ppp-2.4.3-fix64.patch + ppp-2.4.2-change_resolv_conf.patch + nostrip.patch + ppp-2.4.3-local.patch + ppp-2.4.3-ipv6-accept-remote.patch + ppp-2.4.5-ppp_resolv.patch + ppp-2.4.5-var_run_ppp.patch + ppp-2.4.6-eaptls-mppe-0.99.patch - desktop/toolkit/qt5/qt5-base/pspec.xml + network/connection/ppp/pspec.xml - qt5-base + ppp - libpcre - libgcc - cups - dbus - gtk2 - mesa - zlib - glib2 - icu4c - libSM - libXi - pango - libICE - libX11 - libdrm - libpng - libxcb - eudev - DirectFB + libpcap + pam openssl - freetype - harfbuzz - libmtdev - fontconfig - libXrender - xcb-util-wm - libxkbcommon - libjpeg-turbo - xcb-util-image - xcb-util-keysyms - xcb-util-renderutil - - - /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 - mesa-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 - - - - qt5-base-32bit - 32-bit shared libraries for qt5 - emul32 - emul32 - - cups-32bit - dbus-32bit - gtk2-32bit - mesa-32bit - zlib-32bit - glib2-32bit - glibc-32bit - icu4c-32bit - pango-32bit - libX11-32bit - libdrm-32bit - libpng-32bit - sqlite-32bit - eudev-32bit - openssl-32bit - freetype-32bit - harfbuzz-32bit - libmtdev-32bit - fontconfig-32bit - libXrender-32bit - libjpeg-turbo-32bit - - - libgcc - libpcre - qt5-base-devel - cups-32bit - dbus-32bit - gtk2-32bit - mesa-32bit - zlib-32bit - glib2-32bit - glibc-32bit - icu4c-32bit - pango-32bit - libX11-32bit - libdrm-32bit - libpng-32bit - sqlite-32bit - eudev-32bit - openssl-32bit - freetype-32bit - harfbuzz-32bit - libmtdev-32bit - fontconfig-32bit - libXrender-32bit - libjpeg-turbo-32bit - - - /usr/lib32 - - - - - 2015-10-16 - 5.5.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-07-19 - 5.4.2 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-04-23 - 5.4.1 - 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 - - glib2-devel - dconf-devel - qt5-declarative-devel - cmake - qt5-base-devel - - desktop/toolkit/qt5/qt5-configuration/pspec.xml - - - qt5-configuration - - libgcc - qt5-declarative - glib2 - dconf - qt5-base - - - /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 - - - - - 2015-10-16 - 0.3.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-09-11 - 0.3.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-09-11 - 0.2.1 - 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.5/5.5.1/submodules/qtdeclarative-opensource-src-5.5.1.tar.xz - - qt5-base-devel - libxkbcommon-devel - mesa-devel - qt5-xmlpatterns-devel - - desktop/toolkit/qt5/qt5-declarative/pspec.xml - - - qt5-declarative - - libgcc - qt5-base - mesa - qt5-xmlpatterns - - - /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/include/qt5 - - - - - 2015-12-20 - 5.5.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-06-02 - 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-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.5/5.5.1/submodules/qttranslations-opensource-src-5.5.1.tar.xz - - qt5-base-devel - qt5-linguist - - desktop/toolkit/qt5/qt5-translations/pspec.xml - - - qt5-translations - - qt5-base - - - /usr/share/qt5 - /usr/share/licenses/ - - - - - 2015-10-16 - 5.5.1 - 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-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.5/5.5.1/submodules/qtconnectivity-opensource-src-5.5.1.tar.xz - - qt5-base-devel - qt5-declarative-devel - bluez-libs-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 - - - - - 2015-10-16 - 5.5.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-06-02 - 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-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 - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtwebkit-opensource-src-5.5.1.tar.xz - - qt5-base-devel - qt5-sensors-devel - qt5-location-devel - qt5-declarative-devel - qt5-multimedia-devel - mesa-devel - libXtst-devel - gst-plugins-base-devel - libXcomposite-devel - icu4c-devel - libjpeg-turbo-devel - fontconfig-devel - glib2-devel - dbus-devel - ruby-devel - gstreamer-devel - gstreamer-next-devel - libpng-devel - libpcre-devel - eudev-devel - webp-devel - zlib-devel - libxslt-devel - libxml2-devel - libXcomposite-devel - libX11-devel - libXrender-devel - sqlite-devel - perl-Digest-MD5 - perl-Text-ParseWords - gperf - bison - flex - qt5-phonon-devel - - desktop/toolkit/qt5/qt5-webkit/pspec.xml - - - qt5-webkit - - qt5-base - mesa - webp - zlib - glib2 - icu4c - libX11 - libgcc - libpng - sqlite - libxml2 - libxslt - libXrender - qt5-sensors - libXcomposite - libjpeg-turbo - gstreamer - gst-plugins-base - qt5-declarative - - - /usr/lib - /usr/lib/qt5/plugins - /usr/lib/qt5/ - /usr/lib/qt5/bin/ - /usr/bin - /usr/share/doc - - - - qt5-webkit-devel - qt5-webkit için geliştirme dosyaları - - qt5-webkit - qt5-base-devel - mesa-devel - webp-devel - zlib-devel - glib2-devel - icu4c-devel - libX11-devel - libpng-devel - sqlite-devel - libxml2-devel - libxslt-devel - libXrender-devel - qt5-sensors-devel - libXcomposite-devel - libjpeg-turbo-devel - gstreamer-devel - gst-plugins-base-devel - qt5-declarative-devel - - - /usr/lib/pkgconfig - /usr/include/qt5/ - - - - - 2015-10-28 - 5.5.1 - 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.5/5.5.1/submodules/qtwebchannel-opensource-src-5.5.1.tar.xz - - qt5-base-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 - - - /usr/lib/pkgconfig - /usr/include/qt5 - - - - - 2015-10-16 - 5.5.1 - 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-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 - - desktop/toolkit/qt5/qt5-quick1/pspec.xml - - - qt5-quick1 - - mesa - qt5-base - qt5-xmlpatterns - qt5-script - - - /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 - - - - - 2015-10-16 - 5.5.1 - 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-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.5/5.5.1/submodules/qtxmlpatterns-opensource-src-5.5.1.tar.xz - - qt5-base-devel - - desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml - - - qt5-xmlpatterns - - qt5-base - 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 - - - - - 2015-10-16 - 5.5.1 - 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-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. - http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtscript-opensource-src-5.5.1.tar.xz - - qt5-base-devel - 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 - - - - - 2015-10-16 - 5.5.1 - 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-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.5/5.5.1/submodules/qtx11extras-opensource-src-5.5.1.tar.xz - - qt5-base-devel - 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/ - - - - - 2015-10-16 - 5.5.1 - 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-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.5/5.5.1/submodules/qtdoc-opensource-src-5.5.1.tar.xz - - qt5-base-devel - qt5-sql-sqlite - qt5-assistant - - 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 - - - - - 2015-10-16 - 5.5.1 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-06-02 - 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-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.5/5.5.1/submodules/qtsensors-opensource-src-5.5.1.tar.xz - - qt5-base-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 - - - - - 2015-10-16 - 5.5.1 - 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-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/hawaii-desktop/qtaccountsservice/archive/v0.6.0.tar.gz - - qt5-base-devel - qt5-declarative-devel - extra-cmake-modules - - 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 - qt5-accountsservice - - - /usr/include - - - - - 2015-09-11 - 0.6.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-09-11 - 0.1.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.4-src.tgz - - 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 - sentinel.patch - strcmp.patch - warn.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 /etc - /usr/bin + /usr/lib/tmpfiles.d/ppp.conf /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 - glibc-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 - libjpeg-turbo-32bit - - - /usr/lib32 - - - - - 2013-08-17 - 2.3.4 - Release bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-06-23 - 2.3.4 - Fix dep, we have no libXp-devel pack. - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-11-10 - 2.3.4 - First release - Osman Erkan - osman.erkan@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ı - http://download.qt.io/official_releases/qtcreator/3.5/3.5.1/qt-creator-opensource-src-3.5.1.tar.gz - - libgcc - libX11-devel - cmake - git - mesa-devel - openssh - qt5-base-devel - qt5-declarative-devel - qt5-linguist - qt5-quick1-devel - qt5-quickcontrols - qt5-svg-devel - qt5-xmlpatterns - qt5-webkit-devel - qt5-x11extras-devel - qt5-assistant-devel - qt5-designer-devel - qt5-script-devel - valgrind - llvm-clang-devel - llvm - - desktop/toolkit/qtcreator/pspec.xml - - - qtcreator - Lightweight, cross-platform integrated development environment - - libX11 - libgcc - qt5-svg - qt5-base - qt5-quick1 - qt5-script - qt5-webkit - qt5-designer - qt5-assistant - qt5-x11extras - qt5-declarative - - - /usr/bin - /usr/lib/qtcreator - /usr/share/applications/qtcreator.desktop - /usr/share/licenses - /usr/share/qtcreator - /usr/share/doc - /usr/share/icons - /etc - - - qtcreator.desktop - qtcreator.sh - 80-qtcreator.conf - - - - - 2015-12-30 - 3.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-09-06 - 3.4.2 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - fltk - http://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. - ftp://ftp.uwsg.indiana.edu/linux/gentoo/distfiles/fltk-1.3.3-source.tar.gz - - zlib-devel - libX11-devel - libgcc - libpng-devel - mesa-devel - libXft-devel - libXext-devel - mesa-glu-devel - libXfixes-devel - libXcursor-devel - fontconfig-devel - libXinerama-devel - libjpeg-turbo-devel - - - tigervnc.patch - fltk-config-dynlibs.patch - - desktop/toolkit/fltk/pspec.xml - - - fltk - - zlib - libX11 - libgcc - libpng - mesa - libXft - libXext - mesa-glu - libXfixes - libXcursor - fontconfig - libXinerama - libjpeg-turbo - - - /usr/lib - /usr/share/doc - - - - 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 - - - - - 2015-07-24 - 1.3.3 - emul32bit build disabled. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-26 - 1.3.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-26 - 1.3.2 - Rebuild for gcc 4.9 - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-29 - 1.3.2 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-11-03 - 1.3.2 - Version bump. - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-08-26 - 1.3.0 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-11-11 - 1.3.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - qscintilla2 - http://www.riverbankcomputing.co.uk/qscintilla/ - - 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. - mirrors://sourceforge/pyqt/QScintilla2/QScintilla-2.9.1/QScintilla-gpl-2.9.1.tar.gz - - python-qt5-devel - python3-qt5-devel - python-devel - python3-devel - python3-sip - python-sip - qt5-base-devel - qt5-designer-devel - chrpath - qt5-script-devel - qt5-xmlpatterns-devel - mesa-devel - - - configure.py.patch - libname.patch - - desktop/toolkit/qscintilla2/pspec.xml - - - qscintilla2 - - qt5-base - libgcc - - - /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 - - - - - 2015-10-24 - 2.9.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-05-27 - 2.6.2 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-12-21 - 2.6.2 - Fix runtime deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-17 - 2.6.2 - Release bump - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-11 - 2.6.2 - First release - Marcin Bojara - marcin@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 - - - - - 2014-02-06 - 2.03 - Add MediterraneanLightDarkest to main package. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-26 - 2.03 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-10-05 - 2.0.3 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - gtk2-engines-murrine - http://cimitan.com/murrine/project/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 - - - - - 2014-02-07 - 0.98.2 - Remove gtk2 runtime dep to avoid cyclic deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-17 - 0.98.2 - Release bump - Erdinç Gültekin - erdinc@pisilinux.org - - - 2012-06-10 - 0.98.2 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - iconcan - http://www.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 - Firefox, Calligra, Libreoffice ve Thunderbird için 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 - http://source.pisilinux.org/1.0/iconcan-1.0.1.tar.xz - desktop/lookandfeel/iconcan/pspec.xml - - - iconcan - - /usr/share/pixmaps - - - - - 2015-02-04 - 1.0.1 - Version Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-02-04 - 1.0.0 - First Release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - icon-theme-hicolor - http://icon-theme.freedesktop.org/wiki/HicolorTheme - - 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. - http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.12.tar.gz - desktop/lookandfeel/icon-theme-hicolor/pspec.xml - - - icon-theme-hicolor - - /usr/share/doc - /usr/share/icons - - - - - 2013-08-26 - 0.12 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2010-10-24 - 0.12 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - artwork-pisilinux-release - http://www.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 - - - 35-example-content.sh - - - - - 2015-03-04 - 1.2 - Add new wallpapers. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-04 - 0.2 - Add new wallpapers. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-07 - 0.2 - Add new wallpapers, example contents. - Serdar Soytetir - kaptann@pisilinux.org - - - 2013-09-18 - 1.0 - add more izmir themes. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-09-18 - 1.0 - add izmir theme. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-08-27 - 1.0 - Gönüllü çalışmalar eklendi. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-26 - 1.0 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-03-22 - 1.0 - bump for pisi Linux - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-01-31 - 2013.1 - First release - Demiray Muhterem - bilgi@bilgegunluk.com - - - - - - xdg-utils - http://portland.freedesktop.org/wiki/ - - 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. - http://source.pisilinux.org/1.0/xdg-utils.tar.xz - - xmlto - docbook-xsl - util-linux - lynx - - - enable-other-xdg.patch - xfce-detection.patch - drop-xmlto-stuff.patch - - desktop/misc/xdg-utils/pspec.xml - - - xdg-utils - - /usr/bin - /usr/share/man - - - - - 2014-02-16 - 1.1.0_20140207 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-23 - 20131006 - Release bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-26 - 1.1.0_rc1 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-04-05 - 1.1.0_rc1 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - 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 - - - - - 2014-05-18 - 0.12 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-26 - 0.12 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-10-13 - 0.12 - First release - Marcin Bojara - marcin@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.15.tar.gz - - docbook-xsl - libxml2-devel - libxslt-devel - - - defaults.patch - tr.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 - - - - - 2014-05-01 - 0.15 - Fix Downloads-İndirilenler direcory name. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-17 - 0.15 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-26 - 0.12 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2011-01-19 - 0.12 - First release - Pisi Linux Admins - admins@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.18/at-spi2-atk-2.18.1.tar.xz - - at-spi2-core-devel - glib2-devel - atk-devel - libX11-devel - dbus-devel - libXtst-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 - - glibc-32bit - at-spi2-core-32bit - atk-32bit - dbus-32bit - glib2-32bit - - - glibc-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 - - - - - 2016-01-26 - 2.18.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-04-17 - 2.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-04-15 - 2.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-10 - 2.10.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-27 - 2.8.1 - Move pc files to devel pack, rebuild + split packages - PisiLinux Community - admins@pisilinux.org - - - 2013-06-01 - 2.8.1 - Dep fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-04-23 - 2.8.1 - Dep fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-04-17 - 2.8.1 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-22 - 2.7.2 - First release - PisiLinux Community - admins@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.18/at-spi2-core-2.18.3.tar.xz - - libXtst-devel - libXi-devel - gettext-devel - dbus-devel - glib2-devel - intltool - - 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/gtk-doc - /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 - glibc-32bit - - - dbus-32bit - glib2-32bit - libX11-32bit - glibc-32bit - - - /usr/lib32 - - - - 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 - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - 2016-01-26 - 2.18.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-04-17 - 2.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-04-14 - 2.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-10 - 2.10.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-07 - 2.8.0 - Fix build. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-30 - 2.8.0 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2013-07-27 - 2.8.0 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-17 - 2.8.0 - Rebuild with new pisi release - PisiLinux Community - admins@pisilinux.org - - - 2013-06-17 - 2.8.0 - Rebuild with new pisi release - Marcin Bojara - marcin@pisilinux.org - - - 2013-04-23 - 2.8.0 - Dep fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-04-17 - 2.8.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-22 - 2.7.2 - First release - PisiLinux Community - admins@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.21.tar.xz - - glib2-devel - - desktop/misc/desktop-file-utils/pspec.xml - - - desktop-file-utils - - glib2 - - - /usr/bin - /usr/share/doc - /usr/share/man/man1/ - - - System.PackageHandler - - - - - 2013-09-07 - 0.21 - Add comar script. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-26 - 0.21 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-11-21 - 0.21 - First release - PisiLinux Community - admins@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. - http://freedesktop.org/~hadess/shared-mime-info-1.5.tar.xz - - libxml2-devel - glib2-devel - intltool - - - shared-mime-info-xz.patch - - 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/pkgconfig - /usr/share/locale/ - /usr/share/doc - /usr/share/man - - - System.PackageHandler - System.Package - - - update-mime-database.sh - defaults.list - mimeapps.list - mimetypefixes.xml - - - - - 2015-11-05 - 1.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-16 - 1.4 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-11-07 - 1.3 - Fix ISO images appearing as .txt files in Dolphin - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-24 - 1.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-05 - 1.1 - Add missing method to pakhandler.py - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-11 - 1.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-13 - 1.0 - First release - Marcin Bojara - marcin@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.gnome.org/pub/gnome/sources/dconf/0.24/dconf-0.24.0.tar.xz - - dbus-devel - glib2-devel - docbook-xsl - libxslt - intltool - gtk-doc - - 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 - - - - - 2015-08-12 - 0.24.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-06-14 - 0.20 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-29 - 0.18 - Version bump. - Richard de Bruin - richdb@pisilinux.org - - - 2013-07-31 - 0.16.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-21 - 0.15.2 - First release - PisiLinux Community - admins@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. - http://www.freedesktop.org/software/accountsservice/accountsservice-0.6.40.tar.xz - - intltool - glib2-devel - polkit-devel - - desktop/gnome/base/accountsservice/pspec.xml - - - accountsservice - - polkit - glib2 - - - /usr/lib - /usr/share/doc - /usr/share/dbus-1 - /usr/share/gir-1.0 - /usr/share/gtk-doc - /usr/share/polkit-1 - /usr/share/vala/vapi - /etc/dbus-1/system.d - /usr/share/locale - /var/lib/AccountsService/ - - - - accountsservice-devel - accountsservice için geliştirme dosyaları - accountsservice için geliştirme dosyaları - - accountsservice - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-10-11 - 0.6.40 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-07-15 - 0.6.35 - Rebuild for gcc. - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-11-08 - 0.6.35 - Version Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-08-30 - 0.6.34 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - libgnome-keyring - http://live.gnome.org/GnomeKeyring - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - desktop.gnome.base - Compatibility library for accessing gnome-keyring3 - gnome-keyring'e ulaşmak için uyumluluk kütüphanesidir. - libgnome-keyring is a library that used by applications to integrate with the gnome-keyring system. - libgnome-keyring, gnome-keyring sistemine uyumlu olmak için programlar tarafından kullanılan bir kütüphanedir. - http://ftp.acc.umu.se/mirror/gnome.org/sources/libgnome-keyring/3.12/libgnome-keyring-3.12.0.tar.xz - - intltool - glib2-devel - dbus-devel - libgcrypt-devel - - desktop/gnome/base/libgnome-keyring/pspec.xml - - - libgnome-keyring - - libgcrypt - glib2 - dbus - - - /usr/lib - /usr/share/doc - /usr/share/locale - - - - libgnome-keyring-devel - Development files for libgnome-keyring - libgnome-keyring için geliştirme dosyaları - - libgnome-keyring - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - - - - libgnome-keyring-docs - Referance documents for libgnome-keyring - libgnome-keyring için başvuru belgeleri - data:doc - - /usr/share/gtk-doc - - - - - 2015-08-25 - 3.12 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - - - - libcroco - http://www.freespiders.org/projects/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. - mirrors://gnome/libcroco/0.6/libcroco-0.6.8.tar.xz - - libxml2-devel - glib2-devel - - - multilib.patch - - desktop/gnome/base/libcroco/pspec.xml - - - libcroco - - glib2 - libxml2 - - - /usr/share - /usr/lib - /usr/bin - - - - libcroco-devel - Development files for libcroco - libcroco için geliştirme dosyaları - - libcroco - - - /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 - glibc-32bit - libxml2-32bit - libcroco - - - /usr/lib32 - - - - - 2014-08-11 - 0.6.8 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-26 - 0.6.8 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2010-12-22 - 0.6.8 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libsecret - http://projects.gnome.org/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. - mirrors://gnome/libsecret/0.18/libsecret-0.18.tar.xz - - gtk-doc - vala-devel - libxslt-devel - libgcrypt-devel - glib2-devel - xmlto - - 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 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-06-14 - 0.18 - Rebuild for gcc - PisiLinux Community - admins@pisilinux.org - - - 2014-04-23 - 0.18 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-04-05 - 0.16 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-20 - 0.16 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-09-05 - 0.16 - Release bump. - PisiLinux Community - admins@pisilinux.org - - - 2013-08-26 - 0.15 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-03-30 - 0.15 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-21 - 0.12 - First release - PisiLinux Community - admins@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 - - - 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 + /usr/share/man + /run/ppp + + tmpfiles.conf + options-pptp + options-pppoe + chat-default + ip-up + ip-down + confd.ppp0 + ppp.pamd + ppp.logrotate + - libbonobo-devel - Development files for libbonobo - libbonobo için geliştirme dosyaları + ppp-devel + Development files for ppp + ppp için geliştirme dosyaları - libbonobo - orbit2-devel - glib2-devel + ppp - /usr/lib/pkgconfig /usr/include - - libbonobo-docs - Bonobo referance documents - data:doc - - /usr/share/gtk-doc - - - 2014-05-24 - 2.32.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-10-29 - 2.32.1 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-02 - 2.32.1 - Rebuild for RC. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-03-30 - 2.32.1 + 2014-04-03 + 2.4.6 Version bump. Marcin Bojara marcin@pisilinux.org - - 2010-10-18 - 2.32.0 - First release - Burak Çalışkan - admins@pisilinux.org - - - - - - dconf-editor - http://live.gnome.org/dconf - - Pisi Linux Admins - admin@pisilinux.org - - GPLv2 - app:gui - desktop.gnome.base - 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. - ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.16/dconf-editor-3.16.1.tar.xz - - dconf-devel - libxml2-devel - gtk3-devel - pango-devel - docbook-xsl - libepoxy-devel - at-spi2-core-devel - vala-devel - libxslt - intltool - gtk-doc - - desktop/gnome/base/dconf-editor/pspec.xml - - - dconf-editor - - dconf - glib2 - libxml2 - gtk3 - pango - - - /etc - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - /usr/libexec - - - - - 2015-08-12 - 3.16.1 - First Release. - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - gnome-common - http://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. - mirrors://gnome/gnome-common/3.10/gnome-common-3.10.0.tar.xz - desktop/gnome/base/gnome-common/pspec.xml - - - gnome-common - - /usr/share/doc - /usr/bin - /usr/share/aclocal - /usr/share/gnome-common - - - - - 2014-06-14 - 3.10.0 - Rebuild for gcc - PisiLinux Community - admins@pisilinux.org - - 2014-05-21 - 3.12.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + 2014-01-10 + 2.4.5 + Add tmpfiles.conf + Marcin Bojara + marcin@pisilinux.org - 2013-10-27 - 3.10.0 - V.Bump - PisiLinux Community - admins@pisilinux.org + 2013-09-12 + 2.4.5 + service.py no longer needed. + Marcin Bojara + marcin@pisilinux.org - 2013-08-26 - 2.34.0 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2010-12-22 - 2.34.0 - First release - PisiLinux Community - admins@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.2.5.tar.bz2 - - cmake - freeglut-devel - fftw3-devel - gmp-devel - mpfr-devel - mesa-devel - - science/misc/eigen3/pspec.xml - - - eigen3 - - /usr/include - /usr/share - - - - - 2015-07-23 - 3.2.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-01-29 - 3.2.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-07-07 - 3.2.1 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-06-14 - 3.2.0 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-02-09 - 3.2.0 - First release - Gökcen Eraslan - admins@pisilinux.org - - - - - - 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-5.12.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 - - - - - 2015-11-18 - 5.12 - First release - Stefan Gronewold (groni) - groni@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. - http://download.savannah.nongnu.org/releases/openexr/ilmbase-2.0.1.tar.gz - - ilmbase-2.0.1-no_undefined.patch - ilmbase-IexMath.patch - ilmbase-1.0.3-pkgconfig.patch - - science/misc/ilmbase/pspec.xml - - - ilmbase - - libgcc - - - /usr/lib - /usr/share/doc - - - - ilmbase-devel - Development files for ilmbase - ilmbase için geliştirme dosyaları - - ilmbase - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-05-25 - 2.0.1 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-16 - 2.0.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + 2013-05-23 + 2.4.5 + Add service.py + Marcin Bojara + marcin@pisilinux.org 2010-10-13 - 1.0.2 + 2.4.5 First release Gökcen Eraslan admins@pisilinux.org @@ -67215,222 +91875,836 @@ - libnova - http://libnova.sourceforge.net + wpa_supplicant + http://hostap.epitest.fi/wpa_supplicant/ 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. - mirrors://sourceforge/libnova/libnova/v%200.14.0/libnova-0.14.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 - - - - - 2014-06-14 - 0.14.0 - Rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-02-01 - 0.14.0 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-02-13 - 0.14.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - 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. - http://www.indilib.org/jdownloads/Source/libindi_1.1.0.tar.gz + 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. + http://hostap.epitest.fi/releases/wpa_supplicant-2.4.tar.gz + + wpa_supplicant.config + - libnova-devel - cfitsio-devel - gsl-devel - curl-devel - libjpeg-turbo-devel - libusb-devel - boost-devel - zlib-devel - pkgconfig - cmake + libnl-devel + openssl-devel + dbus-devel + readline-devel - science/misc/libindi/pspec.xml + + ubuntu/01_use_pkg-config_for_pcsc-lite_module.patch + wpa_supplicant-1.0-dbus-path-fix.patch + wpa_supplicant-1.0-do-not-call-dbus-functions-with-NULL-path.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 - libindi + wpa_supplicant - libnova - cfitsio - gsl - curl - libjpeg-turbo - libusb - gsl - libgcc - zlib + libnl + dbus + openssl + readline + /etc + /etc/dbus-1 + /usr/sbin /usr/bin /usr/lib - /lib/udev/rules.d - /usr/share/indi /usr/share/doc + /usr/share/man + /usr/share/dbus-1/system-services + /run - - - libindi-devel - Development files for libindi - - libindi - - - /usr/include - /usr/lib/pkgconfig - + + System.Service + + + wpa_supplicant.conf + wpa_supplicant.confd + wpa_supplicant.logrotate + wpa_supplicant.py + - 2015-11-18 - 1.1.0 - Version Bump - Stefan Gronewold (groni) - groni@pisilinux.org + 2015-07-15 + 2.4 + Version Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - 2014-06-14 - 0.9.7 - Rebuild - Osman Erkan - osman.erkan@pisilinux.org + 2014-06-02 + 2.1 + Version Bump. + Aydın Demirel + aydin.demirel@pisilinux.org - 2014-01-26 - 0.9.7 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org + 2013-03-02 + 2.0 + V.Bump + PisiLinux Community + admins@pisilinux.org - 2012-10-28 - 0.9.5 + 2012-10-14 + 1.0 First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + PisiLinux Community + admins@pisilinux.org - cfitsio - http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html + 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.4.12.tar.xz + + glib2-devel + libgudev-devel + libxslt-devel + gobject-introspection-devel + polkit-devel + ppp-devel + libqmi-devel + libmbim-devel + intltool + gtk-doc + docbook-xsl + vala-devel + + network/connection/ModemManager/pspec.xml + + + ModemManager + + glib2 + libqmi + polkit + libmbim + libgudev + libmm-glib + + + /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/gtk-doc + /usr/share/polkit-1 + + + + 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 + + + /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 + + + + + 2016-01-25 + 1.4.12 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-02-17 + 1.2.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-20 + 1.0.0 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2012-08-28 + 5.3.96 + First release + PisiLinux Community + admins@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 + + 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 + + + + + 2015-04-13 + 2.5.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2010-10-13 + 2.5.1 + First release + Gökcen Eraslan + admins@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. + http://ftp.gnome.org/mirror/gnome.org/sources/network-manager-applet/1.0/network-manager-applet-1.0.10.tar.xz + + 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 + dbus-devel + glib2-devel + dbus-glib-devel + atk-devel + libgudev-devel + intltool + + network/connection/network-manager-applet/pspec.xml + + + network-manager-applet + + gtk3 + atk + cairo + pango + libsecret + libnotify + libmm-glib + gdk-pixbuf + NetworkManager + dbus + glib2 + dbus-glib + libgudev + + + /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 + + + + network-manager-applet-devel + network-manager-applet için geliştirme dosyaları + network-manager-applet için geliştirme dosyaları + + network-manager-applet + NetworkManager-devel + dbus-glib-devel + gtk3-devel + + + /usr/include/libnm-gtk + /usr/lib/pkgconfig + + + + + 2016-01-26 + 1.0.10 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-07-22 + 1.0.4 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-06-13 + 1.0.2 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-11 + 1.0.2 + Version Bump + Vedat Demir + vedat@pisilinux.org + + + 2015-01-13 + 1.0.0 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-21 + 0.9.8.10 + Version Bump + Vedat Demir + vedat@pisilinux.org + + + 2014-02-19 + 0.9.8.8 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-01-17 + 0.9.8.8 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-07-27 + 0.9.8.2 + Move pc files to devel pack, rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-04 + 0.9.8.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-02-21 + 0.9.8.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-26 + 0.9.7.995 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-22 + 0.9.6.4 + New version + Ertan Güven + ertan@pisilinux.org + + + 2012-08-28 + 0.9.6.2 + First release + Osman Erkan + osman.erkan@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.0/NetworkManager-1.0.10.tar.xz + + tr.po + + + intltool + ppp-devel + nss-devel + newt-devel + nspr-devel + libnl-devel + libsoup-devel + bluez-libs-devel + iptables-devel + wpa_supplicant + dbus-glib-devel + gobject-introspection + libndp-devel + libmm-glib-devel + dbus-devel + glib2-devel + polkit-devel + readline-devel + libgudev-devel + libutil-linux-devel + ConsoleKit-devel + + + 0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch + disable_set_hostname.patch + + network/connection/NetworkManager/pspec.xml + + + NetworkManager + + dbus + nspr + glib2 + polkit + readline + dbus-glib + libutil-linux + nss + newt + ppp + libnl + libsoup + libgudev + bluez-libs + iproute2 + iptables + libmm-glib + ModemManager + wpa_supplicant + libndp + ConsoleKit + 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 + 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/ + + + + + 2016-01-25 + 1.0.10 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + systemRestart + + + + 2015-07-22 + 1.0.4 + fixed missing dep and added rules files + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + systemRestart + + + + 2015-06-14 + 1.0.2 + fixed missing dep and added rules files + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + systemRestart + + + + 2015-05-14 + 1.0.2 + Version bump. + Vedat Demir + vedat@pisilinux.org + + systemRestart + + + + 2015-01-07 + 1.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + systemRestart + + + + 2014-05-17 + 0.9.8.10 + Version bump. + Vedat Demir + vedat@pisilinux.org + + systemRestart + + + + 2014-01-10 + 0.9.8.8 + Version bump. Add tmpfiles.conf + Marcin Bojara + marcin@pisilinux.org + + systemRestart + + + + 2013-09-08 + 0.9.8.2 + /var/run => /run + Marcin Bojara + marcin@pisilinux.org + + systemRestart + + + + 2013-07-27 + 0.9.8.2 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2013-02-21 + 0.9.8.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-23 + 0.9.7.995 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-13 + 0.9.6.4 + 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ı. + http://downloads.sourceforge.net/project/bridge/bridge/bridge-utils-1.5.tar.gz + + bridge-utils-1.0.4-inc.patch + bridge-utils-1.2-params.patch + bridge-utils-1.5-linux_3.8.x.patch + + network/connection/bridge-utils/pspec.xml + + + bridge-utils + + /usr/include + /usr/lib + /usr/bin + /usr/share/doc + /usr/share/man + + + + + 2014-01-19 + 1.5 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-28 + 1.5 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + openjade + http://openjade.sourceforge.net 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/cfitsio3370.tar.gz - science/misc/cfitsio/pspec.xml + 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 - cfitsio - - /usr/lib - /usr/bin - /usr/share/doc - - - - cfitsio-devel - Development files for cfitsio - cfitsio için geliştirme dosyaları + openjade - cfitsio + sgml-common + opensp + libgcc - /usr/include - /usr/lib/pkgconfig + /usr/bin + /usr/lib + /usr/share/doc/openjade + /usr/share/sgml + + System.Package + + + openjade-1.3.2.dsssl-catalog + openjade-1.3.2.catalog + - - 2015-11-18 - 3.370 - Version Bump. - Stefan Gronewold - groni@pisilinux.org - - 2014-05-31 - 3.360 + 2014-05-18 + 1.3.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-01 + 1.3.2 Rebuild. Alihan Öztürk alihan@pisilinux.org - - 2014-01-20 - 3.360 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - 2012-10-13 - 3.310 + 2012-10-18 + 1.3.2 First release Marcin Bojara marcin@pisilinux.org @@ -67439,627 +92713,788 @@ - xplanet - http://xplanet.sourceforge.net + asciidoc + http://www.methods.co.nz/asciidoc/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + office.docbook + Text document format for writing documents + Belge hazırlamak için metin biçimlendirme sistemi + AsciiDoc is a text document format for writing short documents, articles, books and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook markups using the asciidoc command. + AsciiDoc, kısa belgeler, makaleler, kitaplar ve kılavuz sayfaları yazmak ve bunları HTML/Docbook'a dönüştürmek için kullanılır. + mirrors://sourceforge/asciidoc/asciidoc-8.6.9.tar.gz + office/docbook/asciidoc/pspec.xml + + + asciidoc + + docbook-xml + docbook-xsl + + + /etc + /usr/bin + /usr/lib/python* + /usr/share/asciidoc + /usr/share/vim + /usr/share/doc/asciidoc + /usr/share/man + + + + + 2014-05-18 + 8.6.9 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-31 + 8.6.9 + Version Bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-09-17 + 8.6.8 + First release + Serdar Soytetir + kaptan@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 + + + + + 2014-05-18 + 4.5 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-01-22 + 4.5 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2007-02-23 + 4.5 + First release + Eren Türkay + admins@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 + + + + + 2014-05-18 + 1.5.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-01 + 1.5.2 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2010-10-13 + 1.5.2 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + 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.2.tar.bz2 + office/docbook/itstool/pspec.xml + + + itstool + + /usr + + + + + 2014-05-18 + 2.0.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-26 + 2.0.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-09-12 + 1.2.0 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + scribus + http://www.scribus.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.0/xplanet-1.3.0.tar.gz - - pango-devel - netpbm-devel - libXScrnSaver-devel - giflib-devel - libjpeg-turbo-devel - tiff-devel - - - giflib6.patch - xplanet-1.2.1-fix-gcc44.patch - - science/astronomy/xplanet/pspec.xml - - - xplanet - - pango - netpbm - libXScrnSaver - giflib - libjpeg-turbo - tiff - - - /usr/bin - /usr/share/doc - /usr/share - /usr/share/man - - - - - 2014-06-14 - 1.3.0 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-29 - 1.3.0 - add giflib patch - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-17 - 1.3.0 - Rebuild for 1.0 - Richard de Bruin - richdb@pisilinux.org - - - 2012-10-28 - 1.3.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - opencv - http://opencv.willowgarage.com/wiki - - PisiLinux Community - admins@pisilinux.org - - BSD - library - science.robotics - Computer vision library - Bilgisayarla görme kütüphanesi - Biblioteka funkcji do grafiki komputerowej w czasie rzeczywistym - opencv is a programming library mainly aimed at the real time computer vision. Example applications are human-computer interaction, object identification, face recognition, motion tracking, mobile robotics. - opencv gerçek zamanlı bilgisayarla görme işlemleri için tasarlanmış bir kütüphanedir. İnsan-bilgisayar etkileşimi, nesne tanımlama, yüz tanıma, hareket izleme, mobil robotik, opencv'nin kullanıldığı bazı uygulama alanlarıdır. - OpenCV (Open Source Computer Vision) to biblioteka funkcji przeznaczonych głównie do grafiki komputerowej w czasie rzeczywistym. - https://github.com/Itseez/opencv/archive/2.4.11.tar.gz + 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.0/scribus-1.5.0.tar.xz cmake - gtk2-devel - libv4l-devel - openexr-libs - jasper-devel - lapack-devel - ilmbase-devel - openexr-devel - lapack-devel - xine-lib-devel - libdc1394-devel - gstreamer-devel + cups-devel + desktop-file-utils + lcms2-devel + libart_lgpl-devel libjpeg-turbo-devel - gst-plugins-base-devel + libpng-devel + tiff-devel + libxml2-devel + openssl-devel + python-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 + GraphicsMagick-devel + libpagemaker-devel - science/robotics/opencv/pspec.xml + + scribus-standard-font-paths.patch + PisiLinux-default-font.patch + PisiLinux-correctly_link_to_libxml2.patch + scribus-1.5.0-QObject.patch + + office/misc/scribus/pspec.xml - opencv + scribus - gtk2 + cups + tiff zlib - glib2 - jasper + cairo + lcms2 libgcc - libpng - libv4l - ilmbase - openexr-libs - xine-lib - libdc1394 - gstreamer - gst-plugins-base + podofo + python + libxml2 + poppler + freetype + hunspell + qt5-base + fontconfig + librevenge + qt5-webkit libjpeg-turbo + qt5-declarative + libpagemaker + libcdr + GraphicsMagick + libvisio + libmspub - /usr/lib /usr/bin - /usr/share/OpenCV - /usr/share/opencv + /usr/lib + /usr/share - opencv-docs - Computer vision library documents and examples + scribus-docs + Documentation files for scribus + scribus için belgelendirme dosyaları - /usr/share/doc/opencv - /usr/share/doc/opencv/samples - - - - opencv-devel - Development files for opencv - opencv için geliştirme dosyaları - Pliki naglowkowe do opencv - - opencv - - - /usr/include - /usr/lib/pkgconfig + /usr/share/doc/scribus - - 2015-09-15 - 2.4.11 - Version bump,rebuild. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org + + 2016-01-27 + 1.5.0 + Check and build + Stefan Gronewold + groni@pisilinux.org - - 2014-05-15 - 2.4.9 + + 2015-05-30 + 1.5.0 + Version Bump + Vedat Demir + vedatl@pisilinux.org + + + 2015-02-05 + 1.4.5 Version bump. Stefan Gronewold(groni) groni@pisilinux.org + + 2015-01-13 + 1.4.4 + Rebuild. + Ergün Salman + Poyraz76@pisilinux.org + + + 2014-06-29 + 1.4.4 + Version Bump + Nikolay Semenov + tribunal@pisilinux.org + - 2013-11-20 - 2.4.7 - Version bump - Richard de Bruin - richdb@pisilinux.org + 2014-03-09 + 1.4.2 + Rebuild for buildhost + Osman Erkan + osman.erkan@pisilinux.org - 2013-08-20 - 2.4.6.1 - ignore xine-lib - Erdinç Gültekin - erdincgultekin@pisilinux.org + 2013-08-17 + 1.4.2 + R.Bump + Osman Erkan + osman.erkan@pisilinux.org - 2013-07-13 - 2.4.6.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org + 2013-03-06 + 1.4.2 + Version bump + Ertan Güven + ertan@pisilinux.org - 2012-11-08 - 2.4.3 + 2011-02-03 + 1.3.9 First release - Marcin Bojara - marcin@pisilinux.org + Pisi Linux Admins + admins@pisilinux.org - gsl - http://www.gnu.org/software/gsl/ + 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. + http://pkgs.fedoraproject.org/repo/pkgs/recode/recode-3.6.tar.gz/be3f40ad2e93dae5cd5f628264bf1877/recode-3.6.tar.gz + + gettext + texinfo + + + recode.patch + recode-3.6-getcwd.patch + recode-bool-bitfield.patch + recode-flex-m4.patch + stdlib.patch + recode-3.6-gettextfix.diff + system-aclocal.diff + recode-3.6-segfault.patch + recode-automake.patch + + 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 + + + + + 2016-01-01 + 3.6 + Rebuild for Pisi 2.0 + Stefan Gronewold + groni@pisilinux.org + + + 2014-05-22 + 3.6 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-10 + 3.6 + Rebuild, Url değiş. + Alihan Öztürk + alihan@pisilinux.org + + + 2011-01-03 + 3.6 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + podofo + http://podofo.sourceforge.net PisiLinux Community admins@pisilinux.org GPLv3 + LGPLv3 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++. - http://ftp.gnu.org/gnu/gsl/gsl-1.16.tar.gz - science/mathematics/gsl/pspec.xml + 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.3.tar.gz + + cmake + 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/podofo/pspec.xml - gsl + podofo + + tiff + zlib + lua51 + libgcc + libidn + libpng + openssl + freetype + fontconfig + libjpeg-turbo + /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ı + podofo-devel + Development files for podofo + podofo için geliştirme dosyaları - gsl + podofo + boost-devel /usr/include - /usr/share/aclocal - /usr/share/man/man3 - /usr/lib/pkgconfig - 2014-05-30 - 1.16 + 2014-12-30 + 0.9.3 Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + reverseDependencyUpdate + + + + 2014-05-31 + 0.9.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + reverseDependencyUpdate + + + + 2014-03-10 + 0.9.1 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + reverseDependencyUpdate + + + + 2013-01-25 + 0.9.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + reverseDependencyUpdate + - libspiro - http://libspiro.sourceforge.net + djvu + http://djvu.sourceforge.net PisiLinux Community admins@pisilinux.org GPLv2 + app:gui 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. - mirrors://sourceforge/libspiro/libspiro_src-20071029.tar.bz2 - science/mathematics/libspiro/pspec.xml + 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 - libspiro + 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 - libspiro-devel - Development files for libspiro - libspiro için geliştirme dosyaları + djvu-devel + Development files for djvu + djvu için geliştirme dosyaları - libspiro + djvu /usr/include - /usr/share/man/man3 + /usr/lib/pkgconfig - 2014-06-14 - 20071029 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org + 2015-11-02 + 3.5.27 + Version Bump. + Stefan Gronewold(groni) + groni@pisilinux.org - 2014-02-01 - 20071029 + 2014-01-22 + 3.5.25.3 Rebuild Stefan Gronewold(groni) groni@pisilinux.org - 2010-10-13 - 20071029 + 2012-10-21 + 3.5.25.3 First release - Gökcen Eraslan - admins@pisilinux.org + Marcin Bojara + marcin@pisilinux.org - fftw3 - http://www.fftw.org + doxygen + http://www.doxygen.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). - http://www.fftw.org/fftw-3.3.4.tar.gz + 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. + ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.7.src.tar.gz - libgfortran - libquadmath - gettext + libgcc - science/mathematics/fftw3/pspec.xml + + fedora/doxygen-1.8.6-config.patch + fedora/doxygen-1.8.3-multilib.patch + fedora/doxygen-1.8.7-html_timestamp_default_false.patch + + office/misc/doxygen/pspec.xml - fftw3 + doxygen - libquadmath + libgcc - /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 + /usr/bin/doxygen + /usr/share/man/man1/doxygen.1 - 2014-05-25 - 3.3.4 - Version bump. + 2014-05-24 + 1.8.7 + Version bump Alihan Öztürk alihan@pisilinux.org - 2014-01-24 - 3.3.3 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-01-07 - 3.3.3 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - 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.4.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 - - - - - 2015-07-29 - 1.3.4 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-06-14 - 1.3.3 - Rebuild for gcc - PisiLinux Community - admins@pisilinux.org - - - 2013-10-30 - 1.3.3 + 2013-12-30 + 1.8.6 Version bump Yusuf Aydemir yusuf.aydemir@pisilinux.org - 2012-10-25 - 1.3.2 + 2012-09-14 + 1.8.2 First release Yusuf Aydemir - yusuf.aydemir@pisilinux.org + yusuf.aydemir - plotutils - http://www.gnu.org/software/plotutils/ + qpdf + http://qpdf.sourceforge.net - PisiLinux Community - admins@pisilinux.org + Marcin Bojara + marcin@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://aeneas.mit.edu/pub/gnu/plotutils/plotutils-2.6.tar.gz + 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-5.1.3.tar.gz - libXaw-devel - libXext-devel - libXt-devel + libpcre-devel + zlib-devel - - plotutils-2.6-png15.patch - - science/mathematics/plotutils/pspec.xml + office/misc/qpdf/pspec.xml - plotutils + qpdf - libSM - libICE - libXmu - libXaw - libXext - libXt - libX11 + zlib libgcc + libpcre - /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 - - - - - 2014-06-14 - 2.6 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-10 - 2.6 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-28 - 2.6 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-11-11 - 2.6 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - libqalculate - http://qalculate.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - 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. - mirrors://sourceforge/qalculate/libqalculate-0.9.7.tar.gz - - cln-devel - gmp-devel - libxml2-devel - glib2-devel - gettext-devel - intltool - - - libqalculate-0.9.6-check-fix.patch - libqalculate-0.9.6-gcc4.3.patch - - science/mathematics/libqalculate/pspec.xml - - - libqalculate - - cln - libxml2 - glib2 - libgcc - - - /usr/bin - /usr/lib /usr/share/doc - /usr/share/locale - /usr/share/qalculate + /usr/bin - libqalculate-devel - Development files for libqalculate - libqalculate için geliştirme dosyaları + qpdf-devel + qpdf için geliştirme dosyaları - libqalculate - cln-devel - libxml2-devel - glib2-devel + libpcre-devel + zlib-devel + qpdf /usr/include @@ -68067,23 +93502,126 @@ + + 2015-10-30 + 5.1.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-03-04 + 5.1.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + - 2014-06-14 - 0.9.7 - Rebuild for gcc + 2014-01-26 + 5.1.1 + Version bump. PisiLinux Community admins@pisilinux.org - 2014-02-01 - 0.9.7 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org + 2013-07-13 + 5.0.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org - 2011-07-14 - 0.9.7 + 2013-07-01 + 4.1.0 + First release. + Marcin Bojara + marcin@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.16.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 + + + + + 2016-01-01 + 1.16 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2014-05-22 + 1.15 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-09 + 1.14 + Rebuild for buildhost + PisiLinux Community + admins@pisilinux.org + + + 2013-07-06 + 1.14 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2010-10-13 + 1.13 First release Pisi Linux Admins admins@pisilinux.org @@ -68092,250 +93630,48 @@ - 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. - http://www.netlib.org/lapack/lapack-3.5.0.tgz - - libgfortran - cmake - - - lapack-sharedlib.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. - - libgfortran - - - /usr/lib/libblas.so* - - - - blas-devel - Development files for blas - blas için geliştirme dosyaları - static - - blas - - - /usr/lib/libblas.a - /usr/lib/pkgconfig/blas.pc - - - - lapack - - libgcc - libgfortran - blas - - - /usr/share/doc - /usr/lib/liblapack.so* - - - - lapack-devel - Development files for lapack - lapack için geliştirme dosyaları - static - - lapack - blas-devel - - - /usr/lib/cmake - /usr/lib/liblapack.a - /usr/lib/pkgconfig/lapack.pc - - - - - 2014-12-23 - 3.5.0 - Release bump - PisiLinux Community - admins@pisilinux.org - - - 2014-05-26 - 3.5.0 - Release bump - PisiLinux Community - admins@pisilinux.org - - - 2013-11-18 - 3.5.0 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2012-10-03 - 3.4.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - SuiteSparse - http://www.cise.ufl.edu/research/sparse - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - GPLv2 - library - science.mathematics - Sparse matrix library - Sparse matrix kütüphanesi - Librairie de matrices Sparse. - SuiteSparse is a single archive that contains sparse matrix libraries. - Sparse matrix kütüphanesi. - http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.4.4.tar.gz - - lapack-devel - blas-devel - libgcc - - science/mathematics/SuiteSparse/pspec.xml - - - SuiteSparse - - lapack - blas - libgcc - - - /usr/lib - /usr/share/doc - - - - SuiteSparse-devel - Development files for SuiteSparse - SuiteSparse için geliştirme dosyaları - - SuiteSparse - - - /usr/include - - - - - 2015-08-11 - 4.4.4 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-05-31 - 4.2.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-01-17 - 4.2.1 - Version Bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-12-08 - 4.0.2 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - djbfft - http://cr.yp.to/djbfft.html + docutils + http://docutils.sourceforge.net 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 + office.misc + A library for processing plaintext documentation + Düz yazı belgelendirme işleme için kütüphane + A library for processing plaintext documentation into useful formats, such as HTML, XML, and LaTeX. + Librería para procesamiento de texto plano para conversión a formatos útiles como HTML, XML, y LaTeX. + mirrors://sourceforge/docutils/docutils-0.11.tar.gz + office/misc/docutils/pspec.xml - djbfft + docutils /usr/lib + /usr/bin /usr/share/doc - - djbfft-devel - Development files for djbfft - djbfft için geliştirme dosyaları - - djbfft - - - /usr/include - - - 2014-05-20 - 0.76 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org + 2014-02-26 + 0.11 + Rebuild for python 2.7.6 + Yusuf Aydemir + yusuf.aydemir@pisilinux.org 2014-01-22 - 0.76 - Rebuild + 0.11 + Version bump. Stefan Gronewold(groni) groni@pisilinux.org 2010-10-13 - 0.76 + 0.7 First release Pisi Linux Admins admins@pisilinux.org @@ -68344,2069 +93680,997 @@ - perf - http://www.kernel.org + mdbtools + https://github.com/brianb/mdbtools - Ertuğrul Erata - ertugrulerata@gmail.com + PisiLinux Community + admins@pisilinux.org 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://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.tar.gz + LGPLv2 + library + app:console + office.misc + MDB Tools is a suite of programs for accessing data stored in Microsoft Access databases + Microsoft Access veritabanı dosyalarında tutulan verilere erişmek için kullanılan araç ve kitaplıklar + mdbtools contains set of libraries and utilities for reading Microsoft Access database (MDB) files. + mdbtools Microsoft Access veritabanı dosyalarını (MDB) okumak için gereken araçları ve kütüphaneleri içermektedir. + https://github.com/brianb/mdbtools/archive/0.7.1.tar.gz - libunwind-devel - audit-devel - xz-devel - gtk2-devel - unifdef - elfutils - diffutils - newt-devel - xmlto - asciidoc - pciutils-devel - numactl-devel - glibc-32bit - python-devel - slang-devel + unixODBC-devel glib2-devel - zlib-devel - perl - util-linux - libxslt + readline-devel - - patches/linux/patch-4.4.1.xz - - kernel/tools/perf/pspec.xml + office/misc/mdbtools/pspec.xml - perf + mdbtools - audit - xz - newt - elfutils - gtk2 - numactl - libunwind - glibc-32bit - python - slang + unixODBC glib2 - zlib - perl + readline - /etc /usr/bin /usr/lib - /usr/libexec + /usr/share/man + /usr/share/doc + + + mdbtools-gui + + + + mdbtools-devel + Development files for mdbtools + mdbtools için geliştirme dosyaları + + mdbtools + + /usr/include - /usr/share/man/ - /usr/share/perf-core + /usr/lib/pkgconfig - - 2016-02-03 - 4.4.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-01-16 - 4.4.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-12-13 - 4.3.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-11-11 - 4.2.6 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-11-30 - 4.2.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-10-06 - 4.2.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-09-23 - 4.1.8 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-09-18 - 4.1.7 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-09-06 - 4.1.6 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-13 - 4.1.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-16 - 4.0.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-22 - 3.19.8 - Version bump to 3.19.8 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-05 - 3.19.6 - Version bump to 3.19.6 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-16 - 3.19.5 - Version bump to 3.19.5 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-16 - 3.19.4 - Version bump to 3.19.4 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-02 - 3.19.3 - Version Bump to 3.19.3 - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-03-08 - 3.19.1 - Version bump to 3.19.1 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-03-01 - 3.19.0 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-01-28 - 3.18.3 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - security - 2015-01-08 - 3.18.1 - Version bump to 3.18.1 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.1 - Ertuğrul Erata - ertugrulerata@gmail.com - - systemRestart - - - - security - 2014-11-28 - 3.17.4 - Version bump to 3.17.4 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.17.4 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2014-10-18 - 3.17.1 - Version bump to 3.17.1 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.17.1 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2014-09-19 - 3.16.3 - Version bump to 3.16.3 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.16.3 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2014-09-03 - 3.16.1 - Version bump to 3.16.1 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.16.1 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2014-07-24 - 3.15.6 - Version bump to 3.15.6 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15.6 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2014-06-15 - 3.15.0 - Version bump to 3.15 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.15 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2014-05-27 - 3.14.4 - Version bump to 3.14.4 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.4 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2014-05-02 - 3.14.2 - Version bump to 3.14.2 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.2 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2014-04-15 - 3.13.10 - Version bump to 3.13.10 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.10 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2014-03-22 - 3.13.6 - Version bump to 3.13.6 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.6 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2014-03-01 - 3.12.13 - Version bump to 3.12.13 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.13 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2014-01-16 - 3.12.8 - Version bump to 3.12.8 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.8 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2013-12-17 - 3.12.5 - Add Maegia patch series and some cpu usage improvements. - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2013-12-12 - 3.12.5 - Version bump to 3.12.5 https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.12.5 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2013-11-23 - 3.10.20 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.20 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2013-11-05 - 3.10.18 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.18 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2013-10-07 - 3.10.15 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.15 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - systemRestart - - - - security - 2013-09-27 - 3.10.13 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.13 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - systemRestart - - - - security - 2013-09-15 - 3.10.12 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.12 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - systemRestart - - - - security - 2013-08-29 - 3.10.10 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.10 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - systemRestart - - - - security - 2013-08-20 - 3.10.9 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.9 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - systemRestart - - - - security - 2013-08-12 - 3.10.6 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.6 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - systemRestart - - - - security - 2013-08-11 - 3.10.5 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.5 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - systemRestart - - - - security - 2013-08-01 - 3.10.4 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.4 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - systemRestart - - - - security - 2013-07-17 - 3.10.2 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.2 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2013-07-17 - 3.10.1 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.1 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - systemRestart - - - - security - 2013-07-04 - 3.10.0 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - systemRestart - - - - security - 2013-06-21 - 3.8.13 - Fix TSC calibration failure - Marcin Bojara - marcin@pisilinux.org - - systemRestart - - - - security - 2013-06-15 - 3.8.13 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.13 - Serdar Soytetir - kaptan@pisilinux.org - - systemRestart - - - - security - 2013-04-18 - 3.8.8 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.8 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - systemRestart - - - - security - 2013-03-31 - 3.8.5 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.5 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - systemRestart - - - - security - 2013-03-25 - 3.8.4 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.4 - Yoyo Fernández - admins@pisilinux.org - - systemRestart - - - - security - 2013-03-14 - 3.8.3 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.3 - Richard de Bruin - admins@pisilinux.org - - systemRestart - - - - security - 2013-03-06 - 3.8.2 - https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.2 - Erdinç Gültekin - admins@pisilinux.org - - systemRestart - - - - security - 2013-03-03 - 3.8.1 - update to current line - Erdinç Gültekin - admins@pisilinux.org - - systemRestart - - - - security - 2013-02-22 - 3.8.0 - update to final line with patch - Erdinç Gültekin - admins@pisilinux.org - - systemRestart - - - - security - 2013-02-17 - 3.8.0 - obsoletemans wifi fixing - Erdinç Gültekin - admins@pisilinux.org - - systemRestart - - - security - 2013-02-12 - 3.8.0 - bump to -rc7 - Erdinç Gültekin - admins@pisilinux.org - - systemRestart - + 2015-04-20 + 0.7.1 + Version bump, gui build disabled. + Ertuğrul Erata + ertugrulerata@gmail.com - security - 2013-02-06 - 3.7.6 - http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.7.6 - Erdinç Gültekin - admins@pisilinux.org - - systemRestart - + 2014-02-19 + 0.6_pre1 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org - security - 2013-01-28 - 3.7.5 - http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.7.5 - Erdinç Gültekin + 2013-07-28 + 0.6_pre1 + Dep Fixed + PisiLinux Community admins@pisilinux.org - - systemRestart - - security - 2013-01-18 - 3.7.4 - http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.7.4 - Erdinç Gültekin - admins@pisilinux.org - - systemRestart - + 2013-05-02 + 0.6_pre1 + Fixed build dep + Ayhan YALÇINSOY + ayhanyalcinsoy@pisilinux.org - security - 2013-01-15 - 3.7.2 + 2010-10-13 + 0.6_pre1 First release - Erdinç Gültekin + Pisi Linux Admins admins@pisilinux.org - - systemRestart - - module-fglrx - http://ati.amd.com/support/driver.html + libpagemaker + https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker - PisiLinux Community - admins@pisilinux.org + Ayhan Yalçınsoy + ayhanyalcinsoy@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 - + 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.2.tar.gz - kernel-module-headers - kernel + boost-devel + doxygen + help2man + librevenge-devel - kernel/drivers/module-fglrx/pspec.xml + office/misc/libpagemaker/pspec.xml - module-fglrx - Kernel module for ATI display drivers - ATI ekran sürücüleri için çekirdek modülü - driver - - noDelta - + libpagemaker - 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 - glibc-32bit - - - xorg-video-fglrx - libXext-32bit - libX11-32bit - mesa-32bit - glibc-32bit libgcc + librevenge - /usr/lib32 + /usr/bin + /usr/share + /usr/lib/libpagemaker-* + /usr/share/doc + + + + libpagemaker-devel + + librevenge-devel + libpagemaker + + + /usr/include + /usr/lib/pkgconfig - - xorg-video-fglrx-legacy-32bit - - - System.Package - - - 2016-02-04 - 15.201 - Rebuild for kernel-4.4.1 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-01-16 - 15.20 - Rebuild for kernel-4.4.0 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-26 - 15.20 - Rebuild for kernel-3.19.8 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-05 - 15.20 - Rebuild for kernel-3.19.6 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-24 - 15.20 - Rebuild for kernel-3.19.5 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-16 - 15.20 - Rebuild for kernel-3.19.4 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-02 - 15.20 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-03-01 - 14.12 - Rebuild for kernel-3.19.1 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-03-01 - 14.12 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-01 - 14.12 - Version bump - Ergün Salman - Poyraz76@pisilinux.org - - - 2015-01-20 - 14.9 - Rebuild for kernel 3.18.1 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-12-08 - 14.9 - Rebuild for kernel 3.17.4 - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-10-19 - 14.9 - Update unoffical release - * working with xorg-server 1.16 - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-09-03 - 14.6 - Rebuild for kernel 3.16.1 - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-07-24 - 14.6 - Rebuil for kernel 3.15.6 - Vedat Demir - vedat@pisilinux.org - - - 2014-06-15 - 14.6 - Version bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-02 - 14.4 - Version bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-02 - 14.3b - Rebuild for kernel 3.14.2. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-04-15 - 14.3b - Rebuild for kernel 3.13.10. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-04-11 - 14.3b - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2014-03-23 - 13.4 - Rebuild for 3.13.6 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-09 - 13.4 - Rebuild for 3.12.13 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-02 - 13.4 - Rebuild for 3.12.13 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-17 - 13.4 - Rebuild for 3.12.8 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-17 - 13.4 - Rebuild for 3.12.5 - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-12-14 - 13.4 - Rebuild for 3.12.5 - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-23 - 13.4 - Rebuild for 3.10.20 - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-05 - 13.4 - Rebuild for 3.10.18 - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-30 - 13.4 - 3.10.15 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-08-30 - 13.4 - 3.10.13 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-08-30 - 13.4 - 3.10.12 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-08-30 - 13.4 - 3.10.10 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-08-20 - 13.4 - 3.10.9 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-08-20 - 13.4 - rebuild for kernele 3.10.6. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-07-06 - 13.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-15 - 13.3_beta3 - build for Kernel 3.8.13 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-06-15 - 13.3_beta3 - rebuild for Kernel 3.8.13 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-05-26 - 13.3_beta3 - Kernel 3.9.3 - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-05-12 - 13.3_beta3 - V.bump - Osman Erkan - osman.erkan@pisilinux.org - - 2012-10-03 - 12.9_beta1 - First release - Erdem Artan - admins@pisilinux.org + 2016-01-24 + 0.0.2 + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org - module-nvidia304 - http://www.nvidia.com + qpdfview + https://launchpad.net/qpdfview - PisiLinux Community - admins@pisilinux.org + Stefan Gronewold (groni) + groni@pisilinux.org - NVIDIA - driver - kernel.drivers - NVIDIA drivers for GeForce 5-7 series GPUs - NVIDIA GeForce 6-7 serisi ekran kartları için grafik sürücüleri - 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/304.131/NVIDIA-Linux-x86-304.131.run - http://http.download.nvidia.com/XFree86/Linux-x86_64/304.131/NVIDIA-Linux-x86_64-304.131.run + 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.14/+download/qpdfview-0.4.14.tar.gz - kernel-module-headers + djvu-devel + cups-devel + poppler-qt5-devel + qt5-base-devel + qt5-xmlpatterns-devel + libspectre-devel + zlib-devel + pkgconfig + qt5-svg-devel - kernel/drivers/module-nvidia304/pspec.xml + office/misc/qpdfview/pspec.xml - module-nvidia304 - Kernel module for NVIDIA driver 304.xx releases - NVIDIA sürücüsü 304.xx sürümleri için çekirdek modülü - - noDelta - + qpdfview + qpdfview is a tabbed document viewer. - kernel - - - /lib/modules - - - - xorg-video-nvidia304 - x11.driver - - noDelta - - - module-nvidia304 - libXext - xorg-server + qt5-base + cups + djvu + libgcc zlib - libX11 + libspectre + poppler-qt5 - /etc/OpenCL /usr/bin - /usr/lib /usr/share + /usr/lib /usr/share/doc - - xorg-video-nvidia-current - - - System.Package - - - 2016-02-04 - 304.131 - Rebuild for kernel 4.4.1 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-01-16 - 304.131 - Rebuild for kernel 4.4.0 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-12-13 - 304.131 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-22 - 304.125 - Rebuild for kernel 3.19.6 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-05 - 304.125 - Rebuild for kernel 3.19.6 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-24 - 304.125 - Rebuild for kernel 3.19.5 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-16 - 304.125 - Rebuild for kernel 3.19.4 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-02 - 304.125 - Rebuild for kernel 3.19.3 - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-03-08 - 304.125 - Rebuild for kernel 3.19.1 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-03-01 - 304.125 - Rebuild for kernel 3.19.0 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-01-31 - 304.125 - Rebuild for kernel 3.18.3 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-01-13 - 304.125 - Rebuild for Kernel 3.18.1 - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2014-12-08 - 304.125 - Version bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-10-19 - 304.123 - Rebuild for kernel 3.17.1 - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-09-03 - 304.123 - Rebuild for kernel 3.16.1 - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-07-24 - 304.123 - Version bump for kernel 3.15.6 - Vedat Demir - vedat@pisilinux.org - - - 2014-06-15 - 304.121 - Rebuild for kernel 3.15.0 - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-29 - 304.121 - Rebuild for kernel 3.14.4. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-02 - 304.121 - Version bump for kernel 3.14.2. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-04-15 - 304.119 - Rebuild for kernel 3.13.10. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-03-29 - 304.119 - Rebuild for 3.13.6 - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-10 - 304.119 - Change module name. Remove module-nvidia304-userspace - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 304.119 - Rebuild for 3.12.13 - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-01 - 304.119 - Rebuild for 3.12.13 - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-17 - 304.117 - Rebuild for 3.12.8 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-17 - 304.116 - Rebuild for kernel 3.12.5. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-12-14 - 304.116 - Version bump for 3.12.5 - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-23 - 304.108 - Rebuild for 3.10.20 - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-05 - 304.108 - Rebuild for 3.10.18 - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-09 - 304.108 - 3.10.15 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-09-28 - 304.108 - 3.10.13 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-09-18 - 304.108 - 3.10.12 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - 2013-09-11 - 304.108 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - 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). - ftp://download.nvidia.com/XFree86/Linux-x86/358.16/NVIDIA-Linux-x86-358.16.run - ftp://download.nvidia.com/XFree86/Linux-x86_64/358.16/NVIDIA-Linux-x86_64-358.16.run - - kernel-module-headers - libX11-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 - - - - xorg-video-nvidia-current - Güncel NVIDIA userspace sürücüleri ve ikili dosyaları - driver - x11.driver - - noDelta - - - libXext - libX11 - mesa - xorg-server - module-nvidia-current - - - /etc/OpenCL - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - /usr/share/man - - - 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 - xorg-video-nvidia-current - - - /usr/lib32 - /usr/share/nvidia-current/32bit-ld.so.conf - - - System.Package - - - - - 2016-02-04 - 358.16 - Rebuild for kernel 4.4.1. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-01-16 - 358.16 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-12-13 - 358.16 - Version bump, for kernel 4.3.2 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-11-11 - 355.11 - Version bump, for kernel 4.2.6 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-11-30 - 355.11 - Version bump, for kernel 4.2.5 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-11-27 - 355.11 - Version bump, for kernel 4.2.4 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-10-06 - 355.11 - Version bump, for kernel 4.2.3 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-09-23 - 355.11 - Version bump, for kernel 4.1.8 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-16 - 349.16 - Rebuild for kernel 3.19.8 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-22 - 349.16 - Rebuild for kernel 3.19.8 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-05 - 349.16 - Rebuild for kernel 3.19.6 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-24 - 349.16 - Rebuild for kernel 3.19.5 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-16 - 349.16 - Rebuild for kernel 3.19.4 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-02 - 349.12 - Rebuild for kernel 3.19.3 - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-03-31 - 349.12 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2015-03-08 - 346.47 - Version bump, Rebuild for kernel 3.19.1 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-03-01 - 346.35 - Rebuild for kernel 3.19.0 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-01-31 - 346.35 - Rebuild for kernel 3.18.3 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-01-22 - 346.35 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2015-01-09 - 346.22 - Rebuild for kernel 3.18.1 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-11-29 - 343.22 - Rebuild for kernel 3.17.4 - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-10-19 - 343.22 - Version bump, conform kernel 3.17.1 - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-09-21 - 343.13 - Version bump and added symlink for bumblebee - Mathias Freire - mathiasfreire45@gmail.com - - - 2014-09-03 - 340.32 - Version bump, conform kernel 3.16.1 - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-07-24 - 340.24 - Version bump for kernel 3.15.6 - Vedat Demir - vedat@pisilinux.org - - - 2014-06-15 - 340.17 - Version bump for kernel 3.15.0 - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-29 - 337.19 - Version bump for kernel 3.14.4. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-02 - 337.12 - Version bump for kernel 3.14.2. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-04-15 - 334.21 - Rebuild for kernel 3.13.10. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-03-29 - 334.21 - Rebuild for 3.13.6 - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-10 - 334.21 - Change module name. Remove module-nvidia-current-userspace - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-07 - 334.21 - Version bump - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-01 - 334.16 - version bump - PisiLinux Community - admins@pisilinux.org - - - 2014-01-15 - 331.38 - version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-17 - 331.20 - Rebuild for 3.12.5 - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-12-12 - 331.20 - Rebuild for 3.12.5 - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-23 - 331.20 - Rebuild for 3.10.20 - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-21 - 331.20 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-11-05 - 325.15 - Rebuild for 3.10.18 - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-28 - 325.15 - 3.10.15 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-09-28 - 325.15 - 3.10.13 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-09-18 - 325.15 - 3.10.12 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-08-20 - 325.15 - 3.10.10 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-08-20 - 325.15 - 3.10.9 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-08-20 - 325.15 - Version bump - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-12 - 319.32 - rebuld for kernel 3.10.6 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-08-11 - 319.32 - rebuld for kernel 3.10.5 - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-05 - 319.32 - Version bump - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-05 - 319.17 - Kernel 3.8.13 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-05-26 - 319.17 - Kernel 3.9.3 - PisiLinux Community - admins@pisilinux.org - - - 2013-05-12 - 319.17 - Version bump - Marcin Bojara - marcin@pisilinux.org - - - 2013-03-06 - 313.26 - Version bump - Marcin Bojara - marcin@pisilinux.org - - - 2013-02-19 - 310.32 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - module-nvidia340 - http://www.nvidia.com - - Pisi Linux Community - admins@pisilinux.org - - NVIDIA - kernel.drivers - NVIDIA drivers for GeForce 6xxx and newer GPUs - NVIDIA graphics drivers provide optimized 2D/3D performance. - http://http.download.nvidia.com/XFree86/Linux-x86/340.96/NVIDIA-Linux-x86-340.96.run - http://http.download.nvidia.com/XFree86/Linux-x86_64/340.96/NVIDIA-Linux-x86_64-340.96.run - - kernel-module-headers - - kernel/drivers/module-nvidia340/pspec.xml - - - module-nvidia340 - Kernel module for NVIDIA driver 340.xx releases - driver - - noDelta - - - kernel - - - /lib/modules - - - - xorg-video-nvidia340 - driver - x11.driver - - noDelta - - - libXext - xorg-server - module-nvidia340 - libX11 - - - /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 - emul32 - - noDelta - - emul32 - - libvdpau-32bit - glibc-32bit - - - zlib-32bit - libX11-32bit - libXext-32bit - glibc-32bit - xorg-video-nvidia340 - - - /usr/lib32 - /usr/share/nvidia-current/32bit-ld.so.conf - - - xorg-video-nvidia-current-32bit - xorg-video-nvidia304-32bit - - - System.Package - - - - - 2016-02-04 - 340.96 - Rebuild for kernel 4.4.1 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2016-01-16 - 340.96 - Rebuild for kernel 4.4.0 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-12-13 - 340.96 - Version bump for kernel 4.3.2 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-22 - 340.76 - Rebuild for kernel 3.19.8 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-05 - 340.76 - Rebuild for kernel 3.19.6 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-24 - 340.76 - Rebuild for kernel 3.19.5 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-16 - 340.76 - Rebuild for kernel 3.19.4 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-02 - 340.76 - Rebuid for kernel 3.19.3 - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-03-08 - 340.76 - Rebuild for kernel 3.19.1 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-03-01 - 340.76 - Version bump, Rebuild for kernel 3.19.0 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-01-31 - 340.76 - Version bump, Rebuild for kernel 3.18.3 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-01-13 - 340.65 - version bump - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2014-12-08 - 340.58 - Rebuild for kernel 3.17.4 - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2014-11-13 - 340.58 + 2015-11-04 + 0.4.14 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.3.tar.gz + office/misc/dos2unix/pspec.xml + + + dos2unix + + /usr/bin/mac2unix + /usr/bin/unix2dos + /usr/bin/unix2mac + /usr/share/man + /usr/share/doc + + + + hd2u + hd2u, Dos2Unix text file converter + hd2u, Dos2Unix text file converter + + /usr/bin/dos2unix + + + + + 2015-12-29 + 7.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-02-08 + 7.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-06-07 + 6.0.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-02-28 + 6.0.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-02-17 + 5.3.1 + Release. + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-28 + 5.3.1 + Confilicts Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2011-08-11 + 5.3.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + ebook-tools + http://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 + + + + + 2014-01-22 + 0.2.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 0.1.1 + First release + Pisi Linux Admins + 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.1.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 + + + + + 2015-01-06 + 0.0.1 + First Release + PisiLinux Community + admins@pisilinux.org + + + + + + libvisio + http://www.ohloh.net/p/libvisio + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + app:console + office.misc + A C++ library for parsing binary Microsoft Visio documents + A C++ library for parsing binary Microsoft Visio documents. + A C++ library for parsing binary Microsoft Visio documents (.vsd). Includes a converter to XHTML with embedded SVG files. + A C++ library for parsing binary Microsoft Visio documents (.vsd). Includes a converter to XHTML with embedded SVG files. + http://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.0.tar.xz + + icu4c-devel + librevenge-devel + zlib-devel + libxml2-devel + boost-devel + gperf + + office/misc/libvisio/pspec.xml + + + libvisio + + icu4c + librevenge + libgcc + libxml2 + + + /usr/lib + /usr/bin + /usr/share/doc/libvisio + + + + libvisio-devel + + icu4c-devel + librevenge-devel + zlib-devel + libxml2-devel + libvisio + + + /usr/include/ + /usr/lib/pkgconfig + + + + + 2015-01-03 + 0.1.0 + Dep Fixed. + PisiLinux Community + admins@pisilinux.org + + + 2014-09-26 + 0.1.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-02-20 + 0.0.25 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-08-17 + 0.0.25 + R.Bump + PisiLinux Community + admins@pisilinux.org + + + 2013-07-28 + 0.0.25 + Move pc files to devel pack, rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-03-14 + 0.0.25 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-17 + 0.0.24 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-08-15 + 0.0.19 + First release + PisiLinux Community + admins@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 + + + + + 2014-01-20 + 0.40 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 0.40 + First release + Pisi Linux Admins + admins@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. + http://sourceforge.net/projects/libofx/files/libofx/0.9.10/libofx-0.9.10.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 + + + + + 2015-02-06 + 0.9.10 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-07-28 + 0.9.5 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-02-19 + 0.9.5 + Updated. + Osman Erkan + osman.erkan@pisilinux.org + + + 2010-10-13 + 0.9.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + gsoap + http://sourceforge.net/projects/gsoap2/ + + 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. + http://sourceforge.net/projects/gsoap2/files/gSOAP/gsoap_2.8.22.zip + + 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 + + + + + 2015-08-12 + 2.8.22 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-06 + 2.8.21 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-03-01 + 2.8.16 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + iso-codes + http://pkg-isocodes.alioth.debian.org/ + + 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://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.53.tar.xz + office/misc/iso-codes/pspec.xml + + + iso-codes + + /usr/lib/pkgconfig + /usr/share/locale + /usr/share/doc + /usr/share/xml + /usr/share/iso-codes + + + + + 2014-05-21 + 3.53 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2013-10-13 + 3.47 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-10-02 + 3.39 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + graphite2 + http://sourceforge.net/projects/silgraphite + + 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.2.4.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/ + + + + + 2014-05-17 + 1.2.4 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-25 + 1.2.1 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-08-21 + 1.2.1 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-03-02 + 1.2.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-28 + 1.2.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + txt2man + http://mvertes.free.fr/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + 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. + http://mvertes.free.fr/download/txt2man-1.5.6.tar.gz + office/misc/txt2man/pspec.xml + + + txt2man + + /usr/bin + /usr/share/man + /usr/share/doc + + + + + 2014-05-25 + 1.5.6 + Rebuild. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-02-17 + 1.5.6 + Rebuild. + Osman Erkan + osman.erkan@pisilinux.org + + + 2011-04-27 + 1.5.6 + First release + Pisi Linux Admins + admin@pisilinux.org + + + + + + texi2html + http://savannah.nongnu.org/projects/texi2html/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + office.misc + Texinfo to HTML converter + Texinfo'dan HTML'ye dönüştürücü + texi2html is a Perl script which can generate HTML from Texinfo source files. + text2html Texinfo kaynak dosyalarından HTML çıktı üretebilen bir Perl betiğidir. + http://download.savannah.gnu.org/releases/texi2html/texi2html-5.0.tar.bz2 + office/misc/texi2html/pspec.xml + + + texi2html + + /usr/bin + /usr/share/info + /usr/share/doc/texi2html + /usr/share/man/man1 + /usr/share/texi2html + /usr/share/texinfo + /usr/share/locale + + + + + 2014-05-20 + 5.0 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-05-02 + 1.82 + Mass rebuild for Pisi Linux 1.0 + Ertan Güven + ertan@pisilinux.org + + + 2012-11-06 + 5.0 + First release + Marcin Bojara + marcin@pisilinux.org + + + libreoffice @@ -73671,364 +97935,50 @@ - openjade - http://openjade.sourceforge.net + hunspell-dict-es + http://es.openoffice.org/programa/diccionario.html 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 - - - - - 2014-05-18 - 1.3.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-01 - 1.3.2 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-10-18 - 1.3.2 - First release - Marcin Bojara - marcin@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 - - - - - 2014-05-18 - 1.5.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-01 - 1.5.2 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2010-10-13 - 1.5.2 - First release - Pisi Linux Admins - 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 - - - - - 2014-05-18 - 4.5 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-01-22 - 4.5 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2007-02-23 - 4.5 - First release - Eren Türkay - admins@pisilinux.org - - - - - - 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.2.tar.bz2 - office/docbook/itstool/pspec.xml - - - itstool - - /usr - - - - - 2014-05-18 - 2.0.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-26 - 2.0.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-09-12 - 1.2.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - asciidoc - http://www.methods.co.nz/asciidoc/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - office.docbook - Text document format for writing documents - Belge hazırlamak için metin biçimlendirme sistemi - AsciiDoc is a text document format for writing short documents, articles, books and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook markups using the asciidoc command. - AsciiDoc, kısa belgeler, makaleler, kitaplar ve kılavuz sayfaları yazmak ve bunları HTML/Docbook'a dönüştürmek için kullanılır. - mirrors://sourceforge/asciidoc/asciidoc-8.6.9.tar.gz - office/docbook/asciidoc/pspec.xml - - - asciidoc - - docbook-xml - docbook-xsl - - - /etc - /usr/bin - /usr/lib/python* - /usr/share/asciidoc - /usr/share/vim - /usr/share/doc/asciidoc - /usr/share/man - - - - - 2014-05-18 - 8.6.9 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2014-01-31 - 8.6.9 - Version Bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-09-17 - 8.6.8 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - hunspell-dict-nl - http://www.opentaal.org/english.php - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - locale:nl + LGPLv3+ + GPLv3+ + MPL-1.1 + locale:es 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 + 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-nl + hunspell-dict-es /usr/share /usr/share/doc - - 2015-10-05 - 2.10g - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - 2014-02-17 - 1.00g + 0.0_20081215 Rebuild - Osman Erkan - osman.erkan@pisilinux.org + Kamil Atlı + suvarice@gmail.com 2013-05-05 - 1.00g - Adress Fixed - Osman Erkan - osman.erkan@pisilinux.org + 0.0_20081215 + Fixed + Ertan Güven + ertan@pisilinux.org 2010-10-13 - 1.00g + 0.0_20081215 First release Pisi Linux Admins admins@pisilinux.org @@ -74136,6 +98086,106 @@ + + + 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 + + + + + 2014-01-26 + 2.4 + rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2010-10-13 + 2.4 + First release + Pisi Linux Admins + admins@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 + + + + + 2015-10-05 + 2.10g + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-02-17 + 1.00g + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-05 + 1.00g + Adress Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2010-10-13 + 1.00g + First release + Pisi Linux Admins + admins@pisilinux.org + + + hunspell-dict-fr @@ -74181,6 +98231,233 @@ + + + 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 + + + + + 2014-01-26 + 0.0_20090319 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2010-10-13 + 0.0_20090319 + First release + Pisi Linux Admins + admins@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. + http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/2.36/ooo_swedish_dict_2-36.oxt + office/dictionary/hunspell-dict-sv/pspec.xml + + + hunspell-dict-sv + + /usr/share + /usr/share/doc + + + + + 2014-02-17 + 1.29 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-05 + 1.29 + v.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2010-10-13 + 1.29 + First release + Pisi Linux Admins + admins@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 + http://extensions.libreoffice.org/extension-center/turkish-spellcheck-dictionary/releases/1.1-2014.12.11/tr-tr.oxt + + hunspell + + office/dictionary/hunspell-dict-tr/pspec.xml + + + hunspell-dict-tr + + /usr/lib/libreoffice/share/extensions/hunspell_tr/ + /usr/share/hunspell + + + + + 2015-10-03 + 1.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@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-20131206.tar.bz2 + office/dictionary/hunspell-dict-de/pspec.xml + + + hunspell-dict-de + + /usr/share/hunspell + /usr/share/doc + + + + + 2014-01-26 + 0.0_20131216 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2010-10-13 + 0.0_20090107 + First release + Pisi Linux Admins + admins@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-20150428.zip + office/dictionary/hunspell-dict-pl/pspec.xml + + + hunspell-dict-pl + + /usr/share/hunspell + /usr/share/doc + + + + + 2015-10-05 + 20100428 + Rebuild + Alihanh Öztürk + alihan@pisilinux.org + + + 2014-01-26 + 0.0_20090319 + Rebuild + Alihanh Öztürk + alihan@pisilinux.org + + + 2010-10-13 + 0.0_20090319 + First release + Pisi Linux Admins + admins@pisilinux.org + + + hunspell-dict-en @@ -74236,2047 +98513,355 @@ - hunspell-dict-tr - http://extensions.libreoffice.org/extension-center/turkish-spellcheck-dictionary/ + homebank + http://homebank.free.fr - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - BSD - locale:en - data - office.dictionary - Turkish hunspell dictionaries - Turkish hunspell dictionaries - http://extensions.libreoffice.org/extension-center/turkish-spellcheck-dictionary/releases/1.1-2014.12.11/tr-tr.oxt - - hunspell - - office/dictionary/hunspell-dict-tr/pspec.xml - - - hunspell-dict-tr - - /usr/lib/libreoffice/share/extensions/hunspell_tr/ - /usr/share/hunspell - - - - - 2015-10-03 - 1.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - hunspell-dict-es - http://es.openoffice.org/programa/diccionario.html - - 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 - - - - - 2014-02-17 - 0.0_20081215 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2013-05-05 - 0.0_20081215 - Fixed - Ertan Güven - ertan@pisilinux.org - - - 2010-10-13 - 0.0_20081215 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - hunspell-dict-de - http://www.j3e.de/ispell/igerman98 - - PisiLinux Community - admins@pisilinux.org + Stefan Gronewold (groni) + groni@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-20131206.tar.bz2 - office/dictionary/hunspell-dict-de/pspec.xml + 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.0.5.tar.gz + + cairo-devel + libofx-devel + pango-devel + gdk-pixbuf-devel + pixman-devel + gtk3-devel + glib2-devel + gettext-devel + pkgconfig + libofx-devel + intltool + at-spi2-core-devel + + office/homebank/pspec.xml - hunspell-dict-de + homebank + + cairo + libofx + pango + gdk-pixbuf + gtk3 + glib2 + - /usr/share/hunspell + /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 - - 2014-01-26 - 0.0_20131216 - Version Bump - Alihan Öztürk - alihan@pisilinux.org + + 2016-01-03 + 5.0.5 + Version bump. + Stefan Gronewold (groni) + groni@pisilinux.org - - 2010-10-13 - 0.0_20090107 - First release - Pisi Linux Admins - admins@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 - - - - - 2014-01-26 - 0.0_20090319 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2010-10-13 - 0.0_20090319 - First release - Pisi Linux Admins - admins@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-20150428.zip - office/dictionary/hunspell-dict-pl/pspec.xml - - - hunspell-dict-pl - - /usr/share/hunspell - /usr/share/doc - - - - 2015-10-05 - 20100428 - Rebuild - Alihanh Öztürk - alihan@pisilinux.org + 2015-02-14 + 5.0.0 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com - 2014-01-26 - 0.0_20090319 - Rebuild - Alihanh Öztürk - alihan@pisilinux.org + 2014-09-26 + 4.6.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org - 2010-10-13 - 0.0_20090319 - First release - Pisi Linux Admins - admins@pisilinux.org + 2013-11-01 + 4.5.4 + First Release + Stefan Gronewold(groni) + groni3427@gmail.com - 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 - - - - - 2014-01-26 - 2.4 - rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2010-10-13 - 2.4 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - hunspell-dict-sv - http://dsso.se/ + aspell + http://aspell.net/ 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. - http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/2.36/ooo_swedish_dict_2-36.oxt - office/dictionary/hunspell-dict-sv/pspec.xml - - - hunspell-dict-sv - - /usr/share - /usr/share/doc - - - - - 2014-02-17 - 1.29 - Rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-05-05 - 1.29 - v.Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2010-10-13 - 1.29 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - gsoap - http://sourceforge.net/projects/gsoap2/ - - 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. - http://sourceforge.net/projects/gsoap2/files/gSOAP/gsoap_2.8.22.zip - - 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 - - - - - 2015-08-12 - 2.8.22 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-06 - 2.8.21 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-03-01 - 2.8.16 - First release - Osman Erkan - osman.erkan@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-5.1.3.tar.gz - - libpcre-devel - zlib-devel - - office/misc/qpdf/pspec.xml - - - qpdf - - zlib - libgcc - libpcre - - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - - - - qpdf-devel - qpdf için geliştirme dosyaları - - libpcre-devel - zlib-devel - qpdf - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-10-30 - 5.1.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-03-04 - 5.1.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-01-26 - 5.1.1 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2013-07-13 - 5.0.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-01 - 4.1.0 - First release. - Marcin Bojara - marcin@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. - http://pkgs.fedoraproject.org/repo/pkgs/recode/recode-3.6.tar.gz/be3f40ad2e93dae5cd5f628264bf1877/recode-3.6.tar.gz - - gettext - texinfo - + 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.6.1.tar.gz - recode.patch - recode-3.6-getcwd.patch - recode-bool-bitfield.patch - recode-flex-m4.patch - stdlib.patch - recode-3.6-gettextfix.diff - system-aclocal.diff - recode-3.6-segfault.patch - recode-automake.patch + fedora/aspell-0.60.3-install_info.patch + fedora/aspell-0.60.5-fileconflict.patch + fedora/aspell-0.60.5-pspell_conf.patch + fedora/aspell-0.60.6-mp.patch + fedora/aspell-0.60.6-zero.patch - office/misc/recode/pspec.xml + office/spellcheck/aspell/pspec.xml - recode + aspell + + libgcc + - /usr/lib /usr/bin + /usr/lib + /usr/share/aspell /usr/share/doc - /usr/share/info /usr/share/man + /usr/share/info /usr/share/locale - recode-devel - Development files for recode - recode için geliştirme dosyaları + aspell-devel + Development files for aspell + aspell için geliştirme dosyaları - recode + aspell /usr/include - - - - - 2016-01-01 - 3.6 - Rebuild for Pisi 2.0 - Stefan Gronewold - groni@pisilinux.org - - - 2014-05-22 - 3.6 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-10 - 3.6 - Rebuild, Url değiş. - Alihan Öztürk - alihan@pisilinux.org - - - 2011-01-03 - 3.6 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - libvisio - http://www.ohloh.net/p/libvisio - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - app:console - office.misc - A C++ library for parsing binary Microsoft Visio documents - A C++ library for parsing binary Microsoft Visio documents. - A C++ library for parsing binary Microsoft Visio documents (.vsd). Includes a converter to XHTML with embedded SVG files. - A C++ library for parsing binary Microsoft Visio documents (.vsd). Includes a converter to XHTML with embedded SVG files. - http://dev-www.libreoffice.org/src/libvisio/libvisio-0.1.0.tar.xz - - icu4c-devel - librevenge-devel - zlib-devel - libxml2-devel - boost-devel - gperf - - office/misc/libvisio/pspec.xml - - - libvisio - - icu4c - librevenge - libgcc - libxml2 - - - /usr/lib - /usr/bin - /usr/share/doc/libvisio - - - - libvisio-devel - - icu4c-devel - librevenge-devel - zlib-devel - libxml2-devel - libvisio - - - /usr/include/ - /usr/lib/pkgconfig - - - - - 2015-01-03 - 0.1.0 - Dep Fixed. - PisiLinux Community - admins@pisilinux.org - - - 2014-09-26 - 0.1.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-02-20 - 0.0.25 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-08-17 - 0.0.25 - R.Bump - PisiLinux Community - admins@pisilinux.org - - - 2013-07-28 - 0.0.25 - Move pc files to devel pack, rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-03-14 - 0.0.25 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-02-17 - 0.0.24 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-08-15 - 0.0.19 - First release - PisiLinux Community - admins@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.0/scribus-1.5.0.tar.xz - - cmake - cups-devel - desktop-file-utils - lcms2-devel - libart_lgpl-devel - libjpeg-turbo-devel - libpng-devel - tiff-devel - libxml2-devel - openssl-devel - python-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 - GraphicsMagick-devel - libpagemaker-devel - - - scribus-standard-font-paths.patch - PisiLinux-default-font.patch - PisiLinux-correctly_link_to_libxml2.patch - scribus-1.5.0-QObject.patch - - office/misc/scribus/pspec.xml - - - scribus - - cups - tiff - zlib - cairo - lcms2 - libgcc - podofo - python - libxml2 - poppler - freetype - hunspell - qt5-base - fontconfig - librevenge - qt5-webkit - libjpeg-turbo - qt5-declarative - libpagemaker - libcdr - GraphicsMagick - libvisio - libmspub - - - /usr/bin - /usr/lib - /usr/share - - - - scribus-docs - Documentation files for scribus - scribus için belgelendirme dosyaları - - /usr/share/doc/scribus - - - - - 2016-01-27 - 1.5.0 - Check and build - Stefan Gronewold - groni@pisilinux.org - - - 2015-05-30 - 1.5.0 - Version Bump - Vedat Demir - vedatl@pisilinux.org - - - 2015-02-05 - 1.4.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-01-13 - 1.4.4 - Rebuild. - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-06-29 - 1.4.4 - Version Bump - Nikolay Semenov - tribunal@pisilinux.org - - - 2014-03-09 - 1.4.2 - Rebuild for buildhost - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-08-17 - 1.4.2 - R.Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-03-06 - 1.4.2 - Version bump - Ertan Güven - ertan@pisilinux.org - - - 2011-02-03 - 1.3.9 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - graphite2 - http://sourceforge.net/projects/silgraphite - - 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.2.4.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/ - - - - - 2014-05-17 - 1.2.4 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-25 - 1.2.1 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-08-21 - 1.2.1 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-03-02 - 1.2.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-28 - 1.2.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - docutils - http://docutils.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - public-domain - library - office.misc - A library for processing plaintext documentation - Düz yazı belgelendirme işleme için kütüphane - A library for processing plaintext documentation into useful formats, such as HTML, XML, and LaTeX. - Librería para procesamiento de texto plano para conversión a formatos útiles como HTML, XML, y LaTeX. - mirrors://sourceforge/docutils/docutils-0.11.tar.gz - office/misc/docutils/pspec.xml - - - docutils - - /usr/lib - /usr/bin - /usr/share/doc - - - - - 2014-02-26 - 0.11 - Rebuild for python 2.7.6 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-22 - 0.11 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-13 - 0.7 - First release - Pisi Linux Admins - admins@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. - ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.7.src.tar.gz - - libgcc - - - fedora/doxygen-1.8.6-config.patch - fedora/doxygen-1.8.3-multilib.patch - fedora/doxygen-1.8.7-html_timestamp_default_false.patch - - office/misc/doxygen/pspec.xml - - - doxygen - - libgcc - - - /usr/share/doc - /usr/bin/doxygen - /usr/share/man/man1/doxygen.1 - - - - - 2014-05-24 - 1.8.7 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2013-12-30 - 1.8.6 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-09-14 - 1.8.2 - First release - Yusuf Aydemir - yusuf.aydemir - - - - - - 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.14/+download/qpdfview-0.4.14.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 - - - - - 2015-11-04 - 0.4.14 - First Release - Stefan Gronewold (groni) - groni@pisilinux.org - - - - - - texi2html - http://savannah.nongnu.org/projects/texi2html/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - office.misc - Texinfo to HTML converter - Texinfo'dan HTML'ye dönüştürücü - texi2html is a Perl script which can generate HTML from Texinfo source files. - text2html Texinfo kaynak dosyalarından HTML çıktı üretebilen bir Perl betiğidir. - http://download.savannah.gnu.org/releases/texi2html/texi2html-5.0.tar.bz2 - office/misc/texi2html/pspec.xml - - - texi2html - - /usr/bin - /usr/share/info - /usr/share/doc/texi2html - /usr/share/man/man1 - /usr/share/texi2html - /usr/share/texinfo - /usr/share/locale - - - - - 2014-05-20 - 5.0 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-05-02 - 1.82 - Mass rebuild for Pisi Linux 1.0 - Ertan Güven - ertan@pisilinux.org - - - 2012-11-06 - 5.0 - First release - Marcin Bojara - marcin@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 - - - - - 2014-01-20 - 0.40 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-13 - 0.40 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - txt2man - http://mvertes.free.fr/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - 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. - http://mvertes.free.fr/download/txt2man-1.5.6.tar.gz - office/misc/txt2man/pspec.xml - - - txt2man - - /usr/bin - /usr/share/man - /usr/share/doc + /usr/share/info/aspell-dev.info 2014-05-25 - 1.5.6 - Rebuild. - Osman Erkan - osman.erkan@pisilinux.org + 0.60.6.1 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org - 2014-02-17 - 1.5.6 - Rebuild. - Osman Erkan - osman.erkan@pisilinux.org - - - 2011-04-27 - 1.5.6 - First release - Pisi Linux Admins - admin@pisilinux.org - - - - - - mdbtools - https://github.com/brianb/mdbtools - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2 - library - app:console - office.misc - MDB Tools is a suite of programs for accessing data stored in Microsoft Access databases - Microsoft Access veritabanı dosyalarında tutulan verilere erişmek için kullanılan araç ve kitaplıklar - mdbtools contains set of libraries and utilities for reading Microsoft Access database (MDB) files. - mdbtools Microsoft Access veritabanı dosyalarını (MDB) okumak için gereken araçları ve kütüphaneleri içermektedir. - https://github.com/brianb/mdbtools/archive/0.7.1.tar.gz - - unixODBC-devel - glib2-devel - readline-devel - - office/misc/mdbtools/pspec.xml - - - mdbtools - - unixODBC - glib2 - readline - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - mdbtools-gui - - - - mdbtools-devel - Development files for mdbtools - mdbtools için geliştirme dosyaları - - mdbtools - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-04-20 - 0.7.1 - Version bump, gui build disabled. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-02-19 - 0.6_pre1 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-28 - 0.6_pre1 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-05-02 - 0.6_pre1 - Fixed build dep - Ayhan YALÇINSOY - ayhanyalcinsoy@pisilinux.org - - - 2010-10-13 - 0.6_pre1 - First release - Pisi Linux Admins - admins@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. - http://sourceforge.net/projects/libofx/files/libofx/0.9.10/libofx-0.9.10.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 - - - - - 2015-02-06 - 0.9.10 - Version bump. + 2014-01-18 + 0.60.6.1 + Rebuild Stefan Gronewold(groni) groni@pisilinux.org - - 2013-07-28 - 0.9.5 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-02-19 - 0.9.5 - Updated. - Osman Erkan - osman.erkan@pisilinux.org - - 2010-10-13 - 0.9.1 + 2012-09-14 + 0.60.6.1 First release - Pisi Linux Admins - admins@pisilinux.org + Yusuf Aydemir + yusuf.aydemir@pisilinux.org - iso-codes - http://pkg-isocodes.alioth.debian.org/ + enchant + http://www.abisource.com/enchant/ 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://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.53.tar.xz - office/misc/iso-codes/pspec.xml + 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 + hunspell + glib2-devel + + office/spellcheck/enchant/pspec.xml - iso-codes + enchant + + glib2 + libgcc + - /usr/lib/pkgconfig + /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-server + + + /usr/lib/enchant/libenchant_zemberek.so + + + + enchant-devel + Development files for enchant + enchant için geliştirme dosyaları + + enchant + + + /usr/include + /usr/lib/pkgconfig + + + + + 2014-05-25 + 1.6.0 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-23 + 1.6.0 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 1.6.0 + First release + Pisi Linux Admins + admins@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. + mirrors://sourceforge/hunspell/hunspell-1.3.3.tar.gz + + ncurses-devel + + office/spellcheck/hunspell/pspec.xml + + + hunspell + + ncurses + libgcc + + + /usr/lib + /usr/bin /usr/share/locale - /usr/share/doc - /usr/share/xml - /usr/share/iso-codes - - - - - 2014-05-21 - 3.53 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2013-10-13 - 3.47 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-02 - 3.39 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - ebook-tools - http://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 - - - - - 2014-01-22 - 0.2.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-13 - 0.1.1 - First release - Pisi Linux Admins - admins@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.2.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 - - - - - 2016-01-24 - 0.0.2 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@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.3.tar.gz - office/misc/dos2unix/pspec.xml - - - dos2unix - - /usr/bin/mac2unix - /usr/bin/unix2dos - /usr/bin/unix2mac /usr/share/man - /usr/share/doc + /usr/share/doc + + ispellaff2myspell + wordlist2hunspell + - hd2u - hd2u, Dos2Unix text file converter - hd2u, Dos2Unix text file converter - - /usr/bin/dos2unix - - - - - 2015-12-29 - 7.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-02-08 - 7.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-06-07 - 6.0.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-02-28 - 6.0.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-02-17 - 5.3.1 - Release. - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-05-28 - 5.3.1 - Confilicts Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2011-08-11 - 5.3.1 - First release - Pisi Linux Admins - admins@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.16.tar.xz - - recode-devel - gettext-devel - intltool - gtk-doc - - office/misc/enca/pspec.xml - - - enca + hunspell-devel + Development files for hunspell + hunspell için geliştirme dosyaları - 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 + hunspell /usr/include /usr/lib/pkgconfig - /usr/share/gtk-doc - - - - - 2016-01-01 - 1.16 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2014-05-22 - 1.15 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-09 - 1.14 - Rebuild for buildhost - PisiLinux Community - admins@pisilinux.org - - - 2013-07-06 - 1.14 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2010-10-13 - 1.13 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - 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.3.tar.gz - - cmake - 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/podofo/pspec.xml - - - podofo - - tiff - zlib - lua51 - libgcc - libidn - libpng - openssl - freetype - fontconfig - libjpeg-turbo - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - podofo-devel - Development files for podofo - podofo için geliştirme dosyaları - - podofo - boost-devel - - - /usr/include + /usr/lib/*.a + /usr/share/man/man3 - 2014-12-30 - 0.9.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - reverseDependencyUpdate - - - - 2014-05-31 - 0.9.2 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - reverseDependencyUpdate - - - - 2014-03-10 - 0.9.1 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - reverseDependencyUpdate - - - - 2013-01-25 - 0.9.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - reverseDependencyUpdate - - - - - - - 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.1.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 - - - - - 2015-01-06 - 0.0.1 - First Release - PisiLinux Community - admins@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 - - - - - 2015-11-02 - 3.5.27 + 2014-07-10 + 1.3.3 Version Bump. - Stefan Gronewold(groni) - groni@pisilinux.org + Vedat Demir + vedat@pisilinux.com + + + 2014-05-25 + 1.3.2 + Rebuild + Alihan Öztürk + alihan@pisilinux.com - 2014-01-22 - 3.5.25.3 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org + 2014-01-26 + 1.3.2 + Rebuild and some fixes + Alihan Öztürk + alihan@pisilinux.com - 2012-10-21 - 3.5.25.3 + 2012-09-11 + 1.3.2 First release - Marcin Bojara - marcin@pisilinux.org + Yusuf Aydemir + yusuf.aydemir@istambul.com @@ -76561,71 +99146,6 @@ - - - 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.7.tar.gz - office/postscript/poppler-data/pspec.xml - - - poppler-data - - /usr/share/doc - /usr/share/poppler - /usr/share/pkgconfig - - - - - 2015-03-05 - 0.4.7 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-05-25 - 0.4.6 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-10 - 0.4.6 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-04-17 - 0.4.6 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-09-12 - 0.4.5 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - ghostscript @@ -76802,3516 +99322,212 @@ - aspell - http://aspell.net/ + poppler-data + http://poppler.freedesktop.org/ PisiLinux Community admins@pisilinux.org - 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.6.1.tar.gz - - fedora/aspell-0.60.3-install_info.patch - fedora/aspell-0.60.5-fileconflict.patch - fedora/aspell-0.60.5-pspell_conf.patch - fedora/aspell-0.60.6-mp.patch - fedora/aspell-0.60.6-zero.patch - - office/spellcheck/aspell/pspec.xml - - - aspell - - libgcc - - - /usr/bin - /usr/lib - /usr/share/aspell - /usr/share/doc - /usr/share/man - /usr/share/info - /usr/share/locale - - - - aspell-devel - Development files for aspell - aspell için geliştirme dosyaları - - aspell - - - /usr/include - /usr/share/info/aspell-dev.info - - - - - 2014-05-25 - 0.60.6.1 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-18 - 0.60.6.1 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-09-14 - 0.60.6.1 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - enchant - http://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 - hunspell - glib2-devel - - office/spellcheck/enchant/pspec.xml - - - enchant - - glib2 - libgcc - - - /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-server - - - /usr/lib/enchant/libenchant_zemberek.so - - - - enchant-devel - Development files for enchant - enchant için geliştirme dosyaları - - enchant - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-05-25 - 1.6.0 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-23 - 1.6.0 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-13 - 1.6.0 - First release - Pisi Linux Admins - admins@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. - mirrors://sourceforge/hunspell/hunspell-1.3.3.tar.gz - - ncurses-devel - - office/spellcheck/hunspell/pspec.xml + 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.7.tar.gz + office/postscript/poppler-data/pspec.xml - hunspell - - ncurses - libgcc - + poppler-data - /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 + /usr/share/doc + /usr/share/poppler + /usr/share/pkgconfig - - 2014-07-10 - 1.3.3 - Version Bump. - Vedat Demir - vedat@pisilinux.com + + 2015-03-05 + 0.4.7 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org - + 2014-05-25 - 1.3.2 + 0.4.6 Rebuild Alihan Öztürk - alihan@pisilinux.com - - - 2014-01-26 - 1.3.2 - Rebuild and some fixes - Alihan Öztürk - alihan@pisilinux.com - - - 2012-09-11 - 1.3.2 - First release - Yusuf Aydemir - yusuf.aydemir@istambul.com - - - - - - 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.0.5.tar.gz - - cairo-devel - libofx-devel - pango-devel - gdk-pixbuf-devel - pixman-devel - gtk3-devel - glib2-devel - gettext-devel - pkgconfig - libofx-devel - intltool - at-spi2-core-devel - - office/homebank/pspec.xml - - - homebank - - cairo - libofx - pango - gdk-pixbuf - gtk3 - glib2 - - - /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 - - - - - 2016-01-03 - 5.0.5 - Version bump. - Stefan Gronewold (groni) - groni@pisilinux.org + alihan@pisilinux.org - 2015-02-14 - 5.0.0 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-09-26 - 4.6.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-11-01 - 4.5.4 - First Release - Stefan Gronewold(groni) - groni3427@gmail.com - - - - - - 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.3.1.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 - - - - - 2015-08-07 - 4.3.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-10 - 4.0.3 - Add tmpfiles.conf - Osman Erkan - osman.erkan@pisilinux.org - - - 2010-10-12 - 4.0.3 - First release - Pisi Linux Admins - admins@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. - http://anduin.linuxfromscratch.org/sources/BLFS/svn/t/tidy-cvs_20101110.tar.bz2 - util/misc/tidy/pspec.xml - - - tidy - - /usr/bin - /usr/lib - /usr/share/doc - - - - tidy-devel - Development files for tidy - tidy için geliştirme dosyaları - - tidy - - - /usr/include - - - - - 2012-10-04 - 20101110 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - ibus - http://code.google.com/p/ibus/ - - 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.10/ibus-1.5.10.tar.gz - - gtk2-devel - gtk3-devel - glib2-devel - dconf-devel - vala-devel - libnotify-devel - libxkbcommon-devel - intltool - iso-codes - libxslt - docbook-xsl - - util/misc/ibus/pspec.xml - - - ibus - - glib2 - libX11 - atk - gtk2 - gtk3 - cairo - libXi - pango - dconf - libnotify - gdk-pixbuf - libxkbcommon - 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-devel - ibus için geliştirme dosyaları - ibus için geliştirme dosyaları - - ibus - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-06-16 - 1.5.10 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-02-26 - 1.5.4 - Delete Unused Deps. + 2014-03-10 + 0.4.6 + Rebuild Varol Maksutoğlu waroi@pisilinux.org - - 2014-02-25 - 1.5.4 + + 2013-04-17 + 0.4.6 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-09-12 + 0.4.5 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + libv4l + http://freecode.com/projects/libv4l + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + library + multimedia.video + 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. + http://linuxtv.org/downloads/v4l-utils/v4l-utils-1.0.1.tar.bz2 + + qt5-base-devel + libjpeg-turbo-devel + glibc-devel + libgcc + + multimedia/video/libv4l/pspec.xml + + + libv4l + + libjpeg-turbo + + + /lib/udev/rules.d + /lib/udev/rc_keymaps + /usr/lib + /usr/share/doc + + + + v4l-utils + Utilities for libv4l + Zbiór narzędzi do urządzeń Video4Linux + + libgcc + libv4l + + + /etc + /usr/bin + /usr/sbin + /usr/share/man + /usr/share/applications + /usr/share/icons + + + + libv4l-devel + Development files for libv4l + libv4l için geliştirme dosyaları + Pliki nagłówkowe bibliotek libv4l + + libv4l + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/doc/libv4l/contrib + + + + 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 + + + libjpeg-turbo-32bit + glibc-32bit + libv4l + + + /usr/lib32 + + + + + 2014-05-20 + 1.0.1 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-20 + 23042013 Rebuild Unused Varol Maksutoğlu waroi@pisilinux.org - - 2013-12-08 - 1.5.4 - Version Bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-07-27 - 1.5.3 - Move pc files to devel pack, rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-04-30 - 1.5.2 - V.Bump - PisiLinux Community - admins@pisilinux.org - - - 2012-10-04 - 1.4.99.20120917 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - 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://www.midnight-commander.org/downloads/mc-4.8.15.tar.xz - - gpm - check-devel - glib2-devel - doxygen - slang-devel - libpcre-devel - samba-devel - libICE-devel - libutil-linux-devel - - util/misc/mc/pspec.xml - - - mc - - gpm - glib2 - slang - samba - libutil-linux - - - /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 - - - - - 2015-11-09 - 4.8.15 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-11-05 - 4.8.14 - Version bump, add samba - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-02-21 - 4.8.13 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - 2014-07-05 - 4.8.12 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-02-18 - 4.8.11 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-04 - 4.8.10 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-01 - 4.8.8 - Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-04-30 - 4.8.8 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-12-29 - 4.8.7 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - strace - http://sourceforge.net/projects/strace/ - - 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. - mirrors://sourceforge/strace/strace-4.9.tar.xz - - libaio-devel - libunwind-devel - - util/misc/strace/pspec.xml - - - strace - - libunwind - - - /usr/bin - /usr/share/doc - /usr/share/man - - - - - 2015-01-25 - 4.9 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-03-09 - 4.8 - Version bump - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-04-20 - 4.7 - Versrion bump - Ertan Güven - ertan@pisilinux.org - - - 2011-04-18 - 4.6 - First release - Pisi Linux Admins - admins@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.4.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 - - - - - 2015-12-31 - 1.4.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2013-11-04 - 1.1.0 - Version bump. - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-04-30 - 1.0.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-11-04 - 0.10.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - 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. - http://source.pisilinux.org/1.0/lsof_4.84_src.tar - util/misc/lsof/pspec.xml - - - lsof - - /usr/sbin - /usr/share/doc - /usr/share/lsof - /usr/share/man - - - - - 2014-03-09 - 4.84 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2010-10-12 - 4.84 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - 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. - ftp://mama.indstate.edu/linux/tree/tree-1.7.0.tgz - util/misc/tree/pspec.xml - - - tree - - /usr/bin - /usr/share/bash-completion - /usr/share/doc - /usr/share/man - - - tree.bashcomp - - - - - 2015-01-25 - 1.7.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-03-09 - 1.6.0 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2012-10-20 - 1.6.0 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - 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://fedorahosted.org/releases/l/o/logrotate/logrotate-3.8.8.tar.gz - - popt-devel - acl-devel - - util/admin/logrotate/pspec.xml - - - logrotate - - popt - acl - - - /etc - /usr/sbin - /usr/share/doc - /usr/share/man - - - - - 2015-01-26 - 3.8.8 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-06-18 - 3.8.7 - v.bump - Ayhan Yalçınsoy - ayhanyacinsoy@gmail.com - - - 2014-03-09 - 3.7.9 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2011-09-29 - 3.7.9 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - pisido - http://www.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/hrngultekin/pisido/archive/pisido-v2.3.3.tar.gz - - qscintilla2-devel - qtermwidget5-devel - - util/admin/pisido/pspec.xml - - - pisido - A pisi packager from GUI - - libgcc - qt5-base - qscintilla2 - qtermwidget5 - - - / - - - - - 2015-10-26 - 2.3.3 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-08-30 - 2.3.1 - Qt5 rebuild - Harun Gültekin - hrngultekin@gmail.com - - - 2015-08-26 - 2.2.1 - rebuild - Harun Gültekin - hrngultekin@gmail.com - - - 2015-08-01 - 2.2.0 - Rebuild - Harun Gültekin - hrngultekin@gmail.com - - - 2015-07-27 - 2.2.0 - Version bump - Harun Gültekin - hrngultekin@gmail.com - - - 2015-07-24 - 2.1.0 - Version bump - Harun Gültekin - hrngultekin@gmail.com - - - 2015-07-09 - 2.0.1 - added multipackage support - Harun Gültekin - hrngultekin@gmail.com - - - 2014-07-05 - 2.0b - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2014-02-04 - 2.0b - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2013-03-10 - 2.0b - Inıtial import. - Serdar Soytetir - kaptan@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 - - - - - 2014-05-25 - 1.1.6 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2014-01-20 - 1.1.6 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2010-10-12 - 0.5.5 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - pisilinux-dev-tools - http://www.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/1.0/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 - - - - - 2015-06-28 - 0.0.2 - fix runtime deps. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-09-21 - 0.0.2 - checkelf: ignore glibc-32bit - Marcin Bojara - marcin@pisilinux.org - - - 2014-07-01 - 0.0.2 - rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2014-06-19 - 0.0.2 - Speed up checkelf. - Marcin Bojara - marcin@pisilinux.org - - - 2014-06-16 - 0.0.2 - checkelf: fix detect mesa. - Marcin Bojara - marcin@pisilinux.org - - - 2014-04-11 - 0.0.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-04-03 - 0.0.1 - Use re.search() for checking command file output. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-29 - 0.0.1 - Rebuild - Pisi Linux Admins - admins@pisilinux.org - - - 2011-05-23 - 0.0.1 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - inxi - http://code.google.com/p/inxi/ - - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - GPLv1 - app:console - util.admin - script to get system information - script to get system information - script voor het opvragen van systeem informatie - Script para la información del sistema - script to get system information - script to get system information - Script voor het opvragen van systeem informatie - Inxi es un completo script que muestra la información del sistema - http://inxi.googlecode.com/svn/tarballs/inxi_2.2.19.tar.gz - util/admin/inxi/pspec.xml - - - inxi - - /usr/bin - /usr/share/kde4/apps/konversation/scripts/inxi - /usr/share/man - /usr/share/doc - - - - - 2015-07-23 - 2.2.19 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-01-26 - 2.2.17 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-06-17 - 2.1.28 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-05-03 - 2.1.27 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2013-12-16 - 1.9.17 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-0 - 1.9.15 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-08 - 1.9.12 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-27 - 1.8.45 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-20 - 1.8.34 - Distro list added PisiLinux - Ertan Güven - ertan@pisilinux.org - - - 2013-02-23 - 1.8.34 - Version bump - Ertan Güven - ertan@pisilinux.org - - - 2013-01-28 - 1.8.32 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - sudo - http://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. - http://www.sudo.ws/sudo/dist/sudo-1.8.13.tar.gz - - nss-devel - audit-devel - pam-devel - zlib-devel - cyrus-sasl-devel - openldap-client - - util/admin/sudo/pspec.xml - - - sudo - - nss - audit - pam - zlib - cyrus-sasl - openldap-client - - - /etc - /usr/lib/tmpfiles.d/sudo.conf - /usr/bin - /usr/sbin - /usr/libexec - /usr/share/doc - /usr/share/locale - /usr/share/man - /run/sudo - /var/db/sudo - /usr/include - - - System.Package - - - sudoers - sudo.pamd - sudo-i.pamd - sudo.tmpfiles.conf - - - - - 2016-01-10 - 1.8.13 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-12-01 - 1.8.11_p2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-12-01 - 1.8.11p2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-18 - 1.8.10_p3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-03-29 - 1.8.10_p2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-13 - 1.8.9 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-09 - 1.8.8 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.8.7 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - security - 2011-02-04 - 1.7.4_p6 - First release - Pisi Linux Admins - admins@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.39.tar.gz - - libnih-devel - pam-devel - help2man - - util/admin/cgmanager/pspec.xml - - - cgmanager - - libnih - pam - dbus - - - /usr/bin - /lib/security - /usr/share/man - /usr/share/cgmanager - /usr/lib/libcgmanager* - - - System.Service - - - - cgmanager-devel - - cgmanager - libnih - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-09-10 - 0.39 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-10 - 0.38 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-12 - 0.36 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-06-27 - 0.23 - First release - Aydın Demirel - aydin.demirel@pisilinux.org - - - - - - htop - http://htop.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - app:gui - 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 - http://hisham.hm/htop/releases/1.0.3/htop-1.0.3.tar.gz - - ncurses-devel - gettext-devel - - - desktop_tr.patch - - util/admin/htop/pspec.xml - - - htop - - ncurses - - - /usr/bin - /usr/share/man - /usr/share/doc - /usr/share/applications - /usr/share/pixmaps - - - - - 2014-06-17 - 1.0.3 - Version bump - Kamil Atlı - burakerturk@pisilinux.org - - - 2013-12-31 - 1.0.2 - Release bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-01-31 - 1.0.2 - First release - Serdar Soytetir - kaptan@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.8.tar.gz - util/shell/dash/pspec.xml - - - dash - - /bin/dash - /usr/share/man - /usr/share/doc - - - - - 2015-11-21 - 0.5.8 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-01-22 - 0.5.8 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - 2014-02-17 - 0.5.7 - Release. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-30 - 0.5.7 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2010-12-31 - 0.5.6.1 - First release - Pisi Linux Admins - admins@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-4.3-0.91.tar.gz - util/shell/bashdb/pspec.xml - - - bashdb - - /usr/bin - /usr/share/doc - /usr/share/bashdb - /usr/share/info - /usr/share/man - - - - - 2015-01-22 - 0.91 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-01-19 - 4.2.0.8 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2011-05-27 - 4.2.0.8 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - bash-completion - http://bash-completion.alioth.debian.org/ - - 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. - http://bash-completion.alioth.debian.org/files/bash-completion-2.1.tar.bz2 - util/shell/bash-completion/pspec.xml - - - bash-completion - - /etc - /usr/share/doc - /usr/share - /var - - - System.Package - - - pisilinux - - - - - 2014-02-23 - 2.1 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2013-07-14 - 2.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2011-06-20 - 1.2 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - rar - http://www.rarlab.com - - 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.3.0.tar.gz - http://www.rarlab.com/rar/rarlinux-x64-5.3.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 - - - - - 2016-01-01 - 5.3.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-01-25 - 5.2.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-11-21 - 5.0.0 - Update - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-01-19 - 4.2.0 - New version - Ertan Güven - ertan@pisilinux.org - - - 2011-05-04 - 4.0.0 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - cabextract - http://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.6.tar.gz - util/archive/cabextract/pspec.xml - - - cabextract - - /usr/bin - /usr/share/man - - - - - 2015-11-23 - 1.6 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-02-16 - 1.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-06-19 - 1.4 - Rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2014-01-19 - 1.4 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2011-06-07 - 1.4 - First release - Pisi Linux Admins - admins@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. - http://www.nih.at/libzip/libzip-1.0.1.tar.gz - - zlib-devel - - util/archive/libzip/pspec.xml - - - libzip - - zlib - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - libzip-devel - Development files for libzip - libzip için geliştirme dosyaları - - zlib-devel - libzip - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2015-07-28 - 1.0.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-25 - 0.11.2 + 23042013 Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-04 - 0.11.2 - preserve old header path for compatibility. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-01 - 0.11.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-11-09 - 0.10.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libtar - http://www.feep.net/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. - http://pkgbuild.com/~giovanni/libtar/libtar-1.2.20.tar.gz - util/archive/libtar/pspec.xml - - - libtar - - /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 - - - - - 2014-06-20 - 1.2.20 - version bump - Kamil Atlı - suvari@pisilinux.org - - - 2010-10-12 - 1.2.11 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - 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 - http://sourceforge.net/projects/areca/files/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 - - - - - 2015-11-23 - 7.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-01-25 - 7.4.9 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - 2014-09-27 - 7.4.7 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-06-19 - 7.4.6 - version bump - Kamil Atlı - suvari@pisilinux.org - - - 2014-03-03 - 7.4.1 - Rebuild for openjdk - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-01-17 - 7.4.1 - Version Bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-12-03 - 7.3.9 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - quazip - http://quazip.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2 - library - app:console - util.archive - A C++/Qt ZIP library - A Qt/C++ wrapper for Gilles Vollant's ZIP/UNZIP C package (minizip). Provides access to ZIP archives from Qt programs using QIODevice API. - http://sourceforge.net/projects/quazip/files/quazip/0.7.1/quazip-0.7.1.tar.gz - - qt5-base-devel - zlib-devel - cmake - - - qt5.patch - - util/archive/quazip/pspec.xml - - - quazip - - 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 - - - - - 2015-11-05 - 0.7.1 - Version Bump - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2014-08-8 - 0.7 - Version Bump - Vedat Demir - vedat@pisilinux.org - - - 2014-03-10 - 0.5.1 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-05-14 - 0.5.1 - Version bump - PisiLinux Community - admins@pisilinux.org - - - - - - p7zip - http://p7zip.sourceforge.net/ - - 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. - mirrors://sourceforge/p7zip/p7zip/15.09/p7zip_15.09_src_all.tar.bz2 - - yasm-devel - - util/archive/p7zip/pspec.xml - - - p7zip - - libgcc - - - /usr/bin - /usr/lib/p7zip - /usr/lib/p7zip/Codecs - /usr/share/doc - /usr/share/man - - - 7z - 7za - - - - - 2016-01-01 - 15.09 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-02-16 - 9.38 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-02-02 - 9.20.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-11-03 - 9.20.1 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - unrar - http://www.rarsoft.com/rar_add.htm - - 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.3.4.tar.gz - - unrar-5.3.4-soname.patch - - util/archive/unrar/pspec.xml - - - unrar - - /usr/bin - /usr/share/doc - - - - - 2015-01-25 - 5.3.4 - Version bump. - yusuf Aydemir - yuısuf.aydemir@pisilinux.org - - - 2015-01-25 - 5.2.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-11-19 - 5.0.13 - Rebuild - Richard de Bruin - admins@pisilinux.org - - - 2013-11-18 - 5.0.13 - Version bump - Richard de Bruin - admins@pisilinux.org - - - 2012-10-31 - 4.2.4 - First release - Richard de Bruin - admins@pisilinux.org - - - - - - gnutls - http://www.gnutls.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - 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. - http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/gnutls/v3.3/gnutls-3.3.16.tar.xz - - gc-devel - gmp-devel - nettle-devel - autogen-devel - p11-kit-devel - libidn-devel - zlib-devel - libtasn1-devel - - util/crypt/gnutls/pspec.xml - - - gnutls - - zlib - libidn - gmp - nettle - autogen - p11-kit - libgcc - 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 - 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 - libidn-32bit - nettle-32bit - p11-kit-32bit - libtasn1-32bit - - - libgcc - glibc-32bit - gmp-32bit - zlib-32bit - nettle-32bit - p11-kit-32bit - libtasn1-32bit - - - /usr/lib32 - - - - - 2015-07-13 - 3.3.16 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-20 - 3.3.15 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-12-13 - 3.3.11 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-07-06 - 3.3.5 - Version bump and security update(CVE-2014-3466) - Vedat Demir - vedat@pisilinux.org - - - 2014-05-24 - 3.3.2 - Rebuild for gcc. - PisiLinux Community - admins@pisilinux.org - - - 2014-05-21 - 3.3.2 - Version bump, rm unneed deps. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-04-20 - 3.3.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-01-06 - 3.2.5 - Rebuild to fix stripping. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-27 - 3.2.5 - Version bump, clean up, enable tests. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-07-30 - 3.1.9 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-03-04 - 3.1.9 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-11-02 - 3.1.3 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - 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_22_RTM/src/nss-3.22.tar.gz - - nss.pc.in - nss-config.in - generate-pc-config.sh - - - zlib-devel - sqlite-devel - nspr-devel - - - add_spi+cacert_ca_certs.patch - ssl-renegotiate-transitional.patch - fedora/add-relro-linker-option.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 - - - - - 2016-02-14 - 3.22 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-12-21 - 3.20.1 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-11-19 - 3.19.4 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-07-15 - 3.19.2 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-05-01 - 3.18.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-02-28 - 3.17.4 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-12-13 - 3.17.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-11-02 - 3.17.2 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-08-10 - 3.16.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-20 - 3.16.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-04-11 - 3.16 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-04 - 3.15.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-18 - 3.15.3 - Version bump. - Richard de Bruin - richdb@pisilinux.org - - - 2013-11-11 - 3.15.2 - Version bump. + 2013-08-17 + 23042013 + Release Bump. PisiLinux Community admins@pisilinux.org - 2013-07-18 - 3.15.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-19 - 3.14.3 - vbump - Erdinç Gültekin - admins@pisilinux.org - - - 2013-03-01 - 3.14.3 - vbump - Erdinç Gültekin - admins@pisilinux.org - - - 2013-01-10 - 3.14.1 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - 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. - ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.1.7.tar.bz2 - - openldap-client - pinentry - npth-devel - libassuan-devel - libksba-devel - zlib-devel - bzip2 - texinfo - gnutls-devel - readline-devel - libgcrypt-devel - libgpg-error-devel - libusb-compat-devel - - util/crypt/gnupg/pspec.xml - - - gnupg - - openldap-client - npth - libassuan - pinentry - libksba - zlib - bzip2 - gnutls - readline - libgcrypt - libgpg-error - 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 - - - - - 2015-08-21 - 2.1.7 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-26 - 2.1.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-08-16 - 2.0.26 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-06-30 - 2.0.25 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-06-04 - 2.0.23 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-04-05 - 2.0.22 - Rebuild for libgcrypt and some other system.base packs. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-02 - 2.0.22 - new pcsc-lite and pinentry - Alihan Öztürk - alihan@pisilinux.org - - - 2013-10-27 - 2.0.22 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-09-29 - 2.0.19 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - 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. - http://download.kde.org/stable/qca/2.1.1/src/qca-2.1.1.tar.xz - - qt5-base-devel - nss-devel - doxygen - cmake - - util/crypt/qca2-qt5/pspec.xml - - - qca2-qt5 - - qt5-base - nss - libgcc - - - /usr/bin - /usr/qt/4/bin - /usr/lib - /usr/share/doc - /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/pkgconfig/qca2.pc - /usr/share/qt4/mkspecs/features - - - - - 2015-11-06 - 2.1.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-10-18 - 2.1.0.3 - First release,rebuild - Ertuğrul Erata - ertugrulerata@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.5.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 - - glibc-32bit - - - libtasn1 - glibc-32bit - - - /usr/lib32/ - - - - - 2015-07-13 - 4.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-28 - 4.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-31 - 4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-24 - 3.5 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-04-20 - 3.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 3.3 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-07-27 - 3.3 - Move pc files to devel pack, rebuild + v.bump - PisiLinux Community - admins@pisilinux.org - - - 2012-10-18 - 2.14 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - 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. - ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.5.5.tar.bz2 - - gnupg - libgpg-error-devel - libassuan-devel - - util/crypt/gpgme/pspec.xml - - - gpgme - - gnupg - libgpg-error - libassuan - - - /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 - - - /usr/include - /usr/share/aclocal - - - - - 2015-08-21 - 1.5.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-14 - 1.5.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-12-13 - 1.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-10-31 - 1.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-29 - 1.5.0 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-01-25 - 1.4.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-09-30 - 1.3.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - skey - http://www.openbsd.org/faq/faq8.html#SKey - - PisiLinux Community - admins@pisilinux.org - - BSD - app:console - library - util.crypt - Linux Port of OpenBSD Single-key Password System - Linux için OpenBSD tek anahtarlı parola sistemi - skey is an S/Key implementation ported from OpenBSD. S/Key provides One Time Password functionality, and can be used to increase system security. - skey, OpenBSD'den Linux'a aktarılan S/Key sistemidir. S/Key sistemi Tek Seferlik Parola özelilği ile sistem güvenliğini arttırmak için kullanılabilir. - http://source.pisilinux.org/1.0/skey-1.1.5.tar.bz2 - - cracklib-devel - zlib-devel - perl - - - skey-1.1.5-gentoo.diff - skey-login_name_max.diff - skey-1.1.5-fPIC.patch - skey-1.1.5-bind-now.patch - skey-1.1.5-otp.diff - skey-1.1.5-binary-search.patch - confdir.patch - zeroed_entries.patch - default_hash.patch - fix_library_info.patch - - util/crypt/skey/pspec.xml - - - skey - - cracklib - zlib - - - /etc/skey - /lib - /usr/bin - /usr/lib - /usr/sbin - /usr/share/doc/skey - /usr/share/man - - - - skey-devel - Development files for skey - skey için geliştirme dosyaları - system.devel - - skey - - - /usr/include - /usr/share/man/man3 - - - - - 2014-05-21 - 1.1.5 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-11 - 1.1.5 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2010-10-11 - 1.1.5 - First release - Pisi Linux Admins - admins@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). - http://p11-glue.freedesktop.org/releases/p11-kit-0.23.1.tar.gz - - libtasn1-devel - libffi-devel - - util/crypt/p11-kit/pspec.xml - - - p11-kit - - libtasn1 - libffi - - - /usr/bin - /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 - glibc-32bit - - - p11-kit - libffi-32bit - libtasn1-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2015-04-28 - 0.23.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-12-13 - 0.22.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-24 - 0.20.2 - Rebuild for gcc. - PisiLinux Community - admins@pisilinux.org - - - 2014-04-20 - 0.20.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-26 - 0.20.1 - Version bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-07-31 - 0.19.3 - version bump + 2013-07-29 + 23042013 + missing dep Erdinç Gültekin erdincgultekin@pisilinux.org - 2013-07-26 - 0.15.2 - Move pc files to devel pack,rebuild. - Serdar Soytetir - kaptan@pisilinux.org + 2013-04-23 + 23042013 + bump frome gitsnapshot + Erdinç Gültekin + erdincgultekin@pisilinux.org - 2013-02-23 - 0.15.2 - Version bump - Ertan Güven - ertan@pisilinux.org + 2013-02-17 + 0.9.3 + bump + Erdinç Gültekin + erdincgultekin@pisilinux.org - 2012-11-02 - 0.14 + 2012-12-03 + 0.8.9 First release Marcin Bojara marcin@pisilinux.org @@ -80320,3449 +99536,128 @@ - libksba - http://www.gnupg.org/ + smplayer + http://smplayer.sourceforge.net 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. - ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.3.3.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 - - - - - 2015-04-12 - 1.3.3 - Version Bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-01-31 - 1.3.0 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-09-29 - 1.3.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - pinentry - http://www.gnupg.org/aegypten/ - - 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. - ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-0.9.5.tar.bz2 - - libsecret-devel - libgpg-error-devel - libassuan-devel - gtk2-devel - pango-devel - libcap-devel - ncurses-devel - glib2-devel - - util/crypt/pinentry/pspec.xml - - - pinentry - - glib2 - libassuan - libsecret - libgpg-error - libcap - ncurses - - - /usr/bin - /usr/share/info - /usr/share/doc - - - pinentry-wrapper - - - - pinentry-gtk - pinentry for GTK toolkit - GTK+ ile yazılmış pinentry arayüzü - - pinentry - ncurses - libcap - libassuan - libsecret - libgpg-error - glib2 - gtk2 - pango - - - /usr/bin/pinentry-gtk* - - - - - 2015-08-21 - 0.9.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-13 - 0.9.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-01-04 - 0.8.3 - Rebuid. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-04 - 0.8.3 - Version Bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-10-04 - 0.8.2 - First release - PisiLinux Community - namso-0"@hotmail.it - - - - - - keyutils - http://people.redhat.com/~dhowells/keyutils/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - LGPLv2+ - library - app:console - util.crypt - Linux key management utilities - Linux anahtar yönetim araçları - keyutils contains utilities to control the kernel key management facility and to provide a mechanism by which the kernel call back to userspace to get a key instantiated. - keyutils, Linux çekirdeğindeki anahtar yönetim kolaylıklarını denetlemek ve çekirdek ile kullanıcı uzayı arasında iletişim kurmak için gereken araçları içerir. - http://people.redhat.com/~dhowells/keyutils/keyutils-1.5.9.tar.bz2 - util/crypt/keyutils/pspec.xml - - - keyutils - - /etc - /bin - /sbin - /usr/include - /usr/lib - /lib - /usr/share/man - /usr/share/doc - /usr/share/keyutils - - - - - 2014-05-22 - 1.5.9 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2014-04-03 - 1.5.9 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-13 - 1.5.8 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2010-10-12 - 1.5.5 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - dustrac - http://dustrac.sourceforge.net/ - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPLv3 + GPLv2 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/1.11.0.tar.gz + multimedia.video + 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 + http://sourceforge.net/projects/smplayer/files/SMPlayer/15.11.0/smplayer-15.11.0.tar.bz2 + http://sourceforge.net/projects/smplayer/files/SMPlayer-themes/15.12.0/smplayer-themes-15.12.0.tar.bz2 + http://sourceforge.net/projects/smplayer/files/SMPlayer-skins/15.2.0/smplayer-skins-15.2.0.tar.bz2 qt5-base-devel + qt5-script-devel + libxkbcommon-devel + zlib-devel qt5-linguist - openal-devel - cmake - pkgconfig - libvorbis-devel - mesa-devel - mesa-glu-devel - game/arcade/dustrac/pspec.xml + multimedia/video/smplayer/pspec.xml - dustrac + smplayer qt5-base - openal - libvorbis - libgcc - mesa - - - /usr/bin - /usr/share/games - /usr/share/locale - /usr/share/applications - /usr/share/icons - /usr/share/pixmaps - /usr/share/doc - - - - - 2015-11-20 - 1.11.0 - First release - Stefan Gronewold(groni) - 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 - - - use_home_dir.patch - - game/fps/alienarena/pspec.xml - - - alienarena - - libjpeg-turbo - libXxf86vm - curl + qt5-script + smtube zlib - libX11 - libvorbis libgcc - freetype + mpv-player /usr/bin - /usr/lib - /usr/share - /usr/share/doc - - - alienarena.png - alienarena.desktop - - - - - 2015-11-11 - 7.66 - Rebuild for 2.0. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2014-09-27 - 7.66 - Version bump. - Aydın Demirel - aydin.demirel@pisilinux.org - - - 2013-01-12 - 7.60.1 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - 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ń. - mirrors://sourceforge/opende/ode-0.13.tar.bz2 - game/misc/ode/pspec.xml - - - ode - - /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 - - - - - 2015-10-26 - 0.13 - Version Bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2014-03-09 - 0.12 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2013-05-18 - 0.12 - Enable double precision - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-08 - 0.12 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - gcompris - http://gcompris.net/ - - 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/gcompris-15.10.tar.bz2 - - intltool - gtk2-devel - librsvg-devel - libxml2-devel - glib2-devel - texinfo - texi2html - gstreamer-devel - sqlite-devel - - game/misc/gcompris/pspec.xml - - - gcompris - - atk - gtk2 - cairo - glib2 - pango - sqlite - librsvg - libxml2 - gstreamer - gdk-pixbuf - - - /usr/bin - /usr/lib - /usr/share - /usr/share/doc - /usr/share/pixmaps - /usr/share/gcompris + /usr/share/smplayer /usr/share/applications - /usr/share/locale - - - gcompris-edit.desktop - gcompris.desktop - gcompris-edit.png - gcompris.png - - - - - 2016-02-07 - 15.10 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-02-17 - 14.12 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2014-04-19 - 14.03 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-12-31 - 13.11 - First Release - Alihan Öztürk - alihan@pisilinux.org - - - - - - gdb - http://www.gnu.org/software/gdb/gdb.html - - 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. - mirrors://gnu/gdb/gdb-7.9.1.tar.xz - - texinfo - expat-devel - python-devel - readline-devel - ncurses-devel - - programming/debug/gdb/pspec.xml - - - gdb - - guile - expat - python - readline - ncurses - - - /usr/bin - /usr/lib - /usr/share/doc/gdb - /usr/share/gdb - /usr/share/info + /usr/share/icons + /usr/share/kde4 /usr/share/man - - - gstack.1 - - - - gdb-devel - Development files for gdb - gdb için geliştirme dosyaları - - gdb - - - /usr/include - - - - - 2015-07-30 - 7.9.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-22 - 7.9 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-05-20 - 7.7.1 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-19 - 7.7 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-01-25 - 7.6 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-09-23 - 7.5 - First release - PisiLinux Community - admins@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++. - It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. - https://github.com/OlafvdSpek/ctemplate/archive/ctemplate-2.3.tar.gz - - glibc-devel - - programming/misc/libctemplate/pspec.xml - - - libctemplate - - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - - - - libctemplate-devel - Development files for libctemplate - - libctemplate - - - /usr/include - - - - - 2015-11-22 - 2.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-01-29 - 2.2 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-12-05 - 2.2 - First release - Stefan Gronewold(groni) - groni@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. - http://codesynthesis.com/download/xsd/4.0/xsd-4.0.0+dep.tar.bz2 - - xerces-c-devel - boost-devel - - - xsdcxx.patch - - 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 - - - - - 2014-12-24 - 4.0.0 - Rebuild for boost. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-05-20 - 3.3.0 - Rebuild for boost. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-09 - 3.3.0 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-14 - 3.3.0 - Rebuild for icu4c - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-07 - 3.3.0 - First release - Marcin Bojara - marcin@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 - http://ftp.acc.umu.se/pub/GNOME/sources/libnotify/0.7/libnotify-0.7.6.tar.xz - - gtk3-devel - gdk-pixbuf-devel - gnome-common - libepoxy-devel - at-spi2-core-devel - gobject-introspection-devel - gtk-doc - - programming/misc/libnotify/pspec.xml - - - libnotify - - gdk-pixbuf - glib2 - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/gir-1.0/ - /usr/share/gtk-doc/html - - - - libnotify-devel - Development files for libnotify - libnotify için geliştirme dosyaları - - libnotify - gdk-pixbuf-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-05-31 - 0.7.6 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-10-27 - 0.7.6 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-28 - 0.7.5 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2012-11-23 - 0.7.5 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - geoip - http://www.maxmind.com/geoip/api/c.shtml - - 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/releases/download/v1.6.2/GeoIP-1.6.2.tar.gz - 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 - - - - - 2014-07-14 - 1.6.2 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-06-12 - 1.5.1 - rebuild - Kamil Atlı - suvari@pisilinux.org - - - 2014-01-23 - 1.5.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2011-05-30 - 1.4.7 - First release - Ertuğrul Erata - admins@pisilinux.org - - - - - - 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. - http://ndevilla.free.fr/iniparser/iniparser-3.1.tar.gz - - makefile.patch - - 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 - - - - - 2013-05-22 - 3.1 - rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-04-30 - 3.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2009-03-19 - 3.1 - First release - Pisi Linux Admins - admins@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 - - - - - 2015-12-31 - 2.1.0 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-01-17 - 2.0.1 - Rebuild for 1.0, change URL - Richard de Bruin - richdb@pisilinux.org - - - 2012-08-21 - 2.0.1 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - 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. - http://samba.org/ftp/tevent/tevent-0.9.25.tar.gz - - python-devel - gdb-devel - libtalloc-devel - libxslt - docbook-xsl - - programming/misc/libtevent/pspec.xml - - - libtevent - - libtalloc - python - - - /usr/lib - - - - libtevent-devel - Development files for libtevent - libtevent için geliştirme dosyaları - - libtevent - libtalloc-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-07-30 - 0.9.25 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-22 - 0.9.21 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2014-04-23 - 0.9.21 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 0.9.18 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-08-17 - 0.9.18 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-07-07 - 0.9.18 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2010-10-26 - 0.9.8 - First release - Pisi Linux Admins - admins@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. - http://dev-www.libreoffice.org/src/libwpg-0.3.0.tar.bz2 - - 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 - - - - - 2015-01-02 - 0.3.0 - Dep Fixed. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-09-26 - 0.3.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-05-24 - 0.2.2 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-10-29 - 0.2.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-11-14 - 0.2.1 - First release - Serdar Soytetir - kaptan@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.5.4.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 - - - - - 2016-01-10 - 1.5.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-23 - 1.5.3 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-20 - 1.5.3 - Rebuild for Mariadb. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-09 - 1.5.3 - Rebuild for cyrus-sasl and openldap - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-28 - 1.5.3 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2013-04-23 - 1.4.1 - Dep fixed - PisiLinux Community - admins@pisilinux.org - - - 2012-09-29 - 1.4.1 - First release - Yusuf Aydemir - yusuf.aydemir@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.0.tar.gz - - doxygen - libgsf-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 - - - - - 2015-01-06 - 0.10.0 - Dep Fixed. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-09-26 - 0.10.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-05-24 - 0.9.9 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-10-29 - 0.9.9 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-11-14 - 0.9.6 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - 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.7.tar.gz - - ghostscript-devel - cairo - - 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 - - - libspectre - ghostscript-32bit - - - /usr/lib32 - - - - - 2015-11-02 - 0.2.7 - Rebuild for buildhost - PisiLinux Community - admins@pisilinux.org - - - 2013-07-30 - 0.2.7 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-01-22 - 0.2.7 - Version bump, add emul32 - Marcin Bojara - marcin@pisilinux.org - - - 2010-10-14 - 0.2.6 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - 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++. - http://download.icu-project.org/files/icu4c/55.1/icu4c-55_1-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 - glibc-32bit - - - icu4c - libgcc - glibc-32bit - - - /usr/lib32/libicu* - /usr/lib32/icu - - - - - 2015-07-03 - 55.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-01-22 - 54.1 - Version bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2014-05-17 - 53.1 - Version bump and add patch. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-10-13 - 52.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-27 - 51.2 - Move pc files to devel pack, rebuild + V.Bump - PisiLinux Community - admins@pisilinux.org - - - 2013-05-15 - 51.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-22 - 50.1.2 - Version bump, add emul32 - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-24 - 50.1.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - 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.31.tar.xz - - libbonobo-devel - gtk2-devel - python-gtk-devel - orbit2-devel - glib2-devel - libxml2-devel - intltool - gettext-devel - perl - gobject-introspection-devel - gtk-doc - 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 - - - - - 2015-02-07 - 1.14.31 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-05-24 - 1.14.30 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-30 - 1.14.30 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-27 - 1.14.28 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-17 - 1.14.25 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-02-23 - 1.14.25 - version bump, fix-call missing Gsf-1.gir - Erdinç Gültekin - admins@pisilinux.org - - - 2012-10-02 - 1.14.24 - 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. - http://oligarchy.co.uk/xapian/1.2.18/xapian-core-1.2.18.tar.xz - - zlib-devel - libutil-linux-devel - - programming/misc/xapian-core/pspec.xml - - - xapian-core - - zlib - libutil-linux - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - 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/include - /usr/lib/cmake/xapian - /usr/share/aclocal - - - - 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/*html - /usr/share/doc/xapian-core/apidoc.pdf - /usr/share/doc/xapian-core/apidoc/ - - - - - critical - 2014-09-02 - 1.12.18 - Version down for baloo seg fault. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-25 - 1.3.1 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2014-01-28 - 1.3.1 - Version Bump - Alihan Öztürk - alihan@pisilinux.org - - - 2012-09-19 - 1.2.12 - First release - Yusuf Aydemir - yusuf.aydemir@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. - ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-2.2.1.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 - - - - - 2015-08-21 - 2.2.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-13 - 2.2.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-10-31 - 2.1.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-13 - 2.1.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-09-29 - 2.0.3 - First release - PisiLinux Community - 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. - http://www.unixodbc.org/unixODBC-2.3.2.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 - - - - - 2014-05-19 - 2.3.2 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-10-04 - 2.3.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - boost - http://boost.org - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.language - 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. - mirrors://sourceforge/boost/boost_1_58_0.tar.bz2 - - icu4c-devel - zlib-devel - python-devel - bzip2 - libxslt - - - boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch - - programming/misc/boost/pspec.xml - - - boost - - icu4c - zlib - bzip2 - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/boostbook - - - - boost-devel - Headers and library documentation for boost - boost için başlık dosyaları ve kitaplık belgeleri - data:doc - - boost - - - /usr/include - /usr/share/doc/*/html - - - - - 2015-07-20 - 1.58.0 - Version bump, openmpi disabled. - Ali Algul - alialgul@pisilinux.org - - - 2014-12-19 - 1.57.0 - Version bump. - Ergün Salman Aydemir - poyraz76@pisilinux.org - - - 2014-05-19 - 1.55.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-07 - 1.54.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-14 - 1.53.0 - Rebuild for icu4c - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-03-04 - 1.53.0 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-11-14 - 1.52.0 - First release - Osman Erkan - osman.erkan@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. - http://www.freedesktop.org/software/libinput/libinput-0.20.0.tar.xz - - libevdev - eudev-devel - libmtdev-devel - - programming/misc/libinput/pspec.xml - - - libinput - - eudev - libevdev - libmtdev - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man/man1 - - - - libinput-devel - Development files for libinput - - libinput - eudev-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2016-01-27 - 0.20.0 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-07-21 - 0.20.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-02-16 - 0.10.0 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-10-25 - 0.6.0 - Add symbolic link. - Ekin Dursun - ekin.dursun@pisilinux.org - - - 2014-09-19 - 0.6.0 - Version bump.. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-05-27 - 0.2.0 - First release. - Alihan Öztürk - alihan@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++/2.38/libxml++-2.38.1.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 - - - - - 2015-05-21 - 2.38.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2013-10-29 - 2.37.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2011-03-16 - 2.33.2 - First release - Pisi Linux Admins - admins@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.50/libsoup-2.50.0.tar.xz - - libgcrypt-devel - gtk-doc - glib2-devel - libxml2-devel - sqlite-devel - intltool - gettext-devel - - programming/misc/libsoup/pspec.xml - - - libsoup - - glib2 - libxml2 - sqlite - glib-networking - - - /usr/lib - /usr/share/doc - /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ı - - glib2-devel - libxml2-devel - libsoup - - - /usr/include - /usr/share/gir-1.0 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libsoup-32bit - 32-bit shared libraries for libsoup - libsoup için 32-bit paylaşımlı kitaplıklar - emul32 - _emul32 - - glib2-32bit - sqlite-32bit - libxml2-32bit - glibc-32bit - - - glib2-32bit - sqlite-32bit - libxml2-32bit - glibc-32bit - libsoup - - - /usr/lib32 + /usr/share/doc/smplayer - 2015-06-14 - 2.50.0 + 2016-01-09 + 15.11 Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-20 - 2.49.1 - Version bump. - Stefan Gronewold(groni) + Stefan Gronewold groni@pisilinux.org + + 2015-06-01 + 14.9.0.6915 + Version bump. + Vedat Demir + vedat@pisilinux.org + - 2014-05-25 - 2.46.0 - Rebuil. - Alihan Öztürk - alihan@pisilinux.org + 2014-12-01 + 14.9.0 + Rebuild Smtube Runtime Dependencies + Ergün Salman + poyraz76@pisilinux.org - 2014-03-30 - 2.46.0 - 32bit split packages. - PisiLinux Community - admins@pisilinux.org + 2014-11-20 + 14.9.0 + Version bump + Ergün Salman + poyraz76@pisilinux.org - 2014-03-30 - 2.46.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org + 2014-06-29 + 14.3.0 + Rebuild. + Vedat Demir + vedat@pisilinux.org - 2014-02.20 - 2.44.0 - Rebuild Unused + 2014-06-11 + 14.3.0 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-03-09 + 0.8.6 + Rebuild Varol Maksutoğlu waroi@pisilinux.org - - 2013-10.10 - 2.44.0 - Version Bump. - PisiLinux Community - admins@pisilinux.org + + 2013-08-20 + 0.8.6 + Version bump + Osman Erkan + osman.erkan@pisilinux.org + 2013-07-06 + 0.8.5 + Version bump + Marcin Bojara + marcin@pisilinux.org + + 2013-03-08 - 2.41.91 - bump - Erdinç Gültekin - erdincgultekin@gmail - - - 2013-01-29 - 2.40.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-14 - 2.40.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - dbus-c++ - http://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. - http://source.pisilinux.org/1.0/dbus-c++.tar.gz - - dbus - libgcc - expat - glib2 - - - dbus-c++-build-fix.patch - dbus-c++-linkfix.patch - gcc-44.patch - - programming/misc/dbus-c++/pspec.xml - - - dbus-c++ - - dbus - libgcc - expat - glib2 - - - /usr/bin - /usr/lib - /usr/share/doc - - - - dbus-c++-devel - - dbus-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-01-21 - 0.0_20090907 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2011-03-07 - 0.0_20090907 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - libtalloc - http://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. - http://www.samba.org/ftp/talloc/talloc-2.1.2.tar.gz - - docbook-xsl - libxslt-devel - python-devel - attr-devel - - programming/misc/libtalloc/pspec.xml - - - libtalloc - - python - 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 - - glibc-32bit - attr-32bit - - - glibc-32bit - attr-32bit - libtalloc - - - /usr/lib32 - - - - - 2015-06-28 - 2.1.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-22 - 2.1.1 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-04-23 - 2.1.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 2.0.8 - Rebuild for buildhost - PisiLinux Community - admins@pisilinux.org - - - 2013-07-07 - 2.0.8 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-09-25 - 2.0.7 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libical - https://github.com/libical/libical - - PisiLinux Community - admins@pisilinux.org - - 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/v1.0.1/libical-1.0.1.tar.gz - - cmake - - programming/misc/libical/pspec.xml - - - libical - - /usr/lib - /usr/share/libical/zoneinfo - - - - libical-devel - Development files for libical - libical için geliştirme dosyaları - - libical - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-10-06 - 1.0.1 - Version bump, fix date - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-06-01 - 1.0 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-27 - 1.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-02 - 0.48 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - flann - http://www.cs.ubc.ca/research/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. - http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.8.4-src.zip - - cmake - - programming/misc/flann/pspec.xml - - - flann - - libgcc - libgomp - - - /usr/lib - /usr/share/doc - /usr/bin - /usr/share/flann - - - - flann-devel - Development files for flann - - flann - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-08-25 - 1.8.4 - First release. + 0.8.3 + Fixed Osman Erkan osman.erkan@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+15.10.20150604.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 - - - - - 2015-10-18 - 0.9.3_20150604 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-25 - 0.9.2 - rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-08 - 0.9.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-29 - 0.9.2 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - 2012-10-29 - 0.9.2 - First release - Yusuf Aydemir - yusuf.aydemir@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-10-0.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 - - - disable-doc.patch - - programming/misc/vigra/pspec.xml - - - vigra - - hdf5 - tiff - boost - fftw3 - libgcc - libpng - python - ilmbase - 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 - - - - - 2015-02-03 - 1.10.0 - Rebuild for openexr - Yusuf Aydemir - yusuf.aydemir@gmail.com - - - - - - 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://mirror.metrocast.net/apache//xerces/c/3/sources/xerces-c-3.1.2.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 - - - - - 2015-11-03 - 3.1.2 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-20 - 3.1.1 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-18 - 3.1.1 - Rebuild for 1.0 - Richard de Bruin - richdb@pisilinux.org - - - 2010-10-21 - 3.1.1 - First release - Pisi Linux Admins - 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.0/json-glib-1.0.2.tar.xz - - gobject-introspection-devel - glib2-devel - - programming/misc/json-glib/pspec.xml - - - json-glib - - gobject-introspection - glib2 - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /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/share/gir* - /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 - - glibc-32bit - glib2-32bit - - - glibc-32bit - glib2-32bit - json-glib - - - /usr/lib32 - - - - - 2015-03-18 - 1.0.2 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-05-18 - 1.0.0 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-03-30 - 1.0.0 - 32bit split packages. - PisiLinux Community - admins@pisilinux.org - - - 2014-03-30 - 1.0.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-13 - 0.16.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-09 - 0.16.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-08-26 - 0.15.2 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libsigc++ - http://libsigc.sourceforge.net - - 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.4/libsigc++-2.4.1.tar.xz - 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 - - - - - 2015-07-21 - 2.4.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2013-05-18 - 2.3.1 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-03-04 - 2.3.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-09-29 - 2.2.11 - First release - Yusuf Aydemir - yusuf.aydemir@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 - - - - - 2015-10-18 - 0.82_p1 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-30 - 0.8.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 0.8.1 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-07-28 - 0.8.1 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-01-08 - 0.8.1 + 2012-12-30 + 0.8.3 First release Idris Kalp yaralikurt15@hotmail.com @@ -83771,31256 +99666,271 @@ - libIDL - http://www.gnome.org/ + smpeg + http://www.lokigames.com/development/smpeg.php3 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 - - - - - 2014-05-20 - 0.8.14 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-29 - 0.8.14 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-12 - 0.8.14 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - libnice - http://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.13.tar.gz - - glib2-devel - gobject-introspection-devel - gstreamer-devel - - programming/misc/libnice/pspec.xml - - - libnice - - glib2 - 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 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-10-27 - 0.1.13 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-10 - 0.1.4 - runtime dep. fixed - Kamil Atlı - suvarice@gmail.com - - - 2014-03-09 - 0.1.4 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2013-04-19 - 0.1.4 - build with gst-10 - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-04-12 - 0.1.4 - V.Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-01 - 0.1.2 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - grantlee-qt5 - https://github.com/simonwagner/grantlee - - PisiLinux Community - admins@pisilinux.org - - LGPLv2+ - library - programming.misc - Qt string template engine based on the Django template system - 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. - http://source.pisilinux.org/1.0/grantlee-5.0.0.tar.gz - - mesa-devel - qt5-base-devel - qt5-script-devel - qt5-linguist - cmake - - programming/misc/grantlee-qt5/pspec.xml - - - grantlee-qt5 - - qt5-base - qt5-script - libgcc - - - /usr/bin - /etc - /usr/lib - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - grantlee-qt5-devel - Development files for grantlee - - grantlee-qt5 - qt5-base-devel - qt5-script-devel - - - /usr/include - /usr/lib/grantlee/*.cmake - - - - - 2015-10-18 - 5.0.0 - First release,rebuild - 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-3.4.4.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. + http://source.pisilinux.org/1.0/smpeg-0.4.5.tar.xz libsdl-devel - m4 - - 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 - - - - - 2015-02-22 - 3.4.4 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-22 - 3.3.1 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2012-04-05 - 3.3.1 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - 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.5.2.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 - - - - - 2015-09-01 - 1.5.2 - Version bump, fix deps. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-06-19 - 1.5.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-12-28 - 1.5.0 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2012-05-26 - 1.4.6 - 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://fossies.org/linux/misc/ragel-6.9.tar.gz - programming/misc/ragel/pspec.xml - - - ragel - - /usr/share/doc - /usr/share/man - /usr/bin - /usr/share/vim/ - - - - - 2015-11-19 - 6.9 - First release - Osman Erkan - osman.erkan@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 - - glibc-32bit - - - glibc-32bit - libdaemon - - - /usr/lib32 - - - - - 2014-03-09 - 0.14 - Rebuild for buildhost - PisiLinux Community - admins@pisilinux.org - - - 2013-07-27 - 0.14 - Move pc files to devel pack, rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-02-15 - 0.14 - add emul32 - Erdinç Gültekin - admins@pisilinux.org - - - 2010-10-12 - 0.14 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - libedit - http://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. - http://thrysoee.dk/editline/libedit-20150325-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 - - - - - 2015-06-25 - 3.1_20150325 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-19 - 3.1_20140213 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-10-27 - 3.1_20130712 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-17 - 3.0_20120601 - First release - Marcin Bojara - marcin@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.0.22-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 - - - - - 2015-07-30 - 2.0.22 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-31 - 2.0.21 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-25 - 2.0.21 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-27 - 2.0.21 - Move pc files to devel pack, rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-03-27 - 2.0.21 - bump - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2012-10-14 - 2.0.20 - 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.2.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 - - - - - 2015-04-12 - 1.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - dotconf - http://www.opentts.org/projects/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. - http://source.pisilinux.org/1.0/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 - - - - - 2015-08-25 - 1.3 - First release. - Vedat Demir - vedat@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.1.5.tar.gz - programming/misc/libyaml/pspec.xml - - - libyaml - - /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/share/doc/libyaml/html/ - - - - - 2015-07-22 - 0.1.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-10-29 - 0.1.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2010-10-12 - 0.1.3 - First release - Pisi Linux Admins - admins@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. - http://www.valgrind.org/downloads/valgrind-3.10.1.tar.bz2 - - glibc-devel - - - valgrind-3.9.0-glibc-2.21.patch - - programming/profiler/valgrind/pspec.xml - - - valgrind - - /usr/bin - /usr/include/valgrind - /usr/lib - /usr/share/doc/valgrind - /usr/share/man - - - - - 2015-07-21 - 3.10.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-10-31 - 3.10.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-20 - 3.9.0 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-08 - 3.9.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-19 - 3.8.1 - Add glibc-2.17 patch. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-10-24 - 3.8.1 - First release - Erdinç Gültekin - admins@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. - mirrors://sourceforge/ctags/ctags-5.8.tar.gz - - ctags-5.7-segment-fault.patch - ctags-5.8-f95-pointers.patch - ctags-5.8-python-vars-starting-with-def.patch - - programming/tool/ctags/pspec.xml - - - ctags - - /usr/bin - /usr/share/man - /usr/share/doc - - - - - 2014-01-21 - 5.8 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-13 - 5.8 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - 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. - http://dev-www.libreoffice.org/src/cppunit-1.13.2.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 - - - - - 2014-01-21 - 1.13.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-02-09 - 1.13.1 - First release. - Marcin Bojara - marcin@pisilinux.org - - - - - - dev86 - http://homepage.ntlworld.com/robert.debath/ - - 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. - http://v3.sk/~lkundrak/dev86/archive/Dev86src-0.16.19.tar.gz - - fedora/dev86-noelks.patch - fedora/dev86-nostrip.patch - fedora/dev86-long.patch - fedora/dev86-print-overflow.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 - - - - - 2014-02-17 - 0.16.19 - Release. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-05-02 - 0.16.19 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2010-10-13 - 0.16.17 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - llvm - http://www.llvm.org/ - - Serdar Soytetir - kaptan@pisilinux.org - - NCSA - programming.build - The Low Level Virtual Machine - Düşük Seviye Sanal Makine (LLVM) - 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. - http://llvm.org/releases/3.5.0/llvm-3.5.0.src.tar.xz - http://llvm.org/releases/3.5.0/cfe-3.5.0.src.tar.xz - http://llvm.org/releases/3.5.0/clang-tools-extra-3.5.0.src.tar.xz - http://llvm.org/releases/3.5.0/compiler-rt-3.5.0.src.tar.xz - - zlib-devel - libxml2-devel - ncurses-devel - ocaml - libffi-devel - groff - libedit-devel - binutils - - - llvm-3.5.0-fix-cmake-llvm-exports.patch - llvm-3.5.0-force-link-pass.o.patch - - programming/build/llvm/pspec.xml - - - llvm - app:console - library - - llvm-libs - libxml2 - libgcc - ncurses - - - /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/kde4 - /usr/share/man - - - - llvm-libs - library - - zlib - libffi - libedit - libgcc - ncurses - - - /usr/lib/llvm/libLLVM-3* - /usr/share/licenses/llvm-libs/LICENSE - - - - llvm-ocaml - OCaml binding for LLVM - LLVM için OCaml bağlayıcısı - library - programming.language.ocaml - - llvm - ocaml - - - /usr/lib/ocaml - - - - 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-* - - - - 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 - libgcc - ncurses - - - /usr/bin/clang* - /usr/bin/tblgen - /usr/lib/clang - /usr/lib/clang/libclang.so - /usr/share/man/man1/clang.1 - - - - llvm-clang-devel - Development headers for llvm-clang - llvm-clang için başlık dosyaları - - llvm-clang - - - /usr/include/clang - /usr/include/clang-c - - - - llvm-docs - Documentation for LLVM - LLVM belgeleri - data:doc - programming.docs - - /usr/share/doc/llvm/html - /usr/share/doc/llvm/ocamldoc - - - - llvm-32bit - 32-bit shared libraries for llvm - emul32 - emul32 - - zlib-32bit - libffi-32bit - - - llvm - libgcc - libedit - ncurses-32bit - zlib-32bit - libffi-32bit - - - /usr/lib32 - - - - - 2014-09-23 - 3.5.0 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-11 - 3.4.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-11 - 3.4.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-01 - 3.3 - Release bump, already cleaned. - marcin bojara - marcin@pisilinux.org - - - 2013-07-26 - 3.3 - Version bump. - marcin bojara - marcin@pisilinux.org - - - 2013-02-18 - 3.2 - version bump - PisiLinux Community - admins@pisilinux.org - - - 2012-06-11 - 3.1 - First release - marcin bojara - marcin@pisilinux.org - - - - - - ninja - http://martine.github.com/ninja/ - - Stefan Gronewold(groni) - groni@pisilinux.org - - LGPLv2 - app:console - programming.build - Ninja is a small build system with a focus on speed. - Ninja, hız odaklı bir inşa sistemidir. - Ninja is a small build system with a focus on speed. - Ninja is a small build system with a focus on speed. - https://github.com/martine/ninja/archive/v1.6.0.tar.gz - - asciidoc - - - LFS.patch - - programming/build/ninja/pspec.xml - - - ninja - - libgcc - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2015-08-25 - 1.6.0 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - - - - 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.9.6-src.tar.bz2 - - jdk7-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 - - - - - 2016-01-25 - 1.9.6 - Fixed. - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-08-22 - 1.9.6 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-05-25 - 1.9.4 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-03 - 1.8.4 - Rebuild for openjdk. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-04-20 - 1.8.4 - Fixed - PisiLinux Community - admins@pisilinux.org - - - 2012-10-06 - 1.8.4 - 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/repository/archive.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 - - - - - 2015-11-14 - 8.58 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-05-24 - 8.56 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 8.48 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-28 - 8.48 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-07-26 - 8.48 - Move pc files to devel pack,release bump. - Erdinç Gültekin - erdincgultekin@gmail.com - - - 2013-03-08 - 8.48 - First release - Erdinç Gültekin - erdincgultekin@gmail.com - - - - - - libgudev - https://wiki.gnome.org/Projects/libgudev - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - LGPL2 - library - programming.library - GObject bindings for Udev (Eudev) - GObject bindings for Udev (Eudev) - eudev - https://download.gnome.org/sources/libgudev/230/libgudev-230.tar.xz - - gobject-introspection-devel - gtk-doc - libxslt - docbook-xsl - eudev-devel - glib2-devel - - programming/library/libgudev/pspec.xml - - - libgudev - - eudev - glib2 - - - /usr/lib - /usr/share/gir-1.0 - /usr/share/gtk-doc - - - - libgudev-devel - Development files for libgudev - system.devel - - libgudev - eudev-devel - glib2-devel - - - /usr/lib/pkgconfig - /usr/include/gudev-1.0 - - - - - 2016-01-24 - 230 - First Release - Ayhan Yalçınsoy - ayhanyalcinsoy@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/release-0.5.2.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/ - - - - - 2015-09-01 - 0.5.2 - First release - Ergün Salman - Poyraz76@pisilinux.org - - - - - - 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. - http://heanet.dl.sourceforge.net/project/kaosx/sources/libaccounts-glib/libaccounts-glib-1.18.tar.gz - - glib2-devel - libxml2-devel - sqlite-devel - gtk-doc - docbook-xsl - python-pygobject-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/libaccounts-glib/testdata - /usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml - /usr/share/man/man1 - - - - libaccounts-glib-devel - Development files for libaccounts-glib - - libaccounts-glib - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gir-1.0/Accounts-1.0.gir - /usr/share/vala - - - - libaccounts-glib-docs - Help files and API documents for libaccounts-glib - data:doc - - libaccounts-glib - - - /usr/share/gtk-doc - /usr/share/doc - - - - - 2015-10-20 - 1.18 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-11-11 - 1.15 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-07-29 - 1.11 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-28 - 1.8 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-07-28 - 1.8 - Move pc files to devel pack, rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-05-06 - 1.8 - Sandbox Fixed. - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-03-08 - 1.8 - First release - Erdinç Gültekin - erdincgultekin@gmail - - - - - - 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 - - - - - 2014-06-27 - 1.0.3 - First release - Aydın Demirel - aydin.demirel@pisilinux.org - - - - - - libsignon-glib - https://code.google.com/p/accounts-sso - - 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/libsignon-glib/repository/archive.tar.gz - - glib2-devel - gobject-introspection-devel - signon-devel - gtk-doc - - programming/library/libsignon-glib/pspec.xml - - - libsignon-glib - - gobject-introspection - glib2 - signon - - - /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 - - - - - 2015-11-14 - 1.12 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 1.9 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-07-28 - 1.9 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-07-28 - 1.9 - Move pc files to devel pack, rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-05-07 - 1.9 - Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-03-22 - 1.9 - First release - Erdinç Gültekin - erdincgultekin@gmail.com - - - - - - libwlocate - http://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 - - - - - 2015-12-03 - 0.2 - 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://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2 - - doxygen - qt5-base-devel - glib2-devel - libaccounts-glib-devel - - programming/library/libaccounts-qt5/pspec.xml - - - libaccounts-qt5 - - glib2 - libgcc - qt5-base - libaccounts-glib - - - /usr/lib/libaccounts-qt5.so.* - /usr/share/doc/libaccounts-qt5 - - - - libaccounts-qt5-devel - Development files for libaccounts-qt5 - - libaccounts-qt5 - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib/cmake - /usr/lib/libaccounts-qt5.so - - - - 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 - - - - - 2015-10-20 - 1.14 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - libbsd - http://libbsd.freedesktop.org - - Marcin Bojara - marcin@pisilinux.org - - BSD - BSD-2 - BSD-4 - ISC - library - programming.library - Provides useful functions commonly found on BSD systems - Taşınabilirlik için BSD uyumlu fonksiyonlar sağlayan bir kitaplık. - This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project. - GNU Linux sistemlerde bulunmayan BSD sistemlere özgü fonsiyonları barındıran bir kitaplıktır ve BSD uygulamalarının GNU Linux'a taşınmasını kolaylaştırır. - http://libbsd.freedesktop.org/releases/libbsd-0.6.0.tar.xz - programming/library/libbsd/pspec.xml - - - libbsd - - /usr/lib - /usr/share/doc - - - - libbsd-devel - Development files for libbsd - - libbsd - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2014-03-09 - 0.6.0 - Fisrt release. - Marcin Bojara - marcin@pisilinux.org - - - - - - swig - http://www.swig.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv3+ - BSD - app:console - 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-3.0.2.tar.gz - - python-devel - boost-devel - ruby-devel - libpcre-devel - zlib-devel - perl - - programming/library/swig/pspec.xml - - - swig - - zlib - libgcc - libpcre - - - /usr/bin - /usr/lib - /usr/share/swig - /usr/share/doc - /usr/share/man - - - - - 2014-12-22 - 3.0.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-11 - 3.0.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-29 - 3.0.0 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-23 - 2.0.11 - Clean swig. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-07-24 - 2.0.10 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-17 - 2.0.9 - Version bump - Ertan Güven - ertan@pisilinux.org - - - 2012-09-15 - 2.0.8 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libaio - http://lse.sourceforge.net/io/aio.html - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - programming.library - Librairie d'entrée/sortie asynchrone utilisant l'interface native du noyau. - Linux-native asynchronous I/O access library - Linux asenkron girdi/çıktı kütüphanesi - libaio has a richer API and capability set than the simple POSIX async I/O facility. - libaio, basit POSIX asenkron girdi/çıktı desteğinden daha iyi bir programlama arayüzü sunan bir kütüphanedir. - http://enterprise-storage-os.googlecode.com/files/libaio-0.3.109.tar.bz2 - - libaio-0.3.106-build.patch - libaio-0.3.107-ar-ranlib.patch - 92_unused_warnings.patch - libaio-0.3.109-testcase-8.patch - libaio-0.3.109-generic-arch.patch - libaio-0.3.109-unify-bits-endian.patch - libaio-0.3.109-x32.patch - - programming/library/libaio/pspec.xml - - - libaio - - /lib - /usr/lib - /usr/share/doc - - - - libaio-32bit - 32-bit shared libraries for libaio - emul32 - emul32 - - libaio - - - /usr/lib32 - - - - libaio-devel - Development files for libaio - libaio için geliştirme dosyaları - - libaio - - - /usr/include - /usr/share/man/man3 - - - - - 2014-05-19 - 0.3.109 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-06 - 0.3.109 - Add emul32 - Marcin Bojara - marcin@pisilinux.org - - - 2013-03-16 - 0.3.109 - URL Fixed - PisiLinux Community - admins@pisilinux.org - - - 2012-11-14 - 0.3.109 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python3 - http://www.python.org/ - - PisiLinux Community - admins@pisilinux.org - - custom - programming.language - Next generation of the python high-level scripting language - Next generation of the python high-level scripting language - http://www.python.org/ftp/python/3.4.3/Python-3.4.3.tar.xz - - valgrind - tcltk-devel - tcl-devel - xz-devel - gdbm-devel - zlib-devel - bzip2 - expat-devel - libffi-devel - sqlite-devel - ncurses-devel - openssl-devel - readline-devel - - - Python-3.1.1-rpath.patch - - programming/language/python3/pspec.xml - - - python3 - - xz - gdbm - zlib - bzip2 - expat - libffi - sqlite - ncurses - openssl - readline - - - /usr/bin/p* - /usr/bin/2to3* - /usr/lib/python3.4/a* - /usr/lib/python3.4/c* - /usr/lib/python3.4/d* - /usr/lib/python3.4/e* - /usr/lib/python3.4/h* - /usr/lib/python3.4/imp* - /usr/lib/python3.4/j* - /usr/lib/python3.4/lib2* - /usr/lib/python3.4/log* - /usr/lib/python3.4/m* - /usr/lib/python3.4/p* - /usr/lib/python3.4/s* - /usr/lib/python3.4/te* - /usr/lib/python3.4/u* - /usr/lib/python3.4/v* - /usr/lib/python3.4/w* - /usr/lib/python3.4/x* - /usr/lib/python3.4/*.py - /usr/lib/python3.4/*.txt - /usr/lib/python3.4/lib-dynload/a* - /usr/lib/python3.4/lib-dynload/b* - /usr/lib/python3.4/lib-dynload/_b* - /usr/lib/python3.4/lib-dynload/c* - /usr/lib/python3.4/lib-dynload/_c* - /usr/lib/python3.4/lib-dynload/_d* - /usr/lib/python3.4/lib-dynload/_e* - /usr/lib/python3.4/lib-dynload/f* - /usr/lib/python3.4/lib-dynload/g* - /usr/lib/python3.4/lib-dynload/_g* - /usr/lib/python3.4/lib-dynload/_h* - /usr/lib/python3.4/lib-dynload/_j* - /usr/lib/python3.4/lib-dynload/_l* - /usr/lib/python3.4/lib-dynload/m* - /usr/lib/python3.4/lib-dynload/_m* - /usr/lib/python3.4/lib-dynload/n* - /usr/lib/python3.4/lib-dynload/o* - /usr/lib/python3.4/lib-dynload/_o* - /usr/lib/python3.4/lib-dynload/_p* - /usr/lib/python3.4/lib-dynload/p* - /usr/lib/python3.4/lib-dynload/r* - /usr/lib/python3.4/lib-dynload/_r* - /usr/lib/python3.4/lib-dynload/_s* - /usr/lib/python3.4/lib-dynload/s* - /usr/lib/python3.4/lib-dynload/te* - /usr/lib/python3.4/lib-dynload/_te* - /usr/lib/python3.4/lib-dynload/ti* - /usr/lib/python3.4/lib-dynload/u* - /usr/lib/python3.4/lib-dynload/x* - /usr/lib/python3.4/lib-dynload/z* - /usr/lib/*.so - /usr/lib/libpython3.4m.so.1.0 - /usr/share/man/man1/* - /usr/share/doc - - - - python3-devel - - python3 - - - /usr/include/python3.4m/* - /usr/lib/pkgconfig/* - - - - python3-tk - Python modules for Tk - library - programming.language.python - - python3 - tcl - tcltk - - - /usr/lib/python3*/tkinter - /usr/lib/python3*/lib-dynload/_tkinter.cpython-34m.so - /usr/lib/python3.4/turtledemo - - - - idle3 - An Integrated Development Environment for Python - app:gui - programming.environment - idle - - python3-tk - python3 - - - /usr/bin/idle3* - /usr/lib/python*/idlelib - /usr/share/applications - /usr/share/pixmaps - - - python-logo.png - idle.desktop - - - - - 2015-08-13 - 3.4.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-26 - 3.4.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-09-09 - 3.3.0 - V.Bump - PisiLinux Community - admins@pisilinux.org - - - 2013-08-17 - 3.3.0 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2012-11-11 - 3.3.0 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - go - http://golang.org - - Aydın Demirel - aydin.demirel@pisilinux.org - - BSD - app:console - programming.language - Compiler and tools for the Go programming language from Google - Google'dan Go programlama dili için araçlar ve derleyici - Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. - Go basit, güvenilir ve verimli yazılım inşa etmek için onu kolay yapan açık kaynaklı bir programlama dilidir. - https://github.com/golang/go/archive/go1.4.3.tar.gz - - perl - gawk - mercurial - glibc-32bit - git - - programming/language/go/pspec.xml - - - golang - - glibc-32bit - git - - - /usr/bin/ - /usr/lib/ - /etc - /usr/share/ - - - go.sh - - - - - 2016-01-09 - 1.4.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-17 - 1.4.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-12-24 - 1.3.3 - Version bump, remove unneded depse - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-09-27 - 1.3.2 - First release - Aydın Demirel - aydin.demirel@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_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 - re7-openjdk-headless - - programming/language/java/rhino/pspec.xml - - - rhino - - /usr/share/man - /usr/bin - /usr/share/java/ - - - - - 2015-08-15 - 1.7.7 - Version Bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-03-03 - 1.7R_4 - Rebuild for openjdk. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-04 - 1.7R_4 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2012-07-23 - 1.7 - First release - Ramazan Utku - admins@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 - http://download.eclipse.org/eclipse/downloads/drops4/R-4.4.2-201502041700/ecjsrc-4.4.2.jar - - ant - jre7-openjdk-headless - - - 01-ecj-include-props.patch - 02-buildxml-fix-manifest.patch - - programming/language/java/eclipse-ecj/pspec.xml - - - eclipse-ecj - - /usr/share/man - /usr/bin - /usr/share/java - - - ecj - - - - - 2015-05-19 - 4.4.2_201502041700 - Version Bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-06-04 - 4.4.1_201409250400 - Version Bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-06-04 - 4.3.1_201309111000 - Rebuild for new gcc. - PisiLinux Community - admins@pisilinux.org - - - 2014-02-27 - 4.3.1_201309111000 - First Release - PisiLinux Community - admins@pisilinux.org - - - - - - java7-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-2.6.1.tar.gz - - giflib_5.1.diff - fontconfig-paths.diff - openjdk7_nonreparenting-wm.diff - - - ant - wget - rhino - fastjar - nss-devel - zlib-devel - attr-devel - xorg-proto - gtk2-devel - cups-devel - eclipse-ecj - libXt-devel - libSM-devel - lcms2-devel - jdk7-openjdk - libICE-devel - libpng-devel - giflib-devel - libxslt-devel - libXtst-devel - alsa-lib-devel - libXinerama-devel - libjpeg-turbo-devel - - programming/language/java/java7-openjdk/pspec.xml - - - jre7-openjdk-headless - Free Java environment based on OpenJDK 7.0 with IcedTea7 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 - libjpeg-turbo - - - /usr/bin/orbd - /usr/bin/rmid - /usr/bin/java - /etc/env.d/20java_jre.csh - /etc/env.d/20java_jre - /etc/java-7-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/java7-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/jre7-openjdk-headless - /usr/share/man/ja/man1/rmiregistry.1 - /usr/lib/jvm/java-7-openjdk/jre/lib - /usr/lib/jvm/java-7-openjdk/jre/java - /usr/lib/jvm/java-7-openjdk/jre/orbd - /usr/lib/jvm/java-7-openjdk/jre/rmid - /usr/lib/jvm/java-7-openjdk/jre/bin/ - /usr/lib/jvm/java-7-openjdk/jre/keytool - /usr/lib/jvm/java-7-openjdk/jre/pack200 - /usr/lib/jvm/java-7-openjdk/jre/bin/orbd - /usr/lib/jvm/java-7-openjdk/jre/bin/java - /usr/lib/jvm/java-7-openjdk/jre/bin/rmid - /usr/lib/jvm/java-7-openjdk/jre/tnameserv - /usr/lib/jvm/java-7-openjdk/jre/unpack200 - /usr/lib/jvm/java-7-openjdk/jre/servertool - /usr/lib/jvm/java-7-openjdk/jre/policytool - /usr/lib/jvm/java-7-openjdk/jre/rmiregistry - /usr/lib/jvm/java-7-openjdk/jre/bin/keytool - /usr/lib/jvm/java-7-openjdk/jre/bin/pack200 - /usr/lib/jvm/java-7-openjdk/lib/*/jli/libjli.so - /usr/lib/jvm/java-7-openjdk/jre/bin/tnameserv - /usr/lib/jvm/java-7-openjdk/jre/bin/unpack200 - /usr/lib/jvm/java-7-openjdk/jre/bin/servertool - /usr/lib/jvm/java-7-openjdk/jre/bin/rmiregistry - /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/xawt/libmawt.so - /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/headless/libmawt.so - - - 20java_jre - 20java_jre.csh - - - - jre7-openjdk - Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - Full Java runtime environment - needed for executing Java GUI and Webstart programs - - zlib - giflib - libX11 - libpng - libXext - alsa-lib - libjpeg-turbo - jre7-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.desktop - /usr/lib/jvm/java-7-openjdk/jre/bin/policytool - /usr/lib/jvm/java-7-openjdk/jre/lib/*/libjsoundalsa.so - /usr/lib/jvm/java-7-openjdk/jre/lib/*/libpulse-java.so - /usr/lib/jvm/java-7-openjdk/jre/lib/*/libsplashscreen.so - /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/libjsoundalsa.so - /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/libpulse-java.so - /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/libsplashscreen.so - - - sun-jre - - - sun-jre - - - - jdk7-openjdk - Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - SDK - - zlib - libX11 - libgcc - jre7-openjdk-headless - - - /etc/env.d/21java_jdk.csh - /etc/env.d/21java_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.desktop - /usr/lib/jvm/java-7-openjdk/include - /usr/lib/jvm/java-7-openjdk/bin/apt - /usr/lib/jvm/java-7-openjdk/bin/jar - /usr/lib/jvm/java-7-openjdk/bin/jdb - /usr/lib/jvm/java-7-openjdk/bin/jps - /usr/lib/jvm/java-7-openjdk/bin/xjc - /usr/lib/jvm/java-7-openjdk/bin/rmic - /usr/lib/jvm/java-7-openjdk/bin/rmid - /usr/lib/jvm/java-7-openjdk/bin/idlj - /usr/lib/jvm/java-7-openjdk/bin/orbd - /usr/lib/jvm/java-7-openjdk/bin/java - /usr/lib/jvm/java-7-openjdk/bin/jhat - /usr/lib/jvm/java-7-openjdk/bin/jmap - /usr/lib/jvm/java-7-openjdk/bin/jcmd - /usr/lib/jvm/java-7-openjdk/bin/javac - /usr/lib/jvm/java-7-openjdk/bin/javah - /usr/lib/jvm/java-7-openjdk/bin/javap - /usr/lib/jvm/java-7-openjdk/bin/jinfo - /usr/lib/jvm/java-7-openjdk/bin/jstat - /usr/lib/jvm/java-7-openjdk/bin/wsgen - /usr/lib/jvm/java-7-openjdk/bin/jstatd - /usr/lib/jvm/java-7-openjdk/bin/jstack - /usr/lib/jvm/java-7-openjdk/bin/pack200 - /usr/lib/jvm/java-7-openjdk/bin/javadoc - /usr/lib/jvm/java-7-openjdk/bin/keytool - /usr/lib/jvm/java-7-openjdk/bin/wsimport - /usr/lib/jvm/java-7-openjdk/bin/extcheck - /usr/lib/jvm/java-7-openjdk/bin/jconsole - /usr/lib/jvm/java-7-openjdk/bin/tnameserv - /usr/lib/jvm/java-7-openjdk/bin/unpack200 - /usr/lib/jvm/java-7-openjdk/bin/schemagen - /usr/lib/jvm/java-7-openjdk/bin/serialver - /usr/lib/jvm/java-7-openjdk/bin/jarsigner - /usr/lib/jvm/java-7-openjdk/bin/jsadebugd - /usr/lib/jvm/java-7-openjdk/bin/jrunscript - /usr/lib/jvm/java-7-openjdk/bin/policytool - /usr/lib/jvm/java-7-openjdk/bin/servertool - /usr/lib/jvm/java-7-openjdk/bin/rmiregistry - /usr/lib/jvm/java-7-openjdk/bin/java-rmi.cgi - /usr/lib/jvm/java-7-openjdk/bin/native2ascii - /usr/lib/jvm/java-7-openjdk/bin/appletviewer - /usr/lib/jvm/java-7-openjdk/lib/jexec - /usr/lib/jvm/java-7-openjdk/lib/ct.sym - /usr/lib/jvm/java-7-openjdk/lib/dt.jar - /usr/lib/jvm/java-7-openjdk/lib/ir.idl - /usr/lib/jvm/java-7-openjdk/lib/orb.idl - /usr/lib/jvm/java-7-openjdk/lib/tools.jar - /usr/lib/jvm/java-7-openjdk/lib/sa-jdi.jar - /usr/lib/jvm/java-7-openjdk/lib/jconsole.jar - - - sun-jdk - - - sun-jdk - - - 21java_jdk.csh - 21java_jdk - - - - openjdk7-src - Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - sources - - jdk7-openjdk - - - /usr/lib/jvm/java-7-openjdk/src.zip - - - - openjdk7-doc - Free Java environment based on OpenJDK 7.0 with IcedTea7 replacing binary plugs - documentation - - jdk7-openjdk - - - /usr/share/doc/openjdk7-doc/ - - - - - 2015-08-22 - 7u_85.2.6.1 - Version bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-06-16 - 7u_79.2.5.5 - Version bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-02-02 - 7u_75.2.5.4 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2014-09-30 - 7u_65.2.5.2 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2014-07-18 - 7u_65.2.5.1 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2014-06-20 - 7u_60.2.5.0 - Rebuilf for new gcc - PisiLinux Community - admins@pisilinux.org - - - 2014-06-04 - 7u_55.2.4.7 - Rebuilf for new gcc - PisiLinux Community - admins@pisilinux.org - - - 2014-04-16 - 7u_55.2.4.7 - Version bump to 2.4.7, use system ca-certs-java instead of builtin one. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-04-01 - 7u_51.2.4.6 - Version bump to 2.4.6, use system ca-certs-java instead of builtin one. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-27 - 7u_51.2.4.5 - First release - Serdar Soytetir - kaptan@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 - - - - - 2014-06-05 - 0.98 - Rebuild for gcc - PisiLinux Community - admins@pisilinux.org - - - 2014-02-27 - 0.98 - First Release - PisiLinux Community - admins@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.2.4.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 - - - - - 2015-06-03 - 5.2.4 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2015-02-01 - 5.2.3 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2014-05-30 - 5.1.5 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2010-10-13 - 5.1.4 - First release - Pisi Linux Admins - admins@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 - - - - - 2015-05-09 - 5.1.5 - fixed libraries and man pages - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-02-01 - 5.1.5 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - ocaml - http://www.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 - http://caml.inria.fr/pub/distrib/ocaml-4.02/ocaml-4.02.1.tar.xz - - zlib-devel - ncurses-devel - libX11-devel - chrpath - - - fedora/0001-Don-t-ignore-.-configure-it-s-a-real-git-file.patch - fedora/0002-Ensure-empty-compilerlibs-directory-is-created-by-gi.patch - fedora/0003-Don-t-add-rpaths-to-libraries.patch - fedora/0004-ocamlbyteinfo-ocamlplugininfo-Useful-utilities-from-.patch - fedora/0005-configure-Allow-user-defined-C-compiler-flags.patch - fedora/0009-arg-Add-no_arg-and-get_arg-helper-functions.patch - fedora/0010-arg-Allow-flags-such-as-flag-arg-as-well-as-flag-arg.patch - fedora/0011-PR-6517-use-ISO-C99-types-u-int-32-64-_t-in-preferen.patch - - programming/language/ocaml/ocaml/pspec.xml - - - ocaml - - zlib - ncurses - libX11 - - - /usr/bin/ - /usr/lib/ - /usr/share/doc/ - /usr/share/man/ - - - - - 2015-04-04 - 4.02.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-11-16 - 4.00.2 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-23 - 4.00.2 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-05-24 - 3.4.1 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-02-07 - 4.00.1 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-29 - 4.01.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-09-20 - 4.00.0 - First release - Serdar Soytetir - kaptan@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 - - programming/language/python/python-gtk/pspec.xml - - - python-gtk - - pango - atk - gtk2 - cairo - 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 - - - /usr/bin/pygtk-codegen-2.0 - /usr/include - /usr/lib/pkgconfig - /usr/share/pygtk - - - - - 2013-08-17 - 2.24.0 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-07-28 - 2.24.0 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2012-11-11 - 2.24.0 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - python-PyYAML - http://pyyaml.org/wiki/PyYAML - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.language.python - The next generation YAML parser and emitter for Python - python-pyyaml is the next generation YAML parser and emitter for Python. - http://pyyaml.org/download/pyyaml/PyYAML-3.11.tar.gz - - libyaml-devel - python-devel - - programming/language/python/python-PyYAML/pspec.xml - - - python-PyYAML - - libyaml - - - /usr/lib - /usr/share/doc - - - - - 2015-07-27 - 3.11 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2011-06-04 - 3.10 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - python-pygobject3 - 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.acc.umu.se/pub/GNOME/sources/pygobject/3.18/pygobject-3.18.2.tar.xz - - libffi-devel - python-devel - python3-devel - python-cairo-devel - python3-cairo-devel - gobject-introspection-devel - glib2-devel - - programming/language/python/python-pygobject3/pspec.xml - - - python-pygobject3 - python2 için pygobject3 - - cairo - glib2 - libffi - python-cairo - gobject-introspection - - - /usr/share/doc - /usr/lib/python2.7 - /usr/lib/libpyglib-gi-2.0-python2.7.so* - - - - python3-pygobject3 - python3 için pygobject3 - python3 için pygobject geliştirme dosyaları - - cairo - glib2 - libffi - python3-cairo - gobject-introspection - - - /usr/lib/python3.4 - /usr/lib/libpyglib-gi-2.0-python3.4.so* - - - - python-pygobject3-devel - pygobject development files - pygobject geliştirme dosyaları - - python-pygobject3 - gobject-introspection-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/pygobject - - - - - 2015-01-09 - 3.18.2 - version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-06-01 - 3.12.2 - version bump. - Kamil Atlı - suvarice@gmail.com - - - 2013-12-20 - 3.10.2 - Dep fix. - PisiLinux Community - admins@pisilinux.org - - - 2013-12-12 - 3.10.2 - Split Package - PisiLinux Community - admins@pisilinux.org - - - 2013-12-07 - 3.10.2 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-08-17 - 3.4.2 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-07-28 - 3.4.2 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-01-09 - 3.4.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - python-requests - http://www.python-requests.org/ - - Ergün Salman - ergunsalman@hotmail.com - - MIT - programming.language.python - Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. - Python’s standard urllib2 module provides most of the HTTP capabilities you need - https://pypi.python.org/packages/source/r/requests/requests-2.9.1.tar.gz - - python - python3-devel - - programming/language/python/python-requests/pspec.xml - - - python-requests - - /usr/lib/python2* - /usr/share/doc - - - - python3-requests - - /usr/lib/python3* - - - - - 2016-01-29 - 2.9.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-11-06 - 2.8.1 - version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-08-24 - 2.7.0 - First release - Ergün Salman - Poyraz76@pisilinux.org - - - - - - pyqtermwidget5 - http://gitorious.org/qtermwidget - - 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/hrngultekin/pyqtermwidget5/archive/pyqtermwidget5-v0.1.tar.gz - - python-devel - python-qt5-devel - python-sip - qt5-base-devel - qtermwidget5-devel - - - py2config.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 - - - - - 2014-06-19 - 0.1 - first build - Harun Gültekin - hrngultekin@gmail.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. - http://pypi.python.org/packages/source/M/Mako/Mako-0.9.1.tar.gz - - python-setuptools - - programming/language/python/python-mako/pspec.xml - - - python-mako - - python-beaker - python-MarkupSafe - - - /usr/bin - /usr/lib - /usr/share/doc - - - - python-mako-docs - python-mako için belgelendirme dosyaları - - python-mako - - - /usr/share/doc/*/html - /usr/share/doc/*/build - /usr/share/doc/*/examples - - - - - 2014-04-16 - 0.9.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-11-11 - 0.7.3 - First release - Erdinç Gültekin - admins@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. - http://cyberelk.net/tim/data/pysmbc/pysmbc-1.0.13.tar.bz2 - - samba-devel - python-devel - - programming/language/python/python-smbc/pspec.xml - - - python-smbc - - samba - python - - - /usr/lib - /usr/share/doc - - - - - 2016-01-09 - 1.0.13 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-11-17 - 1.0.13 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - python-lxml - http://codespeak.net/lxml - - 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. - http://lxml.de/files/lxml-3.3.5.tgz - - libxml2-devel - python-devel - cython - libxslt-devel - - programming/language/python/python-lxml/pspec.xml - - - python-lxml - - libxslt - libxml2 - python - - - /usr/lib - - - - python-lxml-docs - API documentation of python-lxml - python-lxml paketine ait API belgeleri - - python-lxml - - - /usr/share/doc - - - - - 2014-07-05 - 3.3.5 - Version bump - Vedat Demir - vedat@pisilinux.org - - - 2013-11-07 - 3.2.4 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-07-28 - 3.0.1 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-10-24 - 3.0.1 - First release - Yusuf Aydemir - yusuf.aydemir@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://pypi.python.org/packages/source/U/Unidecode/Unidecode-0.04.18.tar.gz - - python-devel - python-setuptools - - programming/language/python/python-Unidecode/pspec.xml - - - python-Unidecode - - python - - - /usr/bin - /usr/lib - /usr/share/doc - - - - - 2016-01-09 - 0.04.18 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-05-29 - 0.04.16 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-18 - 0.04.9 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - python-numpy - http://numeric.scipy.org - - PisiLinux Community - admins@pisilinux.org - - as-is - library - programming.language.python - The fundamental package needed for scientific computing with Python - 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. - mirrors://sourceforge/numpy/numpy-1.8.1.tar.gz - - python-devel - python-nose - libgfortran - lapack-devel - - programming/language/python/python-numpy/pspec.xml - - - python-numpy - - blas - lapack - python - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/bin - - - - - 2014-05-29 - 1.8.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-27 - 1.8.0 - Rebuild for gcc - PisiLinux Community - admins@pisilinux.org - - - 2014-01-19 - 1.8.0 - Version bump - Richard de Bruin - rr.debruin@pisilinux.org - - - 2013-11-16 - 1.7.1 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2012-10-13 - 1.6.2 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - python-sphinx - http://sphinx.pocoo.org - - PisiLinux Community - admins@pisilinux.org - - as-is - app:console - programming.language.python - 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 python 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. - http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.1.tar.gz - - docutils - python-Pygments - python-Jinja2 - - - remove_docutils.patch - - programming/language/python/python-sphinx/pspec.xml - - - python-sphinx - - docutils - python-Pygments - python-Jinja2 - - - /usr/bin - /usr/lib/python* - /usr/share/doc/python-sphinx/LICENSE - - - - python-sphinx-docs - Documentation files for python-sphinx - python-sphinx için belgelendirme dosyaları - - /usr/share/doc/python-sphinx - - - - - 2015-07-27 - 1.3.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-02-27 - 1.2.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-29 - 1.1.3 - First release - Yusuf Aydemir - yusuf.aydemir@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. - http://pypi.python.org/packages/source/d/decorator/decorator-4.0.2.tar.gz - - python-nose - python-setuptools - - programming/language/python/python-decorator/pspec.xml - - - python-decorator - - /usr/lib - /usr/share/doc - - - - - 2015-08-04 - 4.0.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-21 - 3.4.2 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2013-11-06 - 3.4.0 - Rebuild - Erdinç Gültekin - admins@pisilinux.org - - - 2012-11-11 - 3.4.0 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - 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.6.tar.xz - - python-devel - gobject-introspection-devel - - - pygobject-2.16.1-fixdetection.patch - - programming/language/python/python-pygobject/pspec.xml - - - python-pygobject - - glib2 - gobject-introspection - libffi - - - /usr/lib - /usr/share/doc - - - - python-pygobject-devel - pygobject development files - pygobject geliştirme dosyaları - - python-pygobject - gobject-introspection-devel - - - /usr/bin/pygobject-codegen-2.0 - /usr/include - /usr/lib/pkgconfig - /usr/share/pygobject - - - - python-pygobject-docs - API documents for pygobject - pygobject için API dökümanları - data:doc - - /usr/share/gtk-doc - - - - - 2012-10-14 - 2.28.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. - 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 - python-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 - - tcltk - tcl - lcms - libjpeg-turbo - sane-backends - xdg-utils - - - /usr/bin - /usr/lib - /usr/include - /usr/share/doc - - - - - 2016-02-08 - 1.1.7 - Rebuild for Pisi 2.0 - Stefan Gronewold - groni@pisilinux.org - - - 2013-11-09 - 1.1.7 - Rebuild - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-07-28 - 1.1.7 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2012-11-13 - 1.1.7 - First release - Erdinç Gültekin - admins@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. - http://cairographics.org/releases/py2cairo-1.10.0.tar.bz2 - - cairo-devel - python-devel - libtool - - programming/language/python/python-cairo/pspec.xml - - - python-cairo - - cairo - python - - - /usr/lib - /usr/share/doc - - - - python-cairo-devel - Development files for python-cairo - python-cairo için geliştirme dosyaları - - python-cairo - cairo-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-06-01 - 1.10.0 - rebuild - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-11-05 - 1.10.0 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2010-10-13 - 1.8.10 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - python-Jinja2 - http://jinja.pocoo.org/2/ - - PisiLinux Community - admins@pisilinux.org - - as-is - app:console - programming.language.python - 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://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.7.2.tar.gz - - python-setuptools - python-MarkupSafe - - - drop_next_import_from_docs-jinjaext.patch - - programming/language/python/python-Jinja2/pspec.xml - - - python-Jinja2 - - /usr/lib/python* - /usr/share/doc/python-Jinja2/LICENSE - - - - python-Jinja2-docs - python-Jinja2 için belgelendirme dosyaları - - /usr/share/doc/python-Jinja2 - - - - - 2014-02-27 - 2.7.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-09 - 2.7.1 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2012-10-29 - 2.6 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - python-qt5 - http://www.riverbankcomputing.co.uk/software/pyqt - - 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. - mirrors://sourceforge/pyqt/PyQt5/PyQt-5.4.2/PyQt-gpl-5.5.1.tar.gz - - dbus-devel - dbus-python3 - dbus-python-common - python3-devel - python-devel - python3-sip - python-sip - qt5-base-devel - qt5-connectivity-devel - qt5-declarative-devel - qt5-enginio-devel - qt5-location-devel - qt5-multimedia-devel - qt5-sensors-devel - qt5-serialport-devel - qt5-svg-devel - qt5-webchannel-devel - qt5-webkit-devel - qt5-websockets-devel - qt5-x11extras-devel - qt5-xmlpatterns-devel - - 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 - qt5-base - qt5-sensors - qt5-location - qt5-webkit - qt5-enginio - qt5-x11extras - qt5-svg - qt5-multimedia - qt5-serialport - qt5-webchannel - qt5-websockets - qt5-declarative - qt5-xmlpatterns - qt5-connectivity - - - /usr/bin/py2uic5 - /usr/lib/python2.7/site-packages - /usr/lib/qt5/plugins/PyQt5/libpy2qt5qmlplugin.so - /usr/share/qt5/qsci/api/python/Py2Qt5.api - - - - python-qt5-devel - Development files for python3-qt5 - - libgcc - qt5-base - python-qt5 - - - /usr/bin/py2lupdate5 - /usr/bin/py2rcc5 - /usr/share/sip/Py2Qt5 - - - - python3-qt5 - A set of Python 3.x bindings for the Qt 5.x Toolkit - - libgcc - dbus - python3 - qt5-base - qt5-sensors - qt5-location - qt5-webkit - qt5-enginio - qt5-x11extras - qt5-svg - qt5-multimedia - qt5-serialport - qt5-webchannel - qt5-websockets - qt5-declarative - qt5-xmlpatterns - qt5-connectivity - - - /usr/bin/pyuic5 - /usr/lib/python3.4/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 - - - - python3-qt5-devel - Development files for python3-qt5 - - libgcc - qt5-base - python3-qt5 - - - /usr/bin/pylupdate5 - /usr/bin/pyrcc5 - /usr/share/sip/PyQt5 - - - - - 2015-11-02 - 5.5.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-10-16 - 5.5 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-09-07 - 5.4.2 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-04-09 - 5.4.1 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@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 - https://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 - - programming/language/python/python-pyblock/pspec.xml - - - python-pyblock - - device-mapper - dmraid - python - - - /usr/lib - /usr/share/doc - - - - - 2015-08-04 - 0.53 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-12-07 - 0.53_20111208 - Rebuild - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-05-05 - 0.53_20111208 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2012-11-19 - 0.53_20111208 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - python3-setuptools - http://pypi.python.org/pypi/setuptools - - PisiLinux Community - admins@pisilinux.org - - PSF-2.2 - library - programming.language.python - Python setuptools - python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. - https://pypi.python.org/packages/source/s/setuptools/setuptools-19.6.1.tar.gz - - python3-devel - - programming/language/python/python3-setuptools/pspec.xml - - - python3-setuptools - - /usr/bin/py3easy-install - /usr/bin/easy_install-3* - /usr/lib/python3* - - - - - 2016-01-29 - 19.6.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2015-11-07 - 0.6.49 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-24 - 0.6.49 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-02-17 - 0.6.35 - Version bump - Ertan Güven - ertan@pisilinux.org - - - 2012-08-19 - 0.6.28 - First release - Ramazan Utku - admins@pisilinux.org - - - - - - pyparted - http://people.redhat.com/dcantrel/ - - 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/rhinstaller/pyparted/archive/v3.10.5.tar.gz - - python-decorator - python-devel - parted-devel - - programming/language/python/pyparted/pspec.xml - - - pyparted - - python-decorator - parted - python - - - /usr/lib - /usr/share/doc - - - - - 2016-01-10 - 3.10.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-21 - 3.10.0 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-08-09 - 3.9.5 - Revert back to 3.9 latest stable series. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-03 - 3.10 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2012-10-24 - 3.8 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - python-beaker - http://beaker.groovie.org/ - - 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. - http://pypi.python.org/packages/source/B/Beaker/Beaker-1.6.4.tar.gz - - python-setuptools - - programming/language/python/python-beaker/pspec.xml - - - python-beaker - - /usr/lib/ - /usr/share/doc - - - - - 2013-11-04 - 1.6.4 - Rebuild - Erdinç Gültekin - admins@pisilinux.org - - - 2012-11-11 - 1.6.4 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - python-six - http://pypi.python.org/pypi/six/ - - Alihan Öztürk - alihan@pisilinux.org - - MIT - app:console - programming.language.python - 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. - python-six, python2 ile python3 arasındaki farklılıkların aşılmasına yardımcı olan basit araçlar sağlar. - http://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz - - python3-devel - - programming/language/python/python-six/pspec.xml - - - python-six - - /usr/lib/python2* - /usr/share/doc - - - - python3-six - - /usr/lib/python3* - - - - - 2015-07-24 - 1.9.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-31 - 1.6.1 - First release - Alihan Öztürk - alihan@pisilinux.org - - - - - - python3-cairo - http://cairographics.org/pycairo - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - programming.language.python - 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. - http://cairographics.org/releases/pycairo-1.10.0.tar.bz2 - - python3-devel - cairo-devel - - - pycairo-1.10.0-waf-python3.4.patch - - programming/language/python/python3-cairo/pspec.xml - - - python3-cairo - - python3 - cairo - - - /usr/lib - /usr/share/doc - - - - python3-cairo-devel - Development files for python3-cairo - python3-cairo için geliştirme dosyaları - - python3-cairo - cairo-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2016-01-09 - 1.10.0 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2014-06-01 - 1.10.0 - Rebuild for python3 - Kamil Atlı - suvarice@gmail.com - - - 2013-12-10 - 1.10.0 - First release - PisiLinux Community - admins@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 - The PyPA recommended tool for installing Python packages - https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz - - python-setuptools - python3-setuptools - python3-devel - - programming/language/python/pip/pspec.xml - - - pip - - python-setuptools - - - /usr/bin/pip2* - /usr/lib/python2* - /usr/share/doc - - - - pip3 - - python3-setuptools - - - /usr/bin/pip - /usr/bin/pip3* - /usr/lib/python3* - - - - - 2016-01-29 - 8.0.2 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-08-24 - 7.1.2 - Version bump. - Ergün Salman - Poyraz76@pisilinux.org - - - 2015-04-08 - 6.1.1 - First release - Yusuf Aydemir - yusuf.aydemir@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. - http://cyberelk.net/tim/data/pycups/pycups-1.9.72.tar.bz2 - - cups-devel - python-devel - - programming/language/python/python-cups/pspec.xml - - - python-cups - - cups - - - /usr/lib - /usr/share/doc - - - - - 2015-06-21 - 1.9.72 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2013-11-06 - 1.9.63 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2012-11-11 - 1.9.62 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - python-MarkupSafe - http://pypi.python.org/pypi/MarkupSafe - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python - 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 - python-MarkupSafe, implements a unicode subclass that supports HTML strings. - python-MarkupSafe, HTML karakter dizeleri için unicode bir alt sınıf gerçekleştirimi sağlar. - http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-0.23.tar.gz - - python-setuptools - - programming/language/python/python-MarkupSafe/pspec.xml - - - python-MarkupSafe - - /usr/lib/python2.* - /usr/share/doc - - - - - 2014-05-29 - 0.23 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2011-11-11 - 0.15 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - gst-python - http://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. - http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.22.tar.bz2 - - python-gtk-devel - python-pygobject-devel - glib2-devel - gstreamer-devel - gst-plugins-base-devel - - programming/language/python/gst-python/pspec.xml - - - gst-python - - glib2 - gstreamer - gst-plugins-base - - - /usr/lib - /usr/share/doc - /usr/share - - - - gst-python-devel - Development files for gst-python - gst-python için geliştirme dosyaları - - gst-python - python-pygobject-devel - gstreamer-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2015-10-21 - 0.10.22 - Version Bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2014-02-27 - 0.10.21 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-02-26 - 0.10.21 - Rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-08-17 - 0.10.21 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2011-05-03 - 0.10.21 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - notify-python - http://www.galago-project.com - - 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 - - atk - gtk2 - cairo - glib2 - pango - python - freetype - libnotify - fontconfig - gdk-pixbuf - - - /usr/lib - /usr/lib/pkgconfig - /usr/share/pygtk/2.0/defs - - - - - 2016-01-09 - 0.1.1 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2013-11-03 - 0.1.1 - Rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-07-28 - 0.1.1 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2010-11-27 - 0.1.1 - First release - Gökmen Görgen - admins@pisilinux.org - - - - - - sip - http://www.riverbankcomputing.co.uk/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. - mirrors://sourceforge/pyqt/sip-4.16.9.tar.gz - - qt5-base-devel - python3-devel - python-devel - - programming/language/python/sip/pspec.xml - - - python-sip - Python 2.x SIP bindings for C and C++ libraries - - libgcc - python - - - /usr/bin/py2sip - /usr/lib/python2.7/ - /usr/include/python2.7 - - - - python3-sip - Python 3.x SIP bindings for C and C++ libraries - - libgcc - python3 - - - /usr/bin/sip - /usr/lib/python3* - /usr/include/python3.4m - /usr/share/licenses/python3-sip/LICENSE - - - - - 2015-09-09 - 4.16.9 - Version Bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-04-23 - 4.16.6 - First release - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - - - - python-pyaspects - http://github.com/baris/pyaspects - - 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 - - /usr/lib - /usr/share/doc - - - - - 2013-12-07 - 0.4.4 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2010-10-13 - 0.4.1 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - python-udev - http://packages.python.org/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://pypi.python.org/packages/source/p/pyudev/pyudev-0.16.1.tar.gz - - python-setuptools - eudev-devel - - programming/language/python/python-udev/pspec.xml - - - python-udev - - /usr/lib - /usr/share/doc - - - - - 2016-01-02 - 0.16.1 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-24 - 0.16.1 - Release bump - PisiLinux Community - admins@pisilinux.org - - - 2013-06-26 - 0.16.1 - V.bump - PisiLinux Community - admins@pisilinux.org - - - 2011-07-11 - 0.11 - First release - Pisi Linux Admins - admins@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 - - 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 - - - - - 2015-11-22 - 0.15.19 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2013-08-03 - 0.15.19 - Fix build - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-16 - 0.15.19 - Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-06-15 - 0.15.19 - Version bump - Aydın Demirel - aydin@demirel.web.tr - - - 2010-10-13 - 0.15.18 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - python-nose - http://somethingaboutorange.com/mrl/projects/nose/ - - 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 - programming/language/python/python-nose/pspec.xml - - - python-nose - - /usr/lib - /usr/share/man - /usr/share/doc - /usr/bin - - - - - 2015-08-04 - 1.3.7 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-27 - 1.3.3 - Rebuild for gcc - PisiLinux Community - admins@pisilinux.org - - - 2014-05-21 - 1.3.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-17 - 1.3.0 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2012-10-13 - 1.2.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - dbus-python3 - http://dbus.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - AFL-2.1 - library - programming.language.python - D-Bus Python bindings - dbus-python provides a Python module which wraps the D-Bus programming API. - http://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.0.tar.gz - - python3-devel - dbus-devel - dbus-glib-devel - glib2-devel - libpcre-devel - - - suppress-warnings.patch - - programming/language/python/dbus-python3/pspec.xml - - - dbus-python3 - D-Bus Python3 bindings - programming.language.python - - python3 - dbus - glib2 - dbus-glib - - - /usr/lib/python3* - - - - - 2015-10-08 - 1.2.0 - Release bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-05-11 - 1.2.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-28 - 1.2.0 - rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-23 - 1.2.0 - Version bump. Remove dbus-devel from runtime dependencies. - Marcin Bojara - marcin@pisilinux.org - - - 2013-04-25 - 1.1.1 - Dep Fixed. - PisiLinux Community - admins@pisilinux.org - - - 2012-11-10 - 1.1.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - python-Pygments - http://pygments.org/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - programming.language.python - 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. - python-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://pypi.python.org/packages/source/P/Pygments/Pygments-1.6.tar.gz - programming/language/python/python-Pygments/pspec.xml - - - python-Pygments - - python-setuptools - - - /usr/bin - /usr/lib/python* - /usr/share/man - - - - python-Pygments-docs - Documentation files for python-Pygments - python-Pygments için belgelendirme dosyaları - - /usr/share/doc/python-Pygments - - - - - 2013-12-07 - 1.6 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2012-11-16 - 1.5 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - perl-Error - http://search.cpan.org/dist/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. - http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-0.17022.tar.gz - - perl - - programming/language/perl/perl-Error/pspec.xml - - - perl-Error - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2014-09-10 - 0.17022 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-24 - 0.17022 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-09 - 0.17021 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-04-25 - 0.17019 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-09-07 - 0.17018 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Encode-Locale - http://search.cpan.org/~gaas/Encode-Locale-1.03/ - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2+ - app:console - programming.language.perl - NAME::Encode::Locale - Determine the locale encoding - 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. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-1.03.tar.gz - - perl - - programming/language/perl/perl-Encode-Locale/pspec.xml - - - perl-Encode-Locale - - perl - - - /usr/lib - /usr/share - - - - - 2014-09-10 - 1.03 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 1.03 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-31 - 1.03 - rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-07 - 1.03 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-HTML-Form - http://search.cpan.org/~gaas/HTML-Form-6.03/ - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - HTML::Form - Class that represents an HTML form element - Objects of the HTML::Form class represents a single HTML <form> ... </form> instance. A form consists of a sequence of inputs that usually have names, and which can take on various values. The state of a form can be tweaked and it can then be asked to provide HTTP::Request objects that can be passed to the request() method of LWP::UserAgent. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Form-6.03.tar.gz - - perl - - programming/language/perl/perl-HTML-Form/pspec.xml - - - perl-HTML-Form - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2014-09-10 - 6.03 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 6.03 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-07 - 6.03 - Rebuild for perl - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-07 - 6.03 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Digest-MD5 - http://www.cpan.org - - 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 - MD5 Algoritmasına perl arayüzü - http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-2.53.tar.gz - - perl - - programming/language/perl/perl-Digest-MD5/pspec.xml - - - perl-Digest-MD5 - - perl - - - /usr/bin - /usr/lib - /usr/share/perl - /usr/share/doc - /usr/share/man - - - - - 2014-09-10 - 2.53 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 2.53 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-23 - 2.53 - Rebuild - Ayhan YALÇINSOY - ayhanyalcinsoy@pisilinux.org - - - 2013-11-04 - 2.53 - V.bump - Ayhan YALÇINSOY - ayhanyalcinsoy@pisilinux.org - - - 2013-03-21 - 2.52 - First release - Ayhan YALÇINSOY - ayhanyalcinsoy@pisilinux.org - - - - - - perl-HTML-Tagset - http://search.cpan.org/dist/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 - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc/perl-HTML-Tagset - - - - - 2014-09-10 - 3.20 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 3.20 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-01 - 3.20 - Rebuild for new perl. - PisiLinux Community - admins@pisilinux.org - - - 2012-09-07 - 3.20 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-HTTP-Server-Simple - http://search.cpan.org/dist/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/J/JE/JESSE/HTTP-Server-Simple-0.45_02.tar.gz - - perl - perl-URI - - programming/language/perl/perl-HTTP-Server-Simple/pspec.xml - - - perl-HTTP-Server-Simple - - perl - perl-URI - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2014-09-10 - 0.45_02 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-25 - 0.45_02 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-07 - 0.44 - Rebuild for perl - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-07 - 0.44 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-HTML-Tree - http://search.cpan.org/dist/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. - http://search.cpan.org/CPAN/authors/id/C/CJ/CJM/HTML-Tree-5.03.tar.gz - - perl - perl-HTML-Tagset - perl-HTML-Parser - perl-Test-Exception - perl-Test-Pod-Coverage - - programming/language/perl/perl-HTML-Tree/pspec.xml - - - perl-HTML-Tree - - perl - perl-HTML-Tagset - perl-HTML-Parser - perl-Test-Exception - perl-Test-Pod-Coverage - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2014-09-10 - 5.03 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-24 - 5.03 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-07 - 5.02 - Rebuild for perl - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-07 - 5.02 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-IO-Socket-SSL - http://search.cpan.org/dist/IO-Socket-SSL/ - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Nearly transparent SSL encapsulation for IO::Socket::INET - 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. - http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-1.998.tar.gz - - perl-Net-SSLeay - perl - - programming/language/perl/perl-IO-Socket-SSL/pspec.xml - - - perl-IO-Socket-SSL - - perl-Net-SSLeay - perl - - - /usr/lib - /usr/share/man - /usr/share/doc/perl-IO-Socket-SSL - - - - - 2014-09-10 - 1.998 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-24 - 1.989 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-01 - 1.76 - Rebuild for new perl. - PisiLinux Community - admins@pisilinux.org - - - 2012-09-07 - 1.76 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-Net-SMTP-SSL - http://search.cpan.org/dist/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://search.cpan.org/CPAN/authors/id/C/CW/CWEST/Net-SMTP-SSL-1.01.tar.gz - - perl - perl-IO-Socket-SSL - - programming/language/perl/perl-Net-SMTP-SSL/pspec.xml - - - perl-Net-SMTP-SSL - - perl - perl-IO-Socket-SSL - - - /usr/lib - /usr/share/perl - /usr/share/doc - /usr/share/man - - - - - 2014-09-10 - 1.01 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 1.01 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-01 - 1.01 - Rebuild for new perl. - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-11 - 1.01 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-HTTP-Daemon - http://search.cpan.org/~gaas/HTTP-Daemon-6.01/ - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - a simple http server class - Instances of the HTTP::Daemon class are HTTP/1.1 servers that listen on a socket for incoming requests. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz - - perl - - programming/language/perl/perl-HTTP-Daemon/pspec.xml - - - perl-HTTP-Daemon - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2014-09-10 - 6.01 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 6.01 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-01 - 6.01 - Rebuild for new perl. - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-06 - 6.01 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-HTTP-Negotiate - http://search.cpan.org/~gaas/HTTP-Negotiate-6.01/ - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - choose a variant to serve - 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. - 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 - - perl - perl-HTTP-Date - perl-HTTP-Message - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2014-09-10 - 6.01 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 6.01 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-01 - 6.01 - Rebuild for new perl. - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-11-16 - 6.01 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Digest-SHA1 - http://search.cpan.org/dist/Digest-SHA1/ - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - SHA1 message digest algorithm - 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 - - - - - 2014-09-10 - 2.13 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 2.13 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-09 - 2.13 - Rebuild - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-06 - 2.13 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-HTML-Format - http://search.cpan.org/dist/HTML-Format/ - - 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.11.tar.gz - - perl - perl-HTML-Tree - perl-Font-AFM - - programming/language/perl/perl-HTML-Format/pspec.xml - - - perl-HTML-Format - - perl - perl-HTML-Tree - perl-Font-AFM - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2014-09-10 - 2.11 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-24 - 2.11 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-07 - 2.10 - Rebuild for perl - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-06 - 2.10 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Digest-HMAC - http://search.cpan.org/dist/Digest-HMAC - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Keyed-Hashing for Message Authentication - 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 - - perl - perl-Digest-SHA1 - - - /usr/lib - /usr/share/man - - - - - 2014-09-10 - 1.03 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 1.03 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-09 - 1.03 - Rebuild - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-07 - 1.03 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-LWP-Protocol-https - http://search.cpan.org/~gaas/LWP-Protocol-https-6.04/lib/LWP/Protocol/https.pm - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - LWP::Protocol::https - Provide https support for LWP::UserAgent - 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. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-6.04.tar.gz - - perl - perl-Mozilla-CA - - programming/language/perl/perl-LWP-Protocol-https/pspec.xml - - - perl-LWP-Protocol-https - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2014-10-16 - 6.04 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-URI - http://search.cpan.org/~gaas/URI - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Perl module for Uniform Resource Identifiers (absolute and relative) - 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). - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-1.60.tar.gz - - perl - - programming/language/perl/perl-URI/pspec.xml - - - perl-URI - - perl - - - /usr/lib - /usr/share/perl - /usr/share/doc - /usr/share/man - - - - - 2014-09-10 - 1.60 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 1.60 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-07 - 1.60 - Rebuild - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-11 - 1.60 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-Test-Pod - http://search.cpan.org/dist/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. - http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-1.48.tar.gz - - perl - - programming/language/perl/perl-Test-Pod/pspec.xml - - - perl-Test-Pod - - perl - - - /usr/lib - /usr/share/man - - - - - 2014-09-10 - 1.48 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 1.48 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-07 - 1.48 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-06 - 1.45 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-String-ShellQuote - http://search.cpan.org/~rosch/String-ShellQuote - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - app:console - programming.language.perl - Quote strings for passing through the shell - 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 neseden 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 - - perl - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc/perl-String-ShellQuote - - - - - 2014-09-10 - 1.04 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 1.04 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-08 - 1.04 - Rebuild - Richard de Bruin - richdb@pisilinux.org - - - 2012-07-10 - 1.04 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Image-ExifTool - http://www.sno.phy.queensu.ca/~phil/exiftool - - 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. - http://www.cpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-10.00.tar.gz - - perl - - programming/language/perl/perl-Image-ExifTool/pspec.xml - - - perl-Image-ExifTool - - perl - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/doc/perl-Image-ExifTool/Changes - - - - perl-Image-ExifTool-docs - Documentation of perl-Image-ExifTool - perl-Image-ExifTool için dökümantasyon dosyaları - - /usr/share/doc - - - - - 2015-08-27 - 10.00 - First release - Vedat Demir - vedat@pisilinux.org - - - - - - perl-HTTP-Date - http://search.cpan.org/~gaas/HTTP-Date-6.02/ - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - date conversion routines - 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. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz - - perl - - programming/language/perl/perl-HTTP-Date/pspec.xml - - - perl-HTTP-Date - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2014-09-10 - 6.02 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 6.02 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-01 - 6.02 - Rebuild for new perl. - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-07 - 6.02 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-HTML-Template-Pro - http://search.cpan.org/dist/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. - http://search.cpan.org/CPAN/authors/id/V/VI/VIY/HTML-Template-Pro-0.9510.tar.gz - - perl - perl-JSON - - programming/language/perl/perl-HTML-Template-Pro/pspec.xml - - - perl-HTML-Template-Pro - - perl - perl-JSON - - - /usr/lib - /usr/share/perl - /usr/share/doc - /usr/share/man - - - - - 2014-09-10 - 0.9510 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-24 - 0.9510 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-07 - 0.9509 - Rebuild for perl - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-07 - 0.9509 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-HTML-Parser - http://search.cpan.org/dist/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. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.71.tar.gz - - perl - perl-Test-Pod - perl-HTML-Tagset - - programming/language/perl/perl-HTML-Parser/pspec.xml - - - perl-HTML-Parser - - perl - perl-HTML-Tagset - - - /usr/lib - /usr/share/doc/perl-HTML-Parser - /usr/share/man - - - - - 2014-09-10 - 3.71 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 3.71 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-06 - 3.71 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2012-06-29 - 3.69 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-File-Listing - http://search.cpan.org/~gaas/File-Listing-6.04/ - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - File::Listing - parse directory listing - This module exports a single function called parse_dir(), which can be used to parse directory listings. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz - - perl - perl-HTTP-Date - - programming/language/perl/perl-File-Listing/pspec.xml - - - perl-File-Listing - - perl - perl-HTTP-Date - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2014-09-10 - 6.04 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-25 - 6.04 - Fix version number. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-09 - 6.0.4 - Rebuild - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-07 - 6.0.4 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Authen-SASL - http://search.cpan.org/dist/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 - - perl - perl-GSSAPI - perl-Digest-HMAC - - - /usr/lib - /usr/share/doc/perl-Authen-SASL - /usr/share/man - - - - - 2014-09-10 - 2.16 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 2.16 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-04 - 2.16 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-09-06 - 2.15 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-HTML-FormatText-WithLinks-AndTables - http://search.cpan.org/dist/HTML-FormatText-WithLinks-AndTables - - Osman Erkan - osman.erkan@pisilinux.org - - PerlArtistic GPL - library - programming.language.perl - Converts HTML to Text with tables in tact. - This module was inspired by HTML::FormatText::WithLinks which has proven to be a useful `lynx -dump` work-alike. - http://search.cpan.org/CPAN/authors/id/S/SF/SFRYER/HTML-FormatText-WithLinks-AndTables-0.02.tar.gz - - perl - perl-HTML-FormatText-WithLinks - - programming/language/perl/perl-HTML-FormatText-WithLinks-AndTables/pspec.xml - - - perl-HTML-FormatText-WithLinks-AndTables - - perl - perl-HTML-FormatText-WithLinks - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2014-09-10 - 0.02 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 0.02 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-23 - 0.02 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-HTML-Template - http://search.cpan.org/~wonko/HTML-Template-2.91/ - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - Perl module to use HTML-like templating language - First you make a template - this is just a normal HTML file with a few extra tags, the simplest being <TMPL_VAR> - http://search.cpan.org/CPAN/authors/id/W/WO/WONKO/HTML-Template-2.95.tar.gz - - perl - - programming/language/perl/perl-HTML-Template/pspec.xml - - - perl-HTML-Template - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2014-09-10 - 2.95 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-24 - 2.95 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-07 - 2.91 - Rebuild for perl - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-06 - 2.91 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-libwww - http://search.cpan.org/dist/libwww-perl - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - programming.language.perl - Application programming interface to the World-Wide Web - libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. - 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. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-6.05.tar.gz - - perl - perl-URI - perl-NET-HTTP - perl-HTTP-Date - perl-HTML-Parser - perl-HTML-Tagset - perl-HTTP-Daemon - perl-File-Listing - perl-HTTP-Message - perl-Encode-Locale - perl-HTTP-Negotiate - perl-LWP-Mediatypes - perl-WWW-Robotrules - - programming/language/perl/perl-libwww/pspec.xml - - - perl-libwww - - perl - perl-URI - perl-NET-HTTP - perl-HTTP-Date - perl-HTML-Parser - perl-HTML-Tagset - perl-HTTP-Daemon - perl-File-Listing - perl-HTTP-Message - perl-Encode-Locale - perl-HTTP-Negotiate - perl-LWP-Mediatypes - perl-WWW-Robotrules - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/perl - - - - - 2014-09-10 - 6.05 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 6.05 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-21 - 6.05 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-07 - 6.04 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-HTTP-Message - http://search.cpan.org/~gaas/HTTP-Message-6.03/ - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - Class encapsulating HTTP Message headers - The HTTP::Headers class encapsulates HTTP-style message headers. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Message-6.06.tar.gz - - perl - perl-LWP-Mediatypes - perl-HTTP-Date - perl-HTML-Parser - perl-URI - - programming/language/perl/perl-HTTP-Message/pspec.xml - - - perl-HTTP-Message - - perl - perl-LWP-Mediatypes - perl-HTTP-Date - perl-HTML-Parser - perl-URI - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2014-09-10 - 6.06 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-24 - 6.06 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-01 - 6.03 - Rebuild for new perl. - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-11-16 - 6.03 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-NET-HTTP - http://search.cpan.org/~gaas/Net-HTTP-6.03/ - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - Low-level HTTP connection (client) - 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. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Net-HTTP-6.06.tar.gz - - perl - - programming/language/perl/perl-NET-HTTP/pspec.xml - - - perl-NET-HTTP - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2014-09-10 - 6.06 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-24 - 6.06 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-01 - 6.03 - Rebuild for new perl. - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-07 - 6.03 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Text-ParseWords - http://search.cpan.org/~chorny/Text-ParseWords-3.29/ParseWords.pm - - 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 - This module has two interfaces, one through color() and colored() and the other through constants. It also offers the utility functions uncolor(), colorstrip(), and colorvalid(), which have to be explicitly imported to be used - 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 - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2015-07-26 - 3.30 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-09-10 - 3.29 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 3.29 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-07 - 3.29 - Version bump, fix URL - Richard de Bruin - richdb@pisilinux.org - - - 2012-06-06 - 3.27 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-HTML-FormatText-WithLinks - http://search.cpan.org/dist/HTML-FormatText-WithLinks - - Osman Erkan - osman.erkan@pisilinux.org - - PerlArtistic GPL - library - programming.language.perl - HTML to text conversion with links as footnotes. - HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes. - http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-0.14.tar.gz - - perl - perl-HTML-Tree - perl-HTML-Format - - programming/language/perl/perl-HTML-FormatText-WithLinks/pspec.xml - - - perl-HTML-FormatText-WithLinks - - perl - perl-HTML-Tree - perl-HTML-Format - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2014-09-10 - 0.14 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 0.14 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-23 - 0.14 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Archive-Zip - http://search.cpan.org/dist/Archive-Zip - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - library - app:console - 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. - http://www.cpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.49.tar.gz - - perl - - programming/language/perl/perl-Archive-Zip/pspec.xml - - - perl-Archive-Zip - - perl - - - /usr/lib/perl5 - /usr/share/doc - /usr/share/man - /usr/bin - - - - - 2015-08-15 - 1.49 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-09-10 - 1.38 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-24 - 1.37 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-21 - 1.33 - Version Bump - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-06 - 1.31_04 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-HTTP-Body - http://search.cpan.org/~getty/HTTP-Body-1.15/ - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - HTTP Body Parser - HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/x-www-form-urlencoded, and multipart/form-data. - http://search.cpan.org/CPAN/authors/id/G/GE/GETTY/HTTP-Body-1.19.tar.gz - - perl - perl-Test-Deep - - programming/language/perl/perl-HTTP-Body/pspec.xml - - - perl-HTTP-Body - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2014-09-10 - 1.19 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-24 - 1.19 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-07 - 0.25 - Rebuild for perl - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-07 - 1.15 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Crypt-PasswdMD5 - http://search.cpan.org/dist/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 - - programming/language/perl/perl-Crypt-PasswdMD5/pspec.xml - - - perl-Crypt-PasswdMD5 - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - - 2014-09-10 - 1.40 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 1.40 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-08 - 1.40 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-06 - 1.3 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-Net-SSLeay - http://search.cpan.org/~flora/Net-SSLeay - - Pisi Linux Admins - admins@pisilinux.org - - Artistic - GPLv2 - library - programming.language.perl - Net::SSLeay module for perl - 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). - http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-1.66.tar.gz - - perl - perl-Test-Exception - openssl-devel - - programming/language/perl/perl-Net-SSLeay/pspec.xml - - - perl-Net-SSLeay - - perl - - - /usr/lib - /usr/share/man - /usr/share/doc/perl-Net-SSLeay - - - - - 2014-09-10 - 1.66 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-24 - 1.63 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-01 - 1.48 - Rebuild for new perl. - PisiLinux Community - admins@pisilinux.org - - - 2012-09-12 - 1.48 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-Sub-Uplevel - http://search.cpan.org/dist/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. - http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.24.tar.gz - - perl - - programming/language/perl/perl-Sub-Uplevel/pspec.xml - - - perl-Sub-Uplevel - - perl - - - /usr/lib - /usr/share/doc/perl-Sub-Uplevel - /usr/share/man - - - - - 2014-09-10 - 0.24 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 0.24 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-08 - 0.24 - Rebuild - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-06 - 0.24 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-GSSAPI - http://search.cpan.org/dist/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 - mit-kerberos - e2fsprogs - - - /usr/lib - /usr/share/man - - - - - 2015-04-23 - 0.28 - Release bump, fix deps - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 0.28 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-21 - 0.28 - Rebuild - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-06 - 0.28 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-HTTP-Cookies - http://search.cpan.org/~gaas/HTTP-Cookies-6.01/ - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - HTTP cookie jars - 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. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz - - perl - perl-HTTP-Message - - programming/language/perl/perl-HTTP-Cookies/pspec.xml - - - perl-HTTP-Cookies - - perl - perl-HTTP-Message - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2014-09-10 - 6.01 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 6.01 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-07 - 6.01 - Rebuild for perl - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-07 - 6.01 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-Test-Exception - http://search.cpan.org/dist/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. - http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-0.32.tar.gz - - perl - perl-Sub-Uplevel - - programming/language/perl/perl-Test-Exception/pspec.xml - - - perl-Test-Exception - - perl - perl-Sub-Uplevel - - - /usr/lib - /usr/share/doc/perl-Test-Exception - /usr/share/man - - - - - 2014-09-10 - 0.32 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 0.32 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-08 - 0.32 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-06 - 0.31 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - perl-HTML-Scrubber - http://search.cpan.org/dist/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. - http://search.cpan.org/CPAN/authors/id/N/NI/NIGELM/HTML-Scrubber-0.11.tar.gz - - perl-HTML-Parser - perl - - programming/language/perl/perl-HTML-Scrubber/pspec.xml - - - perl-HTML-Scrubber - - perl-HTML-Parser - perl - - - /usr/lib - /usr/share/man - - - - - 2014-09-10 - 0.11 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-24 - 0.11 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-07 - 0.09 - Rebuild for perl - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-07 - 0.09 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-LWP-Mediatypes - http://search.cpan.org/~gaas/LWP-MediaTypes-6.02/ - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - guess media type for a file or a URL - This module provides functions for handling media (also known as MIME) types and encodings. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz - - perl - - programming/language/perl/perl-LWP-Mediatypes/pspec.xml - - - perl-LWP-Mediatypes - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2014-09-10 - 6.02 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 12.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-12-01 - 12.2 - Rebuild for new perl. - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-09-07 - 6.02 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - perl-WWW-Robotrules - http://search.cpan.org/~gaas/WWW-RobotRules-6.02/ - - Osman Erkan - osman.erkan@pisilinux.org - - Artistic - GPLv2 - app:console - programming.language.perl - database of robots.txt-derived permissions - 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. - http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz - - perl - - programming/language/perl/perl-WWW-Robotrules/pspec.xml - - - perl-WWW-Robotrules - - perl - - - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2014-09-10 - 6.02 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-28 - 6.02 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-06 - 6.02 - Rebuild - Richard de Bruin - richdb@pisilinux.org - - - 2012-09-07 - 6.02 - First release - Osman Erkan - osman.erkan@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.28/vala-0.28.0.tar.xz - - glib2-devel - gobject-introspection-devel - libxslt - - 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/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 - - - /usr/include - /usr/lib/pkgconfig - /usr/share/pkgconfig - /usr/share/aclocal - /usr/share/vala/Makefile.vapigen - /usr/share/man/man3 - - - - - 2015-05-22 - 0.28.0 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-05-25 - 0.24.0 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2013-11-18 - 0.22.1 - Version bump. - Richard de Bruin - richdb@pisilinux.org - - - 2013-04-13 - 0.20.1 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-11-15 - 0.18.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - 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. - ftp://ftp.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.bz2 - - tcltk-devel - db-devel - gmp-devel - tcl-devel - gdbm-devel - zlib-devel - libffi-devel - openssl-devel - readline-devel - libyaml-devel - - programming/language/ruby/ruby/pspec.xml - - - ruby - - db - gmp - tcl - gdbm - zlib - tcltk - libffi - openssl - readline - libyaml - - - /usr/bin - /usr/lib/ruby/2.2.0/ - /usr/lib/ruby/site_ruby/ - /usr/lib/ruby/vendor_ruby/ - /usr/lib/ruby/libruby-static.a - /usr/lib/libruby.so.2.2 - /usr/lib/libruby.so.2.2.0 - /usr/lib/libruby-static.a - /usr/lib/libruby.so - /usr/share/ri - /usr/share/doc - /usr/share/man - - - - rubygems - rubygems, The Ruby standard for packaging ruby libraries - - ruby - - - /usr/bin/gem - /usr/lib/ruby/gems - /usr/share/ri/2.2.0/system/Gem - - - - ruby-devel - ruby için geliştirme dosyaları - ruby için geliştirme dosyaları - - ruby - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-04-18 - 2.2.2 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2015-04-09 - 2.2.1 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-05-24 - 2.1.2 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-04 - 2.0.0 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-28 - 2.0.0 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2012-10-07 - 1.9.3 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - 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.3-src.tar.gz - - tcl-devel - libX11-devel - libXft-devel - fontconfig-devel - - - tk-8.6.1-conf.patch - tk-8.6.1-fix-xft.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.5 - /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 - - - - - 2014-12-14 - 8.6.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-30 - 8.6.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2014-05-17 - 8.6.1 - Version bump and add patch. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 8.6.0 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-26 - 8.6.0 - Move pc files to devel pack, increase release no. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-01-26 - 8.6.0 - bump - Erdinç Gültekin - admins@pisilinux.org - - - 2012-09-15 - 8.5.12 - First release - Serdar Soytetir - kaptan@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.4-src.tar.gz - - zlib-devel - - programming/language/tcl/tcl/pspec.xml - - - tcl - - zlib - - - /usr/bin - /usr/lib - /usr/lib/tcl8.5 - /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.8.8.3/libsqlite* - /usr/lib/tcl8/8.6/tdbc/sqlite3-1.0.3.tm - /usr/share/man/mann/tdbc_sqlite3.n - /usr/share/man/mann/sqlite3.n - - - - - 2015-06-11 - 8.6.4 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-03-03 - 8.6.3 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-12-12 - 8.6.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-30 - 8.6.2 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2014-05-17 - 8.6.1 - Add patch. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-01-06 - 8.6.1 - Rebuild to fix stripping. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-24 - 8.6.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-26 - 8.6.0 - Move pc files to devel pack, increase release no. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-01-26 - 8.6.0 - bump - Erdinç Gültekin - admins@pisilinux.org - - - 2012-09-15 - 8.5.12 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - mercurial - http://www.selenic.com/mercurial - - 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. - http://mercurial.selenic.com/release/mercurial-3.3.3.tar.gz - - python-devel - - programming/scm/mercurial/pspec.xml - - - mercurial - - python - - - /usr/bin - /etc/bash_completion.d - /usr/lib - /usr/share/doc - /usr/share/man - - - - - 2015-04-04 - 3.3.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-01-10 - 3.2.4 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-03-07 - 2.9.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-01 - 2.8 - Ver. bump - Kamil Atlı - suvarice@gmail.com - - - 2012-10-06 - 2.3.1 - First release - Osman Erkan - osman.erkan@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.9.1.tar.bz2 - - apache - expat-devel - zlib-devel - ruby-devel - serf-devel - sqlite-devel - jdk7-openjdk - apr-util-devel - cyrus-sasl-devel - python-devel - dbus-devel - glib2-devel - openssl-devel - swig - - - 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 - - - /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 - - - - - 2015-09-04 - 1.9.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-04-04 - 1.8.13 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-14 - 1.8.10 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-06-21 - 1.8.9 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-04-03 - 1.8.8 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-03-03 - 1.8.5 - rebuild for openjdk - Kamil Atlı - suvarice@gmail.com - - - 2014-01-11 - 1.8.5 - rebuild for cyrus-sasl - Kamil Atlı - suvarice@gmail.com - - - 2013-12-28 - 1.8.5 - Fix Deps - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-12-24 - 1.8.5 - Version bump, fix deps, add mandatory serf dependency. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-30 - 1.8.1 - rebuild for perl-svn-simple - Kamil Atlı - suvarice@gmail.com - - - 2013-08-17 - 1.8.1 - Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-08-03 - 1.8.1 - *Version bump to 1.8.1 - *Disable neon as suggested in http://subversion.apache.org/docs/release-notes/1.8.html#neon-deleted - Fatih Turgel - hitaf@pisilinux.org - - - 2012-10-24 - 1.7.7 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libgit2 - https://libgit2.github.com - - Ertuğrul Erata - ertugrulerata@gmail.com - - GPLv2 - app:gui - 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/v0.23.0.tar.gz - - zlib-devel - openssl-devel - python - cmake - - programming/scm/libgit2/pspec.xml - - - libgit2 - - zlib - openssl - - - /usr/lib - - - - libgit2-devel - - libgit2 - zlib - openssl - - - /usr/lib/pkgconfig - /usr/include - - - - - 2015-08-01 - 0.23.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - git - http://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. - https://www.kernel.org/pub/software/scm/git/git-2.4.4.tar.xz - - tcltk-devel - openssl-devel - libpcre-devel - curl-devel - zlib-devel - expat-devel - xmlto - asciidoc - perl-Error - perl - libxslt - util-linux - - - project-root.patch - gitk-fonts.patch - git-1.5-gitweb-home-link.patch - git-cvsps-ignore.patch - fix-gitwebdir.patch - - programming/scm/git/pspec.xml - - - git - app:console - - perl-String-ShellQuote - perl-Net-SMTP-SSL - perl-Authen-SASL - perl-libwww - libpcre - perl-Git - openssh - openssl - rsync - expat - zlib - curl - - - /usr/bin - /usr/libexec/git-core - /etc/bash_completion.d - /usr/share/git-core - /usr/share/locale - /usr/share/man - /usr/share/doc - - - - git-daemon - GIT protocol daemon - GIT protokolü hizmeti - service - - zlib - libpcre - git - - - /etc/conf.d/git-daemon - /usr/libexec/git-core/git-daemon - /usr/share/man/man1/*daemon*.1* - /pub/scm - - - System.Service - - - git-daemon.confd - - - - perl-Git - Perl interface to GIT - GIT için perl arayüzü - library - programming.language.perl - - perl-Error - perl - - - /usr/lib/perl5 - /usr/share/man/man3/Git.3pm - - - - gitk - Git revision tree visualiser - Git sürüm ağacı görüntüleyici - 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 - 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* - - - - gitweb - Simple web interface to GIT repositories - GIT için Web arayüzü - interfaz web para GIT - app:web - server.web - - git - - - /var/www/localhost - /etc/conf.d/gitweb - /etc/apache2/conf.d - - - gitweb.confd - git.conf.httpd - - - - - 2015-06-20 - 2.4.4 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-04-04 - 2.3.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-02-07 - 2.3.0 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-09-19 - 2.2.2 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-09-13 - 2.1.0 - Rebuild for new perl. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-08-16 - 2.1.0 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-06-25 - 2.0.1 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-06-01 - 2.0.0 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-15 - 1.9.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-11 - 1.8.5.4 - Version bump and new rsync - Alihan Öztürk - alihan@pisilinux.org - - - 2013-11-21 - 1.8.4.4 - Version bump. - Richard de Bruin - richdb@pisilinux.org - - - 2013-10-29 - 1.8.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-21 - 1.8.3.2 - fix dep - Kamil Atlı - suvarice@gmail.com - - - 2013-07-04 - 1.8.3.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-08 - 1.8.2.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-01-29 - 1.8.1.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-28 - 1.8.0.3 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - vte - http://www.gnome.org - - PisiLinux Community - admins@pisilinux.org - - 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.28/vte-0.28.2.tar.xz - - gobject-introspection-devel - fontconfig-devel - gtk2-devel - pango-devel - cairo-devel - gtk-doc - gdk-pixbuf-devel - atk-devel - ncurses-devel - glib2-devel - libX11-devel - - - vte-0.28.2-limit-arguments.patch - vte-alt-meta-confusion.patch - vte-python-bugfixes.patch - vte-0.28.0-link.patch - vte-0.28.2-scale.patch - - x11/terminal/vte/pspec.xml - - - vte - library - - gobject-introspection - gtk2 - atk - cairo - gdk-pixbuf - pango - ncurses - glib2 - libX11 - - - /usr/bin - /usr/lib - /usr/libexec - /usr/share/doc - /usr/share/locale - /usr/share/vte - /usr/share/pygtk - /usr/share/gir-1.0/Vte-0.0.gir - - - - 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ı - - vte - gtk2-devel - pango-devel - cairo-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-05-16 - 0.28.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-01-25 - 0.28.2 - rebuild for unused - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-06 - 0.28.2 - Fix deps - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 0.28.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 0.28.2 - Rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-11-24 - 0.28.2 - First release - Osman Erkan - namso-0"@hotmail.it - - - - - - 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 - ftp://invisible-island.net/xterm/xterm-304.tgz - - fontconfig-devel - libICE-devel - libXaw-devel - libXft-devel - libXmu-devel - libXt-devel - utempter-devel - xorg-app - libXpm-devel - ncurses-devel - libX11-devel - - - 16colors.txt.diff - defaults.patch - - x11/terminal/xterm/pspec.xml - - - xterm - - fontconfig - libICE - libXaw - libXft - libXmu - libXt - utempter - xorg-app - libXpm - ncurses - libX11 - - - /usr/bin - /usr/share/X11 - /usr/share/doc - /usr/share/man - - - - - 2014-05-13 - 304 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-08-25 - 287 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-12 - 287 - First release - Erdinç Gültekin - admins@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. - mirrors://xorg/individual/xserver/xorg-server-1.17.2.tar.bz2 - - font-util - libjpeg-turbo-devel - libdmx-devel - libdrm-devel - libgcrypt-devel - libpciaccess-devel - libX11-devel - libXaw-devel - libXext-devel - libXfixes-devel - libXfont-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 - - - 0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch - 0002-dix-hook-up-the-unaccelerated-valuator-masks.patch - autoconfig-sis.patch - xorg-server-1.17.1-add_prime_support-1.patch - default-module-path.patch - ubuntu/001_fedora_extramodes.patch - ubuntu/03_static-nettle.diff - ubuntu/05_Revert-Unload-submodules.diff - ubuntu/105_nvidia_fglrx_autodetect.patch - ubuntu/10_Include-missing-selection-h.diff - ubuntu/188_default_primary_to_first_busid.patch - ubuntu/226_fall_back_to_autoconfiguration.patch - ubuntu/227_null_ptr_midispcur.patch - ubuntu/include-selection-h.patch - ubuntu/no-nv.patch - ubuntu/xf86-inactive-gpuscreen.patch - ubuntu/xfree86-no-xv-for-gpuscreens.patch - - x11/server/xorg-server/pspec.xml - - - xorg-server-common - Common files for X servers - X sunucuları için ortak dosyalar - data - - /etc/X11/fontpath.d - /etc/dbus-1 - /usr/lib/xorg/protocol.txt - /var/lib/xkb - /usr/share/doc - /usr/share/man/man1/Xserver.1 - - - - xorg-server - app:console - - libXau - eudev - libXdmcp - mesa - libdrm - pixman - libXfont - libunwind - libpciaccess - libxshmfence - libepoxy - - - /etc/X11/xorg.conf.d - /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 - - - xorg-video-modesetting - glamor-egl - - - xorg-save-xkb-config.sh - DriversDB - fedora/10-quirks.conf - - - - xorg-server-xdmx - Distributed Multihead X Server - Dağıtık, çok başlı X sunucusu - app:console - - xorg-server-common - libX11 - libXau - libXdmcp - libXi - libXt - libXmu - libdmx - libXaw - pixman - libXext - libXfont - libXfixes - libXrender - libunwind - - - /usr/bin/*dmx* - /usr/share/man/man1/*dmx* - - - - xorg-server-xwayland - Run X clients under wayland - app:console - - libXau - libXdmcp - libunwind - mesa - pixman - libdrm - libXfont - libepoxy - libxshmfence - wayland-client - xorg-server-common - - - /usr/bin/Xwayland - - - - xorg-server-xephyr - Nested X Server - Başka bir X ekranında çalışabilen X sunucusu - app:console - - libX11 - libXau - libxcb - libXdmcp - xorg-server-common - mesa - xcb-util - libunwind - pixman - libXext - libXfont - 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 - - libXau - libXdmcp - xorg-server-common - libXfont - 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 - - libX11 - libXau - libXdmcp - libXfont - 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 - - - /usr/include/xorg - /usr/lib/libxf86config.a - /usr/lib/pkgconfig - /usr/share/aclocal - - - - - 2015-07-14 - 1.17.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-17 - 1.17.1 - Version bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2015-02-06 - 1.16.3 - Release xorg-server-xnest - Ergün Salman - poyraz76@pisilinux.org - - - 2015-01-20 - 1.16.3 - Version bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2014-08-31 - 1.16.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-06-27 - 1.15.2 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-05-16 - 1.15.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-04-15 - 1.15.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-04-13 - 1.15.0 - Release bump,update driversdb - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-07 - 1.15.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-02 - 1.14.2 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-11-06 - 1.14.2 - Fix deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-11 - 1.14.2 - Update driversDB - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.14.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-28 - 1.14.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-27 - 1.14.1 - Dep Fixed, rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-06-21 - 1.14.1 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.14.1 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-18 - 1.14.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-02-05 - 1.13.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-09-25 - 1.13.0 - First release - Erdem Artan - admins@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.1.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 - - - - - 2015-05-08 - 1.9.1 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-21 - 1.9.1 - Rebuild xorg-server 1.6.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-08-31 - 1.9.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.9.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.9.0 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.9.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.9.0 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.9.0 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-14 - 1.9.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 1.8.1 - First release - Marcin Bojara - marcin@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.1.0.tar.bz2 - - xorg-server-devel - - x11/driver/xorg-video-vmware/pspec.xml - - - xorg-video-vmware - - mesa - libdrm - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 13.1.0 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 13.1.0 - Version bump. - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 13.0.2 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 13.0.2 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-03-09 - 13.0.1 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 13.0.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 13.0.1 - Rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-06-21 - 13.0.1 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 13.0.1 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 13.0.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-12 - 12.0.2 - First release - Marcin Bojara - marcin@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.3.6.tar.bz2 - - xorg-server-devel - - - git-fixes.diff - 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 - - - - - 2015-05-08 - 1.3.6 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2014-01-23 - 1.3.6 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.3.6 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.3.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.3.6 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.3.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.3.6 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.3.6 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 1.3.6 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 1.3.6 - First release - Marcin Bojara - marcin@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 - - x11/driver/xorg-input-void/pspec.xml - - - xorg-input-void - - /usr/lib/xorg - /usr/share/man - - - - - 2015-05-08 - 1.4.1 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 1.4.0 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.4.0 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.4.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.4.0 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.4.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.4.0 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.4.0 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-05-30 - 1.4.0 - First release - Erdem Artan - admins@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. - http://ftp.x.org/pub/individual/driver/xf86-input-synaptics-1.8.2.tar.bz2 - - libXi-devel - libXtst-devel - libmtdev-devel - xorg-server-devel - libevdev - util-macros - - - add_tapbuttons.diff - - 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 - - - - - 2015-05-08 - 1.8.2 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-22 - 1.8.1 - Version bump. - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-08-31 - 1.7.6 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.7.5 - version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-03-08 - 1.7.3 - Rebuild for xserver 1.15. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-08 - 1.7.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-25 - 1.7.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-26 - 1.7.1 - Fixed. - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-06-21 - 1.7.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.7.0 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-14 - 1.7.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 1.6.2 - First release - Marcin Bojara - marcin@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.9.2.tar.bz2 - - xorg-server-devel - libmtdev-devel - libevdev - util-macros - eudev-devel - - x11/driver/xorg-input-evdev/pspec.xml - - - xorg-input-evdev - - libmtdev - libevdev - eudev - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - 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 - - - - - 2015-05-08 - 2.9.2 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-22 - 2.9.1 - Version bump - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-08-31 - 2.9.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 2.8.4 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-03-08 - 2.8.2 - Rebuild for xserver 1.15. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-06 - 2.8.2 - Fix deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-11 - 2.8.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-25 - 2.8.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 2.8.0 - Add patch - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 2.8.0 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-14 - 2.8.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 2.7.3 - First release - Marcin Bojara - marcin@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. - http://freedesktop.org/software/vaapi/releases/libva-intel-driver/libva-intel-driver-1.5.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 - - - - - 2015-05-08 - 1.5.1 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-21 - 1.5.0 - Version bump. - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.3.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.3.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.3.1 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2014-04-23 - 1.3.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.3.3.tar.bz2 - - xorg-server-devel - - x11/driver/xorg-video-vesa/pspec.xml - - - xorg-video-vesa - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 2.3.3 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 2.3.3 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 2.3.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 2.3.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 2.3.2 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 2.3.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 2.3.2 - Rebuild - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 2.3.2 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 2.3.2 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 2.3.2 - First release - Marcin Bojara - marcin@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. - mirrors://xorg/individual/driver/xf86-video-intel-2.99.917.tar.bz2 - - 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 - - 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 - - - /usr/bin - /usr/lib - /usr/libexec - /usr/share/doc - /usr/share/man - /usr/share - - - - - 2015-05-10 - 2.99.917 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-21 - 2.99.917 - Version bump. - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 2.99.914 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 2.99.911 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-03-12 - 2.21.15 - Add xserver 1.15 xompat patch. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 2.21.15 - Version bump for xorg-server 1.15. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-06 - 2.21.9 - Fix deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 2.21.9 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 2.21.9 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 2.21.6 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-08 - 2.21.6 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-11 - 2.20.9 - First release - Marcin Bojara - marcin@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.1.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 - - - - - 2015-05-08 - 1.4.1 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-22 - 1.4.1 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.4.1 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.4.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.4.1 - First release - Serdar Soytetir - kaptan@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.4.4.tar.bz2 - - xorg-server-devel - - x11/driver/xorg-video-fbdev/pspec.xml - - - xorg-video-fbdev - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 0.4.4 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2014-01-23 - 0.4.4 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 0.4.4 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.4.4 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-03-09 - 0.4.3 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 0.4.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 0.4.3 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 0.4.3 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 0.4.3 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 0.4.3 - First release - Marcin Bojara - marcin@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.10.0.tar.bz2 - - libdrm-devel - mesa-devel - xorg-server-devel - - x11/driver/xorg-video-r128/pspec.xml - - - xorg-video-r128 - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 6.10.0 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 6.9.2 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 6.9.2 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 6.9.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 6.9.2 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 6.9.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 6.9.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 6.8.4 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-11 - 6.8.4 - First release - Marcin Bojara - marcin@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.2.9.tar.bz2 - - xorg-server-devel - - x11/driver/xorg-video-neomagic/pspec.xml - - - xorg-video-neomagic - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-10 - 1.2.9 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2014-01-23 - 1.2.8 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.2.8 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.2.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.2.8 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.2.7 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.2.7 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.2.7 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 1.2.7 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 1.2.7 - First release - Marcin Bojara - marcin@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.6.tar.bz2 - - xorg-server-devel - - - git-fixes.patch - - x11/driver/xorg-video-sisusb/pspec.xml - - - xorg-video-sisusb - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 0.9.6 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 0.9.6 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 0.9.6 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.9.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 0.9.6 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 0.9.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 0.9.6 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 0.9.6 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 0.9.6 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - xorg-video-tga - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org tga video driver - X.Org tga ekran kartı sürücüsü - xorg-video-tga contains the X.Org driver for DEC Tga cards. - xorg-video-tga, DEC Tga ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-tga-1.2.2.tar.bz2 - - xorg-server-devel - - - xf86-video-tga-1.2.2-remove-mibstore_h.patch - - x11/driver/xorg-video-tga/pspec.xml - - - xorg-video-tga - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - - - - - 2015-05-08 - 1.2.2 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 1.2.2 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.2.2 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.2.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.2.2 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.2.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.2.2 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 1.2.2 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-12 - 1.2.2 - First release - Marcin Bojara - marcin@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. - mirrors://xorg/individual/driver/xf86-video-cirrus-1.5.3.tar.bz2 - - libpciaccess-devel - xorg-server-devel - - x11/driver/xorg-video-cirrus/pspec.xml - - - xorg-video-cirrus - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 1.5.3 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2014-01-23 - 1.5.2 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.5.2 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.5.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.5.2 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.5.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.5.2 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.5.2 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 1.5.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 1.5.1 - First release - Marcin Bojara - marcin@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.3.7.tar.bz2 - - xorg-server-devel - - x11/driver/xorg-video-dummy/pspec.xml - - - xorg-video-dummy - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - - - - - 2015-05-08 - 0.3.7 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2014-01-23 - 0.3.7 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 0.3.7 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.3.7 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-03-09 - 0.3.6 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 0.3.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 0.3.6 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 0.3.6 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 0.3.6 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 0.3.6 - First release - Marcin Bojara - marcin@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 - - - git-fixes.patch - - x11/driver/xorg-video-voodoo/pspec.xml - - - xorg-video-voodoo - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-10 - 1.2.5 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 1.2.5 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.2.5 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.2.5 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.2.5 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.2.5 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.2.5 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.2.5 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-12 - 1.2.5 - First release - Marcin Bojara - marcin@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.8.tar.bz2 - - xorg-server-devel - - x11/driver/xorg-video-siliconmotion/pspec.xml - - - xorg-video-siliconmotion - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-10 - 1.7.8 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 1.7.7 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.7.7 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.7.7 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.7.7 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.7.7 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.7.7 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.7.7 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-11 - 1.7.7 - First release - Marcin Bojara - marcin@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.3.4.tar.bz2 - - xorg-server-devel - - - git-fix.diff - - x11/driver/xorg-video-i740/pspec.xml - - - xorg-video-i740 - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 1.3.4 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2014-01-23 - 1.3.4 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.3.4 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.3.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.3.4 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.3.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.3.4 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.3.4 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 1.3.4 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 1.3.4 - First release - Marcin Bojara - marcin@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.4.6.tar.bz2 - - libdrm-devel - mesa-devel - xorg-server-devel - - x11/driver/xorg-video-tdfx/pspec.xml - - - xorg-video-tdfx - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-10 - 1.4.6 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 1.4.5 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.4.5 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.4.5 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.4.5 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.4.5 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.4.5 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.4.5 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 1.4.5 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-12 - 1.4.5 - First release - Marcin Bojara - marcin@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. - http://source.pisilinux.org/1.0/xvba-video-0.7.8.i686.tar.gz - http://source.pisilinux.org/1.0/xvba-video-0.7.8.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 - - - - - 2015-05-08 - 0.7.8 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 0.7.8 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 0.7.8 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.7.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 0.7.8 - Rebuild for xserver 1.15. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-26 - 0.7.8 - Fix emul32. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 0.7.8 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-05-31 - 0.7.8 - First release - Fatih Turgel - admins@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.5.tar.bz2 - - xorg-server-devel - - - git-fixes.patch - - 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 - - - - - 2015-05-08 - 4.2.5 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 4.2.5 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 4.2.5 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 4.2.5 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 4.2.5 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 4.2.5 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 4.2.5 - Rebuild - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 4.2.5 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 4.2.5 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 4.2.5 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - xorg-input-aiptek - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org Aiptek USB Digital Tablet input driver - X.Org aiptek Dijital Tablet giriş aygıtı sürücüsü - xorg-input-aiptek contains the X.Org driver for Linux's generic event devices. It supports all input devices that the kernel knows about. - xorg-input-aiptek, 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-aiptek-1.4.1.tar.bz2 - - libX11-devel - libmtdev-devel - util-macros - - x11/driver/xorg-input-aiptek/pspec.xml - - - xorg-input-aiptek - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 1.4.1 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-22 - 1.4.1 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.4.1 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.4.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-08 - 1.4.1 - First release - Yusuf Aydemir - yusuf.aydemir@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.0.0.tar.bz2 - - xorg-server-devel - - - xf86-input-vmmouse-13.0.0-build_fix-1.patch - - 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 - - - - - 2015-05-08 - 13.0.0 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-27 - 13.0.0 - Rebuild for xorg-server-1.16.3 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-01 - 13.0.0 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 13.0.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 13.0.0 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 13.0.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 13.0.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 12.9.0 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-05-30 - 12.9.0 - First release - Erdem Artan - admins@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. - mirrors://xorg/individual/driver/xf86-video-mga-1.6.3.tar.bz2 - - libdrm-devel - mesa-devel - xorg-server-devel - - - mga-1.4.5-no-hal-advertising.patch - mga-1.4.12-bigendian.patch - mga-1.6.2-shadowfb.patch - - x11/driver/xorg-video-mga/pspec.xml - - - xorg-video-mga - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 1.6.3 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2014-01-23 - 1.6.3 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.6.3 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.6.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.6.3 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.6.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.6.2 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.6.2 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 1.6.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 1.6.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - xorg-video-geode - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org geode video driver - X.Org geode ekran kartı sürücüsü - xorg-video-geode contains the X.Org driver for AMD Geode video cards. - xorg-video-geode, AMD Geode ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-geode-2.11.16.tar.bz2 - - xorg-server-devel - - - xf86-video-geode-2.11.16-glibc-2.20.patch - build-fix-1.17.patch - - x11/driver/xorg-video-geode/pspec.xml - - - xorg-video-geode - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - - - - - 2015-05-10 - 2.11.16 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-02-10 - 2.11.16 - Rebuild xorg-server 1.6.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 2.11.16 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 2.11.15 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 2.11.15 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 2.11.14 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 2.11.14 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 2.11.4 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 2.11.14 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-12 - 2.11.13 - First release - Marcin Bojara - marcin@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.8.tar.bz2 - - libdrm-devel - mesa-devel - xorg-server-devel - - x11/driver/xorg-video-savage/pspec.xml - - - xorg-video-savage - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-10 - 2.3.8 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 2.3.7 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 2.3.7 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 2.3.7 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 2.3.7 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 2.3.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 2.3.6 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 2.3.6 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-11 - 2.3.6 - First release - Marcin Bojara - marcin@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 - - libvdpau-devel - libva-devel - mesa-devel - libX11-devel - - - libva-vdpau-driver-0.7.4-libvdpau-0.8.patch - libva-vdpau-driver-0.7.4-glext-85.patch - libva-vdpau-driver-0.7.4-drop-h264-api.patch - - x11/driver/vdpau-video/pspec.xml - - - vdpau-video - - libX11 - libvdpau - mesa - - - /usr/lib - /usr/share/doc - - - - - 2015-05-08 - 0.7.4 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-22 - 0.7.4 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 0.7.4 - Rebuild for xorg-server-1.16.0 and libvdpau-0.8 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.7.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-08 - 0.7.4 - Rebuild for xserver 1.15 - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-08 - 0.7.4 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-11-06 - 0.7.4 - Fix deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 0.7.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 0.7.4 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-11 - 0.7.4 - First release - Marcin Bojara - marcin@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.11.tar.bz2 - - libdrm-nouveau - libpciaccess-devel - mesa-devel - xorg-server-devel - - x11/driver/xorg-video-nouveau/pspec.xml - - - xorg-video-nouveau - - libdrm - libdrm-nouveau - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 1.0.11 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-21 - 1.0.11 - Rebuild for xorg-server 1.6.3 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-09-04 - 1.0.11 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-09-01 - 1.0.10 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.0.10 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-08 - 1.0.10 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-05 - 1.0.9 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.0.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.0.8 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.0.7 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-14 - 1.0.7 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-10 - 1.0.6 - First release - Marcin Bojara - marcin@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.10.7.tar.bz2 - - libdrm-devel - mesa-devel - xorg-server-devel - - - 0001-Disable-UploadToScreen-and-DownloadFromScreen.patch - git-fixes.patch - Xi.patch - - x11/driver/xorg-video-sis/pspec.xml - - - xorg-video-sis - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 0.10.7 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 0.10.7 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 0.10.7 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.10.7 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 0.10.7 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 0.10.7 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 0.10.7 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 0.10.7 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 0.10.7 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - xorg-video-apm - http://www.x.org - - 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.2.5.tar.bz2 - - xorg-server-devel - util-macros - xorg-proto - - - git-fix.diff - - x11/driver/xorg-video-apm/pspec.xml - - - xorg-video-apm - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 1.2.5 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-21 - 1.2.5 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.2.5 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.2.5 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.2.5 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.2.5 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.2.5 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.2.5 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 1.2.5 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 1.2.5 - First release - Marcin Bojara - marcin@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.3.3.tar.bz2 - - libdrm-devel - libXext-devel - libXv-devel - libXvMC-devel - xorg-server-devel - - - openchrome-0.2.904-fix_tvout_flickering.patch - fixed.patch - - 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 - - - - - 2015-05-08 - 0.3.3 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-02-10 - 0.3.3 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 0.3.3 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.3.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 0.3.3 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-02 - 0.3.3 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-08-25 - 0.3.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 0.3.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 0.3.1 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-11 - 0.3.1 - First release - Marcin Bojara - marcin@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.2.0.tar.bz2 - - xorg-server-devel - - - xorg-x11-drv-v4l-support_v4l2_only_drivers.patch - xf86-video-v4l-0.2.0-build-fix.patch - - x11/driver/xorg-video-v4l/pspec.xml - - - xorg-video-v4l - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-15 - 0.2.0 - Release bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-01-23 - 0.2.0 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 0.2.0 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.2.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 0.2.0 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 0.2.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 0.2.0 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 0.2.0 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-05-31 - 0.2.0 - First release - Erdem Artan - admins@pisilinux.org - - - - - - xorg-video-trident - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org trident video driver - X.Org trident ekran kartı sürücüsü - xorg-video-trident contains the X.Org driver for Trident cards. - xorg-video-trident, Trident ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-trident-1.3.7.tar.bz2 - - xorg-server-devel - - x11/driver/xorg-video-trident/pspec.xml - - - xorg-video-trident - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 1.3.7 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 1.3.6 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.3.6 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.3.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.3.6 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.3.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.3.6 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.3.6 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 1.3.6 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-12 - 1.3.6 - First release - Marcin Bojara - marcin@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. - mirrors://xorg/individual/driver/xf86-video-ati-7.5.0.tar.bz2 - - libdrm-devel - libpciaccess-devel - mesa-devel - pixman-devel - xorg-server-devel - - x11/driver/xorg-video-radeon/pspec.xml - - - xorg-video-radeon - - libdrm-radeon - libpciaccess - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-10 - 7.5.0 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 7.5.0 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-10-18 - 7.5.0 - Version bump - Ergün Salman - poyraz76@pisilinux.org - - - 2014-09-01 - 7.4.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 7.3.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-08 - 7.3.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-02 - 7.1.0 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-11-06 - 7.1.0 - Fix deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 7.1.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 7.1.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 6.14.6 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-11 - 6.14.6 - First release - Marcin Bojara - marcin@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.2.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 - - - - - 2015-05-08 - 1.6.2 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-22 - 1.6.2 - Rebuild for xorg-server-1.16.3 - Ergün Salman - poyraz76@pisilinux.org - - - 2014-09-01 - 1.6.2 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.6.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.6.2 - Rebuild for xserver 1.15. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.6.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.6.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.6.1 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-05-30 - 1.6.1 - First release - Erdem Artan - admins@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. - mirrors://sourceforge/linuxwacom/xf86-input-wacom/xf86-input-wacom-0.29.0.tar.bz2 - - libXi-devel - libXrandr-devel - xorg-server-devel - libXinerama-devel - eudev-devel - - 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 - - - - - 2015-05-08 - 0.29.0 - Version bump - Ergün Salman - Poyraz76@pisilinux.org - - - 2015-01-23 - 0.24.0 - Version bump - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 0.24.0 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.24.0 - version bump - Kamil Atlı - suvarice@gmail.com - - - 2014-03-09 - 0.23.0 - Rebuild for xserver 1.15. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-08 - 0.23.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-05 - 0.22.1 - Fix deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 0.22.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-21 - 0.22.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-06-21 - 0.21.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 0.17.0 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-11 - 0.17.0 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - xorg-video-glint - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org glint video driver - X.Org glint ekran kartı sürücüsü - xorg-video-glint contains the X.Org driver for 3DLabs Permedia cards. - xorg-video-glint, 3DLabs Permedia ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-glint-1.2.8.tar.bz2 - - libdrm-devel - mesa-devel - xorg-server-devel - - - git-fix.diff - - x11/driver/xorg-video-glint/pspec.xml - - - xorg-video-glint - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 1.2.8 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2014-01-23 - 1.2.8 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.2.8 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.2.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.2.8 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.2.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.2.8 - Rebuild - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.2.8 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-03 - 1.2.8 - Fix build with xorg-server-1.14.x - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 1.2.8 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - xorg-video-s3virge - http://www.x.org - - 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.10.6.tar.bz2 - - xorg-server-devel - - - git-fixes.patch - - x11/driver/xorg-video-s3virge/pspec.xml - - - xorg-video-s3virge - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-08 - 1.10.6 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 1.10.6 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.10.6 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.10.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 1.10.6 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.10.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.10.6 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.10.6 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-11 - 1.10.6 - First release - Marcin Bojara - marcin@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 - 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 - - - - xorg-input-acecad-devel - Development files for ececad driver - acecad sürücüsü için geliştirme dosyaları - - xorg-input-acecad - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-05-08 - 1.5.0 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-22 - 1.5.0 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.5.0 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.5.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-08 - 1.5.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - xorg-video-mach64 - http://www.x.org - - PisiLinux Community - admins@pisilinux.org - - MIT - driver - x11.driver - X.Org mach64 video driver - X.Org mach64 ekran kartı sürücüsü - xorg-video-mach64 contains the X.Org driver for ATI Mach64 (Rage) video cards. - xorg-video-mach64, ATI Mach64 (Rage) ekran kartları için X.Org sürücüsünü içerir. - mirrors://xorg/individual/driver/xf86-video-mach64-6.9.5.tar.bz2 - - libdrm-devel - mesa-devel - xorg-server-devel - - x11/driver/xorg-video-mach64/pspec.xml - - - xorg-video-mach64 - - xorg-server - - - /usr/lib/xorg - /usr/share/doc - /usr/share/man - - - - - 2015-05-10 - 6.9.5 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-23 - 6.9.4 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 6.9.4 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 6.9.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-09 - 6.9.4 - Rebuild for xserver 1.15. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 6.9.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 6.9.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 6.9.3 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-10-11 - 6.9.3 - First release - Marcin Bojara - marcin@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.8.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 - - - - - 2015-05-08 - 1.8.0 - Release bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-21 - 1.8.0 - Rebuild for xorg-server-1.16.3 - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-09-01 - 1.8.0 - Rebuild for xorg-server-1.16.0 - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.8.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-08 - 1.8.0 - Rebuild for xserver 1.15. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-08 - 1.8.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-25 - 1.7.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.7.0 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-29 - 1.7.0 - build for xorg 1.14 - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-14 - 1.7.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-11 - 1.6.2 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - xorg-font - http://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.4.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 - xorg-app - - 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 - - - - - 2015-11-17 - 7.6 - Release Bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2014-05-16 - 7.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-01 - 7.6 - Add fonts. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-25 - 7.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2010-11-01 - 7.6 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - xkeyboard-config - http://freedesktop.org/wiki/Software/XKeyboardConfig - - PisiLinux Community - admins@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.14.tar.bz2 - - intltool - xorg-proto - xorg-app - libxslt-devel - libX11-devel - - - xkeyboard-config-1.4-jp-tilde.patch - - x11/misc/xkeyboard-config/pspec.xml - - - xkeyboard-config - - xorg-app - libxslt - libX11 - - - /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 - - - - - 2015-05-14 - 2.14 - Release bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-01-29 - 2.14 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-01-21 - 2.13 - Version bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2014-08-31 - 2.12 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-15 - 2.11 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-08-25 - 2.9 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 2.9 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-22 - 2.7 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - xorg-app - http://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.4.tar.bz2 - mirrors://xorg/individual/app/bdftopcf-1.0.5.tar.bz2 - mirrors://xorg/individual/app/beforelight-1.0.5.tar.bz2 - mirrors://xorg/individual/app/bitmap-1.0.8.tar.bz2 - mirrors://xorg/individual/app/editres-1.0.6.tar.bz2 - mirrors://xorg/individual/app/fonttosfnt-1.0.4.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.7.tar.bz2 - mirrors://xorg/individual/app/ico-1.0.4.tar.bz2 - mirrors://xorg/individual/app/listres-1.0.3.tar.bz2 - 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.1.2.tar.bz2 - mirrors://xorg/individual/app/oclock-1.0.3.tar.bz2 - mirrors://xorg/individual/app/rendercheck-1.4.tar.bz2 - mirrors://xorg/individual/app/rgb-1.0.6.tar.bz2 - mirrors://xorg/individual/app/rstart-1.0.5.tar.bz2 - mirrors://xorg/individual/app/scripts-1.0.1.tar.bz2 - mirrors://xorg/individual/app/sessreg-1.1.0.tar.bz2 - mirrors://xorg/individual/app/setxkbmap-1.3.0.tar.bz2 - mirrors://xorg/individual/app/showfont-1.0.5.tar.bz2 - mirrors://xorg/individual/app/smproxy-1.0.5.tar.bz2 - mirrors://xorg/individual/app/twm-1.0.8.tar.bz2 - mirrors://xorg/individual/app/viewres-1.0.4.tar.bz2 - mirrors://xorg/individual/app/x11perf-1.5.4.tar.bz2 - mirrors://xorg/individual/app/xauth-1.0.9.tar.bz2 - mirrors://xorg/individual/app/xbacklight-1.2.1.tar.bz2 - mirrors://xorg/individual/app/xbiff-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xcalc-1.0.6.tar.bz2 - mirrors://xorg/individual/app/xclipboard-1.1.3.tar.bz2 - mirrors://xorg/individual/app/xclock-1.0.7.tar.bz2 - mirrors://xorg/individual/app/xcmsdb-1.0.4.tar.bz2 - mirrors://xorg/individual/app/xcompmgr-1.1.6.tar.bz2 - mirrors://xorg/individual/app/xconsole-1.0.6.tar.bz2 - mirrors://xorg/individual/app/xcursorgen-1.0.6.tar.bz2 - mirrors://xorg/individual/app/xdbedizzy-1.1.0.tar.bz2 - mirrors://xorg/individual/app/xditview-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xdpyinfo-1.3.1.tar.bz2 - mirrors://xorg/individual/app/xedit-1.2.2.tar.bz2 - mirrors://xorg/individual/app/xev-1.2.2.tar.bz2 - mirrors://xorg/individual/app/xeyes-1.1.1.tar.bz2 - mirrors://xorg/individual/app/xf86dga-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xfd-1.1.2.tar.bz2 - mirrors://xorg/individual/app/xfindproxy-1.0.4.tar.bz2 - mirrors://xorg/individual/app/xfontsel-1.0.5.tar.bz2 - mirrors://xorg/individual/app/xfs-1.1.4.tar.bz2 - mirrors://xorg/individual/app/xfsinfo-1.0.5.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.7.tar.bz2 - mirrors://xorg/individual/app/xinput-1.6.1.tar.bz2 - mirrors://xorg/individual/app/xkbcomp-1.3.0.tar.bz2 - mirrors://xorg/individual/app/xkbevd-1.1.4.tar.bz2 - mirrors://xorg/individual/app/xkbprint-1.0.4.tar.bz2 - mirrors://xorg/individual/app/xkbutils-1.0.4.tar.bz2 - mirrors://xorg/individual/app/xkill-1.0.4.tar.bz2 - mirrors://xorg/individual/app/xload-1.1.2.tar.bz2 - mirrors://xorg/individual/app/xlogo-1.0.4.tar.bz2 - mirrors://xorg/individual/app/xlsatoms-1.1.2.tar.bz2 - mirrors://xorg/individual/app/xlsclients-1.1.3.tar.bz2 - mirrors://xorg/individual/app/xlsfonts-1.0.5.tar.bz2 - mirrors://xorg/individual/app/xmag-1.0.5.tar.bz2 - mirrors://xorg/individual/app/xman-1.1.3.tar.bz2 - mirrors://xorg/individual/app/xmessage-1.0.4.tar.bz2 - mirrors://xorg/individual/app/xmh-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xmodmap-1.0.9.tar.bz2 - mirrors://xorg/individual/app/xmore-1.0.2.tar.bz2 - mirrors://xorg/individual/app/xpr-1.0.4.tar.bz2 - mirrors://xorg/individual/app/xprop-1.2.2.tar.bz2 - mirrors://xorg/individual/app/xrandr-1.4.3.tar.bz2 - mirrors://xorg/individual/app/xrdb-1.1.0.tar.bz2 - mirrors://xorg/individual/app/xrefresh-1.0.5.tar.bz2 - mirrors://xorg/individual/app/xset-1.2.3.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.1.tar.bz2 - mirrors://xorg/individual/app/xsm-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xstdcmap-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xvidtune-1.0.3.tar.bz2 - mirrors://xorg/individual/app/xvinfo-1.1.3.tar.bz2 - mirrors://xorg/individual/app/xwd-1.0.6.tar.bz2 - mirrors://xorg/individual/app/xwininfo-1.1.3.tar.bz2 - mirrors://xorg/individual/app/xwud-1.0.4.tar.bz2 - - 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 - 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 - - 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 - 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 - - libxkbfile-devel - xorg-app - - - /usr/lib/pkgconfig - - - - - 2015-05-10 - 7.6 - Update. - Burak Ertürk - burakerturk@pisilinux.org - - - 2014-08-31 - 7.6 - Update. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 7.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-07 - 7.6 - Release bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-06 - 7.6 - Split devel package to prevent lots of devel pack installation. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-12 - 7.6 - Update: xfwp, xload, xprop, xset, xwd, xclipboard, twm, xman, xclock, xfindproxy, xkill, xlsclients, xmodmap, xrdb - Marcin Bojara - marcin@pisilinux.org - - - 2013-09-05 - 7.6 - Add missing method to pakhandler.py - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 7.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-17 - 7.6 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-07-31 - 7.6 - Update some apps, fix build luit - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 7.6 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-06-21 - 7.6 - Update - Marcin Bojara - marcin@pisilinux.org - - - 2013-02-13 - 7.6 - Update - Marcin Bojara - marcin@pisilinux.org - - - 2012-09-25 - 7.6 - First release - Erdem Artan - admins@pisilinux.org - - - - - - xbitmaps - http://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.1.tar.bz2 - x11/misc/xbitmaps/pspec.xml - - - xbitmaps - - /usr/include/X11/bitmaps - /usr/lib/pkgconfig - /usr/share/pkgconfig - - - - - 2014-05-15 - 1.1.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-08-25 - 1.1.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2010-12-14 - 1.1.0 - First release - Pisi Linux Admins - 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.3.4.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 - - - - - 2015-11-30 - 1.3.4 - add patchs. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-10 - 1.3.4 - Version Bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-07-28 - 1.3.3 - add xdg runtime dir fix localuser dir - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-16 - 1.3.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-09-12 - 1.3.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.3.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.3.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-09-26 - 1.3.2 - First release - Erdem Artan - admins@pisilinux.org - - - - - - font-util - http://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.1.tar.bz2 - - zlib-devel - - 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 - - - - - 2015-05-10 - 1.3.1 - Version bump. - Burak Ertürk - burakerturk@pisilinux.org - - - 2014-05-16 - 1.3.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-06 - 1.3.0 - Fix deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.3.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-09-25 - 1.3.0 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libXi - http://www.x.org/ - - 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.7.4.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 - - - /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 - - glibc-32bit - libXext-32bit - libX11-32bit - - - glibc-32bit - libXi - libXext-32bit - libX11-32bit - - - /usr/lib32 - - - - - 2014-08-31 - 1.7.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.7.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.7.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.7.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 1.7.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.7.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-02-17 - 1.6.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.6.1 - First release - Erdem Artan - admins@pisilinux.org - - - - - - 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://github.com/anholt/libepoxy/archive/v1.2.tar.gz - - libX11-devel - mesa-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 - - - /usr/include - /usr/lib/pkgconfig - - - - libepoxy-32bit - 32-bit shared libraries for libeproxy - emul32 - emul32 - - glibc-32bit - libX11-32bit - mesa-32bit - - - glibc-32bit - - - /lib32 - /usr/lib32 - - - - - 2015-05-27 - 1.2 - First release - Stefan Gronewold(groni) - groni@pisilinux.org - - - - - - libXv - http://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.10.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 - - - /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 - - glibc-32bit - libX11-32bit - libXext-32bit - - - libXv - glibc-32bit - libX11-32bit - libXext-32bit - - - /usr/lib32 - - - - - 2014-05-16 - 1.0.10 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.0.10 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-12 - 1.0.10 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.0.9 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 1.0.9 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.0.8 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.0.7 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libXcomposite - http://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.4.tar.bz2 - - 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 - - - /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 - glibc-32bit - - - libXcomposite - libX11-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2014-05-16 - 0.4.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 0.4.4 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 0.4.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-02-17 - 0.4.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-22 - 0.4.3 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libdmx - http://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.3.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 - - - - - 2014-05-16 - 1.1.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.1.3 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.1.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.1.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.1.2 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libX11 - http://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie X11 de X.Org. - X.Org X11 library - X.Org X11 kitaplığı - X.Org X11 Bibliothek - Core X11 protocol client library. - mirrors://xorg/individual/lib/libX11-1.6.3.tar.bz2 - - libxcb-devel - xorg-proto - util-macros - xtrans - - x11/library/libX11/pspec.xml - - - libX11 - - libxcb - - - /usr/lib/libX11* - /usr/lib/X11 - /usr/share/X11 - /usr/share/doc/libX11 - - - - libX11-devel - Development files for X11 library - libX11 için geliştirme dosyaları - - libX11 - libxcb-devel - xorg-proto - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libX11-32bit - 32-bit shared libraries for libX11 - libX11 için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libxcb-32bit - glibc-32bit - - - libX11 - libxcb-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2015-05-22 - 1.6.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-11 - 1.6.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.6.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-12 - 1.6.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 1.6.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.6.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-24 - 1.5.0 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - xcb-util - http://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 - glibc-32bit - - - xcb-util - libxcb-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2015-12-13 - 0.4.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2013-10-07 - 0.3.9 - Clean actions.py emul32 build. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 0.3.9 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 0.3.9 - First release - Erdem Artan - admins@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.0.tar.gz - - mesa-devel - libgcc - - x11/library/mesa-glu/pspec.xml - - - mesa-glu - - mesa - 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 - - mesa-32bit - libgcc - glibc-32bit - - - mesa-glu - mesa-32bit - libgcc - glibc-32bit - - - /usr/lib32 - - - - - 2015-01-22 - 9.0.0 - Release bump. - Ergün Salman - Poyraz76@pisilinux.org - - - 2014-05-16 - 9.0.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 9.0.0 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 9.0.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-13 - 9.0.0 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXft - http://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.2.tar.bz2 - - 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 - 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 - glibc-32bit - - - libXft - freetype-32bit - fontconfig-32bit - libXrender-32bit - zlib-32bit - libX11-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2014-08-31 - 2.3.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 2.3.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-01 - 2.3.1 - Rebuild for freetype. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-07 - 2.3.1 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 2.3.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-22 - 2.3.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXaw - http://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.13.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 - glibc-32bit - - - libXaw - libXext-32bit - libXmu-32bit - libXpm-32bit - libXt-32bit - libX11-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2015-08-15 - 1.0.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-16 - 1.0.12 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-07 - 1.0.12 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-07 - 1.0.11 - Revert back to 1.0.11. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-12 - 1.0.12 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.0.11 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-27 - 1.0.11 - Move pc files to devel pack, rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-07-27 - 1.0.11 - Move .pc files to devel package - Fatih Turgel - hitaf@pisilinux.org - - - 2012-11-22 - 1.0.11 - 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-0.5.0.tar.gz - - util-macros - libxcb-devel - - x11/library/libxkbcommon/pspec.xml - - - libxkbcommon - - libxcb - - - /usr/share/doc/libxkbcommon/ - /usr/lib/lib*.so* - - - - libxkbcommon-devel - Development files for libxkbcommon - libxkbcommon için geliştirme dosyaları - - libxkbcommon - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - libxkbcommon-32bit - 32-bit shared libraries for libxkbcommon - emul32 - emul32 - - libxcb-32bit - glibc-32bit - - - libxkbcommon - libxcb-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2015-03-04 - 0.5.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-05-16 - 0.4.2 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-10-07 - 0.3.1 - Rebuild, clean emul32 installation. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-02 - 0.3.1 - First release. - Osman Erkan - osman.erkan@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 - ghostscript-devel - - 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 - - - - - 2016-01-09 - 1.4 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-10-07 - 1.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-05-27 - 1.2 - V.Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-05-27 - 1.0 - First release - erdinc gültekin - admins@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 - - 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 - - - - - 2015-04-07 - 0.9.3 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libXinerama - http://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.3.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 - glibc-32bit - - - libXinerama - libX11-32bit - libXext-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2014-05-16 - 1.1.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.1.3 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.1.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 1.1.3 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-06-21 - 1.1.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-22 - 1.1.2 - 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.0.0.tar.gz - + freeglut-devel mesa-devel mesa-glu-devel - libX11-devel - libXi-devel - libXxf86vm-devel - libXext-devel - libXrandr-devel - cmake - - x11/library/freeglut/pspec.xml - - - freeglut - - mesa - 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 - - - - freeglut-32bit - 32-bit shared libraries for freeglut - freeglut için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - mesa-32bit - mesa-glu-32bit - libXi-32bit - libX11-32bit - libXxf86vm-32bit - libXrandr-32bit - - - freeglut - glibc-32bit - mesa-32bit - libXi-32bit - libXxf86vm-32bit - libX11-32bit - libXrandr-32bit - - - /usr/lib32 - - - - - 2015-04-27 - 3.0.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-16 - 2.8.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-01-25 - 2.8.1 - rebuild unused - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-08 - 2.8.1 - verbump to 2.8.1 , Rebuild, clean emul32 installation. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-25 - 2.8.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-13 - 2.8.0 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libxcb - http://xcb.freedesktop.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - The X protocol C-language Binding (XCB) - X protokolü için C dili bağlayıcısı (XCB) - The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility. - http://xcb.freedesktop.org/dist/libxcb-1.11.1.tar.bz2 - - libXau-devel - libXdmcp-devel - libxslt - util-macros - xcb-proto - libxcb-1.1-no-pthread-stubs.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 - x11/library/libxcb/pspec.xml + multimedia/video/smpeg/pspec.xml - libxcb + smpeg - libXau - libXdmcp - glibc - - - /usr/lib - /usr/share/man - /usr/share/doc - - - - libxcb-devel - Development files for libxcb - libxcb için geliştirme dosyaları - - libxcb - libXau-devel - libXdmcp-devel - - - /usr/include/xcb - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - pthread-stubs.pc - - - - libxcb-32bit - 32-bit shared libraries for libxcb - libxcb için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libXau-32bit - libXdmcp-32bit - glibc-32bit - - - libxcb - libXau-32bit - libXdmcp-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2015-12-13 - 1.11.1 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2015-05-22 - 1.11 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-11 - 1.10 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-07 - 1.10 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-08 - 1.9.1 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-07-28 - 1.9.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-18 - 1.9 - First release - Erdinç Gültekin - 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. - ftp://ftp.freedesktop.org/pub/mesa/older-versions/10.x/10.5.5/mesa-10.5.5.tar.gz - - llvm - llvm-libs - llvm-clang-devel - xorg-proto - expat-devel - libdrm-devel - libXext-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 - python-mako - libxshmfence-devel - - x11/library/mesa/pspec.xml - - - mesa - - alternatives - llvm-libs - llvm-clang - libX11 - libgcc - libxcb - expat - libdrm - libXext - libXfixes - libXdamage - libXxf86vm - libXv - libXvMC - libdrm-intel - libdrm-radeon - libdrm-nouveau - wayland-client - wayland-server - libxshmfence - - - /etc - /usr/bin - /usr/lib - /usr/share/doc - - - System.Package - - - drirc - - - - mesa-devel - Development files for mesa - mesa için geliştirme dosyaları - - libdrm-devel - libXext-devel - wayland-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 - - expat-32bit - libXt-devel - libXv-32bit - libX11-32bit - libcap-32bit - libdrm-32bit - libXext-32bit - libXvMC-32bit - eudev-32bit - wayland-32bit - libvdpau-32bit - libXfixes-32bit - libXdamage-32bit - libXxf86vm-32bit - libdrm-intel-32bit - libdrm-radeon-32bit - libdrm-nouveau-32bit - libxshmfence-32bit - - - alternatives - glibc-32bit - libgcc - libxcb-32bit - expat-32bit - libX11-32bit - libdrm-32bit - libxcb-32bit - libXext-32bit - wayland-32bit - libXfixes-32bit - libXdamage-32bit - libXxf86vm-32bit - libXv-32bit - libXvMC-32bit - libdrm-intel-32bit - libxshmfence-32bit - libdrm-radeon-32bit - libdrm-nouveau-32bit - wayland-32bit - mesa - - - /usr/lib32 - - - System.Package - - - - - 2016-01-10 - 10.5.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-05 - 10.5.4 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2015-01-28 - 10.4.3 - Version bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2015-01-20 - 10.4.2 - Version bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2014-09-24 - 10.3.0 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-08-31 - 10.2.6 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-07-08 - 10.1.6 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-05-24 - 10.1.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-16 - 10.1.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-10 - 10.1.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-04-23 - 10.1.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-08 - 10.1.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-06 - 9.2.0 - Fix deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-02 - 9.2.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 9.1.5 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-18 - 9.1.5 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-14 - 9.1.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-01 - 9.1 - add missing dep. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-02-28 - 9.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-04 - 9.0 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libxkbfile - http://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.0.9.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 - - - - - 2015-08-15 - 1.0.9 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-16 - 1.0.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.0.8 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.0.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.0.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.0.8 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libXrandr - http://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.0.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 - - - /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 - - glibc-32bit - libX11-32bit - libXext-32bit - libXrender-32bit - - - libXrandr - glibc-32bit - libX11-32bit - libXext-32bit - libXrender-32bit - - - /usr/lib32 - - - - - 2015-08-15 - 1.5.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-09-15 - 1.4.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.4.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-07 - 1.4.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-07 - 1.4.1 - Revert back to 1.4.1. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-12 - 1.4.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.4.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 1.4.1 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-06-21 - 1.4.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-22 - 1.4.0 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - 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/1.12.0/glew-1.12.0.tgz - - mesa-glu-devel - - - add_bin_target.patch - - x11/library/glew/pspec.xml - - - glew - - mesa - 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 - - mesa-32bit - libX11-32bit - - - mesa-32bit - glibc-32bit - libX11-32bit - glew - - - /usr/lib32 - - - - - 2015-08-15 - 1.12.0 - Version bump. - Osman Erkan - osman.erkan@pisilinux.org - - - 2015-01-27 - 1.10.0 - Release bump + Dep Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-05-16 - 1.10.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-07 - 1.10.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-06 - 1.9.0 - Fix deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-08 - 1.9.0 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.9.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 1.9.0 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2012-10-30 - 1.9.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libXvMC - http://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.8.tar.bz2 - - 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 - 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 - - - - - 2014-05-16 - 1.0.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-19 - 1.0.8 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-11-06 - 1.0.8 - Fix deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-07 - 1.0.8 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-02 - 1.0.8 - Split 32bit. - PisiLinux Community - admins@pisilinux.org - - - 2013-08-25 - 1.0.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 1.0.8 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-06-21 - 1.0.8 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.0.7 - First release - Erdem Artan - 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. - http://wayland.freedesktop.org/releases/wayland-1.9.0.tar.xz - - libffi-devel - expat-devel - - x11/library/wayland/pspec.xml - - - wayland - - expat - - - /usr/bin - /usr/share/doc/ - /usr/share/aclocal - /usr/share/wayland - /usr/share/man - - - - 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 - - wayland - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/pkgconfig - - - - wayland-32bit - 32-bit shared libraries for wayland - emul32 - emul32 - - libffi-32bit - glibc-32bit - expat-32bit - - - wayland - expat-32bit - libffi-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2015-11-05 - 1.9.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2015-02-16 - 1.7.0 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-09-25 - 1.6.0 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-07-06 - 1.5.0 - Version Bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-05-16 - 1.4.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-13 - 1.4.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-27 - 1.2.1 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-11-06 - 1.2.1 - Fix deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-31 - 1.2.1 - First release. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libXfixes - http://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-5.0.1.tar.bz2 - - xorg-proto - libX11-devel - util-macros - - x11/library/libXfixes/pspec.xml - - - libXfixes - - /usr/lib - /usr/share/doc - - - - libXfixes-devel - Development files for libXfixes - libXfixes için geliştirme dosyaları - - libXfixes - libX11-devel - - - /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 - glibc-32bit - - - libXfixes - libX11-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2014-05-16 - 5.0.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 5.0.1 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 5.0.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-27 - 5.0.1 - Move pc files to devel pack, rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-07-27 - 5.0.1 - Move .pc files to devel package - Fatih Turgel - hitaf@pisilinux.org - - - 2013-06-21 - 5.0.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 5.0 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libXxf86dga - http://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.4.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 - - - - - 2014-05-16 - 1.1.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.1.4 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.1.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.1.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.1.3 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libxshmfence - http://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.2.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 - - glibc-32bit - libX11-32bit - libXext-32bit - - - libxshmfence - glibc-32bit - libX11-32bit - libXext-32bit - - - /usr/lib32 - - - - - 2015-05-05 - 1.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.1 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - xcb-util-wm - http://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 - glibc-32bit - - - xcb-util-wm - libxcb-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2014-05-16 - 0.4.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.4.1 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2013-10-07 - 0.3.9 - Clean actions.py emul32 build. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 0.3.9 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-08 - 0.3.9 - First release - Yusuf Aydemir - yusuf.aydemir@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. - http://www.freedesktop.org/software/vaapi/releases/libva/libva-1.5.1.tar.bz2 - - libdrm-devel - libXext-devel - libXfixes-devel - mesa-devel - wayland-devel - - x11/library/libva/pspec.xml - - - libva - - libX11 - libdrm - libXext - libXfixes - mesa - 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 - mesa-32bit - libX11-32bit - glibc-32bit - - - libva - libdrm-32bit - wayland-32bit - libXext-32bit - libXfixes-32bit - libX11-32bit - mesa-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2015-05-10 - 1.5.1 - Version bump - Burak Ertürk - burakerturk@pisilinux.org - - - 2015-01-21 - 1.5.0 - Version bump - Ergün Salman - poyraz76@pisilinux.org - - - 2014-05-16 - 1.3.1 - Version bump - Alihan Öztürk - alihan@pisilinux.org - - - 2014-04-23 - 1.3.0 - Version bump - PisiLinux Community - admins@pisilinux.org - - - 2014-02-20 - 1.2.1 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-10-07 - 1.2.1 - Version bump, clean actions.py. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.1.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-10 - 1.1.0 - 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. - http://dri.freedesktop.org/libdrm/libdrm-2.4.60.tar.bz2 - - libpciaccess-devel - - x11/library/libdrm/pspec.xml - - - libdrm - - libpciaccess - - - /etc - /usr/lib/libdrm.* - /lib/udev/rules.d - /usr/share/doc - /usr/share/man - - - 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.* - - - - libkms - Userspace library for kernel mode setting - Çekirdekteki ekran modu değiştirme servisleri için kullanıcı düzeyi arayüz - - libdrm - - - /usr/lib/libkms.* - - - - libdrm-devel - Development files for libdrm - libdrm için geliştirme dosyaları - - libdrm - libdrm-intel - libdrm-nouveau - libdrm-radeon - libkms - - - /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 - - glibc-32bit - libpciaccess-32bit - - - libdrm - glibc-32bit - 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.* - - - - libkms-32bit - 32-bit shared libraries for libkms - libkms için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - libkms - libdrm-32bit - - - /usr/lib32/libkms.* - - - - - 2015-10-18 - 2.4.60 - Version bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2015-01-28 - 2.4.59 - Version bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2014-10-18 - 2.4.58 - Version bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2014-09-08 - 2.4.56 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 2.4.54 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-03-07 - 2.4.52 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-07 - 2.4.46 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 2.4.46 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-13 - 2.4.46 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-02-28 - 2.4.42 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-22 - 2.4.40 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXfont - http://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.1.tar.bz2 - - libfontenc-devel - util-macros - freetype-devel - xorg-proto - xtrans - zlib-devel - freetype-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 - - - - - 2015-08-15 - 1.5.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-08-31 - 1.5.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-17 - 1.4.7 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-07 - 1.4.7 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-07 - 1.4.6 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.4.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 1.4.6 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-22 - 1.4.5 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXcursor - http://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.1.14.tar.bz2 - - 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 - - glibc-32bit - libX11-32bit - libXfixes-32bit - libXrender-32bit - - - libXcursor - glibc-32bit - libX11-32bit - libXfixes-32bit - libXrender-32bit - - - /usr/lib32 - - - - - 2014-05-16 - 1.1.14 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.1.14 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.1.14 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 1.1.14 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-06-21 - 1.1.14 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.1.13 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libSM - http://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.2.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 - - glibc-32bit - libICE-32bit - libutil-linux-32bit - - - glibc-32bit - libICE-32bit - libutil-linux-32bit - libSM - - - /usr/lib32 - - - - - 2014-05-16 - 1.2.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-07 - 1.2.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-06 - 1.2.1 - Fix deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-07 - 1.2.1 - Revert back to 1.2.1, cleanup. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-12 - 1.2.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.2.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.2.1 - First release - Erdem Artan - 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.3.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 - - - - - 2014-05-16 - 1.1.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.1.3 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.1.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-26 - 1.1.3 - Move pc files to devel pack, rebuild. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-06-21 - 1.1.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.1.2 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libXdmcp - http://x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Xdmcp de X.Org. - X.Org Xdmcp library - X.Org Xdmcp kitaplığı. - X.Org Xdmcp Bibliothek - LibXdmcp is the X Display Manager Control Protocol library. - LibXdmcp, X Ekran Yöneticisi Denetim Protokolü kitaplığıdır. - http://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.1.2.tar.bz2 - - libxslt - util-macros - xorg-proto - libbsd-devel - - x11/library/libXdmcp/pspec.xml - - - libXdmcp - - libbsd - - - /usr/lib - /usr/share/doc - - - - libXdmcp-devel - Development files for libXdmcp - libXdmcp için geliştirme dosyaları - - xorg-proto - libXdmcp - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/doc/*/*.xml - - - - libXdmcp-32bit - 32-bit shared libraries for libXdmcp - libXdmcp için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - glibc-32bit - - - libXdmcp - glibc-32bit - - - /usr/lib32 - - - - - 2015-06-06 - 1.1.2 - Runtime dep fixed. - Osman Erkan - osman.erkan@yandex.com - - - 2015-05-22 - 1.1.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-11 - 1.1.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-08 - 1.1.1 - Rebuild, clean actions.py. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-08-23 - 1.1.1 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libXxf86misc - http://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. - http://source.pisilinux.org/1.0/libXxf86misc-1.0.3.tar.gz - - libXext-devel - libXxf86miscproto-devel - xorg-proto - util-macros - - x11/library/libXxf86misc/pspec.xml - - - libXxf86misc - - libXext - libXxf86miscproto - - - /usr/lib - /usr/share/doc - - - - libXxf86misc-devel - Development files for libXxf86misc - libXxf86misc için geliştirme dosyaları - - libXxf86misc - libXext-devel - libXxf86miscproto-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 - - - - - 2014-05-16 - 1.0.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.0.3 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.0.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 1.0.3 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2012-10-23 - 1.0.3 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libXpm - http://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.11.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 - glibc-32bit - - - libXpm - libXext-32bit - libXt-32bit - libX11-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2014-05-16 - 3.5.11 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-07 - 3.5.11 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-09-12 - 3.5.10 - Revert back to 3.5.10. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-12 - 3.5.11 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 3.5.10 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 3.5.10 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libICE - http://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.9.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 - - glibc-32bit - - - glibc-32bit - libICE - - - /usr/lib32 - - - - - 2014-08-31 - 1.0.9 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.0.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.0.8 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.0.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.0.8 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libpciaccess - http://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.13.4.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 - - glibc-32bit - - - glibc-32bit - libpciaccess - - - /usr/lib32 - - - - - 2015-05-05 - 0.13.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.13.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 0.13.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 0.13.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-21 - 0.13.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-01 - 0.13.1 - rebuild - Erdinc Gültekin - erdincgultekin@pisilinux.org - - - 2012-11-22 - 0.13.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXt - http://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.1.5.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 - - glibc-32bit - libX11-32bit - libSM-32bit - - - glibc-32bit - libXt - libX11-32bit - libSM-32bit - libICE-32bit - - - /usr/lib32 - - - - - 2015-08-15 - 1.1.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-16 - 1.1.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.1.4 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.1.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 1.1.4 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-06-21 - 1.1.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.1.3 - First release - Erdem Artan - admins@pisilinux.org - - - - - - xcb-util-keysyms - http://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 - - 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 - glibc-32bit - - - xcb-util-keysyms - libxcb-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2015-12-13 - 0.4.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2014-05-16 - 0.3.9 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 0.3.9 - Clean actions.py emul32 build. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 0.3.9 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-08 - 0.3.9 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libXext - http://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.3.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 - glibc-32bit - - - libXext - libX11-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2014-08-31 - 1.3.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 1.3.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.3.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.3.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.3.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.3.1 - First release - Erdem Artan - admins@pisilinux.org - - - - - - xcb-util-renderutil - http://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 - - 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 - - glibc-32bit - libxcb-32bit - - - glibc-32bit - libxcb-32bit - - - /usr/lib32 - - - - - 2014-09-01 - 0.3.9 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.3.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 0.3.8 - Clean actions.py emul32 build. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 0.3.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-08 - 0.3.8 - 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. - http://people.freedesktop.org/~aplattner/vdpau/libvdpau-1.1.tar.gz - - 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 - - glibc-32bit - libXext-32bit - - - libvdpau - glibc-32bit - libXext-32bit - - - /usr/lib32 - - - - - 2015-11-20 - 1.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-01-22 - 0.9 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-09-01 - 0.8 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.7 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-20 - 0.7 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-10-07 - 0.7 - Version bump, clean actions.py. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 0.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-06 - 0.6 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-10 - 0.5 - First release - Marcinn Bojara - marcin@pisilinux.org - - - - - - libXtst - http://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.2.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 - glibc-32bit - - - libX11-32bit - libXext-32bit - glibc-32bit - libXtst - - - /usr/lib32 - - - - libXtst-devel - Development files for libXtst - libXtst için geliştirme dosyaları - - libXi-devel - libXext-devel - libXtst - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/aclocal - /usr/share/doc/*/*.xml - /usr/share/man - - - - - 2014-05-16 - 1.2.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-19 - 1.2.2 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-08-25 - 1.2.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.2.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.2.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.2.1 - First release - Erdem Artan - admins@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 - glibc-32bit - - - /usr/lib32 - - - - - 2015-11-13 - 1.0.3 - Release bump. - Stefan Gronewold (groni) - groni@pisilinux.org - - - 2014-05-16 - 1.0.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.0.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.0.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-27 - 1.0.2 - Move pc files to devel pack, rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-07-27 - 1.0.2 - Move .pc files to devel package - Fatih Turgel - hitaf@pisilinux.org - - - 2013-06-21 - 1.0.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-15 - 1.0.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - xcb-util-image - http://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 - glibc-32bit - - - glibc-32bit - xcb-util-32bit - libxcb-32bit - - - /usr/lib32 - - - - - 2015-12-13 - 0.4.0 - Version bump. - Kamil Atlı - suvari@pisilinux.org - - - 2014-05-16 - 0.3.9 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 0.3.9 - Clean actions.py emul32 build. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 0.3.9 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 0.3.9 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2012-12-08 - 0.3.9 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - xcb-util-cursor - http://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. - http://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.2.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 - glibc-32bit - xcb-util-image-32bit - xcb-util-renderutil-32bit - - - glibc-32bit - libxcb-32bit - xcb-util-image-32bit - xcb-util-renderutil-32bit - - - /usr/lib32 - - - - - 2015-08-26 - 0.1.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - - - - libXmu - http://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.2.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 - glibc-32bit - - - libXmu - glibc-32bit - libXt-32bit - libX11-32bit - libXext-32bit - - - /usr/lib32 - - - - - 2014-05-16 - 1.1.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-07 - 1.1.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-07 - 1.1.1 - Revert back to 1.1.1. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-12 - 1.1.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 1.1.1 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-27 - 1.1.1 - Move pc files to devel pack, rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-07-27 - 1.1.1 - Move .pc files to devel package - Fatih Turgel - hitaf@pisilinux.org - - - 2012-06-01 - 1.1.1 - First release - Erdem Artan - admins@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 - http://www.freedesktop.org/software/libevdev/libevdev-1.3.2.tar.xz - - 0001-Revert-Drop-deprecated-functions.patch - 0001-Revert-Drop-some-leftover-deprecated-constants.patch - - x11/library/libevdev/pspec.xml - - - libevdev - - /usr/bin - /usr/lib - /usr/include - /usr/share - /usr/share/doc - - - - - 2015-01-25 - 1.3.2 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-05-16 - 1.2 - version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-01-30 - 0.6 - Revert back to 0.6 version. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-30 - 0.9.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-10-11 - 0.4 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - libFS - http://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.7.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 - - - - - 2015-08-15 - 1.0.7 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-16 - 1.0.6 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-10-07 - 1.0.5 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.0.5 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.0.5 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.0.4 - First release - Erdem Artan - admins@pisilinux.org - - - - - - pixman - http://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.32.6.tar.bz2 - 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 - - glibc-32bit - - - pixman - glibc-32bit - - - /usr/lib32 - - - - - 2014-08-31 - 0.32.6 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-16 - 0.32.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-07 - 0.32.4 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-07 - 0.30.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-09-12 - 0.30.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-08-25 - 0.30.0 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 0.30.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-22 - 0.28.0 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libXrender - http://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.9.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 - - - /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 - - glibc-32bit - libX11-32bit - - - libXrender - glibc-32bit - libX11-32bit - - - /usr/lib32 - - - - - 2015-08-15 - 0.9.9 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-16 - 0.9.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 0.9.8 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 0.9.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 0.9.8 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 0.9.7 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libXxf86miscproto - http://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 - - - - - 2014-05-16 - 0.9.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-06 - 0.9.3 - Fix deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-07 - 0.9.3 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 0.9.3 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-02-17 - 0.9.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-23 - 0.9.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libXau - http://www.x.org/ - - PisiLinux Community - admins@pisilinux.org - - MIT - library - x11.library - Librairie Au de X.Org. - X.Org Au library - X.Org Au kitaplığı. - X.Org Au Bibliothek - libXau provides functions to manage X authorization files - libXau, X yetkilendirme dosyalarını yönetmek için işlevler sağlar. - http://xorg.freedesktop.org/archive/individual/lib/libXau-1.0.8.tar.gz - - util-macros - xorg-proto - - - visibility.patch - - x11/library/libXau/pspec.xml - - - libXau - - /usr/lib - - - - libXau-devel - Development files for libXau - libXau için geliştirme dosyaları - - libXau - - - /usr/include/X11 - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man - - - - libXau-32bit - 32-bit shared libraries for libXau - libXau için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - glibc-32bit - - - glibc-32bit - - - /usr/lib32 - - - - - 2014-06-01 - 1.0.8 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.0.8 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-06-21 - 1.0.8 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-08-23 - 1.0.7 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libXres - http://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.0.7.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 - - - - - 2014-05-16 - 1.0.7 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.0.7 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.0.7 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.0.7 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.0.6 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libfontenc - http://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.3.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 - - - - - 2015-08-15 - 1.1.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-16 - 1.1.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.1.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.1.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-06-21 - 1.1.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.1.1 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libXdamage - http://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.4.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 - - glibc-32bit - libX11-32bit - libXfixes-32bit - - - glibc-32bit - libXdamage - libXfixes-32bit - libX11-32bit - - - /usr/lib32 - - - - - 2014-05-16 - 1.1.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-20 - 1.1.4 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-10-07 - 1.1.4 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.1.4 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-30 - 1.1.4 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2013-02-17 - 1.1.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.1.3 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libXScrnSaver - http://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.2.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 - - glibc-32bit - libX11-32bit - libXext-32bit - - - libXScrnSaver - glibc-32bit - libX11-32bit - libXext-32bit - - - /usr/lib32 - - - - - 2014-05-16 - 1.2.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-10-07 - 1.2.2 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-08-25 - 1.2.2 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-06-01 - 1.2.2 - First release - Erdem Artan - admins@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. - mirrors://sourceforge/scim/scim-1.4.14.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 - - - /etc - /usr/bin - /usr/lib/scim-1.0 - /usr/share/scim - /usr/share/doc - /usr/share/locale - - - scim.session - scim.env - - - - scim-libs - Libraries of SCIM - - libX11 - libgcc - 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 - - - - - 2014-05-16 - 1.4.14 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-11 - 1.4.14 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-08-25 - 1.4.14 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-02 - 1.4.14 - First release - Marcin Bojara - marcin@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.7.tar.gz - - xmlto - freetype-devel - util-linux - libxslt - lynx - - - productname.patch - 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 - - - - - 2015-08-05 - 4.5.7 - Release bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-06-14 - 4.5.1 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-23 - 4.5.1 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2013-01-13 - 4.5.1 - 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 - - - - - 2015-01-27 - 5.01 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-06-14 - 4.20 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-10 - 4.20 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2012-09-24 - 4.20 - First release - Erdem Artan - admins@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://www.kernel.org/pub/linux/utils/boot/syslinux/4.xx/syslinux-4.07.tar.xz - - nasm - libutil-linux-devel - - - nopie.patch - fixisohybrid.patch - - system/boot/syslinux/pspec.xml - - - syslinux - - mtools - libutil-linux - 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 - - - - - 2014-06-14 - 4.07 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-04-13 - 4.07 - version bump - Kamil Atlı - suvarice@gmail.com - - - 2014-03-09 - 4.06 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-03-24 - 4.06 - Back to 4x line - Erdinç Gültekin - admins@pisilinux.org - - - 2013-02-07 - 5.00 - fix isohybrid - Erdinç Gültekin - admins@pisilinux.org - - - 2013-01-08 - 5.00 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - gfxtheme-pisilinux-install - www.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ı. - http://source.pisilinux.org/1.0/gfxtheme-pisilinux-install-0.2.tar.xz - - gfxboot - fribidi-devel - - - chmod-t.patch - - system/boot/gfxtheme-pisilinux-install/pspec.xml - - - gfxtheme-pisilinux-install - - /usr/share/gfxtheme/pisilinux/install - - - - - 2014-08-04 - 0.2 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-06-14 - 0.1 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-23 - 0.1 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-04-06 - 0.1 - First release. - Serdar Soytetir - kaptan@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://source.pisilinux.org/1.0/plymouth-0.8.8.tar.gz - http://source.pisilinux.org/1.0/plymouth-theme-pisilinux-0.2.tar.xz - - pisilinux/generate-flist.py - - - kernel-headers - libdrm-devel - libpng-devel - cairo-devel - pango-devel - gtk2-devel - - - pisilinux/disable-source-code-tracing.patch - pisilinux/adapt-theme-script.patch - pisilinux/add-pisilinux-theme.patch - mageia/plymouth-restore-suspend.patch - fedora/fix-crash.patch - - system/boot/plymouth/pspec.xml - - - plymouth - - libdrm - plymouth-core-libs - mkinitramfs - - - /bin - /sbin - /usr/sbin - /bin/plymouth - /usr/libexec/plymouth - /etc/plymouth - /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/lib/tmpfiles.d/plymouth.conf - - - 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. - - plymouth-core-libs - 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 - - plymouth-core-libs - freetype - gtk2 - atk - gdk-pixbuf - fontconfig - - - /usr/lib/plymouth/renderers/x11* - - - - plymouth-utils - Plymouth related utilities - plymouth-utils contains utilities that integrate with Plymouth including a boot log viewing application. - - pango - gtk2 - - - /usr/bin/plymouth-log-viewer - - - - 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 - glib2 - pango - plymouth-core-libs - 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 - plymouth-core-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-plugin-throbgress - Plymouth Throbgress plugin - plymouth-plugin-throbgress contains the "throbgress" boot splash plugin for Plymouth. It features a centered logo and animated spinner that spins repeatedly while a progress bar advances at the bottom of the screen. - - plymouth-plugin-label - plymouth-graphics-libs - plymouth-core-libs - - - /usr/lib/plymouth/throbgress.so - - - - 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. - - plymouth-plugin-throbgress - - - /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 - plymouth-core-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 - plymouth-core-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 - plymouth-core-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 - - - - - 2014-08-04 - 0.8.8 - Enable gdm support. - marcin bojara - marcin@pisilinux.org - - - 2014-07-20 - 0.8.8 - New artwork. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-04-26 - 0.8.8 - Fix theme images for libpng warnings. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-04-13 - 0.8.8 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-10 - 0.8.8 - Add tmpfiles.conf - PisiLinux Community - admins@pisilinux.org - - - 2013-09-08 - 0.8.8 - /var/run => /run - marcin bojara - marcin@pisilinux.org - - - 2013-07-31 - 0.8.8 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-04-08 - 0.8.8 - Fixes. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-02-06 - 0.8.8 - First release - marcin bojara - marcin@pisilinux.org - - - 2013-01-16 - 0.8.8 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - 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/0.15/efivar-0.15.tar.bz2 - - popt-devel - - system/boot/efivar/pspec.xml - - - efivar - - /usr/lib - /usr/share/man - /usr/bin - - - - efivar-devel - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-02-21 - 0.15 - Version Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-09-27 - 0.10.8 - First release - Aydın Demirel - aydin.demirel@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ç - http://source.pisilinux.org/1.0/efibootmgr.tar.gz - - pciutils-devel - zlib-devel - efivar - efivar-devel - - system/boot/efibootmgr/pspec.xml - - - efibootmgr - - /usr/sbin - /usr/share/man - /usr/lib/* - - - - efibootmgr-devel - - /usr/include - - - - - 2014-09-27 - 0.7.0.16 - First release - Aydın Demirel - aydin.demirel@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/releases/download/1.0.1/ConsoleKit2-1.0.1.tar.bz2 - - acl-devel - pam-devel - dbus-devel - eudev-devel - zlib-devel - glib2-devel - libX11-devel - libnih-devel - cgmanager-devel - polkit-devel - libxslt - xmlto - util-linux - - 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/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 - dbus-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - 2016-01-13 - 1.0.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-11-07 - 1.0.0 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-09-26 - 1.0.0 - readd pam-foreground-compat.ck script. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-08-10 - 1.0.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-07-20 - 0.9.5 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-16 - 0.9.4 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-15 - 0.9.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-02-05 - 0.9.2 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-08-01 - 0.4.6 - Rebuild. - Marcin Bojara - marcin@pisilinux.org - - - 2014-05-11 - 0.4.6 - Release bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-03-06 - 0.4.6 - Dep Fix - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-01-09 - 0.4.6 - Add gentoo patches and ConsoleKit.conf - Marcin Bojara - marcin@pisilinux.org - - - 2013-09-08 - 0.4.6 - /var/run => /run - Marcin Bojara - marcin@pisilinux.org - - - 2013-03-04 - 0.4.6 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-08-23 - 0.4.5 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - blender - http://www.blender.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-2.75a.tar.gz - - boost-devel - cmake - ffmpeg-devel - fftw3-devel - freetype-devel - glew-devel - icu4c-devel - ilmbase-devel - jack-audio-connection-kit-devel - libdc1394-devel - libgomp - libjpeg-turbo-devel - libpng-devel - libsdl-devel - libsndfile-devel - libspnav-devel - libX11-devel - libXi-devel - libXxf86vm-devel - mesa-devel - mesa-glu-devel - openal-devel - openexr-devel - openjpeg-devel - python3-devel - tiff-devel - openimageio-devel - webp-devel - zlib-devel - - - 06-blender-2.68-fix-install-rules.patch - - multimedia/editor/blender/pspec.xml - - - blender - - boost - ffmpeg - fftw3 - freetype - glew - ilmbase - 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 - - - /usr/bin - /usr/lib/python3.3/ - /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 - - - - - 2015-07-24 - 2.75a - Version bump. - Ali Algul - alialgul@pisilinux.org - - - 2015-01-24 - 2.75 - Version bump. - Ali Algul - alialgul@pisilinux.org - - - 2015-01-24 - 2.73a - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-01-08 - 2.73 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-12-30 - 2.72b - Rebuild, remove opencolorio dependency - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-11-10 - 2.72b - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-10-08 - 2.72 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-06-27 - 2.71 - Version bump. - Nikolay Semenov - tribunal@pisilinux.org - - - 2014-05-28 - 2.70a - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-04-23 - 2.7.0 - Rebuild - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-03-25 - 2.7.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-11-26 - 2.69 - Rebuild for ffmpeg. - Kamil Atlı - suvarice@gmail.com - - - 2013-11-09 - 2.69 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-31 - 2.69 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-10-14 - 2.68a - rebuild for icu4c. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-08-17 - 2.68a - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-07-25 - 2.68 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-04-20 - 2.66 - V.Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-01-01 - 2.65 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - 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://pkgs.fedoraproject.org/repo/pkgs/ladspa/ladspa_sdk_1.13.tgz/671be3e1021d0722cadc7fb27054628e/ladspa_sdk_1.13.tgz - - ladspa-sdk-1.12-gcc4.patch - properbuild.patch - asneeded.patch - notests.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 - - - - - 2014-05-25 - 1.13 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2014-01-29 - 1.13 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-12 - 1.13 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - libchromaprint - http://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://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-1.2.tar.gz - - ffmpeg-devel - - multimedia/plugin/libchromaprint/pspec.xml - - - libchromaprint - - ffmpeg - - - /usr/share - /usr/lib - - - - libchromaprint-devel - libchromaprint için geliştirme dosyaları - - libchromaprint - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-12-18 - 1.2 - Version bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-05-25 - 1.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-11-25 - 1.1 - Version Bump - PisiLinux Community - admins@pisilinux.org - - - 2013-07-28 - 0.7 - Move pc files to devel pack, rebuild - PisiLinux Community - admins@pisilinux.org - - - 2012-12-17 - 0.7 - First release - Marcin Bojara - marcin@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 - - - 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 - - multimedia/misc/libid3tag/pspec.xml - - - libid3tag - - zlib - - - /usr/lib - /usr/share/doc - - - - libid3tag-devel - - libid3tag - - - /usr/include - /usr/lib/pkgconfig - - - id3tag.pc - - - - - 2014-05-20 - 0.15.1b - Rebuild - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-28 - 0.15.1b - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2010-10-12 - 0.15.1b - First release - Pisi Linux Admins - admins@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.0/libdvdcss-1.4.0.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 - - - - - 2016-01-05 - 1.4.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-09-29 - 1.3.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-05-21 - 1.2.13 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2014-01-29 - 1.2.13 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-08-29 - 1.2.12 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - gd - http://www.libgd.org - - PisiLinux Community - admins@pisilinux.org - - as-is - BSD - library - 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. - https://github.com/libgd/libgd/archive/gd-2.1.1.tar.gz - - fontconfig-devel - zlib-devel - freetype-devel - libpng-devel - libjpeg-turbo-devel - tiff-devel - libvpx-devel - - - gd-2.1.1-libvpx-1.4.0.patch - - multimedia/misc/gd/pspec.xml - - - gd - - fontconfig - tiff - libvpx - libjpeg-turbo - zlib - freetype - libpng - - - /usr/bin - /usr/lib - /usr/share/doc/gd - - - - gd-devel - Development files for gd - gd için geliştirme dosyaları - - gd - - - /usr/include - /usr/lib/pkgconfig - /usr/bin/gdlib-config - - - - gd-docs - Documents for gd - gd için geliştirme belgeleri - - /usr/share/doc/gd/html - - - - - 2014-08-02 - 2.1.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-24 - 2.1.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-01-25 - 2.0.35 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-12 - 2.0.35 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - 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 - - - - - 2014-11-10 - 2.9.19 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-24 - 2.9.18 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-22 - 2.9.18 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-28 - 2.9.18 - Move pc files to devel pack, rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2011-06-13 - 2.9.18 - First release - Ertuğrul Erata - admins@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. - http://libkate.googlecode.com/files/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ı + smpeg-devel + Development files for smpeg + smpeg için geliştirme dosyaları - libkate - libogg-devel - libpng-devel + smpeg + /usr/bin/smpeg-config /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 - - - - - 2014-05-24 - 0.4.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 0.4.1 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-07-31 - 0.4.1 - missing dep. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2012-08-29 - 0.4.1 - First release - PisiLinux Community - admins@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 - - 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 - - - - - 2014-05-25 - 1.0.1 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 1.0.1 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2010-10-12 - 1.0.1 - First release - Pisi Linux Admins - 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 - - - - - 2015-09-16 - 0.2.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-25 - 0.2.2 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 0.2.2 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-04-28 - 0.2.2 - Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-01-01 - 0.2.2 - First release - Osman Erkan - osman.erkan@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. - http://dl.matroska.org/downloads/libebml/libebml-1.3.1.tar.bz2 - 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/share/man/man3 - - - - - 2015-08-20 - 1.3.1 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-24 - 1.3.0 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-11-16 - 1.3.0 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2012-11-07 - 1.2.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - liboil - http://www.schleef.org/liboil/ - - 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 - - - - - 2014-05-24 - 0.3.17 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-01 - 0.3.17 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2011-01-05 - 0.3.17 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - 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 - - - - - 2014-05-24 - 0.6.21 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2014-01-30 - 0.6.21 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-08-29 - 0.6.21 - First release - PisiLinux Community - admins@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 - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-08-20 - 5.1.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-29 - 5.0.1 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2014-03-10 - 5.0.1 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-31 - 5.0.1 - missing dep - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-01-06 - 5.0.1 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - frei0r-plugins - http://www.piksel.org/frei0r - - 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. - http://distfiles.macports.org/frei0r-plugins/frei0r-plugins-1.4.tar.gz - - libgcc - - - explicitly-link-with-lm.patch - - multimedia/misc/frei0r-plugins/pspec.xml - - - frei0r-plugins - - libgcc - - - /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 - - - - - 2014-05-20 - 1.4 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-03-01 - 1.4 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-11-30 - 1.4 - Rebuild for ffmpeg. - PisiLinux Community - admins@pisilinux.org - - - 2013-07-31 - 1.4 - missing dep. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-28 - 1.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2011-09-13 - 1.3 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - orc - http://code.entropywave.com/projects/orc/ - - PisiLinux Community - admins@pisilinux.org - - BSD - BSD-2 - app:console - multimedia.misc - The Oil Runtime Compiler - Optimized Inner Loop Runtime Compiler - http://gstreamer.freedesktop.org/src/orc/orc-0.4.19.tar.gz - multimedia/misc/orc/pspec.xml - - - orc - - /usr/bin/ - /usr/lib/ - /usr/share/ - - - - orc-32bit - 32-bit shared libraries for orc - emul32 - emul32 - - glibc-32bit - - - glibc-32bit - 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 - - - - - 2014-05-20 - 0.4.19 - Version bump, fix version. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-24 - 4.18 - Version bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-02-14 - 4.16 - Add emul32 - Marcin Bojara - marcin@pisilinux.org - - - 2012-08-29 - 4.16 - First release - PisiLinux Community - admins@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/5.0.3/libdvdnav-5.0.3.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 - - - 2015-01-31 - 5.0.3 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-01-28 - 5.0.2 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-09-29 - 5.0.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-05-24 - 4.2.1 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-08 - 4.2.0 - Rebuild. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-07-31 - 4.2.0 - missing dep. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-03-08 - 4.2.0 - V.Bump - PisiLinux Community - admins@pisilinux.org - - - 2010-10-12 - 0.0_20100819 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - libopus - http://www.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. - http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz - multimedia/misc/libopus/pspec.xml - - libopus - - /usr/bin - /usr/lib - /usr/share - - - - libopus-devel - Development files for libopus - Libopus için geliştirme dosyaları - - libopus - - - /usr/include - /usr/lib/pkgconfig - - - - libopus-docs - document files for libopus - - libopus - - - /usr/share/doc/ - - - - - 2014-05-22 - 1.1 - enable-custom-modes. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-22 - 1.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-10-09 - 1.0.4 - version bump - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-07-28 - 1.0.2 - Move pc files to devel pack, rebuild - PisiLinux Community - admins@pisilinux.org - - - 2012-12-12 - 1.0.2 - First release - Erdinç Gültekin - erdincgultekin@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 - - libsdl-devel - tiff-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 + 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 - libpng-32bit - libjpeg-turbo-32bit - tiff-32bit + mesa-glu-32bit - sdl-image + smpeg libsdl-32bit - libpng-32bit - libjpeg-turbo-32bit - tiff-32bit - zlib-32bit - glibc-32bit - - - /usr/lib32/ - - - - - 2014-05-31 - 1.2.12 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 1.2.12 - Rebuild for buildhost - PisiLinux Community - admins@pisilinux.org - - - 2012-08-29 - 1.2.12 - 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/5.0.3/libdvdread-5.0.3.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 - - - - - 2016-01-05 - 5.0.3 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2015-01-31 - 5.0.2 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2015-01-28 - 5.0.1 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-09-29 - 5.0.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-05-24 - 4.9.9 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-03-08 - 4.2.0 - V.Bump - PisiLinux Community - admins@pisilinux.org - - - 2010-10-12 - 0.0_20100819 - First release - Pisi Linux Admins - admins@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/0.9.2/libbluray-0.9.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 - - - /usr/include - /usr/lib/pkgconfig - - - - libbluray-docs - document files for libbluray - - libbluray - - - /usr/share/doc/ - - - - - 2016-01-04 - 0.9.2 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2014-05-20 - 0.5.0 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-03-03 - 0.5.0 - Rebuild for openjdk - PisiLinux Community - admins@pisilinux.org - - - 2014-02-23 - 0.5.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-06 - 0.3.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-11 - 0.2.3 - First release - Erdinç Gültekin - erdincgultekin@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 - - - - - 2014-05-24 - 0.4.2 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-01-31 - 0.4.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-12 - 0.4.1 - First release - Pisi Linux Admins - 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 - - - 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 - - glibc-32bit - - - libsdl - glibc-32bit /usr/lib32 - - 2015-12-30 - 1.2.15 - Rebuild, fix builddep. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-10-14 - 1.2.15 - rebuild for DirectFB. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2012-08-29 - 1.2.15 - First release - PisiLinux Community - 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. - http://dev-www.libreoffice.org/src/libcdr-0.1.0.tar.bz2 - - doxygen - zlib-devel - lcms2-devel - icu4c-devel - libwpd-devel - boost-devel - librevenge-devel - - multimedia/misc/libcdr/pspec.xml - - - libcdr - - lcms2 - icu4c - zlib - libgcc - librevenge - - - /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 - - - - - 2015-01-02 - 0.1.1 - Dep Fixed. - PisiLinux Community - admins@pisilinux.org - - - 2014-09-26 - 0.1.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-05-24 - 0.0.16 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-25 - 0.0.11 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - 2013-10-14 - 0.0.11 - Rebuild for icu4c - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-07-31 - 0.0.11 - missing dep. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-03-14 - 0.0.11 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-02-17 - 0.0.10 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-20 - 0.0.9 - First Release. - PisiLinux Community - 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://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.1.tar.gz - - libgcc - giflib-devel - libX11-devel - zlib-devel - tiff-devel - jasper-devel - freetype-devel - libpng-devel - libXext-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 - mesa - libdrm - libjpeg-turbo - libvdpau - webp - tiff - jasper - libkms - - - /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 - - - - - 2014-05-21 - 1.7.1 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-04-23 - 1.7.1 - Rebuild for webp - Kamil Atlı - suvarice@gmail.com - - - 2014-01-28 - 1.7.1 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-10-14 - 1.7.1 - version bump - Erdinç >Gültekin - erdincgultekin@pisilinux.org - - - 2012-08-29 - 1.5.3 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libass - http://code.google.com/p/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.13.1/libass-0.13.1.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 - - - - - 2016-01-06 - 0.13.1 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2014-05-22 - 0.11.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-08 - 0.10.1 - rebuild - Kamil Atlı - suvarice@gmail.com - - - 2013-07-07 - 0.10.1 - Rebuild - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-25 - 0.10.1 - First release - Erdinç Gültekin - admins@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. - http://fribidi.org/download/fribidi-0.19.6.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 - - - - - 2014-02-23 - 0.19.6 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-07-06 - 0.19.5 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-08-29 - 0.19.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - taglib - http://developer.kde.org/~wheeler/taglib.html - - Stefan Gronewold(groni) - groni@pisilinux.org - - GPLv2 - 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. - http://taglib.github.io/releases/taglib-1.9.1.tar.gz - - cmake - zlib-devel - - multimedia/misc/taglib/pspec.xml - - - taglib - - zlib - libgcc - - - /usr/lib - /usr/bin - /usr/share/doc - - - - taglib-devel - Development files for taglib - taglib için geliştirme dosyaları - - taglib - - - /usr/include - /usr/lib/pkgconfig - - - - - 2014-05-25 - 1.9.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-11-24 - 1.9.1 - Version bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-10-22 - 1.8 - First release - Marcin Bojara - marcin@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. - http://download.savannah.nongnu.org/releases/openexr/openexr-2.2.0.tar.gz - - ilmbase-devel - zlib-devel - mesa-glu-devel - - multimedia/misc/openexr/pspec.xml - - - openexr - - ilmbase - libgcc - openexr-libs - - - /usr/bin - - - - openexr-libs - OpenEXR runtime libraries - OpenEXR çalışma zamanı kitaplıkları - - ilmbase - 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 - ilmbase-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/aclocal - - - - - 2015-08-28 - 2.2.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-25 - 2.1.0 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-16 - 2.1.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2010-10-12 - 1.7.0 - First release - Pisi Linux Admins - 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/exiv2-0.25.tar.gz - - zlib-devel - expat-devel - - - exiv2-0.18-deps.patch - - multimedia/misc/exiv2/pspec.xml - - - exiv2 - - exiv2-libs - - - /usr/bin - /usr/share/locale - /usr/share/doc - /usr/share/man - - - - exiv2-libs - - zlib - expat - libgcc - - - /usr/lib - - - - exiv2-devel - Development files for exiv2 - exiv2 için geliştirme dosyaları - - exiv2-libs - - - /usr/include - /usr/lib/pkgconfig - - - - - 2015-11-02 - 0.25 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-23 - 0.24 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-08-29 - 0.23 - First release - PisiLinux Community - admins@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. - http://downloads.us.xiph.org/releases/libshout/libshout-2.3.1.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 - - - - - 2014-05-25 - 2.3.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-20 - 2.3.1 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-31 - 2.3.1 - missing dep. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2012-08-29 - 2.3.1 - First release - PisiLinux Community - admins@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 - - - 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 - - - - - 2014-05-27 - 0.2.35 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-01-16 - 0.2.35 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2012-11-12 - 0.2.33 - First release - Erdinç Gültekin - admins@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.103.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 - - zvbi - lirc - mesa - aalib - libSM - libdv - libXt - libXv - libXmu - libXaw - libICE - libv4l - libXpm - libXft - libXext - alsa-lib - libXrandr - libXrender - libXxf86vm - fontconfig - libexplain - libXxf86dga - libXinerama - libquicktime - libjpeg-turbo - gpm - zlib - libX11 - libpng - ncurses - freetype - - - /etc - /usr/bin - /usr/lib/xawtv - /usr/share/doc - /usr/share/man - /usr/share/xawtv - /usr/share/applications - /usr/share/pixmaps - - - xawtv.desktop - - - - - 2016-01-09 - 3.103 - Rebuild. - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-07-28 - 3.103 - version bump - Erdinc Gultekin - admins@pisilinux.org - - - 2013-07-28 - 3.102_201207 - First release - Erdinc Gultekin - admins@pisilinux.org - - - 2012-11-12 - 3.102_201207 - First release - Erdinc Gultekin - admins@pisilinux.org - - - - - - mlt - http://www.mltframework.org/twiki/bin/view/MLT/ - - 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. - http://sourceforge.net/projects/mlt/files/mlt/mlt-0.9.8.tar.gz - - alsa-lib-devel - swig - python-devel - glib2-devel - frei0r-plugins-devel - fftw3-devel - jack-audio-connection-kit-devel - qt5-base-devel - qt5-svg-devel - perl - libxml2-devel - libsamplerate-devel - ladspa-sdk-devel - libexif-devel - ffmpeg-devel - sox-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 - python - mlt - - - /usr/lib/python* - - - - mlt - - sox - fftw3 - glib2 - ffmpeg - libX11 - libgcc - libexif - libxml2 - qt5-svg - alsa-lib - qt5-base - libsamplerate - jack-audio-connection-kit - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/mlt - /usr/share/mlt/modules - /usr/share/mlt/modules/lumas/PAL - - - - mlt-devel - Development files for mlt - mlt için geliştirme dosyaları - - mlt - - - /usr/include - /usr/lib/pkgconfig - /usr/share/man/man3 - - - - - 2015-11-16 - 0.9.8 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-12-30 - 0.9.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-28 - 0.9.0 - fix build and ver. bump. - Kamil Atlı - suvarice@gmail.com - - - 2013-07-28 - 0.8.8 - missing dep.. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-01-29 - 0.8.8 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-18 - 0.8.6 - First release - Marcin Bojara - marcin@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.0.1.tar.bz2 - - qt5-base-devel - libX11-devel - qt5-x11extras-devel - qt5-linguist - 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 - cmake - - multimedia/sound/qmmp/pspec.xml - - - qmmp - - qt5-base - curl - libX11 - libgcc - qt5-x11extras - libsamplerate - wavpack - flac - faad2 - libmodplug - libmms - libvorbis - libsndfile - pulseaudio-libs - alsa-lib - libmad - taglib - ffmpeg - jack-audio-connection-kit - libmpcdec - - - /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/ - - - - - 2015-11-19 - 1.0.1 - Version bump ported to qt5. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-01-11 - 0.8.3 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-12-25 - 0.8.2 - Rebuild for ffmpeg - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-12-17 - 0.8.2 - Version bump - Kamil Atlı - suvari@pisilinux.org - - - 2014-07-06 - 0.8.0 - Version bump - Nikolay Semenov - tribunal@pisilinux.org - - - 2014-06-04 - 0.7.7 - Version bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-30 - 0.7.3 - Rebuild for ffmpeg. - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-10-19 - 0.7.3 - Version Bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-08-30 - 0.7.2 - V.Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-08-29 - 0.7.1 - missing dep. - Erdinç gültekin - erdincgultekin@pisilinux.org - - - 2013-07-27 - 0.7.1 - Move pc files to devel pack, rebuild - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-07-08 - 0.7.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-09-01 - 0.6.3 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - faac - http://www.audiocoding.com/ - - 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. - mirrors://sourceforge/faac/faac-1.28.tar.gz - - libmp4v2-devel - - - mp4v2-1.9.patch - mp4v2-2.0.0.patch - altivec.patch - - multimedia/sound/faac/pspec.xml - - - faac - - libmp4v2 - - - /usr/bin - /usr/lib - /usr/share/doc/faac - /usr/share/man - - - - faac-devel - Development files for faac - faac için geliştirme dosyaları - - faac - - - /usr/include - - - - - 2014-12-14 - 1.28 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-20 - 1.28 - Rebuild - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-23 - 1.28 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-12 - 1.28 - First release - Pisi Linux Admins - admins@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 - - glibc-32bit - - - libvisual - glibc-32bit - - - /usr/lib32 - - - - libvisual-devel - Development files for libvisual - libvisual için geliştirme dosyaları - - libvisual - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/man/man3 - - - - - 2014-05-20 - 0.4.0 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-02-14 - 0.4.0 - Add emul32 - Marcin Bojara - marcin@pisilinux.org - - - 2010-10-12 - 0.4.0 - First release - Pisi Linux Admins - 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 - http://www.surina.net/soundtouch/soundtouch-1.8.0.tar.gz - 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 - - - - - 2014-07-05 - 1.8.0 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-09 - 1.5.0 - Rebuild for buildhost - PisiLinux Community - admins@pisilinux.org - - - 2010-10-12 - 1.5.0 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - libogg - http://www.vorbis.com - - PisiLinux Community - admins@pisilinux.org - - as-is - library - multimedia.sound - La librairie pour fichiers au format média Ogg. - The Ogg media file format library - Ogg dosya biçimi kütüphanesi - libogg is a library for manipulating Ogg bitstream file formats. libogg supports both making Ogg bitstreams and getting packets from Ogg bitstreams. - libogg Ogg biçimli dosyalara erişmek için kullanılan bir kütüphanedir. Hem Ogg biçimli dosya oluşturmak için hem de Ogg dosyalarından paket ayıklamak için kullanılabilir. - http://downloads.xiph.org/releases/ogg/libogg-1.3.1.tar.xz - multimedia/sound/libogg/pspec.xml - - - libogg - - /usr/lib - /usr/share/doc - - - - libogg-devel - - libogg - - - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/include - /usr/share/aclocal - /usr/share/doc/libogg/*html - /usr/share/doc/libogg/*png - /usr/share/doc/libogg/ogg - - - - libogg-32bit - 32-bit shared libraries for libogg - libogg için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - glibc-32bit - - - glibc-32bit - libogg - - - /usr/lib32 - - - - - 2014-05-20 - 1.3.1 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-16 - 1.3.1 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2012-08-31 - 1.3.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - speech-dispatcher - http://www.freebsoft.org/speechd - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - GPLv2 - service - app:console - library - multimedia.sound - 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. - http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.3.tar.gz - - glib2-devel - libsndfile-devel - dotconf-devel - espeak-devel - python3-devel - intltool - gettext-devel - texinfo - pkgconfig - libtool-ltdl - libao-devel - alsa-lib-devel - pulseaudio-libs-devel - - multimedia/sound/speech-dispatcher/pspec.xml - - - speech-dispatcher - - glib2 - libao - espeak - dotconf - alsa-lib - libsndfile - libtool-ltdl - pulseaudio-libs - - - /usr/share - /usr/lib - /usr/share/doc - /usr/bin - /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ı - - speech-dispatcher - glib2-devel - - - /usr/include - /usr/lib/pkgconfig/ - - - - - 2016-01-25 - 0.8.3 - Edit and release bump - Alihan Öztürk - alihan@pisilinux.org - - - 2015-11-22 - 0.8.3 - First release - Vedat Demir - vedat@pisilinux.org - - - - - - libvorbis - http://www.vorbis.com - - 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. - http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.4.tar.xz - - libogg-devel - - multimedia/sound/libvorbis/pspec.xml - - - libvorbis - - libogg - - - /usr/lib - /usr/share/doc/libvorbis/AUTHORS - /usr/share/doc/libvorbis/README - - - - libvorbis-devel - - libvorbis - libogg-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/aclocal - /usr/share/doc/libvorbis - - - - libvorbis-32bit - 32-bit shared libraries for libvorbis - libvorbis için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - glibc-32bit - libogg-32bit - - - libvorbis - glibc-32bit - libogg-32bit - - - /usr/lib32 - - - - - 2014-05-20 - 1.3.4 - Rebuild, cleanup. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-01 - 1.3.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-08-31 - 1.3.3 - First release - PisiLinux Community - admins@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://www.portaudio.com/archives/pa_stable_v19_20140130.tgz - - alsa-lib-devel - jack-audio-connection-kit-devel - - multimedia/sound/portaudio/pspec.xml - - - portaudio - - 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 - - - - - 2015-11-21 - 19.20140130 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - 2014-06-01 - 19.20140130 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-05 - 19.20140130 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-08-29 - 19 - First release - Fatih Turgel - admins@pisilinux.org - - - - - - faad2 - http://www.audiocoding.com/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - library - multimedia.sound - MPEG2 and MPEG4 AAC decoder - AAC yorumlayıcı - FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder. - FAAD2 bir HE, LC, MAIN ve LTP profil, MPEG2 ve MPEG4 AAC çözücüdür. - mirrors://sourceforge/faac/faad2-2.7.tar.bz2 - - faad2-2.7-libmp4ff-shared-lib.patch - faad2-2.7-man1_MANS.patch - faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch - - multimedia/sound/faad2/pspec.xml - - - faad2 - - /usr/bin - /usr/lib - /usr/share/doc/faad2 - /usr/share/man - - - - faad2-devel - Development files for faad2 - faad2 için geliştirme dosyaları - - faad2 - - - /usr/include - - - - - 2014-05-20 - 2.7 - Rebuild - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-23 - 2.7 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-12 - 2.7 - 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. - http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz - - libogg-devel - - multimedia/sound/flac/pspec.xml - - - flac - - libogg - libgcc - - - /usr/bin - /usr/lib - /usr/share/man - - - - flac-docs - Documentation for flac - flac ile ilgili belgeler - - flac - - - /usr/share/doc - - - - flac-devel - Development files for flac - flac için geliştirme dosyaları - - 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 - emul32 - emul32 - - libogg-32bit - glibc-32bit - - - libogg-32bit - libgcc - glibc-32bit - flac - - - /usr/lib32 - - - - - 2014-12-03 - 1.3.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-05-21 - 1.3.0 + 0.4.5 Rebuild Kamil Atlı suvarice@gmail.com - - 2013-11-16 - 1.3.0 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2011-03-01 - 1.2.1 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - wavpack - http://www.wavpack.com - - PisiLinux Community - admins@pisilinux.org - - BSD - library - 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. - http://www.wavpack.com/wavpack-4.75.0.tar.bz2 - multimedia/sound/wavpack/pspec.xml - - - wavpack - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - - - - wavpack-devel - - wavpack - - - /usr/include - /usr/lib/pkgconfig - - - - 2015-08-20 - 4.75.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-20 - 4.70.0 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-20 - 4.70.0 - Version bump - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2010-10-12 - 4.60.1 - First release - Pisi Linux Admins - admins@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://dl.dropboxusercontent.com/u/28869550/jack-1.9.10.tar.bz2 - - libsamplerate-devel - alsa-lib-devel - libffado-devel - celt-devel - pkgconfig - eigen3 - libopus-devel - doxygen - libfreebob-devel - libsndfile-devel - readline-devel - - multimedia/sound/jack-audio-connection-kit/pspec.xml - - - jack-audio-connection-kit - - alsa-lib - libsamplerate - libsndfile - libffado - readline - libgcc - celt - libopus - - - /etc/security - /usr/bin - /usr/lib - /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 - - - - - 2015-08-24 - 1.9.10 - Version bump. - Vedat Demir - vedat@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.7/libmikmod-3.3.7.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 - glibc-32bit - alsa-lib-32bit - pulseaudio-libs-32bit - - - libmikmod - audiofile-32bit - alsa-lib-32bit - pulseaudio-libs-32bit - - - /usr/lib32 - - - - - 2015-10-19 - 3.3.7 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2014-05-31 - 3.3.6 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-01-31 - 3.3.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2011-08-01 - 3.2.0_beta2 - First release - Anıl Özbek - admins@pisilinux.org - - - - - - libsamplerate - http://www.mega-nerd.com/SRC/ - - 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. - http://www.mega-nerd.com/SRC/libsamplerate-0.1.8.tar.gz - - libsndfile-devel - - - dontbuild-tests-examples.patch - - 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 - - - - - 2014-05-25 - 0.1.8 + 2014-03-09 + 0.4.5 Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-01 - 0.1.8 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2011-10-17 - 0.1.8 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - twolame - http://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.3.13.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 - - - - - 2014-05-25 - 0.3.13 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2014-02-17 - 0.3.13 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2013-07-26 - 0.3.13 - Release bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2012-08-28 - 0.3.13 - First release - Fatih Turgel - admins@pisilinux.org - - - - - - libdca - http://developers.videolan.org/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.5/libdca-0.0.5.tar.bz2 - - libdca-0.0.5-cflags.patch - libdca-0.0.5-constant.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 - - - - - 2014-05-20 - 0.0.5 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-29 - 0.0.5 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-12 - 0.0.5 - First release - Pisi Linux Admins - admins@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 - - - - - 2015-11-17 - 14.4.2 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-02-21 - 14.4.1 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-02-11 - 14.4.1 - Rebuild Unused Varol Maksutoğlu waroi@pisilinux.org - 2013-11-26 - 14.4.1 - rebuild for ffmpeg - Kamil Atlı - suvarice@gmail.com - - - 2013-08-29 - 14.4.1 - missing dep. version bump - Erdinç gültekin - erdincgultekin@pisilinux.org - - - 2012-08-28 - 14.4.0 - First release - Fatih Turgel - admins@pisilinux.org - - - - - - espeak - http://espeak.freedesktop.org - - 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 - - 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 - - - - - 2014-06-01 - 1.48.04 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-01-23 - 1.47.11 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-08-29 - 1.46.02 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - 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 - - - - - 2014-05-26 - 0.99.12 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-03-08 - 0.99.12 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2010-10-12 - 0.99.12 - First release - Pisi Linux Admins - admins@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.99.5.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 - - - - - 2014-12-14 - 3.99.5 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-21 - 3.99.5 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-29 - 3.99.5 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-08-31 - 3.99.5 - First release - PisiLinux Community - admins@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 - - - - - 2014-05-20 - 0.7.4 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-31 - 0.7.4 - some fixes and rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2010-10-12 - 0.7.4 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - gsm - http://kbs.cs.tu-berlin.de/~jutta/toast.html - - 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 - http://osxwinebuilder.googlecode.com/files/gsm-1.0.13.tar.gz - - gsm-1.0.10-dyn.patch - gsm-1.0-pl10-includes.patch - gsm-1.0-pl10-shared.diff - gsm-1.0-pl10-add-includefile.patch - pardusflags.patch - gsm-1.0.12-64bit.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 - - glibc-32bit - - - gsm - glibc-32bit - - - /usr/lib32 - - - - - 2014-12-14 - 1.0.13 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-21 - 1.0.13 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-23 - 1.0.13 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2011-05-04 - 1.0.13 - First release - Pisi Linux Admins - admins@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 - - /usr/lib - /usr/share/doc - - - - libmad-devel - Development files for libmad - libmad için geliştirme dosyaları - - libmad - - - /usr/include - /usr/lib/pkgconfig - - - mad.pc - - - - - 2014-05-20 - 0.15.1b - Rebuild, cleanup. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-28 - 0.15.1b - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2010-10-12 - 0.15.1b - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - vorbis-tools - http://www.vorbis.com/ - - 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. - http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz - - libvorbis-devel - libao-devel - flac-devel - speex-devel - libogg-devel - libkate-devel - curl-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 - - - - - 2014-01-28 - 1.4.0 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2010-10-12 - 1.4.0 - First release - Pisi Linux Admins - admins@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. - http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz - - libogg-devel - - - constant.patch - configure.patch - - multimedia/sound/speex/pspec.xml - - - speex - - libogg - - - /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 - - glibc-32bit - - - speex - glibc-32bit - - - /usr/lib32 - - - - - 2014-05-20 - 1.2_rc1 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2011-03-01 - 1.2_rc1 - First release - Pisi Linux Admins - admins@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 - - - - - 2014-05-26 - 1.2.0 - version bump - Kamil Atlı - suvarice@gmail.com - - - 2014-02-25 - 1.1.0 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-10-14 - 1.1.0 - Rebuild - PisiLinux Community - admins@pisilinux.org - - - 2012-08-31 - 1.1.0 - First release - PisiLinux Community - admins@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 - - - makefile.patch - docs-Makefile.patch - - multimedia/sound/lash/pspec.xml - - - lash - - alsa-lib - gtk2 - jack-audio-connection-kit - dmapi - libxml2 - libutil-linux - - - /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 - - - - - 2014-05-26 - 0.6.0_rc2 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2014-02-25 - 0.6.0_rc2 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-08-29 - 0.6.0_rc2 - missing dep,update - Erdinç gültekin - erdincgultekin@pisilinux.org - - - 2012-12-29 - 0.6.0_rc2 - First release - PisiLinux Community - osman.erkan@yandex.xom - - - - - - 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.8.5/libmodplug-0.8.8.5.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 - - - - - 2014-05-20 - 0.8.8.5 + 2013-07-31 + 0.4.5 Version bump. Serdar Soytetir kaptan@pisilinux.org - - 2014-01-31 - 0.8.8.4 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-08-31 - 0.8.8.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - 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.22.4.tar.bz2 - - alsa-lib-devel - - multimedia/sound/mpg123/pspec.xml - - - mpg123 - - alsa-lib - libtool-ltdl - - - /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 - - alsa-lib-32bit - - - mpg123 - glibc-32bit - - - /usr/lib32 - - - - - 2015-11-13 - 1.22.4 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-12-03 - 1.21.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-05-25 - 1.19.0 - Version bump - Kamil Atlı - suvarice@gmail.com - - - 2014-01-08 - 1.17.0 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-07-06 - 1.15.4 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-08-31 - 1.14.4 - First release - Fatih Turgel - admins@pisilinux.org - - - - - - openal - http://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. - http://kcat.strangesoft.net/openal-releases/openal-soft-1.15.1.tar.bz2 - - alsa-lib-devel - pulseaudio-libs-devel - cmake - - - pthread.patch - no-fpuextended.patch - - multimedia/sound/openal/pspec.xml - - - openal - - alsa-lib - - - /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 - - glibc-32bit - - - glibc-32bit - openal - - - /usr/lib32 - - - - - 2014-05-25 - 1.15.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-01 - 1.15.1 - Version Bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2012-08-31 - 1.14 - First release - Fatih Turgel - admins@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 - - multimedia/sound/audiofile/pspec.xml - - - audiofile - - alsa-lib - flac - - - /usr/bin - /usr/lib - /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 - glibc-32bit - - - alsa-lib-32bit - flac-32bit - audiofile - - - /usr/lib32 - - - - - 2014-05-20 - 0.3.4 - Rebuild - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-18 - 0.3.4 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-01-14 - 0.3.4 - First release - Idris Kalp - admins@pisilinux.org - - - - - - deadbeef - http://deadbeef.sourceforge.net - - PisiLİnux Community - admins@pisilinux.org - - GPLv2 - app:gui - multimedia.sound - Audio player for GNU/Linux systems with X11 - X1 ile GNU / Linux sistemleri için ses çalar - Lkki i przejrzysty odtwarzacz plików muzycznych - DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with X11 (though now it also runs in plain console without X, in FreeBSD, and in OpenSolaris). - DeaDBeeF (0xDEADBEEF gibi) X11 ile GNU / Linux sistemleri (şimdi olsa da FreeBSD, X olmaksızın düz konsolda çalışır ve OpenSolaris) için bir ses oynatıcısıdır. - DeaDBeeF Program pozwala odtwarzać najpopularniejsze formaty muzyki, a także płyty Audio-CD i strumienie audio emitowane za pośrednictwem Internetu. Jego ogromną zaletą jest prostota, dopracowanie oraz minimalne zapotrzebowanie na zasoby systemowe. - deadbeef - https://github.com/Alexey-Yakovenko/deadbeef/archive/0.6.2.tar.gz - - atk-devel - gtk2-devel - gtk3-devel - flac-devel - faad2-devel - cairo-devel - pango-devel - ffmpeg-devel - libmad-devel - libzip-devel - imlib2-devel - wavpack-devel - libcddb-devel - alsa-lib-devel - libvorbis-devel - libsndfile-devel - cdparanoia-devel - gdk-pixbuf-devel - libsamplerate-devel - pulseaudio-libs-devel - libcdio-devel - curl-devel - dbus-devel - zlib-devel - glib2-devel - libX11-devel - intltool - - - plugins_vfs_zip_vfs_zip_c.patch - - multimedia/sound/deadbeef/pspec.xml - - - deadbeef - - atk - gtk2 - gtk3 - flac - faad2 - cairo - pango - ffmpeg - libmad - libzip - imlib2 - wavpack - libcddb - alsa-lib - libvorbis - cdparanoia - libogg - libsndfile - gdk-pixbuf - libsamplerate - pulseaudio-libs - libcdio - curl - dbus - zlib - glib2 - libgcc - libX11 - - - /usr/bin - /usr/include - /usr/lib/deadbeef - /usr/share/applications - /usr/share/deadbeef - /usr/share/doc/deadbeef - /usr/share/icons/hicolor/*/apps - /usr/share/locale - - - - - 2015-12-25 - 0.6.2 - Rebuild - Stefan Gronewold - groni@pisilinux.org - - - 2014-12-14 - 0.6.2_2014.12.14 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-11-12 - 0.6.2_2014.11.12 - Version bump from git source - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-28 - 0.6.2 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2014-06-04 - 0.6.1 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-04 - 0.6.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-29 - 0.5.6 - missing dep. - Erdinç gültekin - erdincgultekin@pisilinux.org - - - 2013-07-08 - 0.5.6 - Rebuild for new libcdio - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-09 - 0.5.6 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - pulseaudio - http://pulseaudio.org/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - GPLv2 - BSD - app:console - library - multimedia.sound - A networked sound server with an advanced plugin system - Gelişmiş eklenti desteğine sahip ağ temelli bir ses sunucusu - pulseaudio is a sound server for POSIX and Win32 systems. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. - pulseaudio, POSIX ve Win32 sistemler için tasarlanmış, donanım ve uygulamalar arasında gezinen ses verilerinin üzerinde gelişmiş işlemler yapılmasına olanak sağlayan bir ses sunucusudur. - http://freedesktop.org/software/pulseaudio/releases/pulseaudio-6.0.tar.xz - - orc-devel - sbc-devel - fftw3-devel - doxygen - xcb-proto - gtk2-devel - avahi-devel - speex-devel - libSM-devel - libtdb-devel - libICE-devel - libXtst-devel - xcb-util-devel - alsa-lib-devel - libsndfile-devel - libasyncns-devel - libatomic_ops-devel - eudev-devel - dbus-devel - intltool - libcap-devel - json-c-devel - - multimedia/sound/pulseaudio/pspec.xml - - - pulseaudio-libs - Libraries for PulseAudio clients - PulseAudio istemci kitaplığı - - dbus - glib2 - json-c - libX11 - libtdb - libxcb - eudev - libtool-ltdl - orc - sbc - fftw3 - libSM - speex - libICE - libXtst - alsa-lib - avahi-libs - libasyncns - libsndfile - bluez - - - /usr/bin/pa* - /etc/pulse/client.conf - /usr/lib/libpulse.so - /usr/lib/libpulse.so* - /usr/lib/libpulse-simple.so - /usr/lib/libpulse-simple.so* - /usr/lib/pulseaudio/libpulsecommon-* - /usr/lib/libpulse-mainloop-glib.so - /usr/lib/libpulse-mainloop-glib.so* - /usr/lib/pulseaudio/libpulsedsp.* - /usr/lib/pulse/modules - /usr/lib/udev/rules.d - /usr/lib/libpulsecore-*.so - - - - pulseaudio-libs-devel - Development files for pulseaudio-libs - pulseaudio-libs için geliştirme dosyaları - - pulseaudio-libs - glib2-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/vala/vapi - /usr/lib/cmake/PulseAudio - - - - pulseaudio-docs - doxygen generated API documentation for PulseAudio - Doxygen tarafından üretilmiş PulseAudio API belgeleri - - /usr/share/doc/pulseaudio/html - - - - pulseaudio - - dbus - libcap - libtool-ltdl - pulseaudio-libs - - - /usr/bin/pulseaudio - /usr/bin/qpaeq - /usr/bin/start-pulseaudio-kde - /usr/bin/esdcompat - /usr/bin/start-pulseaudio-x11 - /usr/lib/pm-utils/sleep.d - /usr/libexec - /usr/lib/pulse-5.0/modules - /etc - /usr/lib/tmpfiles.d/pulseaudio.conf - /lib/udev/rules.d - /usr/share/pulseaudio/alsa-mixer - /usr/share - /usr/share/icons - /var/lib/pulse - /run/pulse - - - System.Package - - - pulseaudio.conf - pisilinux/pulseaudio.sysconfig - mandriva/pulseaudio.svg - mandriva/pulseaudio.svg - mandriva/pulseaudio16.png - mandriva/pulseaudio22.png - mandriva/pulseaudio32.png - mandriva/pulseaudio48.png - mandriva/pulseaudio64.png - mandriva/pulseaudio128.png - mandriva/pulseaudio16.png - mandriva/pulseaudio22.png - mandriva/pulseaudio32.png - mandriva/pulseaudio48.png - mandriva/pulseaudio64.png - mandriva/pulseaudio128.png - - - - pulseaudio-libs-32bit - 32-bit shared libraries for pulseaudio-libs - pulseaudio-libs için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - json-c-32bit - dbus-32bit - glib2-32bit - speex-32bit - libcap-32bit - libsndfile-32bit - libtool-ltdl-32bit - glibc-32bit - - - pulseaudio-libs - dbus-32bit - glib2-32bit - libsndfile-32bit - json-c-32bit - glibc-32bit - - - /usr/lib32 - - - - - 2015-02-20 - 6.0 - Version bump. Dep fixed - Hakan Yıldız - hknyldz93@gmail.com - - - 2014-07-25 - 5.0 - Rebuild for smplayer - Vedat Demir - vedat@pisilinux.org - - - 2014-05-12 - 5.0 - version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-14 - 4.0 - add git version - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-11 - 4.0 - Add tmpfiles.con; add updates from git. - Marcin Bojara - marcin@pisilinux.org - - - 2013-07-06 - 4.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-04-16 - 3.99 - Version bump - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2012-12-18 - 3.0 - First release - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - - - - sayonara - http://sayonara.luciocarreras.de/index.html - - Pisi Linux Community - admins@pisilinux.org - - GPLv3 - app:gui - multimedia.sound - Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend. - Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend. - Although Sayoanra is considered as a lightweight player, it holds a lot of features to organize even big music collections. - Although Sayoanra is considered as a lightweight player, it holds a lot of features to organize even big music collections. - sayonara - http://sayonara-player.com/sw/sayonara-player-r195.tar.gz - - qt5-base-devel - qt5-sql-mysql - qt5-sql-odbc - qt5-sql-postgresql - qt5-sql-sqlite - qt5-linguist - gstreamer-next-devel - taglib-devel - libnotify-devel - gst-plugins-bad-devel - gst-plugins-base-devel - gst-plugins-ugly-next - glib2-devel - cmake - gstreamer-next-devel - gst-plugins-base-next-devel - - multimedia/sound/sayonara/pspec.xml - - - sayonara - - qt5-base - gst-plugins-bad - gst-plugins-base-next - gst-plugins-good-next - gst-plugins-ugly-next - gstreamer - taglib - libnotify - glib2 - libgcc - gstreamer-next - gst-plugins-base-next - - - /usr/bin - /usr/lib - /usr/lib/qt5 - /usr/share - /usr/share/pixmaps - /usr/share/applications - /usr/share/doc - - - sayonara.desktop - sayonara.png - - - - - 2015-10-11 - 0.7.1 - Version Bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-09-26 - 0.7.0 - First Release. - Stefan Gronewold(groni) - groni@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 - - - - - 2014-12-15 - 0.11.3 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-21 - 0.11.3 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-20 - 0.11.3 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-08-17 - 0.11.3 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - libcanberra - http://0pointer.de/lennart/projects/libcanberra/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - app:console - multimedia.sound - A library for generating event sounds on free desktops - Masaüstü üzerinde bildirim sesleri üretmek için kütüphane - libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, OSS, GStreamer, null) and is designed to be portable. - libcanberra, çeşitli arka uç (ALSA, PulseAudio, GStreamer, null) destekleri olan, XDG Ses Teması ve İsimlendirme standartlarına uygun, bildirim sesi çalma kütüphanesidir. - http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz - - libogg-devel - pulseaudio-libs-devel - gstreamer-devel - libvorbis-devel - alsa-lib-devel - glib2-devel - gtk2-devel - gtk3-devel - at-spi2-core-devel - eudev-devel - atk-devel - cairo-devel - pango-devel - libogg-devel - libtdb-devel - libvorbis-devel - fontconfig-devel - gstreamer-next-devel - - - fix-pthread.patch - fix-underlinking.patch - - multimedia/sound/libcanberra/pspec.xml - - - libcanberra - - libtdb - libtool-ltdl - glib2 - alsa-lib - libvorbis - pulseaudio-libs - gstreamer-next - - - /usr/lib - /usr/share/doc - /usr/share/gdm - /usr/share/gnome/ - - - - libcanberra-devel - Development files for libcanberra - libcanberra için geliştirme dosyaları - - libcanberra - - - /usr/include - /usr/share/vala - /usr/lib/pkgconfig - - - - libcanberra-gtk - GTK+ convenience API and utilities for libcanberra - GTK+ için libcanberra araçları ve programlama kitaplığı - - libcanberra - gtk2 - glib2 - libX11 - - - /usr/lib/gtk-2* - /usr/lib/libcanberra-gtk.so* - - - - libcanberra-gtk-devel - Development files for libcanberra-gtk - - libcanberra - libcanberra-devel - gtk2-devel - - - /usr/include/canberra-gtk.h - /usr/lib/pkgconfig/libcanberra-gtk.pc - /usr/share/vala/vapi/libcanberra-gtk.vapi - - - - libcanberra-gtk3-devel - Development files for libcanberra-gtk - - libcanberra-gtk-devel - gtk3-devel - - - /usr/lib/pkgconfig/libcanberra-gtk3.pc - - - - libcanberra-gtk3 - GTK+ convenience API and utilities for libcanberra - - gtk3 - glib2 - eudev - libX11 - libcanberra - - - /usr/lib/gtk-3* - /usr/lib/libcanberra-gtk3* - /usr/share/doc/libcanberra-gtk3 - /usr/bin/canberra-boot - /usr/bin/canberra-gtk-play - - - - - 2016-01-10 - 0.30 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-11-15 - 0.30 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-10-07 - 0.29 - Split Package + Fixed. - PisiLinux Community - admins@pisilinux.org - - - 2013-08-17 - 0.29 - Release Bump. - PisiLinux Community - admins@pisilinux.org - 2013-07-29 - 0.29 + 0.4.4 missing dep. Erdinç Gültekin erdincgultekin@pisilinux.org - 2012-08-31 - 0.29 + 2012-12-30 + 0.4.4 First release - PisiLinux Community - admins@pisilinux.org + Osman Erkan + osman.erkan@pisilinux.org - libsndfile - http://www.mega-nerd.com/libsndfile/ + libquicktime + http://libquicktime.sourceforge.net/ 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. - http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.25.tar.gz + 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 - flac-devel - libogg-devel + mesa-devel + lame-devel + zlib-devel + glib2-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 - - - libsndfile-1.0.18-less_strict_tests.patch - libsndfile-1.0.17-regtests-need-sqlite.patch - m4dir.patch - - multimedia/sound/libsndfile/pspec.xml - - - libsndfile - - flac - libogg - 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 - - - /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 - - glibc-32bit - flac-32bit - alsa-lib-32bit - libogg-32bit - libvorbis-32bit - - - glibc-32bit - flac-32bit - alsa-lib-32bit - libogg-32bit - libvorbis-32bit - libsndfile - - - /usr/lib32 - - - - - 2014-05-25 - 1.0.25 - Rebuild - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-01 - 1.0.25 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2011-07-17 - 1.0.25 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - fluidsynth - http://fluidsynth.resonance.org/trac - - 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. - mirrors://sourceforge/fluidsynth/fluidsynth-1.1.6/fluidsynth-1.1.6.tar.bz2 - - lash-devel - alsa-lib-devel - ladspa-sdk-devel - libsndfile-devel - pulseaudio-libs-devel - jack-audio-connection-kit-devel - - multimedia/sound/fluidsynth/pspec.xml - - - fluidsynth - - lash - dbus - glib2 - readline - alsa-lib - 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 - - - - - 2014-05-26 - 1.1.6 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2014-01-24 - 1.1.6 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-08-29 - 1.1.6 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - libcue - http://sourceforge.net/projects/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/releases/download/v1.4.0/libcue-1.4.0.tar.bz2 - 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 - - - - - 2016-02-08 - 1.4.0 - Rebuild for Pisi 2.0 repository - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2011-03-21 - 1.4.0 - First release - Erdem Artan - admins@pisilinux.org - - - - - - libmpcdec - http://www.musepack.net/ - - PisiLinux Community - admins@pisilinux.org - - BSD - library - multimedia.sound - Portable Musepack decoder library - Musepack SV7 kodlama kitaplığı - Librairie de décodage portable Musepack. - 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. - libmpcdec, taşınabilir bir Musepack kodlama kitaplığıdır. - http://files.musepack.net/source/libmpcdec-1.2.6.tar.bz2 - multimedia/sound/libmpcdec/pspec.xml - - - libmpcdec - - /usr/lib - - - - libmpcdec-devel - Development files for libmpcdec - libmpcdec için geliştirme dosyaları - - libmpcdec - - - /usr/include - - - - - 2014-05-20 - 1.2.6 - Rebuild - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-31 - 1.2.6 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-12 - 1.2.6 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - knowthelist - http://qt-apps.org/content/show.php/Knowthelist?content=165335 - - 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.0.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-next-devel - gst-plugins-bad-next-devel - gst-plugins-base-next-devel - - multimedia/sound/knowthelist/pspec.xml - - - knowthelist - - qt5-base - gstreamer-next - taglib - alsa-lib - glib2 - libgcc - - - /usr/bin - /usr/share - /usr/share/applications - /usr/share/icons - /usr/share/doc - - - - - 2015-11-11 - 2.3.0 - First Release. - Stefan Gronewold(groni) - groni@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.3.tar.gz - multimedia/video/xvid/pspec.xml - - - xvid - - /usr/lib - /usr/share/doc/xvid - - - - xvid-devel - - xvid - - - /usr/share/doc/xvid/examples - /usr/include - - - - - 2014-12-14 - 1.3.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-22 - 1.3.2 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-01-17 - 1.3.2 - Rebuild for 1.0 - Richard de Bruin - richdb@pisilinux.org - - - 2012-08-29 - 1.3.2 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - gst-plugins-bad-next - http://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 - 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. - http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.4.5.tar.xz - - gstreamermm-devel - gst-plugins-base-devel - libdvdread-devel - libdvdnav-devel - soundtouch-devel - faac-devel - valgrind - jasper-devel - libdca-devel - gsm-devel - mjpegtools-devel - libdvdnav-devel - libsndfile-devel - DirectFB-devel - libSM-devel - libICE-devel - celt-devel - libdc1394-devel - alsa-lib-devel - libsdl-devel - soundtouch-devel - libtheora-devel - libmodplug-devel - xvid-devel - libdvdread-devel - libvdpau-devel - rtmpdump-devel + libavc1394-devel + libraw1394-devel schroedinger-devel - gdk-pixbuf-devel - libvo-aacenc-devel - libvo-amrwbenc-devel + libjpeg-turbo-devel + x264-devel - 02_no-Werror.patch - remove_external_symbols.patch - gst-plugins-bad-0.10.7-wildmidi-timidity.cfg.patch + libquicktime-1.2.4+libav-9.patch + libquicktime-1.2.4-ffmpeg2.patch - multimedia/video/gst-plugins-bad-next/pspec.xml + multimedia/video/libquicktime/pspec.xml - gst-plugins-bad-next + libquicktime - DirectFB - libdca - libgcc - libxml2 - faac - bzip2 + mesa + lame + zlib glib2 libX11 - gsm - libmodplug - mjpegtools - soundtouch - libdvdnav - libsndfile - libdvdread - libvdpau + libpng + faac + gtk2 + libdv + faad2 + libXt + libXv + ffmpeg + libXaw + libXext + alsa-lib + libvorbis + libavc1394 + libraw1394 schroedinger - gstreamer-next - orc - libvo-aacenc - libvo-amrwbenc - wayland-client - gst-plugins-base-next + libjpeg-turbo + x264 - /usr/bin /usr/lib - /usr/share/locale - /usr/share/gstreamer-1.0 - /usr/share/gst-plugins-bad/1.0/ - /usr/share/gtk-doc - /usr/share/gir-1.0/ + /usr/share/man /usr/share/doc + /usr/bin + /usr/share/locale - gst-plugins-bad-next-devel - Development files for gst-plugins-bad + libquicktime-devel + Development files for libquicktime + libquicktime için geliştirme dosyaları - gst-plugins-bad-next - gstreamer-next-devel + libquicktime - /usr/lib/pkgconfig /usr/include + /usr/lib/pkgconfig + /usr/share/aclocal - 2015-04-18 - 1.4.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-23 - 1.4.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-28 + 2015-11-13 1.2.4 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-04-23 - 1.2.3 - Rebuild for webp. - Kamil Atlı - suvarice@gmail.com - - - 2014-02-14 - 1.2.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-20 - 1.2.1 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-10-14 - 1.2.0 - bump - Osman Erkan - erdincgultekin@pisilinux.org - - - 2013-08-30 - 1.1.4 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - mpv-player - http://www.mplayerhq.hu/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - app:gui - multimedia.video - 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.14.0.tar.gz - - ffmpeg-devel - mesa-devel - pkgconfig - perl - samba-devel - libX11-devel - gcc - zlib-devel - libass-devel - lua-devel - yasm - libjpeg-turbo-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 - libva-devel - libdrm-devel - libv4l-devel - libXext-devel - libcaca-devel - alsa-lib-devel - libvdpau-devel - libXrandr-devel - wayland-client - wayland-cursor - pulseaudio-libs-devel - libcdio-paranoia-devel - jack-audio-connection-kit-devel - - multimedia/video/mpv-player/pspec.xml - - - mpv-player - - lua - enca - mesa - zlib - lcms2 - libXv - libva - samba - ffmpeg - libX11 - libass - libdrm - libv4l - libXext - libcaca - libcdio - alsa-lib - libvdpau - libXrandr - libbluray - libdvdnav - libdvdread - libXinerama - libxkbcommon - libXScrnSaver - libjpeg-turbo - wayland-client - wayland-cursor - pulseaudio-libs - libcdio-paranoia - jack-audio-connection-kit - - - /etc - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/applications - /usr/share/icons - /usr/share/zsh - - - - mpv-player-devel - - mpv-player - - - /usr/lib/pkgconfig - /usr/include - - - - - 2016-01-06 - 0.14 - First release - Stefan Gronewold - groni@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. - http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.31.tar.bz2 - - gst-plugins-base-devel - gstreamer-devel - cairo-devel - flac-devel - gdk-pixbuf-devel - libjpeg-turbo-devel - libpng-devel - libsoup-devel - libvpx-devel - aalib-devel - libraw1394-devel - pulseaudio-libs-devel - libv4l-devel - libsoup-gnome - speex-devel - gtk2-devel - orc-devel - libXext-devel - valgrind - libXdamage-devel - libXfixes-devel - libXv-devel - libvorbis-devel - libtheora-devel - libogg-devel - libICE-devel - libSM-devel - - - 0001-fix-v4l2_munmap.patch - 0002-clear_DISCONT_flag.patch - 0003-v4l2src-fix.patch - 0004-v4l2object-Don-t-probe-UVC-devices-for-being-interla.patch - 0001-sys-v4l2-Some-blind-compilation-fixes.patch - - multimedia/video/gst-plugins-good/pspec.xml - - - gst-plugins-good - - orc - flac - zlib - speex - libX11 - libpng - libXv - cairo - glib2 - aalib - bzip2 - libv4l - libsoup - libxml2 - libXext - gstreamer - libXfixes - gdk-pixbuf - libXdamage - libjpeg-turbo - libsoup-gnome - pulseaudio-libs - gst-plugins-base - - - /etc/gconf - /usr/bin - /usr/lib - /usr/share/gstreamer-0.10/presets - /usr/share/doc - /usr/share/man - /usr/share/locale - - - - - 2014-05-28 - 0.10.31 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-27 - 0.10.31 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-0-26 - 0.10.31 - Rebuild - Erdinç Gültekin - admins@pisilinux.org - - - 2013-07-28 - 0.10.31 - missing dep. - Erdinç Gültekin - admins@pisilinux.org - - - 2013-05-09 - 0.10.31 - rebuild for libv4l - Erdinç Gültekin - admins@pisilinux.org - - - 2012-11-09 - 0.10.31 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - crystalhd - http://www.broadcom.com/support/crystal_hd/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - library - multimedia.video - Drivers for Broadcom's BCM70012 and BCM70015 Crystal HD - Broadcom BCM70012 ve BCM70015 için Crystal HD sürücüleri - Drivers for Broadcom's BCM70012 and BCM70015 Crystal HD - Broadcom BCM70012 ve BCM70015 için Crystal HD sürücüleri - http://source.pisilinux.org/1.0/crystalhd.tar.xz - multimedia/video/crystalhd/pspec.xml - - - libcrystalhd - Broadcom Crystal HD için kütüphane - - /usr/lib/libcrystalhd.so - /usr/lib/libcrystalhd.so.3 - /usr/lib/libcrystalhd.so.3.6 - /usr/share/doc - - - - libcrystalhd-devel - Broadcom Crystal HD için geliştirici dosyaları - - libcrystalhd - - - /usr/include/libcrystalhd/bc_dts_defs.h - /usr/include/libcrystalhd/bc_dts_types.h - /usr/include/libcrystalhd/libcrystalhd_if.h - /usr/include/libcrystalhd/libcrystalhd_version.h - - - - crystalhd-firmware - Broadcom Crystal HD firmware dosyaları - - /lib/firmware - - - - - 2014-05-20 - 20100703 - Rebuild - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-21 - 20100703 - Rebuild + Rebuild version for Pisi 2.0 Stefan Gronewold(groni) groni@pisilinux.org - - 2011-10-24 - 20100703 - First release - Erdem Artan - erdem.artan@linux.org.tr + + 2014-12-18 + 1.2.4 + Rebuild version + Osman Erkan + osman.erkan@pisilinux.org - - - - - vo-amrwbenc - http://sourceforge.net/projects/opencore-amr/ - + + 2014-12-16 + 1.2.4 + Rebuild for ffmpeg 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 - - - - - 2014-05-27 - 1.3 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - 2014-01-28 - 1.3 - Version bump. - Alihan Öztürk - alihan@pisilinux.org + + 2014-04-05 + 1.2.4 + Rebuild for x264 + Marcin Bojara + marcin@pisilinux.org - - 2012-09-30 - 1.1.2 - First release - Erdem Artan - admins@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 - - - - 2014-06-18 - 1.3 - Rebuild, remove vo-aacenc binary package. - Serdar Soytetir - kaptan@pisilinux.org + 2013-11-29 + 1.2.4 + Rebuild for ffmpeg + PisiLinux Community + admins@pisilinux.org - 2014-05-20 - 1.3 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org + 2013-11-26 + 1.2.4 + Rebuild for ffmpeg + PisiLinux Community + admins@pisilinux.org - 2014-01-28 - 1.3 - Version Bump - Alihan Öztürk - alihan@pisilinux.org + 2013-07-08 + 1.2.4 + rebuild + Erdinç Gültekin + erdincgultekin@pisilinux.org - 2012-09-30 - 1.1.2 + 2012-08-29 + 1.2.4 First release - Erdem Artan + PisiLinux Community admins@pisilinux.org @@ -115113,73 +100023,368 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - gstreamer-next - http://gstreamer.freedesktop.org/ + libmp4v2 + http://code.google.com/p/mp4v2 PisiLinux Community admins@pisilinux.org - LGPLv2.1 + MPL-1.1 library app:console multimedia.video - GStreamer streaming media framework runtime - 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. - http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.4.5.tar.xz + 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. + http://mp4v2.googlecode.com/files/mp4v2-2.0.0.tar.bz2 - check - valgrind - gobject-introspection-devel - libxml2-devel - ghostscript-devel + libgcc - multimedia/video/gstreamer-next/pspec.xml + multimedia/video/libmp4v2/pspec.xml - gstreamer-next + libmp4v2 - glib2 + libgcc /usr/bin /usr/lib - /usr/libexec - /usr/share/gir-1.0 - /usr/share/doc - /usr/share/gtk-doc - /usr/share/locale + /usr/share/doc/libmp4v2 /usr/share/man - gstreamer-next-32bit - 32-bit shared libraries for gstreamer - emul32 - emul32 - - glib2-32bit - + libmp4v2-devel + Development files for libmp4v2 + libmp4v2 için geliştirme dosyaları - glib2-32bit - glibc-32bit - gstreamer-next + libmp4v2 - /usr/lib32 + /usr/include + + + + + 2014-05-20 + 2.0.0 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-31 + 2.0.0 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-11-14 + 2.0.0 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + crystalhd + http://www.broadcom.com/support/crystal_hd/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + library + multimedia.video + Drivers for Broadcom's BCM70012 and BCM70015 Crystal HD + Broadcom BCM70012 ve BCM70015 için Crystal HD sürücüleri + Drivers for Broadcom's BCM70012 and BCM70015 Crystal HD + Broadcom BCM70012 ve BCM70015 için Crystal HD sürücüleri + http://source.pisilinux.org/1.0/crystalhd.tar.xz + multimedia/video/crystalhd/pspec.xml + + + libcrystalhd + Broadcom Crystal HD için kütüphane + + /usr/lib/libcrystalhd.so + /usr/lib/libcrystalhd.so.3 + /usr/lib/libcrystalhd.so.3.6 + /usr/share/doc - gstreamer-next-devel - Development files for gstreamer + libcrystalhd-devel + Broadcom Crystal HD için geliştirici dosyaları - gstreamer-next + libcrystalhd + + + /usr/include/libcrystalhd/bc_dts_defs.h + /usr/include/libcrystalhd/bc_dts_types.h + /usr/include/libcrystalhd/libcrystalhd_if.h + /usr/include/libcrystalhd/libcrystalhd_version.h + + + + crystalhd-firmware + Broadcom Crystal HD firmware dosyaları + + /lib/firmware + + + + + 2014-05-20 + 20100703 + Rebuild + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-21 + 20100703 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-10-24 + 20100703 + First release + Erdem Artan + erdem.artan@linux.org.tr + + + + + + 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. + http://ftp.gnome.org/pub/gnome/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.36.tar.xz + + gstreamer-devel + gstreamer-next-devel + pango-devel + libXv-devel + libogg-devel + alsa-lib-devel + libvorbis-devel + libtheora-devel + libvisual-devel + gobject-introspection-devel + orc-devel + libxml2-devel + + multimedia/video/gst-plugins-base/pspec.xml + + + gst-plugins-base + + zlib + glib2 + libX11 + libxml2 + gstreamer + pango + cairo + libXv + libogg + libXext + alsa-lib + libvorbis + libvisual + libtheora + orc + + + /usr/bin + /usr/lib/girepository-1.0 + /usr/lib/gstreamer-0.10 + /usr/lib/libgst* + /usr/share/doc + /usr/share/gir-1.0 + /usr/share/gst-plugins-base + /usr/share/man + /usr/share/locale + + + + gst-plugins-base-32bit + 32-bit shared libraries for gst-plugins-base + emul32 + emul32 + + orc-32bit + zlib-32bit + glib2-32bit + libXv-32bit + cairo-32bit + pango-32bit + libSM-32bit + libogg-32bit + libICE-32bit + libX11-32bit + libxml2-32bit + libXext-32bit + alsa-lib-32bit + gstreamer-32bit + libvorbis-32bit + + + gst-plugins-base + orc-32bit + zlib-32bit + glibc-32bit + glib2-32bit + libXv-32bit + cairo-32bit + pango-32bit + libogg-32bit + libX11-32bit + libxml2-32bit + libXext-32bit + alsa-lib-32bit + gstreamer-32bit + libvorbis-32bit + + + /usr/lib32/gstreamer-0.10 + /usr/lib32/libgst* + + + + gst-plugins-base-devel + Development files for gst-plugins-base + gst-plugins-base için geliştirme dosyaları + + gst-plugins-base glib2-devel + gstreamer-devel /usr/include /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/aclocal + /usr/lib32/pkgconfig/gstreamer*.pc + /usr/share/man/man3 + + + + + 2014-05-20 + 0.10.36 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-27 + 0.10.36 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-01-01 + 0.10.36 + Fixed. + PisiLinux Community + admins@pisilinux.org + + + 2013-07-27 + 0.10.36 + Move pc files to devel pack, rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2013-07-07 + 0.10.36 + Rebuild for libcdio-0.90 + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-25 + 0.10.36 + configure fix. + PisiLinux Community + admins@pisilinux.org + + + 2013-02-14 + 0.10.36 + Add emul32 + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-09 + 0.10.36 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + gst-libav-next + http://gstreamer.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.video + Gstreamer plugin for the libav codec + Gstreamer plugin for the libav codec. + http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.4.5.tar.xz + + gst-plugins-base-next-devel + gstreamer-next-devel + liboil-devel + orc-devel + ffmpeg-devel + + multimedia/video/gst-libav-next/pspec.xml + + + gst-libav-next + + gst-plugins-base-next + gstreamer-next + bzip2 + glib2 + ffmpeg + liboil + + + /usr/lib + /usr/share/doc + /usr/share/gtk-doc @@ -115191,7 +100396,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol yusuf.aydemir@pisilinux.org - 2014-08-22 + 2014-08-23 1.4.0 Version bump. Yusuf Aydemir @@ -115204,120 +100409,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Alihan Öztürk alihan@pisilinux.org - - 2014-02-13 - 1.2.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-20 - 1.2.1 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-10-11 - 1.2.0 - bump - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-08-30 - 1.1.4 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - gst-plugins-ugly-next - http://gstreamer.net/ - - Osman Erkan - osman.erkan@pisilinux.org - - GPLv2 - library - multimedia.video - Other plugins for gstreamer - 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. - http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.4.5.tar.xz - - gst-plugins-base-next-devel - gstreamer-next-devel - x264-devel - lame-devel - opencore-amr-devel - a52dec-devel - libmad-devel - libcdio-devel - libmpeg2-devel - libdvdcss-devel - libid3tag-devel - libdvdread-devel - orc-devel - - multimedia/video/gst-plugins-ugly-next/pspec.xml - - - gst-plugins-ugly-next - - gst-plugins-base-next - gstreamer-next - x264 - glib2 - lame - opencore-amr - a52dec - libmad - libcdio - libmpeg2 - libdvdread - orc - - - /usr/lib/gstreamer-1.0 - /usr/share/doc/ - /usr/share/gtk-doc/html/gst-plugins-ugly-plugins-1.0 - /usr/share/gstreamer-1.0 - /usr/share/locale - - - - - 2015-04-18 - 1.4.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-22 - 1.4.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-28 - 1.2.4 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-04-07 - 1.2.3 - Rebuild for x264. - Serdar Soytetir - kaptan@pisilinux.org - 2014-02-14 1.2.3 @@ -115326,11 +100417,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol yusuf.aydemir@pisilinux.org - 2013-11-23 + 2013-11-29 1.2.1 - version bump - Richard de Bruin - richdb@pisilinux.org + Version bump + rebuild for ffmpeg + Osman Erkan + osman.erkan@pisilinux.org 2013-10-14 @@ -115561,6 +100652,2172 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + gst-plugins-good-next + http://gstreamer.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.video + A set of good-quality plugins for GStreamer + gst-plugins-good contains a set of mature plugins and elements for GStreamer. + http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.4.5.tar.xz + + gst-plugins-base-next-devel + pulseaudio-libs-devel + gstreamer-next-devel + libjpeg-turbo-devel + gdk-pixbuf-devel + libraw1394-devel + libXdamage-devel + libXfixes-devel + libsoup-devel + libXext-devel + libv4l-devel + libXv-devel + cairo-devel + aalib-devel + speex-devel + gtk2-devel + flac-devel + orc-devel + + multimedia/video/gst-plugins-good-next/pspec.xml + + + gst-plugins-good-next + + orc + flac + zlib + speex + libX11 + libpng + cairo + glib2 + aalib + bzip2 + libv4l + libXext + libsoup + libXfixes + gdk-pixbuf + libXdamage + libjpeg-turbo + gstreamer-next + pulseaudio-libs + gst-plugins-base-next + + + /etc/gconf + /usr/bin + /usr/lib + /usr/share/gstreamer-1.0/presets + /usr/share/doc + /usr/share/gtk-doc + /usr/share/man + /usr/share/locale + + + + + 2015-04-18 + 1.4.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-22 + 1.4.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-28 + 1.2.4 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-14 + 1.2.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-23 + 1.2.1 + version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-10-14 + 1.2.0 + version bump + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-30 + 1.1.4 + First release + Osman Erkan + osman.erkan@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.3.tar.gz + multimedia/video/xvid/pspec.xml + + + xvid + + /usr/lib + /usr/share/doc/xvid + + + + xvid-devel + + xvid + + + /usr/share/doc/xvid/examples + /usr/include + + + + + 2014-12-14 + 1.3.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-22 + 1.3.2 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-17 + 1.3.2 + Rebuild for 1.0 + Richard de Bruin + richdb@pisilinux.org + + + 2012-08-29 + 1.3.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + gstreamer-vaapi + http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/ + + Osman Erkan + osman.erkan@pisilinux.org + + LGPLv2.1 + library + multimedia.video + GStreamer Multimedia Framework VA Plugins + gstreamer-vaapi, GStreamer Multimedia Framework VA Plugins. + http://freedesktop.org/software/vaapi/releases/gstreamer-vaapi/gstreamer-vaapi-0.6.0.tar.bz2 + + mesa-devel + libva-devel + libdrm-devel + wayland-devel + gstreamer-devel + libXrandr-devel + libXrender-devel + gstreamer-next-devel + gst-plugins-bad-devel + gst-plugins-base-devel + gst-plugins-bad-next-devel + gst-plugins-base-next-devel + + multimedia/video/gstreamer-vaapi/pspec.xml + + + gstreamer-vaapi + + mesa + libva + libdrm + gstreamer + libXrandr + libXrender + wayland-client + gst-plugins-bad + gst-plugins-base + + + /usr/share/doc + /usr/lib/gstreamer-0.10/ + /usr/lib/libgstvaapi*0.10* + + + + gstreamer-vaapi-next + GStreamer-next Multimedia Framework VA Plugins. + + mesa + libva + libdrm + libXrandr + libXrender + gstreamer-next + wayland-client + gst-plugins-bad-next + gst-plugins-base-next + + + /usr/lib/gstreamer-1.0/ + /usr/lib/libgstcodecparsers_vpx* + /usr/lib/libgstvaapi*1.4* + + + + gstreamer-vaapi-devel + Development files for gstreamer-vaapi + gstreamer için geliştirme dosyaları + + libva-devel + gstreamer-devel + gstreamer-vaapi + + + /usr/include/gstreamer-1.0/gst/vaapi/ + /usr/lib/pkgconfig/gstreamer-*0.10* + + + + gstreamer-vaapi-next-devel + Development files for gstreamer-vaapi-next + + libva-devel + gstreamer-next-devel + gstreamer-vaapi-next + + + /usr/include/gstreamer-1.4/ + /usr/lib/pkgconfig/gstreamer-vaapi-wayland-1.0.pc + /usr/lib/pkgconfig/gstreamer-vaapi-x11-1.0.pc + /usr/lib/pkgconfig/gstreamer-vaapi-1.0.pc + /usr/lib/pkgconfig/gstreamer-vaapi-glx-1.0.pc + + + + + 2015-07-23 + 0.6.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-28 + 0.5.8 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-04-24 + 0.5.8 + First release + Osman Erkan + osman.erkan@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. + http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.19.tar.bz2 + + glib2-devel + gstreamer-devel + gstreamermm-devel + gst-plugins-base-devel + libdvdread-devel + x264-devel + orc-devel + lame-devel + opencore-amr-devel + a52dec-devel + libmad-devel + libcdio-devel + libmpeg2-devel + + + cdio-cd-text-api.patch + opencore-amr.patch + + multimedia/video/gst-plugins-ugly/pspec.xml + + + gst-plugins-ugly + + orc + glib2 + gst-plugins-base + gstreamer + x264 + lame + opencore-amr + a52dec + libmad + libcdio + libmpeg2 + libdvdread + + + /usr/lib/gstreamer-0.10 + /usr/share/doc/gst-plugins-ugly + /usr/share/gstreamer-0.10 + /usr/share/locale + + + + + 2016-01-10 + 0.10.19 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-04-05 + 0.10.19 + Rebuild for x264 + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-27 + 0.10.19 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-02-26 + 0.10.19 + Rebuild + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-28 + 0.10.19 + missing dep + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-07 + 0.10.19 + Rebuild for libcdio and x264 + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-10 + 0.10.19 + 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 + + + + + 2014-05-27 + 1.3 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-28 + 1.3 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-09-30 + 1.1.2 + First release + Erdem Artan + admins@pisilinux.org + + + + + + 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. + http://ffmpeg.org/releases/ffmpeg-2.8.6.tar.bz2 + + freetype-devel + faac-devel + lame-devel + x264-devel + x265-devel + libva-devel + libsdl-devel + libvpx-devel + libass-devel + libopus-devel + alsa-lib-devel + libvdpau-devel + libtheora-devel + libvorbis-devel + gnutls-devel + celt-devel + gsm-devel + libbluray-devel + opencore-amr-devel + libmodplug-devel + pulseaudio-libs-devel + openjpeg-devel + frei0r-plugins-devel + rtmpdump-devel + schroedinger-devel + speex-devel + libv4l-devel + libvo-amrwbenc-devel + libvo-aacenc-devel + xvid-devel + libdc1394-devel + libnut-devel + libcdio-paranoia-devel + libXv-devel + + multimedia/video/ffmpeg/pspec.xml + + + ffmpeg + + gsm + celt + faac + lame + x264 + x265 + xvid + zlib + bzip2 + speex + libva + libXv + gnutls + libX11 + libnut + libsdl + libv4l + libvpx + libxcb + libass + libopus + libXext + alsa-lib + freetype + libvdpau + openjpeg + rtmpdump + libbluray + libdc1394 + libtheora + libvorbis + fontconfig + libmodplug + libvo-aacenc + opencore-amr + schroedinger + libvo-amrwbenc + pulseaudio-libs + libcdio-paranoia + + + /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 + + + + + 2016-02-16 + 2.8.6 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-07-29 + 2.7.2 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-12-13 + 2.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-12-05 + 2.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-06-24 + 2.2.4 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-06-04 + 2.2.3 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-05-21 + 2.2.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-04-05 + 2.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-27 + 2.1.1 + fix dep + Kamil Atlı + suvarice@gmail.com + + + 2013-11-24 + 2.1.1 + Version bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-07-28 + 1.2.1 + missing dep. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-06 + 1.2.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-25 + 1.1.1 + Fixed. + PisiLinux Community + admins@pisilinux.org + + + 2013-01-26 + 1.1.1 + Version bump to 1.1.1 + Idris Kalp + admins@pisilinux.org + + + 2012-09-29 + 1.0 + First release + Erdem Artan + admins@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 + + + + + 2016-01-09 + 1.0.0 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-01-29 + 1.0.0 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 1.0.0 + First release + Pisi Linux Admins + admins@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 + + + + + 2014-06-18 + 1.3 + Rebuild, remove vo-aacenc binary package. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-20 + 1.3 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-28 + 1.3 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2012-09-30 + 1.1.2 + First release + Erdem Artan + admins@pisilinux.org + + + + + + gstreamer-next + http://gstreamer.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + app:console + multimedia.video + GStreamer streaming media framework runtime + 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. + http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.4.5.tar.xz + + check + valgrind + gobject-introspection-devel + libxml2-devel + ghostscript-devel + + multimedia/video/gstreamer-next/pspec.xml + + + gstreamer-next + + glib2 + + + /usr/bin + /usr/lib + /usr/libexec + /usr/share/gir-1.0 + /usr/share/doc + /usr/share/gtk-doc + /usr/share/locale + /usr/share/man + + + + gstreamer-next-32bit + 32-bit shared libraries for gstreamer + emul32 + emul32 + + glib2-32bit + + + glib2-32bit + glibc-32bit + gstreamer-next + + + /usr/lib32 + + + + gstreamer-next-devel + Development files for gstreamer + + gstreamer-next + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/aclocal + + + + + 2015-04-18 + 1.4.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-22 + 1.4.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-26 + 1.2.4 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-13 + 1.2.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-20 + 1.2.1 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-10-11 + 1.2.0 + bump + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-30 + 1.1.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + vokoscreen + http://www.kohaupt-online.de/hp/ + + Pisilinux Community + admins@pisilinux.org + + GPLv2 + app:gui + multimedia.video + New desktop recording program + Yeni masaüstü kayıt programı + Vokoscreen is a new application you to record your desktop. It’s very simple and it uses a minimalistic GUI + Vokoscreen masaüstü kaydetmek için yeni bir uygulamadır.Çok basit kullanışlı bir arayüz sunar. + vokoscreen + https://github.com/vkohaupt/vokoscreen/archive/2.4.11-beta.tar.gz + + qt5-base-devel + qt5-x11extras-devel + qt5-linguist + qt5-qdbusviewer + libv4l-devel + ffmpeg-devel + opencv-devel + alsa-lib-devel + libX11-devel + opencv-devel + libXrandr-devel + + + datastream.patch + + multimedia/video/vokoscreen/pspec.xml + + + vokoscreen + + libX11 + libgcc + libv4l + qt5-base + qt5-x11extras + alsa-lib + + + /usr/bin + /usr/share/applications + /usr/share/doc + /usr/share/man + /usr/share/pixmaps + + + + + 2016-01-19 + 2.4.11 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-11-15 + 2.4.6 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-08-13 + 2.4.3 + 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 + https://bitbucket.org/multicoreware/x265/get/1.7.tar.bz2 + + 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 + + + + + 2015-07-23 + 1.7 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-12-02 + 1.4 + Version bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-06-18 + 1.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-04-05 + 0.9 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + libdvbpsi + http://www.videolan.org/libdvbpsi/ + + 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.1.2/libdvbpsi-1.1.2.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 + + + + + 2014-05-31 + 1.1.2 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-11-20 + 1.1.2 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-08-29 + 0.2.2 + First release + PisiLinux Community + admins@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. + http://sourceforge.net/projects/xine/files/xine-lib/1.2.6/xine-lib-1.2.6.tar.xz + + accel_vaapi.h + + + libXext-devel + fontconfig-devel + freetype-devel + zlib-devel + libXinerama-devel + libXv-devel + libXvMC-devel + libogg-devel + libvorbis-devel + mesa-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 + multilib.patch + no_autopoint.patch + dmo.patch + tr_segfault_fix.patch + deepbind.patch + lpthread.patch + + multimedia/video/xine-lib/pspec.xml + + + xine-lib + + mesa + 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 + 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 + + + + + 2014-07-07 + 1.2.6 + Rebuild for ffmpeg + Kamil Atlı + suvari@pisilinux.org + + + 2014-07-07 + 1.2.6 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-05-20 + 1.2.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-12-20 + 1.2.3 + Fix unneeded dependencies, remove DirectBD-devel from runtime deps. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-30 + 1.2.3 + Rebuild for ffmpeg. + PisiLinux Community + admins@pisilinux.org + + + 2013-10-14 + 1.2.3 + rebuild for DirectFB. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-07 + 1.2.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-30 + 1.2.2 + First release + Erdinç Gültekin + admins@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. + http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-1.4.0.tar.bz2 + + libgcc + + multimedia/video/libvpx/pspec.xml + + + libvpx + + /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 + + + + + 2014-07-15 + 1.4.0 + Version bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-05-22 + 1.3.0 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-29 + 1.3.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-02-09 + 1.2.0 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-07-06 + 1.2.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-08-29 + 1.0 + First release + PisiLinux Community + admins@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 + + + + + 2014-05-25 + 0.5.1 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-01-31 + 0.5.1 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 0.5.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + gst-plugins-bad + http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html + + PisiLinux Community + admins@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. + http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.23.tar.bz2 + + gstreamermm-devel + gst-plugins-base-devel + libdvdread-devel + libdvdnav-devel + soundtouch-devel + faac-devel + valgrind + jasper-devel + libdca-devel + gsm-devel + mjpegtools-devel + libdvdnav-devel + libsndfile-devel + DirectFB-devel + libSM-devel + libICE-devel + celt-devel + libdc1394-devel + alsa-lib-devel + libsdl-devel + soundtouch-devel + libtheora-devel + libmodplug-devel + xvid-devel + libdvdread-devel + libvdpau-devel + rtmpdump-devel + schroedinger-devel + gdk-pixbuf-devel + libvo-aacenc-devel + libvo-amrwbenc-devel + + + directfb.patch + + multimedia/video/gst-plugins-bad/pspec.xml + + + gst-plugins-bad + + gst-plugins-base + gstreamer + DirectFB + celt + libdc1394 + libdca + libgcc + libpng + faac + bzip2 + glib2 + jasper + libX11 + gsm + libmodplug + mjpegtools + libsdl + soundtouch + libdvdnav + libsndfile + xvid + libdvdread + libvdpau + schroedinger + orc + libvo-aacenc + libvo-amrwbenc + + + /usr/bin + /usr/lib + /usr/share/locale + /usr/share/gstreamer-0.10 + /usr/share/doc + /usr/share/gtk-doc + /usr/share/glib-2.0/schemas + + + + gst-plugins-bad-devel + Development files for gst-plugins-bad + gst-plugins-bad için geliştirme dosyaları + + gst-plugins-bad + gstreamer-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + 2014-05-26 + 0.10.23 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-13 + 0.10.23 + Rebuild for mjpegtools + Kamil Atlı + suvarice@gmail.com + + + 2013-10-19 + 0.10.23 + Fix build dependency's. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-10-14 + 0.10.23 + clean build. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-10-14 + 0.10.23 + rebuild for DirectFB. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-28 + 0.10.23 + Dep Fixed. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-05-25 + 0.10.23 + Dep Fixed. + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-11-09 + 0.10.23 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + gst-plugins-ugly-next + http://gstreamer.net/ + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + library + multimedia.video + Other plugins for gstreamer + 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. + http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.4.5.tar.xz + + gst-plugins-base-next-devel + gstreamer-next-devel + x264-devel + lame-devel + opencore-amr-devel + a52dec-devel + libmad-devel + libcdio-devel + libmpeg2-devel + libdvdcss-devel + libid3tag-devel + libdvdread-devel + orc-devel + + multimedia/video/gst-plugins-ugly-next/pspec.xml + + + gst-plugins-ugly-next + + gst-plugins-base-next + gstreamer-next + x264 + glib2 + lame + opencore-amr + a52dec + libmad + libcdio + libmpeg2 + libdvdread + orc + + + /usr/lib/gstreamer-1.0 + /usr/share/doc/ + /usr/share/gtk-doc/html/gst-plugins-ugly-plugins-1.0 + /usr/share/gstreamer-1.0 + /usr/share/locale + + + + + 2015-04-18 + 1.4.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-22 + 1.4.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-28 + 1.2.4 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-04-07 + 1.2.3 + Rebuild for x264. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-14 + 1.2.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-23 + 1.2.1 + version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-10-14 + 1.2.0 + version bump + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-30 + 1.1.4 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + libtheora + http://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 + glibc-32bit + + + libtheora + libogg-32bit + glibc-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 + + + + + 2014-05-20 + 1.1.1 + Rebuild, add libpng16 patch. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-02-14 + 1.1.1 + Add emul32 + Marcin Bojara + marcin@pisilinux.org + + + 2010-10-12 + 1.1.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + gst-plugins-base-next + http://gstreamer.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + multimedia.video + Basepack of plugins for gstreamer + 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. + http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.4.5.tar.xz + + gstreamer-next-devel + cdparanoia + pango-devel + cairo-devel + libXv-devel + libogg-devel + libXext-devel + alsa-lib-devel + libvorbis-devel + libtheora-devel + libvisual-devel + gobject-introspection-devel + orc-devel + + multimedia/video/gst-plugins-base-next/pspec.xml + + + gst-plugins-base-next + + zlib + glib2 + libX11 + gstreamer-next + cdparanoia + pango + cairo + libXv + libogg + libXext + alsa-lib + libvorbis + libvisual + libtheora + orc + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/gtk-doc + /usr/share/gir-1.0 + /usr/share/man + /usr/share/locale + /usr/share/gst-plugins-base/1.0 + + + + gst-plugins-base-next-devel + Development files for gst-plugins-base + + gst-plugins-base-next + gstreamer-next-devel + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2015-04-18 + 1.4.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-22 + 1.4.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-28 + 1.2.4 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-14 + 1.2.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-20 + 1.2.1 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-10-14 + 1.2 + bump + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-08-30 + 1.1.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + mpv-player + http://www.mplayerhq.hu/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + multimedia.video + 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.14.0.tar.gz + + ffmpeg-devel + mesa-devel + pkgconfig + perl + samba-devel + libX11-devel + gcc + zlib-devel + libass-devel + lua-devel + yasm + libjpeg-turbo-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 + libva-devel + libdrm-devel + libv4l-devel + libXext-devel + libcaca-devel + alsa-lib-devel + libvdpau-devel + libXrandr-devel + wayland-client + wayland-cursor + pulseaudio-libs-devel + libcdio-paranoia-devel + jack-audio-connection-kit-devel + + multimedia/video/mpv-player/pspec.xml + + + mpv-player + + lua + enca + mesa + zlib + lcms2 + libXv + libva + samba + ffmpeg + libX11 + libass + libdrm + libv4l + libXext + libcaca + libcdio + alsa-lib + libvdpau + libXrandr + libbluray + libdvdnav + libdvdread + libXinerama + libxkbcommon + libXScrnSaver + libjpeg-turbo + wayland-client + wayland-cursor + pulseaudio-libs + libcdio-paranoia + jack-audio-connection-kit + + + /etc + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/applications + /usr/share/icons + /usr/share/zsh + + + + mpv-player-devel + + mpv-player + + + /usr/lib/pkgconfig + /usr/include + + + + + 2016-01-06 + 0.14 + First release + Stefan Gronewold + groni@pisilinux.org + + + vlc @@ -115990,1126 +103247,18 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - smtube - http://smplayer.sourceforge.net/en/info - - Pisi Linux Community - admins@pisilinux.org - - GPLv2 - app:gui - multimedia.video - 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. - http://sourceforge.net/projects/smplayer/files/SMTube/15.11.0/smtube-15.11.0.tar.bz2 - - qt5-base-devel - qt5-script-devel - qt5-location-devel - qt5-webkit-devel - qt5-linguist - - multimedia/video/smtube/pspec.xml - - - smtube - - qt5-base - qt5-script - qt5-webkit - qt5-location - libgcc - - - /usr/bin - /usr/share - /usr/share/doc - - - - - 2016-01-06 - 15.11 - Version bump - Stefan Gronewold - groni@pisilinux.org - - - 2014-11-28 - 14.8.0 - Version bump - Ergün salman - poyraz76@pisilinux.org - - - 2014-08-14 - 14.7.0 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2014-04-23 - 2.1 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-12-11 - 1.8 - First Release - Ganesh Iyer - iyer.gb.linux@gmail.com - - - - - - gst-plugins-good-next - http://gstreamer.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.video - A set of good-quality plugins for GStreamer - gst-plugins-good contains a set of mature plugins and elements for GStreamer. - http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.4.5.tar.xz - - gst-plugins-base-next-devel - pulseaudio-libs-devel - gstreamer-next-devel - libjpeg-turbo-devel - gdk-pixbuf-devel - libraw1394-devel - libXdamage-devel - libXfixes-devel - libsoup-devel - libXext-devel - libv4l-devel - libXv-devel - cairo-devel - aalib-devel - speex-devel - gtk2-devel - flac-devel - orc-devel - - multimedia/video/gst-plugins-good-next/pspec.xml - - - gst-plugins-good-next - - orc - flac - zlib - speex - libX11 - libpng - cairo - glib2 - aalib - bzip2 - libv4l - libXext - libsoup - libXfixes - gdk-pixbuf - libXdamage - libjpeg-turbo - gstreamer-next - pulseaudio-libs - gst-plugins-base-next - - - /etc/gconf - /usr/bin - /usr/lib - /usr/share/gstreamer-1.0/presets - /usr/share/doc - /usr/share/gtk-doc - /usr/share/man - /usr/share/locale - - - - - 2015-04-18 - 1.4.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-22 - 1.4.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-28 - 1.2.4 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-14 - 1.2.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-23 - 1.2.1 - version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-10-14 - 1.2.0 - version bump - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-08-30 - 1.1.4 - First release - Osman Erkan - osman.erkan@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. - http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-1.4.0.tar.bz2 - - libgcc - - multimedia/video/libvpx/pspec.xml - - - libvpx - - /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 - - - - - 2014-07-15 - 1.4.0 - Version bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-05-22 - 1.3.0 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-29 - 1.3.0 - Version bump. - PisiLinux Community - admins@pisilinux.org - - - 2014-02-09 - 1.2.0 - Rebuild. - Kamil Atlı - suvarice@gmail.com - - - 2013-07-06 - 1.2.0 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-08-29 - 1.0 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - smplayer - http://smplayer.sourceforge.net - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:gui - multimedia.video - 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 - http://sourceforge.net/projects/smplayer/files/SMPlayer/15.11.0/smplayer-15.11.0.tar.bz2 - http://sourceforge.net/projects/smplayer/files/SMPlayer-themes/15.12.0/smplayer-themes-15.12.0.tar.bz2 - http://sourceforge.net/projects/smplayer/files/SMPlayer-skins/15.2.0/smplayer-skins-15.2.0.tar.bz2 - - qt5-base-devel - qt5-script-devel - libxkbcommon-devel - zlib-devel - qt5-linguist - - multimedia/video/smplayer/pspec.xml - - - smplayer - - qt5-base - qt5-script - smtube - 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 - - - - - 2016-01-09 - 15.11 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2015-06-01 - 14.9.0.6915 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-12-01 - 14.9.0 - Rebuild Smtube Runtime Dependencies - Ergün Salman - poyraz76@pisilinux.org - - - 2014-11-20 - 14.9.0 - Version bump - Ergün Salman - poyraz76@pisilinux.org - - - 2014-06-29 - 14.3.0 - Rebuild. - Vedat Demir - vedat@pisilinux.org - - - 2014-06-11 - 14.3.0 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-03-09 - 0.8.6 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-08-20 - 0.8.6 - Version bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-07-06 - 0.8.5 - Version bump - Marcin Bojara - marcin@pisilinux.org - - - 2013-03-08 - 0.8.3 - Fixed - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-12-30 - 0.8.3 - First release - Idris Kalp - yaralikurt15@hotmail.com - - - - - - gst-libav-next - http://gstreamer.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.video - Gstreamer plugin for the libav codec - Gstreamer plugin for the libav codec. - http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.4.5.tar.xz - - gst-plugins-base-next-devel - gstreamer-next-devel - liboil-devel - orc-devel - ffmpeg-devel - - multimedia/video/gst-libav-next/pspec.xml - - - gst-libav-next - - gst-plugins-base-next - gstreamer-next - bzip2 - glib2 - ffmpeg - liboil - - - /usr/lib - /usr/share/doc - /usr/share/gtk-doc - - - - - 2015-04-18 - 1.4.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-08-23 - 1.4.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-05-26 - 1.2.4 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-14 - 1.2.3 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-29 - 1.2.1 - Version bump + rebuild for ffmpeg - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-10-14 - 1.2.0 - version bump - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-08-30 - 1.1.4 - First release - Osman Erkan - osman.erkan@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 - 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 - - - libquicktime-1.2.4+libav-9.patch - libquicktime-1.2.4-ffmpeg2.patch - - multimedia/video/libquicktime/pspec.xml - - - libquicktime - - mesa - 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 - - - - - 2015-11-13 - 1.2.4 - Rebuild version for Pisi 2.0 - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-12-18 - 1.2.4 - Rebuild version - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-12-16 - 1.2.4 - Rebuild for ffmpeg - PisiLinux Community - admins@pisilinux.org - - - 2014-04-05 - 1.2.4 - Rebuild for x264 - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-29 - 1.2.4 - Rebuild for ffmpeg - PisiLinux Community - admins@pisilinux.org - - - 2013-11-26 - 1.2.4 - Rebuild for ffmpeg - PisiLinux Community - admins@pisilinux.org - - - 2013-07-08 - 1.2.4 - rebuild - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2012-08-29 - 1.2.4 - First release - PisiLinux Community - admins@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. - http://ftp.gnome.org/pub/gnome/sources/gst-plugins-base/0.10/gst-plugins-base-0.10.36.tar.xz - - gstreamer-devel - gstreamer-next-devel - pango-devel - libXv-devel - libogg-devel - alsa-lib-devel - libvorbis-devel - libtheora-devel - libvisual-devel - gobject-introspection-devel - orc-devel - libxml2-devel - - multimedia/video/gst-plugins-base/pspec.xml - - - gst-plugins-base - - zlib - glib2 - libX11 - libxml2 - gstreamer - pango - cairo - libXv - libogg - libXext - alsa-lib - libvorbis - libvisual - libtheora - orc - - - /usr/bin - /usr/lib/girepository-1.0 - /usr/lib/gstreamer-0.10 - /usr/lib/libgst* - /usr/share/doc - /usr/share/gir-1.0 - /usr/share/gst-plugins-base - /usr/share/man - /usr/share/locale - - - - gst-plugins-base-32bit - 32-bit shared libraries for gst-plugins-base - emul32 - emul32 - - orc-32bit - zlib-32bit - glib2-32bit - libXv-32bit - cairo-32bit - pango-32bit - libSM-32bit - libogg-32bit - libICE-32bit - libX11-32bit - libxml2-32bit - libXext-32bit - alsa-lib-32bit - gstreamer-32bit - libvorbis-32bit - - - gst-plugins-base - orc-32bit - zlib-32bit - glibc-32bit - glib2-32bit - libXv-32bit - cairo-32bit - pango-32bit - libogg-32bit - libX11-32bit - libxml2-32bit - libXext-32bit - alsa-lib-32bit - gstreamer-32bit - libvorbis-32bit - - - /usr/lib32/gstreamer-0.10 - /usr/lib32/libgst* - - - - gst-plugins-base-devel - Development files for gst-plugins-base - gst-plugins-base için geliştirme dosyaları - - gst-plugins-base - glib2-devel - gstreamer-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig/gstreamer*.pc - /usr/share/man/man3 - - - - - 2014-05-20 - 0.10.36 - Release bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-27 - 0.10.36 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-01-01 - 0.10.36 - Fixed. - PisiLinux Community - admins@pisilinux.org - - - 2013-07-27 - 0.10.36 - Move pc files to devel pack, rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2013-07-07 - 0.10.36 - Rebuild for libcdio-0.90 - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-25 - 0.10.36 - configure fix. - PisiLinux Community - admins@pisilinux.org - - - 2013-02-14 - 0.10.36 - Add emul32 - Marcin Bojara - marcin@pisilinux.org - - - 2012-11-09 - 0.10.36 - First release - Serdar Soytetir - kaptan@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). - http://dl.matroska.org/downloads/libmatroska/libmatroska-1.4.2.tar.bz2 - - libebml-devel - - 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 - - - - - 2015-08-20 - 1.4.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-25 - 1.4.1 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2013-11-16 - 1.4.1 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2012-08-29 - 1.3.0 - First release - PisiLinux Community - admins@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. - http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.19.tar.bz2 - - glib2-devel - gstreamer-devel - gstreamermm-devel - gst-plugins-base-devel - libdvdread-devel - x264-devel - orc-devel - lame-devel - opencore-amr-devel - a52dec-devel - libmad-devel - libcdio-devel - libmpeg2-devel - - - cdio-cd-text-api.patch - opencore-amr.patch - - multimedia/video/gst-plugins-ugly/pspec.xml - - - gst-plugins-ugly - - orc - glib2 - gst-plugins-base - gstreamer - x264 - lame - opencore-amr - a52dec - libmad - libcdio - libmpeg2 - libdvdread - - - /usr/lib/gstreamer-0.10 - /usr/share/doc/gst-plugins-ugly - /usr/share/gstreamer-0.10 - /usr/share/locale - - - - - 2016-01-10 - 0.10.19 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-04-05 - 0.10.19 - Rebuild for x264 - Marcin Bojara - marcin@pisilinux.org - - - 2014-02-27 - 0.10.19 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-02-26 - 0.10.19 - Rebuild - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-07-28 - 0.10.19 - missing dep - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-07-07 - 0.10.19 - Rebuild for libcdio and x264 - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-10 - 0.10.19 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libmp4v2 - http://code.google.com/p/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. - http://mp4v2.googlecode.com/files/mp4v2-2.0.0.tar.bz2 - - libgcc - - multimedia/video/libmp4v2/pspec.xml - - - libmp4v2 - - libgcc - - - /usr/bin - /usr/lib - /usr/share/doc/libmp4v2 - /usr/share/man - - - - libmp4v2-devel - Development files for libmp4v2 - libmp4v2 için geliştirme dosyaları - - libmp4v2 - - - /usr/include - - - - - 2014-05-20 - 2.0.0 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-31 - 2.0.0 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-11-14 - 2.0.0 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - gst-plugins-bad + gst-plugins-bad-next http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html - PisiLinux Community - admins@pisilinux.org + 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. - http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.23.tar.bz2 + http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.4.5.tar.xz gstreamermm-devel gst-plugins-base-devel @@ -117144,931 +103293,91 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libvo-amrwbenc-devel - directfb.patch + 02_no-Werror.patch + remove_external_symbols.patch + gst-plugins-bad-0.10.7-wildmidi-timidity.cfg.patch - multimedia/video/gst-plugins-bad/pspec.xml + multimedia/video/gst-plugins-bad-next/pspec.xml - gst-plugins-bad + gst-plugins-bad-next - gst-plugins-base - gstreamer DirectFB - celt - libdc1394 libdca libgcc - libpng + libxml2 faac bzip2 glib2 - jasper libX11 gsm libmodplug mjpegtools - libsdl soundtouch libdvdnav libsndfile - xvid libdvdread libvdpau schroedinger + gstreamer-next orc libvo-aacenc libvo-amrwbenc + wayland-client + gst-plugins-base-next /usr/bin /usr/lib /usr/share/locale - /usr/share/gstreamer-0.10 - /usr/share/doc + /usr/share/gstreamer-1.0 + /usr/share/gst-plugins-bad/1.0/ /usr/share/gtk-doc - /usr/share/glib-2.0/schemas + /usr/share/gir-1.0/ + /usr/share/doc - gst-plugins-bad-devel + gst-plugins-bad-next-devel Development files for gst-plugins-bad - gst-plugins-bad için geliştirme dosyaları - gst-plugins-bad - gstreamer-devel - - - /usr/lib/pkgconfig - /usr/include - - - - - 2014-05-26 - 0.10.23 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-02-13 - 0.10.23 - Rebuild for mjpegtools - Kamil Atlı - suvarice@gmail.com - - - 2013-10-19 - 0.10.23 - Fix build dependency's. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-10-14 - 0.10.23 - clean build. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-10-14 - 0.10.23 - rebuild for DirectFB. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-07-28 - 0.10.23 - Dep Fixed. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-05-25 - 0.10.23 - Dep Fixed. - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-11-09 - 0.10.23 - First release - Serdar Soytetir - kaptan@pisilinux.org - - - - - - libv4l - http://freecode.com/projects/libv4l - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - LGPLv2.1 - library - multimedia.video - 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. - http://linuxtv.org/downloads/v4l-utils/v4l-utils-1.0.1.tar.bz2 - - qt5-base-devel - libjpeg-turbo-devel - glibc-devel - libgcc - - multimedia/video/libv4l/pspec.xml - - - libv4l - - libjpeg-turbo - - - /lib/udev/rules.d - /lib/udev/rc_keymaps - /usr/lib - /usr/share/doc - - - - v4l-utils - Utilities for libv4l - Zbiór narzędzi do urządzeń Video4Linux - - libgcc - libv4l - - - /etc - /usr/bin - /usr/sbin - /usr/share/man - /usr/share/applications - /usr/share/icons - - - - libv4l-devel - Development files for libv4l - libv4l için geliştirme dosyaları - Pliki nagłówkowe bibliotek libv4l - - libv4l - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - /usr/share/doc/libv4l/contrib - - - - 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 - - - libjpeg-turbo-32bit - glibc-32bit - libv4l - - - /usr/lib32 - - - - - 2014-05-20 - 1.0.1 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-02-20 - 23042013 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-02-17 - 23042013 - Rebuild. - PisiLinux Community - admins@pisilinux.org - - - 2013-08-17 - 23042013 - Release Bump. - PisiLinux Community - admins@pisilinux.org - - - 2013-07-29 - 23042013 - missing dep - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-04-23 - 23042013 - bump frome gitsnapshot - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-02-17 - 0.9.3 - bump - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2012-12-03 - 0.8.9 - First release - Marcin Bojara - marcin@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 - https://bitbucket.org/multicoreware/x265/get/1.7.tar.bz2 - - 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 - - - - - 2015-07-23 - 1.7 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-12-02 - 1.4 - Version bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-06-18 - 1.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-04-05 - 0.9 - 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 - - - - - 2014-05-25 - 0.5.1 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2014-01-31 - 0.5.1 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-12 - 0.5.1 - First release - Pisi Linux Admins - admins@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 - - - - - 2016-01-09 - 1.0.0 - Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2014-01-29 - 1.0.0 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-10-12 - 1.0.0 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - libtheora - http://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 - glibc-32bit - - - libtheora - libogg-32bit - glibc-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 - - - - - 2014-05-20 - 1.1.1 - Rebuild, add libpng16 patch. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-02-14 - 1.1.1 - Add emul32 - Marcin Bojara - marcin@pisilinux.org - - - 2010-10-12 - 1.1.1 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - libdvbpsi - http://www.videolan.org/libdvbpsi/ - - 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.1.2/libdvbpsi-1.1.2.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 - - - - - 2014-05-31 - 1.1.2 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-11-20 - 1.1.2 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2012-08-29 - 0.2.2 - First release - PisiLinux Community - admins@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. - http://sourceforge.net/projects/xine/files/xine-lib/1.2.6/xine-lib-1.2.6.tar.xz - - accel_vaapi.h - - - libXext-devel - fontconfig-devel - freetype-devel - zlib-devel - libXinerama-devel - libXv-devel - libXvMC-devel - libogg-devel - libvorbis-devel - mesa-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 - multilib.patch - no_autopoint.patch - dmo.patch - tr_segfault_fix.patch - deepbind.patch - lpthread.patch - - multimedia/video/xine-lib/pspec.xml - - - xine-lib - - mesa - 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 - 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 - - - - - 2014-07-07 - 1.2.6 - Rebuild for ffmpeg - Kamil Atlı - suvari@pisilinux.org - - - 2014-07-07 - 1.2.6 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-05-20 - 1.2.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-12-20 - 1.2.3 - Fix unneeded dependencies, remove DirectBD-devel from runtime deps. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-30 - 1.2.3 - Rebuild for ffmpeg. - PisiLinux Community - admins@pisilinux.org - - - 2013-10-14 - 1.2.3 - rebuild for DirectFB. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-07-07 - 1.2.3 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-30 - 1.2.2 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - gst-plugins-base-next - http://gstreamer.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - multimedia.video - Basepack of plugins for gstreamer - 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. - http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.4.5.tar.xz - + gst-plugins-bad-next gstreamer-next-devel - cdparanoia - pango-devel - cairo-devel - libXv-devel - libogg-devel - libXext-devel - alsa-lib-devel - libvorbis-devel - libtheora-devel - libvisual-devel - gobject-introspection-devel - orc-devel - - multimedia/video/gst-plugins-base-next/pspec.xml - - - gst-plugins-base-next - - zlib - glib2 - libX11 - gstreamer-next - cdparanoia - pango - cairo - libXv - libogg - libXext - alsa-lib - libvorbis - libvisual - libtheora - orc - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/gtk-doc - /usr/share/gir-1.0 - /usr/share/man - /usr/share/locale - /usr/share/gst-plugins-base/1.0 - - - - gst-plugins-base-next-devel - Development files for gst-plugins-base - - gst-plugins-base-next - gstreamer-next-devel - glib2-devel - - - /usr/include /usr/lib/pkgconfig - /usr/share/man/man3 + /usr/include - + 2015-04-18 1.4.5 Version bump. Yusuf Aydemir yusuf.aydemir@pisilinux.org - - 2014-08-22 + + 2014-08-23 1.4.0 Version bump. Yusuf Aydemir yusuf.aydemir@pisilinux.org - + 2014-05-28 1.2.4 Version bump. Alihan Öztürk alihan@pisilinux.org + + 2014-04-23 + 1.2.3 + Rebuild for webp. + Kamil Atlı + suvarice@gmail.com + 2014-02-14 1.2.3 @@ -118085,138 +103394,15 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 2013-10-14 - 1.2 + 1.2.0 bump - Erdinç Gültekin + Osman Erkan erdincgultekin@pisilinux.org 2013-08-30 1.1.4 First release - PisiLinux Community - admins@pisilinux.org - - - - - - gstreamer-vaapi - http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/ - - Osman Erkan - osman.erkan@pisilinux.org - - LGPLv2.1 - library - multimedia.video - GStreamer Multimedia Framework VA Plugins - gstreamer-vaapi, GStreamer Multimedia Framework VA Plugins. - http://freedesktop.org/software/vaapi/releases/gstreamer-vaapi/gstreamer-vaapi-0.6.0.tar.bz2 - - mesa-devel - libva-devel - libdrm-devel - wayland-devel - gstreamer-devel - libXrandr-devel - libXrender-devel - gstreamer-next-devel - gst-plugins-bad-devel - gst-plugins-base-devel - gst-plugins-bad-next-devel - gst-plugins-base-next-devel - - multimedia/video/gstreamer-vaapi/pspec.xml - - - gstreamer-vaapi - - mesa - libva - libdrm - gstreamer - libXrandr - libXrender - wayland-client - gst-plugins-bad - gst-plugins-base - - - /usr/share/doc - /usr/lib/gstreamer-0.10/ - /usr/lib/libgstvaapi*0.10* - - - - gstreamer-vaapi-next - GStreamer-next Multimedia Framework VA Plugins. - - mesa - libva - libdrm - libXrandr - libXrender - gstreamer-next - wayland-client - gst-plugins-bad-next - gst-plugins-base-next - - - /usr/lib/gstreamer-1.0/ - /usr/lib/libgstcodecparsers_vpx* - /usr/lib/libgstvaapi*1.4* - - - - gstreamer-vaapi-devel - Development files for gstreamer-vaapi - gstreamer için geliştirme dosyaları - - libva-devel - gstreamer-devel - gstreamer-vaapi - - - /usr/include/gstreamer-1.0/gst/vaapi/ - /usr/lib/pkgconfig/gstreamer-*0.10* - - - - gstreamer-vaapi-next-devel - Development files for gstreamer-vaapi-next - - libva-devel - gstreamer-next-devel - gstreamer-vaapi-next - - - /usr/include/gstreamer-1.4/ - /usr/lib/pkgconfig/gstreamer-vaapi-wayland-1.0.pc - /usr/lib/pkgconfig/gstreamer-vaapi-x11-1.0.pc - /usr/lib/pkgconfig/gstreamer-vaapi-1.0.pc - /usr/lib/pkgconfig/gstreamer-vaapi-glx-1.0.pc - - - - - 2015-07-23 - 0.6.0 - Version bump - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-05-28 - 0.5.8 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2014-04-24 - 0.5.8 - First release Osman Erkan osman.erkan@pisilinux.org @@ -118283,238 +103469,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - - - 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. - http://ffmpeg.org/releases/ffmpeg-2.8.6.tar.bz2 - - freetype-devel - faac-devel - lame-devel - x264-devel - x265-devel - libva-devel - libsdl-devel - libvpx-devel - libass-devel - libopus-devel - alsa-lib-devel - libvdpau-devel - libtheora-devel - libvorbis-devel - gnutls-devel - celt-devel - gsm-devel - libbluray-devel - opencore-amr-devel - libmodplug-devel - pulseaudio-libs-devel - openjpeg-devel - frei0r-plugins-devel - rtmpdump-devel - schroedinger-devel - speex-devel - libv4l-devel - libvo-amrwbenc-devel - libvo-aacenc-devel - xvid-devel - libdc1394-devel - libnut-devel - libcdio-paranoia-devel - libXv-devel - - multimedia/video/ffmpeg/pspec.xml - - - ffmpeg - - gsm - celt - faac - lame - x264 - x265 - xvid - zlib - bzip2 - speex - libva - libXv - gnutls - libX11 - libnut - libsdl - libv4l - libvpx - libxcb - libass - libopus - libXext - alsa-lib - freetype - libvdpau - openjpeg - rtmpdump - libbluray - libdc1394 - libtheora - libvorbis - fontconfig - libmodplug - libvo-aacenc - opencore-amr - schroedinger - libvo-amrwbenc - pulseaudio-libs - libcdio-paranoia - - - /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 - - - - - 2016-02-16 - 2.8.6 - Version bump. - Alihan Öztürk - alihan@pisilinux.org - - - 2015-07-29 - 2.7.2 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - - 2014-12-13 - 2.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-12-05 - 2.5 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-06-24 - 2.2.4 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-06-04 - 2.2.3 - Version bump. - Vedat Demir - vedat@pisilinux.org - - - 2014-05-21 - 2.2.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-04-05 - 2.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-11-27 - 2.1.1 - fix dep - Kamil Atlı - suvarice@gmail.com - - - 2013-11-24 - 2.1.1 - Version bump - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-07-28 - 1.2.1 - missing dep. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2013-07-06 - 1.2.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2013-01-25 - 1.1.1 - Fixed. - PisiLinux Community - admins@pisilinux.org - - - 2013-01-26 - 1.1.1 - Version bump to 1.1.1 - Idris Kalp - admins@pisilinux.org - - - 2012-09-29 - 1.0 - First release - Erdem Artan - admins@pisilinux.org - - - gstreamermm @@ -118610,464 +103564,966 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - vokoscreen - http://www.kohaupt-online.de/hp/ + gst-plugins-good + http://gstreamer.net/ - Pisilinux Community + PisiLinux Community admins@pisilinux.org GPLv2 - app:gui + library multimedia.video - New desktop recording program - Yeni masaüstü kayıt programı - Vokoscreen is a new application you to record your desktop. It’s very simple and it uses a minimalistic GUI - Vokoscreen masaüstü kaydetmek için yeni bir uygulamadır.Çok basit kullanışlı bir arayüz sunar. - vokoscreen - https://github.com/vkohaupt/vokoscreen/archive/2.4.11-beta.tar.gz + 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. + http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.31.tar.bz2 - qt5-base-devel - qt5-x11extras-devel - qt5-linguist - qt5-qdbusviewer + gst-plugins-base-devel + gstreamer-devel + cairo-devel + flac-devel + gdk-pixbuf-devel + libjpeg-turbo-devel + libpng-devel + libsoup-devel + libvpx-devel + aalib-devel + libraw1394-devel + pulseaudio-libs-devel libv4l-devel - ffmpeg-devel - opencv-devel - alsa-lib-devel - libX11-devel - opencv-devel - libXrandr-devel + libsoup-gnome + speex-devel + gtk2-devel + orc-devel + libXext-devel + valgrind + libXdamage-devel + libXfixes-devel + libXv-devel + libvorbis-devel + libtheora-devel + libogg-devel + libICE-devel + libSM-devel - datastream.patch + 0001-fix-v4l2_munmap.patch + 0002-clear_DISCONT_flag.patch + 0003-v4l2src-fix.patch + 0004-v4l2object-Don-t-probe-UVC-devices-for-being-interla.patch + 0001-sys-v4l2-Some-blind-compilation-fixes.patch - multimedia/video/vokoscreen/pspec.xml + multimedia/video/gst-plugins-good/pspec.xml - vokoscreen + gst-plugins-good + orc + flac + zlib + speex libX11 - libgcc + libpng + libXv + cairo + glib2 + aalib + bzip2 libv4l - qt5-base - qt5-x11extras - alsa-lib + libsoup + libxml2 + libXext + gstreamer + libXfixes + gdk-pixbuf + libXdamage + libjpeg-turbo + libsoup-gnome + pulseaudio-libs + gst-plugins-base + /etc/gconf /usr/bin - /usr/share/applications + /usr/lib + /usr/share/gstreamer-0.10/presets /usr/share/doc /usr/share/man - /usr/share/pixmaps + /usr/share/locale + + 2014-05-28 + 0.10.31 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-27 + 0.10.31 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-0-26 + 0.10.31 + Rebuild + Erdinç Gültekin + admins@pisilinux.org + - 2016-01-19 - 2.4.11 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org + 2013-07-28 + 0.10.31 + missing dep. + Erdinç Gültekin + admins@pisilinux.org - 2015-11-15 - 2.4.6 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org + 2013-05-09 + 0.10.31 + rebuild for libv4l + Erdinç Gültekin + admins@pisilinux.org - 2015-08-13 - 2.4.3 - First Release. - Stefan Gronewold(groni) - groni@pisilinux.org + 2012-11-09 + 0.10.31 + First release + Serdar Soytetir + kaptan@pisilinux.org - smpeg - http://www.lokigames.com/development/smpeg.php3 + smtube + http://smplayer.sourceforge.net/en/info + + Pisi Linux Community + admins@pisilinux.org + + GPLv2 + app:gui + multimedia.video + 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. + http://sourceforge.net/projects/smplayer/files/SMTube/15.11.0/smtube-15.11.0.tar.bz2 + + qt5-base-devel + qt5-script-devel + qt5-location-devel + qt5-webkit-devel + qt5-linguist + + multimedia/video/smtube/pspec.xml + + + smtube + + qt5-base + qt5-script + qt5-webkit + qt5-location + libgcc + + + /usr/bin + /usr/share + /usr/share/doc + + + + + 2016-01-06 + 15.11 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2014-11-28 + 14.8.0 + Version bump + Ergün salman + poyraz76@pisilinux.org + + + 2014-08-14 + 14.7.0 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2014-04-23 + 2.1 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-12-11 + 1.8 + First Release + Ganesh Iyer + iyer.gb.linux@gmail.com + + + + + + 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). + http://dl.matroska.org/downloads/libmatroska/libmatroska-1.4.2.tar.bz2 + + libebml-devel + + 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 + + + + + 2015-08-20 + 1.4.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-25 + 1.4.1 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2013-11-16 + 1.4.1 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-08-29 + 1.3.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + blender + http://www.blender.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-2.75a.tar.gz + + boost-devel + cmake + ffmpeg-devel + fftw3-devel + freetype-devel + glew-devel + icu4c-devel + ilmbase-devel + jack-audio-connection-kit-devel + libdc1394-devel + libgomp + libjpeg-turbo-devel + libpng-devel + libsdl-devel + libsndfile-devel + libspnav-devel + libX11-devel + libXi-devel + libXxf86vm-devel + mesa-devel + mesa-glu-devel + openal-devel + openexr-devel + openjpeg-devel + python3-devel + tiff-devel + openimageio-devel + webp-devel + zlib-devel + + + 06-blender-2.68-fix-install-rules.patch + + multimedia/editor/blender/pspec.xml + + + blender + + boost + ffmpeg + fftw3 + freetype + glew + ilmbase + 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 + + + /usr/bin + /usr/lib/python3.3/ + /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 + + + + + 2015-07-24 + 2.75a + Version bump. + Ali Algul + alialgul@pisilinux.org + + + 2015-01-24 + 2.75 + Version bump. + Ali Algul + alialgul@pisilinux.org + + + 2015-01-24 + 2.73a + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-01-08 + 2.73 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-12-30 + 2.72b + Rebuild, remove opencolorio dependency + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-11-10 + 2.72b + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-10-08 + 2.72 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-06-27 + 2.71 + Version bump. + Nikolay Semenov + tribunal@pisilinux.org + + + 2014-05-28 + 2.70a + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-04-23 + 2.7.0 + Rebuild + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-03-25 + 2.7.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-11-26 + 2.69 + Rebuild for ffmpeg. + Kamil Atlı + suvarice@gmail.com + + + 2013-11-09 + 2.69 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-31 + 2.69 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-10-14 + 2.68a + rebuild for icu4c. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-08-17 + 2.68a + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-07-25 + 2.68 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-04-20 + 2.66 + V.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-01-01 + 2.65 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + mlt + http://www.mltframework.org/twiki/bin/view/MLT/ + + 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. + http://sourceforge.net/projects/mlt/files/mlt/mlt-0.9.8.tar.gz + + alsa-lib-devel + swig + python-devel + glib2-devel + frei0r-plugins-devel + fftw3-devel + jack-audio-connection-kit-devel + qt5-base-devel + qt5-svg-devel + perl + libxml2-devel + libsamplerate-devel + ladspa-sdk-devel + libexif-devel + ffmpeg-devel + sox-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 + python + mlt + + + /usr/lib/python* + + + + mlt + + sox + fftw3 + glib2 + ffmpeg + libX11 + libgcc + libexif + libxml2 + qt5-svg + alsa-lib + qt5-base + libsamplerate + jack-audio-connection-kit + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/mlt + /usr/share/mlt/modules + /usr/share/mlt/modules/lumas/PAL + + + + mlt-devel + Development files for mlt + mlt için geliştirme dosyaları + + mlt + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2015-11-16 + 0.9.8 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-12-30 + 0.9.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-28 + 0.9.0 + fix build and ver. bump. + Kamil Atlı + suvarice@gmail.com + + + 2013-07-28 + 0.8.8 + missing dep.. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-01-29 + 0.8.8 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-18 + 0.8.6 + First release + Marcin Bojara + marcin@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 + + + 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 + + + + + 2014-05-27 + 0.2.35 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-16 + 0.2.35 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2012-11-12 + 0.2.33 + First release + Erdinç Gültekin + admins@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.103.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 + + zvbi + lirc + mesa + aalib + libSM + libdv + libXt + libXv + libXmu + libXaw + libICE + libv4l + libXpm + libXft + libXext + alsa-lib + libXrandr + libXrender + libXxf86vm + fontconfig + libexplain + libXxf86dga + libXinerama + libquicktime + libjpeg-turbo + gpm + zlib + libX11 + libpng + ncurses + freetype + + + /etc + /usr/bin + /usr/lib/xawtv + /usr/share/doc + /usr/share/man + /usr/share/xawtv + /usr/share/applications + /usr/share/pixmaps + + + xawtv.desktop + + + + + 2016-01-09 + 3.103 + Rebuild. + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-28 + 3.103 + version bump + Erdinc Gultekin + admins@pisilinux.org + + + 2013-07-28 + 3.102_201207 + First release + Erdinc Gultekin + admins@pisilinux.org + + + 2012-11-12 + 3.102_201207 + First release + Erdinc Gultekin + admins@pisilinux.org + + + + + + ladspa-sdk + http://www.ladspa.org 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. - http://source.pisilinux.org/1.0/smpeg-0.4.5.tar.xz - - libsdl-devel - freeglut-devel - mesa-devel - mesa-glu-devel - + 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://pkgs.fedoraproject.org/repo/pkgs/ladspa/ladspa_sdk_1.13.tgz/671be3e1021d0722cadc7fb27054628e/ladspa_sdk_1.13.tgz - 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 + ladspa-sdk-1.12-gcc4.patch + properbuild.patch + asneeded.patch + notests.patch - multimedia/video/smpeg/pspec.xml + multimedia/plugin/ladspa-sdk/pspec.xml - smpeg - - libsdl - mesa - mesa-glu - + ladspa-sdk /usr/bin /usr/lib - /usr/share/doc - /usr/share/man + /etc + /usr/share/doc/ladspa-sdk + + 60ladspa + - smpeg-devel - Development files for smpeg - smpeg için geliştirme dosyaları + ladspa-sdk-devel + Development files for ladspa-sdk + ladspa-sdk için geliştirme dosyaları - smpeg + ladspa-sdk - /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 + /usr/share/doc/ladspa-sdk/html - - 2014-06-01 - 0.4.5 + + 2014-05-25 + 1.13 Rebuild - Kamil Atlı - suvarice@gmail.com - - - 2014-03-09 - 0.4.5 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2013-07-31 - 0.4.5 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org - 2013-07-29 - 0.4.4 - missing dep. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2012-12-30 - 0.4.4 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - pythonmagick - http://www.imagemagick.org - - PisiLinux Community - admins@pisilinux.org - - as-is - library - multimedia.converter - Python bindings for the ImageMagick - ImageMagick için Python bağlayıcıları - PythonMagick is an object oriented Python bindings for the ImageMagick library. - PythonMagick, ImageMagick kütüphanesi için nesne yönelimli Python bağlayıcılarıdır. - http://www.imagemagick.org/download/python/PythonMagick-0.9.12.tar.xz - - boost-devel - imagemagick-devel - - multimedia/converter/Pythonmagick/pspec.xml - - - pythonmagick - - boost - imagemagick - libgcc - - - /usr/lib - /usr/share/doc - - - - - 2016-02-08 - 0.9.12 - Version bump. - Stefan Gronewold - groni@pisilinux.org - - - 2014-12-27 - 0.9.11 - Rebuild for boost. - Ergün Salman - poyraz76@pisilinux.org - - - 2014-10-27 - 0.9.11 - Version bump. - Ergün Salman - poyraz76@pisilinux.org - - - 2014-05-28 - 0.9.10 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2013-11-09 - 0.9.8 - Rebuild for boost 1.5.4 - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-02-17 - 0.9.8 - Update - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-01-02 - 0.9.7 - First release - Anıl Özbek - admins@pisilinux.org - - - - - - 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://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-8.5.2.tar.xz - - qt5-base-devel - zlib-devel - ruby-devel - flac-devel - boost-devel - libogg-devel - libebml-devel - libvorbis-devel - libmatroska-devel - file - imagemagick-devel - - multimedia/converter/mkvtoolnix/pspec.xml - - - mkvtoolnix - - flac - boost - libogg - file - libvorbis - zlib - qt5-base - libgcc - - - /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/locale - - - - - 2015-11-08 - 8.5.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2015-01-21 - 7.5.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-12-19 - 7.4.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-10-29 - 7.3.0 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-10-05 - 7.2.0 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-05-28 - 6.9.1 - Version bump - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-18 - 6.7.0 - Version bump - Richard de Bruin - richdb@pisilinux.org - - - 2013-11-14 - 6.5.0 - v. bump rebuild - Kamil Atlı - suvarice@gmail.com - - - 2013-07-28 - 6.2.0 - add missing dep. - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-05-09 - 6.2.0 - V.bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2012-08-27 - 5.7.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - ccd2iso - http://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 - - - - - 2014-06-18 - 0.3 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-20 - 0.3 + 2014-01-29 + 1.13 Rebuild Stefan Gronewold(groni) groni@pisilinux.org - 2011-01-17 - 0.3 + 2010-10-12 + 1.13 First release Pisi Linux Admins admins@pisilinux.org @@ -119076,49 +104532,126 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - vcdimager - http://www.vcdimager.org/ + libchromaprint + http://acoustid.org/chromaprint PisiLinux Community admins@pisilinux.org - GPLv2 + LGPLv2.1 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-0.7.24.tar.gz + 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://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-1.2.tar.gz - libcdio-devel - popt + ffmpeg-devel - multimedia/converter/vcdimager/pspec.xml + multimedia/plugin/libchromaprint/pspec.xml - vcdimager + libchromaprint - libcdio - popt - libxml2 + ffmpeg - /usr/bin + /usr/share /usr/lib - /usr/share/doc - /usr/share/info - /usr/share/man - vcdimager-devel - Development files for vcdimager - vcdimager için geliştirme dosyaları + libchromaprint-devel + libchromaprint için geliştirme dosyaları - vcdimager - libcdio-devel + libchromaprint + + + /usr/include + /usr/lib/pkgconfig + + + + + 2014-12-18 + 1.2 + Version bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-05-25 + 1.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-11-25 + 1.1 + Version Bump + PisiLinux Community + admins@pisilinux.org + + + 2013-07-28 + 0.7 + Move pc files to devel pack, rebuild + PisiLinux Community + admins@pisilinux.org + + + 2012-12-17 + 0.7 + First release + Marcin Bojara + marcin@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 /usr/include @@ -119127,166 +104660,143 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2014-05-20 - 0.7.24 - Rebuild. - Serdar Soytetir - kaptan@pisilinux.org + 2015-08-20 + 5.1.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com - 2014-02-17 - 0.7.24 - Rebuild. + 2014-05-29 + 5.0.1 + Rebuild PisiLinux Community admins@pisilinux.org - 2013-07-28 - 0.7.24 - Dep fixed - Fatih Turgel - hitaf@pisilinux.org + 2014-03-10 + 5.0.1 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org - 2013-07-08 - 0.7.24 - rebuild + 2013-07-31 + 5.0.1 + missing dep Erdinç Gültekin erdincgultekin@pisilinux.org - 2012-08-27 - 0.7.24 + 2013-01-06 + 5.0.1 First release - PisiLinux Community - admins@pisilinux.org + Yusuf Aydemir + yusuf.aydemir@pisilinux.org - unoconv - http://dag.wieers.com/home-made/unoconv + libdvdnav + http://www.mplayerhq.hu/ 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. - http://dag.wieers.com/home-made/unoconv/unoconv-0.7.tar.gz + 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/5.0.3/libdvdnav-5.0.3.tar.bz2 - asciidoc - xmlto + libdvdread-devel - multimedia/converter/Unoconv/pspec.xml + multimedia/misc/libdvdnav/pspec.xml - unoconv + libdvdnav - asciidoc - xmlto + 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/share/man - /usr/share/doc + /usr/include + /usr/lib/pkgconfig + /usr/share/aclocal - - 2016-01-28 - 0.7 + + 2015-01-31 + 5.0.3 Version bump. - Stefan Gronewold - groni@pisilinux.org + Hakan Yıldız + hknyldz93@gmail.com - - 2014-06-18 - 0.6 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org + + 2015-01-28 + 5.0.2 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com - - 2013-11-20 - 0.6 - Update + + 2014-09-29 + 5.0.1 + Version bump. Stefan Gronewold(groni) groni@pisilinux.org - - 2012-01-01 - 0.4 - First release - Anıl Özbek - admins@pisilinux.org + + 2014-05-24 + 4.2.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org - - - - - libnut - http://www.nut-container.org/ - + + 2014-03-08 + 4.2.0 + Rebuild. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-31 + 4.2.0 + missing dep. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-03-08 + 4.2.0 + V.Bump PisiLinux Community admins@pisilinux.org - - MIT - app:console - library - multimedia.converter - NUT container tools and library - NUT dosya biçemi kitaplığı ve araçları - Library and tools to work with NUT multimedia files. - libnut NUT çokluortam sistemini kullanmak ve düzenlemek için gerekli olan kitaplıkları ve araçları içerir. - http://source.pisilinux.org/1.0/libnut-661.tar.bz2 - - shared.patch - - multimedia/converter/libnut/pspec.xml - - - libnut - - /usr/bin - /usr/lib - /usr/share/doc - - - - libnut-devel - Development files for libnut - libnut için geliştirme dosyaları - - libnut - - - /usr/include - - - - - 2014-05-22 - 0.0_661 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-02-01 - 0.0_661 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org 2010-10-12 - 0.0_661 + 0.0_20100819 First release Pisi Linux Admins admins@pisilinux.org @@ -119295,143 +104805,55 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - netpbm - http://netpbm.sourceforge.net/ + sdl-image + http://www.libsdl.org/projects/SDL_image/ 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://source.pisilinux.org/1.0/netpbm-10.61.02.tar.gz - - config.mk - + 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 - jasper-devel + libsdl-devel tiff-devel - libpng-devel libjpeg-turbo-devel - zlib-devel - libX11-devel - libxml2-devel - netpbm-CAN-2005-2471.patch - netpbm-security-code.patch - netpbm-security-scripts.patch - library-link.patch + gif-overflow.patch - multimedia/graphics/netpbm/pspec.xml + multimedia/misc/sdl-image/pspec.xml - netpbm + sdl-image - jasper + libsdl tiff + zlib libpng libjpeg-turbo - zlib - libX11 - libxml2 /usr/bin - /usr/lib - /usr/share/netpbm - /usr/share/man + /usr/lib/ /usr/share/doc - netpbm-devel - Development files for netpbm - netpbm için geliştirme dosyaları + sdl-image-devel + Development files for sdl-image + sdl-image için geliştirme dosyaları - netpbm - - - /usr/include - /usr/share/man/man3 - - - - - 2015-02-21 - 10.61.02 - Rebuild. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-05-17 - 10.61.02 - Library link fixed - Ertan Güven - ertan@pisilinux.org - - - 2013-05-15 - 10.61.02 - Version bump - Ertan Güven - ertan@pisilinux.org - - - 2012-08-29 - 10.57.06 - First release - PisiLinux Community - admins@pisilinux.org - - - - - - tiff - http://www.remotesensing.org/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. - ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.3.tar.gz - + sdl-image + libsdl-devel + tiff-devel libjpeg-turbo-devel - jbigkit-devel - - multimedia/graphics/tiff/pspec.xml - - - tiff - - libjpeg-turbo - jbigkit - - - /usr/bin - /usr/lib - - - - tiff-devel - Developement files for tiff - tiff için geliştirme dosyaları - - tiff /usr/include @@ -119440,61 +104862,48 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 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 + 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 - tiff + sdl-image + libsdl-32bit + libpng-32bit libjpeg-turbo-32bit + tiff-32bit + zlib-32bit glibc-32bit - libgcc - /usr/lib32 + /usr/lib32/ - - 2014-05-19 - 4.0.3 - Release bump. + + 2014-05-31 + 1.2.12 + Rebuild. Alihan Öztürk alihan@pisilinux.org - - 2014-02-08 - 4.0.3 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org + + 2014-03-09 + 1.2.12 + Rebuild for buildhost + PisiLinux Community + admins@pisilinux.org - - 2013-07-26 - 4.0.3 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - + 2012-08-29 - 4.0.2 + 1.2.12 First release PisiLinux Community admins@pisilinux.org @@ -119503,54 +104912,49 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - webp - http://code.google.com/p/webp/downloads/list + libpano13 + http://sourceforge.net/projects/panotools 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ı - http://downloads.webmproject.org/releases/webp/libwebp-0.4.3.tar.gz + 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 - mesa-devel - mesa-glu-devel - libpng-devel + zlib-devel tiff-devel - giflib-devel - freeglut-devel + libpng-devel libjpeg-turbo-devel - multimedia/graphics/webp/pspec.xml + multimedia/misc/libpano13/pspec.xml - webp - webp resim formatı kütüphanesi ve png,jpeg,tiff resim formatlarına dönüştürme aracı + libpano13 tiff - mesa - giflib libpng - freeglut libjpeg-turbo - /usr/lib/libwebp* /usr/bin - /usr/share/man - /usr/share/doc/webp + /usr/lib + /usr/share/doc + /usr/share/man/man1 - webp-devel - webp için geliştirme dosyaları + libpano13-devel + Development files for libpano13 + libpano13 için geliştirme dosyaları - webp + libpano13 /usr/include @@ -119558,724 +104962,157 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - - 2015-04-06 - 0.4.3 - Version bump. - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - 2014-05-21 - 0.4.0 - rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-04-21 - 0.4.0 + 2014-11-10 + 2.9.19 Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2014-01-25 - 0.3.1 - rebuild for unused - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-19 - 0.3.1 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - - 2012-12-11 - 0.2.1 - First release - can - qazsew@mynet.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 - - - - - 2016-01-09 - 2.1.0 - Rebuild. Ertuğrul Erata ertugrulerata@gmail.com - - 2014-05-26 - 2.1.0 + + 2014-05-24 + 2.9.18 Rebuild. Alihan Öztürk alihan@pisilinux.org - - 2014-02-13 - 2.1.0 - Version bump - Kamil Atlı - suvarice@gmail.com - - - 2012-10-07 - 2.0.1_rc1 - First release - Erdinç Gültekin - admins@pisilinux.org - - - - - - gegl - 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. - gegl, 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.0.tar.bz2 - - libspiro-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 - ilmbase-devel - - - gegl-0.2.0-cve-2012-4433-1e92e523.patch - gegl-0.2.0-cve-2012-4433-4757cdf7.patch - gegl-0.2.0-ffmpeg-0.11.patch - - multimedia/graphics/gegl/pspec.xml - - - gegl - - glib2 - gdk-pixbuf - libspiro - jasper - libpng - libsdl - cairo - pango - babl - libjpeg-turbo - - - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/locale/ - - - - gegl-devel - Development files for gegl - gegl için geliştirme dosyaları - - gegl - glib2-devel - babl-devel - - - /usr/include - /usr/lib/pkgconfig - /usr/share/gtk-doc/html - - - - - 2014-12-20 - 0.2.0 - Rebuild for lua - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-06-19 - 0.2.0 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-31 - 0.2.0 + + 2014-02-22 + 2.9.18 Rebuild Unused Varol Maksutoğlu waroi@pisilinux.org - - 2013-11-29 - 0.2.0 - rebuild for ffmpeg - Kamil Atlı - suvarice@gmail.com - - - 2013-08-23 - 0.2.0 - Release bump - Osman Erkan - osman.erkan@pisilinux.org - - 2013-05-20 - 0.2.0 - Configure parameter fixed - Ertan Güven - ertan@pisilinux.org - - - 2012-12-08 - 0.2.0 - First release - marcin bojara - marcin@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-1.5.20.tar.gz - - cmake - boost-devel - openexr-devel - ilmbase-devel - glew-devel - python-devel - txt2man - libpng-devel - tiff-devel - webp-devel - ffmpeg-devel - opencv-devel - freetype-devel - giflib-devel - zlib-devel - jasper-devel - libraw-devel - openjpeg-devel - libjpeg-turbo-devel - - multimedia/graphics/openimageio/pspec.xml - - - openimageio - - tiff - webp - boost - opencv - giflib - ilmbase - openjpeg - openexr-libs - libjpeg-turbo - libraw - zlib - ffmpeg - libpng - python - freetype - libgcc - - - /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 - ilmbase-devel - openjpeg-devel - openexr-devel - libjpeg-turbo-devel - libraw-devel - zlib-devel - ffmpeg-devel - libpng-devel - python-devel - freetype-devel - - - /usr/include - - - - - 2015-11-06 - 1.5.20 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-09-14 - 1.5.19 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-12-30 - 1.4.15 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-05-25 - 1.4.8 - Version bump. - Kamil Atlı - suvarice@gmail.com - - - 2014-04-23 - 1.3.13 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-01-20 - 1.3.11 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2013-11-11 - 1.2.1 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-17 - 1.1.20130123 - Release bump. + 2013-07-28 + 2.9.18 + Move pc files to devel pack, rebuild Osman Erkan osman.erkan@pisilinux.org - 2013-01-25 - 1.1.20130123 + 2011-06-13 + 2.9.18 First release - Erdinç Gültekin + Ertuğrul Erata admins@pisilinux.org - giflib - http://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.0.6.tar.bz2 - 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 - emul32 - emul32 - - glibc-32bit - - - giflib - glibc-32bit - - - /usr/lib32 - - - - - 2014-05-20 - 5.0.6 - Version bump. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-28 - 5.0.5 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-07-31 - 4.1.6 - missing dep. - Erdinç Gültekin - erdincgultekin@pisilinux.org - - - 2011-05-03 - 4.1.6 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - aalib - http://aa-project.sourceforge.net/aalib/ + libdvdcss + http://www.videolan.org/libdvdcss/ PisiLinux Community admins@pisilinux.org 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 - - gpm - ncurses-devel - - - m4.patch - - multimedia/graphics/aalib/pspec.xml + 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.0/libdvdcss-1.4.0.tar.bz2 + multimedia/misc/libdvdcss/pspec.xml - aalib - - gpm - ncurses - + libdvdcss - /usr/bin /usr/lib /usr/share/doc - /usr/share/info - /usr/share/man - aalib-devel - Development files for aalib - aalib için geliştirme dosyaları + libdvdcss-devel + Development files for libdvdcss + libdvdcss için geliştirme dosyaları - aalib + libdvdcss - /usr/share/aclocal - /usr/include - /usr/share/man/man3 - - - - - 2014-05-20 - 1.4_rc5 - Rebuild, cleanup, fix gpm linking. - Serdar Soytetir - kaptan@pisilinux.org - - - 2014-01-16 - 1.4_rc5 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2010-12-20 - 1.4_rc5 - First release - Pisi Linux Admins - admins@pisilinux.org - - - - - - imlib2 - http://enlightenment.org/Libraries/Imlib2 - - PisiLinux Community - admins@pisilinux.org - - BSD - library - multimedia.graphics - Second version of the general image loading and rendering library - Genel resim yükleme ve tarama kütüphanesi'nin ikinci versiyonu - Imlib 2 est le successeur de Imlib. Il ne s'agit pas là juste d'une version plus récente d'imlib 1, mais vraiment d'une librairie complètement différente. S'agissant effectivement d'une différente librairie - même si elles ont des fonctionnalités similaires, Imlib2 peut être installée aux côtés de Imlib1.x sans aucun problème. - Imlib 2 is the successor to Imlib. It is not just a newer version - it is a completely new library. Imlib2 can be installed alongside Imlib 1.x without any problems since they are effectively different libraries - but they Have very similar functionality. - Imlib 2, Imlib'in gelişmişidir. Sadece ileri bir sürümü değildir, tamamen yeni bir kütüphanedir. Imlib2 ve Imlib 1.x tamamen farklı oldukları için bir arada kurulu bulunabilirler. İkisi de aynı amaçla yapılmıştır. - Imlib 2 es el sucesor de Imlib. no es simplemente una versión actualizada - es una librería completamente nueva. Imlib2 puede instalarse junto con Imlib 1.x sin problemas, ya que efectivamente son librerías diferentes - sin embargo tienen una funcionalidad similar. - http://sourceforge.net/projects/enlightenment/files/imlib2-src/1.4.6/imlib2-1.4.6.tar.gz - - giflib-devel - libid3tag-devel - libXext-devel - libjpeg-turbo-devel - tiff-devel - freetype-devel - - - imlib2-1.4.5-no-my-libs.patch - imlib2-giflib5.patch - - multimedia/graphics/imlib2/pspec.xml - - - imlib2 - - giflib - libid3tag - libXext - libjpeg-turbo - tiff - zlib - bzip2 - libX11 - libpng - freetype - - - /usr/bin - /usr/lib - /usr/share/imlib2 - /usr/share/doc - - - - imlib2-devel - Development files for imlib2 - imlib2 için geliştirme dosyaları - - imlib2 - - - /usr/include + /usr/include/dvdcss /usr/lib/pkgconfig + + 2016-01-05 + 1.4.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + - 2014-05-25 - 1.4.6 - Fix build. - Marcin Bojara - marcin@pisilinux.org + 2014-09-29 + 1.3.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org 2014-05-21 - 1.4.6 + 1.2.13 Rebuild. Kamil Atlı suvarice@gmail.com - 2014-01-26 - 1.4.6 + 2014-01-29 + 1.2.13 Version bump. Stefan Gronewold(groni) groni@pisilinux.org 2012-08-29 - 1.4.5 + 1.2.12 First release PisiLinux Community - namsp-01@hotmail.it + admins@pisilinux.org - libart_lgpl - http://www.levien.com/libart + liboil + http://www.schleef.org/liboil/ 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 + 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 - noartconfig.patch - libart_lgpl-2.3.21-crosscompile.patch - libart_lgpl-2.3.21-no-test-build.patch + 02_amd64-cpuid.patch + 03_stride-segfaults.patch - multimedia/graphics/libart_lgpl/pspec.xml + multimedia/misc/liboil/pspec.xml - libart_lgpl + liboil /usr/lib /usr/share/doc - libart_lgpl-devel - Development files for libart_lgpl - libart_lgpl için geliştirme dosyaları + liboil-devel + Development files for liboil + liboil için geliştirme dosyaları - libart_lgpl + liboil /usr/bin @@ -120286,21 +105123,21 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 2014-05-24 - 2.3.21 + 0.3.17 Rebuild Alihan Öztürk alihan@pisilinux.org - 2014-01-29 - 2.3.21 + 2014-02-01 + 0.3.17 Rebuild Stefan Gronewold(groni) groni@pisilinux.org - 2010-10-12 - 2.3.21 + 2011-01-05 + 0.3.17 First release Pisi Linux Admins admins@pisilinux.org @@ -120309,80 +105146,159 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - libwmf - http://wvware.sourceforge.net/libwmf.html + libopus + http://www.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. + http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz + multimedia/misc/libopus/pspec.xml + + + libopus + + /usr/bin + /usr/lib + /usr/share + + + + libopus-devel + Development files for libopus + Libopus için geliştirme dosyaları + + libopus + + + /usr/include + /usr/lib/pkgconfig + + + + libopus-docs + document files for libopus + + libopus + + + /usr/share/doc/ + + + + + 2014-05-22 + 1.1 + enable-custom-modes. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-22 + 1.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-09 + 1.0.4 + version bump + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-28 + 1.0.2 + Move pc files to devel pack, rebuild + PisiLinux Community + admins@pisilinux.org + + + 2012-12-12 + 1.0.2 + First release + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + + + + libid3tag + http://mad.sourceforge.net 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 + 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 - libjpeg-turbo-devel - harfbuzz-devel - freetype-devel - libX11-devel - libxml2-devel - gettext-devel - gdk-pixbuf-devel + zlib-devel - multimedia/graphics/libwmf/pspec.xml + + 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 + + multimedia/misc/libid3tag/pspec.xml - libwmf + libid3tag 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ı + libid3tag-devel - libwmf + libid3tag - /usr/bin/libwmf-config /usr/include - /usr/lib/pkgconfig + /usr/lib/pkgconfig + + id3tag.pc + - 2014-05-24 - 0.2.8.4 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org + 2014-05-20 + 0.15.1b + Rebuild + Serdar Soytetir + kaptan@pisilinux.org - 2014-02-01 - 0.2.8.4 + 2014-01-28 + 0.15.1b Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org + Kamil Atlı + suvarice@gmail.com 2010-10-12 - 0.2.8.4 + 0.15.1b First release Pisi Linux Admins admins@pisilinux.org @@ -120391,29 +105307,109 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - libdmtx - http://www.libdmtx.org + taglib + http://developer.kde.org/~wheeler/taglib.html + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv2 + 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. + http://taglib.github.io/releases/taglib-1.9.1.tar.gz + + cmake + zlib-devel + + multimedia/misc/taglib/pspec.xml + + + taglib + + zlib + libgcc + + + /usr/lib + /usr/bin + /usr/share/doc + + + + taglib-devel + Development files for taglib + taglib için geliştirme dosyaları + + taglib + + + /usr/include + /usr/lib/pkgconfig + + + + + 2014-05-25 + 1.9.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-11-24 + 1.9.1 + Version bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-10-22 + 1.8 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libshout + http://www.icecast.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. - http://sourceforge.net/projects/libdmtx/files/libdmtx/0.7.4/libdmtx-0.7.4.tar.gz + 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. + http://downloads.us.xiph.org/releases/libshout/libshout-2.3.1.tar.gz - imagemagick-devel + libvorbis-devel + libogg-devel + libtheora-devel + speex-devel - multimedia/graphics/libdmtx/pspec.xml + + pthread_flag.patch + + multimedia/misc/libshout/pspec.xml - libdmtx + libshout - imagemagick + libvorbis + libogg + libtheora + speex /usr/lib @@ -120421,11 +105417,2343 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - libdmtx-devel - Development files for libdmtx - libdmtx için geliştirme dosyaları + libshout-devel + Development files for libshout + libshout için geliştirme dosyaları - libdmtx + libshout + libtheora-devel + libvorbis-devel + libogg-devel + speex-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/aclocal + /usr/share/doc/*.c + + + + + 2014-05-25 + 2.3.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-20 + 2.3.1 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-07-31 + 2.3.1 + missing dep. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2012-08-29 + 2.3.1 + First release + PisiLinux Community + admins@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 + + + + + 2014-05-24 + 0.4.2 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-31 + 0.4.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 0.4.1 + First release + Pisi Linux Admins + 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 + + + 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 + + glibc-32bit + + + libsdl + glibc-32bit + + + /usr/lib32 + + + + + 2015-12-30 + 1.2.15 + Rebuild, fix builddep. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-14 + 1.2.15 + rebuild for DirectFB. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2012-08-29 + 1.2.15 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + gd + http://www.libgd.org + + PisiLinux Community + admins@pisilinux.org + + as-is + BSD + library + 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. + https://github.com/libgd/libgd/archive/gd-2.1.1.tar.gz + + fontconfig-devel + zlib-devel + freetype-devel + libpng-devel + libjpeg-turbo-devel + tiff-devel + libvpx-devel + + + gd-2.1.1-libvpx-1.4.0.patch + + multimedia/misc/gd/pspec.xml + + + gd + + fontconfig + tiff + libvpx + libjpeg-turbo + zlib + freetype + libpng + + + /usr/bin + /usr/lib + /usr/share/doc/gd + + + + gd-devel + Development files for gd + gd için geliştirme dosyaları + + gd + + + /usr/include + /usr/lib/pkgconfig + /usr/bin/gdlib-config + + + + gd-docs + Documents for gd + gd için geliştirme belgeleri + + /usr/share/doc/gd/html + + + + + 2014-08-02 + 2.1.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-24 + 2.1.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-25 + 2.0.35 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 2.0.35 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + libass + http://code.google.com/p/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.13.1/libass-0.13.1.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 + + + + + 2016-01-06 + 0.13.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2014-05-22 + 0.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-08 + 0.10.1 + rebuild + Kamil Atlı + suvarice@gmail.com + + + 2013-07-07 + 0.10.1 + Rebuild + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-25 + 0.10.1 + First release + Erdinç Gültekin + admins@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. + http://fribidi.org/download/fribidi-0.19.6.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 + + + + + 2014-02-23 + 0.19.6 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-07-06 + 0.19.5 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-08-29 + 0.19.4 + 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/5.0.3/libdvdread-5.0.3.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 + + + + + 2016-01-05 + 5.0.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2015-01-31 + 5.0.2 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2015-01-28 + 5.0.1 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-09-29 + 5.0.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-05-24 + 4.9.9 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-03-08 + 4.2.0 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2010-10-12 + 0.0_20100819 + First release + Pisi Linux Admins + admins@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. + http://libkate.googlecode.com/files/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 + + + + + 2014-05-24 + 0.4.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 0.4.1 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-07-31 + 0.4.1 + missing dep. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2012-08-29 + 0.4.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + frei0r-plugins + http://www.piksel.org/frei0r + + 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. + http://distfiles.macports.org/frei0r-plugins/frei0r-plugins-1.4.tar.gz + + libgcc + + + explicitly-link-with-lm.patch + + multimedia/misc/frei0r-plugins/pspec.xml + + + frei0r-plugins + + libgcc + + + /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 + + + + + 2014-05-20 + 1.4 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-03-01 + 1.4 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-11-30 + 1.4 + Rebuild for ffmpeg. + PisiLinux Community + admins@pisilinux.org + + + 2013-07-31 + 1.4 + missing dep. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-28 + 1.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2011-09-13 + 1.3 + 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://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.1.tar.gz + + libgcc + giflib-devel + libX11-devel + zlib-devel + tiff-devel + jasper-devel + freetype-devel + libpng-devel + libXext-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 + mesa + libdrm + libjpeg-turbo + libvdpau + webp + tiff + jasper + libkms + + + /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 + + + + + 2014-05-21 + 1.7.1 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-04-23 + 1.7.1 + Rebuild for webp + Kamil Atlı + suvarice@gmail.com + + + 2014-01-28 + 1.7.1 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-10-14 + 1.7.1 + version bump + Erdinç >Gültekin + erdincgultekin@pisilinux.org + + + 2012-08-29 + 1.5.3 + First release + PisiLinux Community + 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. + http://dev-www.libreoffice.org/src/libcdr-0.1.0.tar.bz2 + + doxygen + zlib-devel + lcms2-devel + icu4c-devel + libwpd-devel + boost-devel + librevenge-devel + + multimedia/misc/libcdr/pspec.xml + + + libcdr + + lcms2 + icu4c + zlib + libgcc + librevenge + + + /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 + + + + + 2015-01-02 + 0.1.1 + Dep Fixed. + PisiLinux Community + admins@pisilinux.org + + + 2014-09-26 + 0.1.0 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-05-24 + 0.0.16 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-25 + 0.0.11 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-10-14 + 0.0.11 + Rebuild for icu4c + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-31 + 0.0.11 + missing dep. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-03-14 + 0.0.11 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-17 + 0.0.10 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-20 + 0.0.9 + First Release. + PisiLinux Community + 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 + glibc-32bit + + + sdl-mixer + libsdl-32bit + libmikmod-32bit + libvorbis-32bit + libogg-32bit + smpeg-32bit + glibc-32bit + + + /usr/lib32/ + + + + + 2016-02-21 + 1.2.12 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 1.2.12 + Rebuild for buildhost + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-08-29 + 1.2.12 + First release + Osman Erkan + osman.erkan@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/0.9.2/libbluray-0.9.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 + + + /usr/include + /usr/lib/pkgconfig + + + + libbluray-docs + document files for libbluray + + libbluray + + + /usr/share/doc/ + + + + + 2016-01-04 + 0.9.2 + Version bump + Stefan Gronewold + groni@pisilinux.org + + + 2014-05-20 + 0.5.0 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-03-03 + 0.5.0 + Rebuild for openjdk + PisiLinux Community + admins@pisilinux.org + + + 2014-02-23 + 0.5.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-06 + 0.3.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-11 + 0.2.3 + First release + Erdinç Gültekin + erdincgultekin@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/exiv2-0.25.tar.gz + + zlib-devel + expat-devel + + + exiv2-0.18-deps.patch + + multimedia/misc/exiv2/pspec.xml + + + exiv2 + + exiv2-libs + + + /usr/bin + /usr/share/locale + /usr/share/doc + /usr/share/man + + + + exiv2-libs + + zlib + expat + libgcc + + + /usr/lib + + + + exiv2-devel + Development files for exiv2 + exiv2 için geliştirme dosyaları + + exiv2-libs + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-11-02 + 0.25 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-23 + 0.24 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-29 + 0.23 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + orc + http://code.entropywave.com/projects/orc/ + + PisiLinux Community + admins@pisilinux.org + + BSD + BSD-2 + app:console + multimedia.misc + The Oil Runtime Compiler + Optimized Inner Loop Runtime Compiler + http://gstreamer.freedesktop.org/src/orc/orc-0.4.19.tar.gz + multimedia/misc/orc/pspec.xml + + + orc + + /usr/bin/ + /usr/lib/ + /usr/share/ + + + + orc-32bit + 32-bit shared libraries for orc + emul32 + emul32 + + glibc-32bit + + + glibc-32bit + 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 + + + + + 2014-05-20 + 0.4.19 + Version bump, fix version. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-24 + 4.18 + Version bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-02-14 + 4.16 + Add emul32 + Marcin Bojara + marcin@pisilinux.org + + + 2012-08-29 + 4.16 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + 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 + + + + + 2014-05-24 + 0.6.21 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-30 + 0.6.21 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-29 + 0.6.21 + First release + PisiLinux Community + admins@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. + http://download.savannah.nongnu.org/releases/openexr/openexr-2.2.0.tar.gz + + ilmbase-devel + zlib-devel + mesa-glu-devel + + multimedia/misc/openexr/pspec.xml + + + openexr + + ilmbase + libgcc + openexr-libs + + + /usr/bin + + + + openexr-libs + OpenEXR runtime libraries + OpenEXR çalışma zamanı kitaplıkları + + ilmbase + 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 + ilmbase-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/aclocal + + + + + 2015-08-28 + 2.2.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-25 + 2.1.0 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-16 + 2.1.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2010-10-12 + 1.7.0 + First release + Pisi Linux Admins + 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 + + + + + 2015-09-16 + 0.2.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-25 + 0.2.2 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 0.2.2 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-04-28 + 0.2.2 + Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-01-01 + 0.2.2 + First release + Osman Erkan + osman.erkan@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 + + 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 + + + + + 2014-05-25 + 1.0.1 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 1.0.1 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2010-10-12 + 1.0.1 + First release + Pisi Linux Admins + admins@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. + http://dl.matroska.org/downloads/libebml/libebml-1.3.1.tar.bz2 + 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/share/man/man3 + + + + + 2015-08-20 + 1.3.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-24 + 1.3.0 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-11-16 + 1.3.0 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-11-07 + 1.2.2 + First release + PisiLinux Community + admins@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 + + + + + 2014-05-20 + 0.7.4 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-31 + 0.7.4 + some fixes and rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2010-10-12 + 0.7.4 + First release + Pisi Linux Admins + admins@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 + + /usr/lib + /usr/share/doc + + + + libmad-devel + Development files for libmad + libmad için geliştirme dosyaları + + libmad + + + /usr/include + /usr/lib/pkgconfig + + + mad.pc + + + + + 2014-05-20 + 0.15.1b + Rebuild, cleanup. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-28 + 0.15.1b + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2010-10-12 + 0.15.1b + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + faad2 + http://www.audiocoding.com/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + library + multimedia.sound + MPEG2 and MPEG4 AAC decoder + AAC yorumlayıcı + FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder. + FAAD2 bir HE, LC, MAIN ve LTP profil, MPEG2 ve MPEG4 AAC çözücüdür. + mirrors://sourceforge/faac/faad2-2.7.tar.bz2 + + faad2-2.7-libmp4ff-shared-lib.patch + faad2-2.7-man1_MANS.patch + faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch + + multimedia/sound/faad2/pspec.xml + + + faad2 + + /usr/bin + /usr/lib + /usr/share/doc/faad2 + /usr/share/man + + + + faad2-devel + Development files for faad2 + faad2 için geliştirme dosyaları + + faad2 + + + /usr/include + + + + + 2014-05-20 + 2.7 + Rebuild + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-23 + 2.7 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 2.7 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + libsamplerate + http://www.mega-nerd.com/SRC/ + + 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. + http://www.mega-nerd.com/SRC/libsamplerate-0.1.8.tar.gz + + libsndfile-devel + + + dontbuild-tests-examples.patch + + 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 + + + + + 2014-05-25 + 0.1.8 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-01 + 0.1.8 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-10-17 + 0.1.8 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + libogg + http://www.vorbis.com + + PisiLinux Community + admins@pisilinux.org + + as-is + library + multimedia.sound + La librairie pour fichiers au format média Ogg. + The Ogg media file format library + Ogg dosya biçimi kütüphanesi + libogg is a library for manipulating Ogg bitstream file formats. libogg supports both making Ogg bitstreams and getting packets from Ogg bitstreams. + libogg Ogg biçimli dosyalara erişmek için kullanılan bir kütüphanedir. Hem Ogg biçimli dosya oluşturmak için hem de Ogg dosyalarından paket ayıklamak için kullanılabilir. + http://downloads.xiph.org/releases/ogg/libogg-1.3.1.tar.xz + multimedia/sound/libogg/pspec.xml + + + libogg + + /usr/lib + /usr/share/doc + + + + libogg-devel + + libogg + + + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/include + /usr/share/aclocal + /usr/share/doc/libogg/*html + /usr/share/doc/libogg/*png + /usr/share/doc/libogg/ogg + + + + libogg-32bit + 32-bit shared libraries for libogg + libogg için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + glibc-32bit + + + glibc-32bit + libogg + + + /usr/lib32 + + + + + 2014-05-20 + 1.3.1 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-16 + 1.3.1 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-08-31 + 1.3.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + fluidsynth + http://fluidsynth.resonance.org/trac + + 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. + mirrors://sourceforge/fluidsynth/fluidsynth-1.1.6/fluidsynth-1.1.6.tar.bz2 + + lash-devel + alsa-lib-devel + ladspa-sdk-devel + libsndfile-devel + pulseaudio-libs-devel + jack-audio-connection-kit-devel + + multimedia/sound/fluidsynth/pspec.xml + + + fluidsynth + + lash + dbus + glib2 + readline + alsa-lib + 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 + + + + + 2014-05-26 + 1.1.6 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-01-24 + 1.1.6 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-29 + 1.1.6 + First release + PisiLinux Community + admins@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 @@ -120434,222 +107762,146 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - - 2015-06-05 - 0.7.4 - Rebuild. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2011-08-09 - 0.7.4 - First release - Pisi Linux Admins - 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. - http://sourceforge.net/projects/lcms/files/lcms/2.6/lcms2-2.6.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 - glibc-32bit - - - /usr/lib32 - - - - - 2014-05-15 - 2.6 + + 2015-11-17 + 14.4.2 Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org + Alihan Öztürk + alihan@pisilinux.org - - 2014-01-29 - 2.5 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-07-02 - 2.5 - Version bump - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-31 - 2.3 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - jasper - http://www.ece.uvic.ca/~mdadams/jasper - - PisiLinux Community - admins@pisilinux.org - - MIT - app:console - library - multimedia.graphics - Software implementation of JPEG-2000 Part 1 - JasPer JPEG-2000 Part-1 codec standardı üzerinde konumlandırılmış bir yazılım - JasPer is a software-based implementation of the codec specified in the JPEG-2000 Part-1 standard (ISO/IEC 15444-1:2000). - http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.900.1.zip - - libjpeg-turbo-devel - - - jasper-1.900.1-fixes-20081208.patch.bz2 - - multimedia/graphics/jasper/pspec.xml - - - jasper - - libjpeg-turbo - - - /usr/bin - /usr/lib - /usr/share/man - - - - jasper-docs - - jasper - - - /usr/share/doc - - - - jasper-devel - Development files for jasper - jasper için geliştirme dosyaları - - jasper - - - /usr/include - - - - jasper-32bit - 32-bit shared libraries for jasper - jasper için 32-bit paylaşımlı kitaplıklar - emul32 - emul32 - - glibc-32bit - libjpeg-turbo-32bit - - - jasper - libjpeg-turbo-32bit - glibc-32bit - - - /usr/lib32 - - - - 2015-06-26 - 1.900.1 - Rebuild, fixed - Hakan Yıldız - hknyldz93@gmail.com + 2015-02-21 + 14.4.1 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com - 2014-05-21 - 1.900.1 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + 2014-02-11 + 14.4.1 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org - 2014-02-20 - 1.900.1 - Rebuild + 2013-11-26 + 14.4.1 + rebuild for ffmpeg Kamil Atlı suvarice@gmail.com - 2013-08-17 - 1.900.1 - Release bump. - PisiLinux Community - admins@pisilinux.org + 2013-08-29 + 14.4.1 + missing dep. version bump + Erdinç gültekin + erdincgultekin@pisilinux.org - 2011-07-07 - 1.900.1 + 2012-08-28 + 14.4.0 + First release + Fatih Turgel + admins@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.7/libmikmod-3.3.7.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 + glibc-32bit + alsa-lib-32bit + pulseaudio-libs-32bit + + + libmikmod + audiofile-32bit + alsa-lib-32bit + pulseaudio-libs-32bit + + + /usr/lib32 + + + + + 2015-10-19 + 3.3.7 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2014-05-31 + 3.3.6 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-31 + 3.3.5 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-08-01 + 3.2.0_beta2 First release Anıl Özbek admins@pisilinux.org @@ -120658,163 +107910,3458 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - hugin - http://hugin.sourceforge.net + jack-audio-connection-kit + http://jackaudio.org PisiLinux Community admins@pisilinux.org GPLv2 - app:gui - 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-2015.0/hugin-2015.0.0.tar.bz2 + 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://dl.dropboxusercontent.com/u/28869550/jack-1.9.10.tar.bz2 - swig - cmake - glew-devel - tiff-devel - zlib-devel - vigra-devel - boost-devel - wxGTK-devel - exiv2-devel - fftw3-devel - flann-devel - libXmu-devel - libpng-devel - python-devel - lapack-devel - sqlite-devel - openexr-devel - freeglut-devel - libpano13-devel - libjpeg-turbo-devel + libsamplerate-devel + alsa-lib-devel + libffado-devel + celt-devel + pkgconfig + eigen3 + libopus-devel + doxygen + libfreebob-devel + libsndfile-devel + readline-devel - multimedia/graphics/hugin/pspec.xml + multimedia/sound/jack-audio-connection-kit/pspec.xml - hugin + jack-audio-connection-kit - blas - glew - mesa - tiff - boost - fftw3 - vigra - wxGTK - lapack + alsa-lib + libsamplerate + libsndfile + libffado + readline libgcc - python - sqlite - enblend - ilmbase - libgomp - freeglut - mesa-glu - libpano13 - exiv2-libs - openexr-libs - perl-Image-ExifTool + celt + libopus - /usr/lib/ - /usr/share/doc - /usr/share/man + /etc/security /usr/bin - /usr/share/mime - /usr/share/icons - /usr/share/hugin - /usr/share/pixmaps - /usr/share/appdata - /usr/share/applications - /usr/share/locale + /usr/lib + /usr/share/jack-audio-connection-kit + /usr/share/dbus-1 + /usr/share/doc - - hugin-libs - hugin-tools - + + 99-jack.conf + 40-hpet-permissions.rules + 99-audio.conf + - hugin-docs - Help documents for hugin - hugin için yardım belgeleri + 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/share/hugin/xrc/data/help* + /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 - - 2015-11-06 - 2015.0.0 - Version Bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-12-29 - 2014.0.0 - rebuild for boost 1.57.0 - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-11-10 - 2014.0.0 + + 2015-08-24 + 1.9.10 Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com + Vedat Demir + vedat@pisilinux.org - - 2014-05-30 - 2013.0.0 + + + + + gsm + http://kbs.cs.tu-berlin.de/~jutta/toast.html + + 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 + http://osxwinebuilder.googlecode.com/files/gsm-1.0.13.tar.gz + + gsm-1.0.10-dyn.patch + gsm-1.0-pl10-includes.patch + gsm-1.0-pl10-shared.diff + gsm-1.0-pl10-add-includefile.patch + pardusflags.patch + gsm-1.0.12-64bit.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 + + glibc-32bit + + + gsm + glibc-32bit + + + /usr/lib32 + + + + + 2014-12-14 + 1.0.13 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-21 + 1.0.13 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-23 + 1.0.13 Rebuild. Ertuğrul Erata ertugrulerata@gmail.com - - 2013-11-11 - 201300 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org + + 2011-05-04 + 1.0.13 + First release + Pisi Linux Admins + admins@pisilinux.org - - 2013-08-17 - 201300_beta1 - Release bump. + + + + + 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. + http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz + + libogg-devel + + + constant.patch + configure.patch + + multimedia/sound/speex/pspec.xml + + + speex + + libogg + + + /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 + + glibc-32bit + + + speex + glibc-32bit + + + /usr/lib32 + + + + + 2014-05-20 + 1.2_rc1 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2011-03-01 + 1.2_rc1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + libdca + http://developers.videolan.org/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.5/libdca-0.0.5.tar.bz2 + + libdca-0.0.5-cflags.patch + libdca-0.0.5-constant.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 + + + + + 2014-05-20 + 0.0.5 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-29 + 0.0.5 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 0.0.5 + First release + Pisi Linux Admins + admins@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.0.1.tar.bz2 + + qt5-base-devel + libX11-devel + qt5-x11extras-devel + qt5-linguist + 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 + cmake + + multimedia/sound/qmmp/pspec.xml + + + qmmp + + qt5-base + curl + libX11 + libgcc + qt5-x11extras + libsamplerate + wavpack + flac + faad2 + libmodplug + libmms + libvorbis + libsndfile + pulseaudio-libs + alsa-lib + libmad + taglib + ffmpeg + jack-audio-connection-kit + libmpcdec + + + /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/ + + + + + 2015-11-19 + 1.0.1 + Version bump ported to qt5. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-01-11 + 0.8.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-12-25 + 0.8.2 + Rebuild for ffmpeg + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-12-17 + 0.8.2 + Version bump + Kamil Atlı + suvari@pisilinux.org + + + 2014-07-06 + 0.8.0 + Version bump + Nikolay Semenov + tribunal@pisilinux.org + + + 2014-06-04 + 0.7.7 + Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-30 + 0.7.3 + Rebuild for ffmpeg. Osman Erkan osman.erkan@pisilinux.org + + 2013-10-19 + 0.7.3 + Version Bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-08-30 + 0.7.2 + V.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-08-29 + 0.7.1 + missing dep. + Erdinç gültekin + erdincgultekin@pisilinux.org + - 2013-06-08 - 201300_beta1 - Error Fixed + 2013-07-27 + 0.7.1 + Move pc files to devel pack, rebuild Osman Erkan osman.erkan@pisilinux.org - 2013-05-08 - 201300_beta1 - vbump + 2013-07-08 + 0.7.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-09-01 + 0.6.3 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + 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.22.4.tar.bz2 + + alsa-lib-devel + + multimedia/sound/mpg123/pspec.xml + + + mpg123 + + alsa-lib + libtool-ltdl + + + /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 + + alsa-lib-32bit + + + mpg123 + glibc-32bit + + + /usr/lib32 + + + + + 2015-11-13 + 1.22.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-12-03 + 1.21.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-05-25 + 1.19.0 + Version bump + Kamil Atlı + suvarice@gmail.com + + + 2014-01-08 + 1.17.0 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-07-06 + 1.15.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-08-31 + 1.14.4 + First release + Fatih Turgel + admins@pisilinux.org + + + + + + libcanberra + http://0pointer.de/lennart/projects/libcanberra/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + app:console + multimedia.sound + A library for generating event sounds on free desktops + Masaüstü üzerinde bildirim sesleri üretmek için kütüphane + libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, OSS, GStreamer, null) and is designed to be portable. + libcanberra, çeşitli arka uç (ALSA, PulseAudio, GStreamer, null) destekleri olan, XDG Ses Teması ve İsimlendirme standartlarına uygun, bildirim sesi çalma kütüphanesidir. + http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz + + libogg-devel + pulseaudio-libs-devel + gstreamer-devel + libvorbis-devel + alsa-lib-devel + glib2-devel + gtk2-devel + gtk3-devel + at-spi2-core-devel + eudev-devel + atk-devel + cairo-devel + pango-devel + libogg-devel + libtdb-devel + libvorbis-devel + fontconfig-devel + gstreamer-next-devel + + + fix-pthread.patch + fix-underlinking.patch + + multimedia/sound/libcanberra/pspec.xml + + + libcanberra + + libtdb + libtool-ltdl + glib2 + alsa-lib + libvorbis + pulseaudio-libs + gstreamer-next + + + /usr/lib + /usr/share/doc + /usr/share/gdm + /usr/share/gnome/ + + + + libcanberra-devel + Development files for libcanberra + libcanberra için geliştirme dosyaları + + libcanberra + + + /usr/include + /usr/share/vala + /usr/lib/pkgconfig + + + + libcanberra-gtk + GTK+ convenience API and utilities for libcanberra + GTK+ için libcanberra araçları ve programlama kitaplığı + + libcanberra + gtk2 + glib2 + libX11 + + + /usr/lib/gtk-2* + /usr/lib/libcanberra-gtk.so* + + + + libcanberra-gtk-devel + Development files for libcanberra-gtk + + libcanberra + libcanberra-devel + gtk2-devel + + + /usr/include/canberra-gtk.h + /usr/lib/pkgconfig/libcanberra-gtk.pc + /usr/share/vala/vapi/libcanberra-gtk.vapi + + + + libcanberra-gtk3-devel + Development files for libcanberra-gtk + + libcanberra-gtk-devel + gtk3-devel + + + /usr/lib/pkgconfig/libcanberra-gtk3.pc + + + + libcanberra-gtk3 + GTK+ convenience API and utilities for libcanberra + + gtk3 + glib2 + eudev + libX11 + libcanberra + + + /usr/lib/gtk-3* + /usr/lib/libcanberra-gtk3* + /usr/share/doc/libcanberra-gtk3 + /usr/bin/canberra-boot + /usr/bin/canberra-gtk-play + + + + + 2016-01-10 + 0.30 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-11-15 + 0.30 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-10-07 + 0.29 + Split Package + Fixed. + PisiLinux Community + admins@pisilinux.org + + + 2013-08-17 + 0.29 + Release Bump. + PisiLinux Community + admins@pisilinux.org + + + 2013-07-29 + 0.29 + missing dep. Erdinç Gültekin erdincgultekin@pisilinux.org - 2012-08-28 - 2012.0.0 + 2012-08-31 + 0.29 + First release + PisiLinux Community + admins@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://www.portaudio.com/archives/pa_stable_v19_20140130.tgz + + alsa-lib-devel + jack-audio-connection-kit-devel + + multimedia/sound/portaudio/pspec.xml + + + portaudio + + 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 + + + + + 2015-11-21 + 19.20140130 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-06-01 + 19.20140130 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-05 + 19.20140130 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-08-29 + 19 + First release + Fatih Turgel + admins@pisilinux.org + + + + + + espeak + http://espeak.freedesktop.org + + 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 + + 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 + + + + + 2014-06-01 + 1.48.04 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-01-23 + 1.47.11 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-29 + 1.46.02 First release Osman Erkan osman.erkan@pisilinux.org + + + pulseaudio + http://pulseaudio.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2 + GPLv2 + BSD + app:console + library + multimedia.sound + A networked sound server with an advanced plugin system + Gelişmiş eklenti desteğine sahip ağ temelli bir ses sunucusu + pulseaudio is a sound server for POSIX and Win32 systems. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. + pulseaudio, POSIX ve Win32 sistemler için tasarlanmış, donanım ve uygulamalar arasında gezinen ses verilerinin üzerinde gelişmiş işlemler yapılmasına olanak sağlayan bir ses sunucusudur. + http://freedesktop.org/software/pulseaudio/releases/pulseaudio-6.0.tar.xz + + orc-devel + sbc-devel + fftw3-devel + doxygen + xcb-proto + gtk2-devel + avahi-devel + speex-devel + libSM-devel + libtdb-devel + libICE-devel + libXtst-devel + xcb-util-devel + alsa-lib-devel + libsndfile-devel + libasyncns-devel + libatomic_ops-devel + eudev-devel + dbus-devel + intltool + libcap-devel + json-c-devel + + multimedia/sound/pulseaudio/pspec.xml + + + pulseaudio-libs + Libraries for PulseAudio clients + PulseAudio istemci kitaplığı + + dbus + glib2 + json-c + libX11 + libtdb + libxcb + eudev + libtool-ltdl + orc + sbc + fftw3 + libSM + speex + libICE + libXtst + alsa-lib + avahi-libs + libasyncns + libsndfile + bluez + + + /usr/bin/pa* + /etc/pulse/client.conf + /usr/lib/libpulse.so + /usr/lib/libpulse.so* + /usr/lib/libpulse-simple.so + /usr/lib/libpulse-simple.so* + /usr/lib/pulseaudio/libpulsecommon-* + /usr/lib/libpulse-mainloop-glib.so + /usr/lib/libpulse-mainloop-glib.so* + /usr/lib/pulseaudio/libpulsedsp.* + /usr/lib/pulse/modules + /usr/lib/udev/rules.d + /usr/lib/libpulsecore-*.so + + + + pulseaudio-libs-devel + Development files for pulseaudio-libs + pulseaudio-libs için geliştirme dosyaları + + pulseaudio-libs + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/vala/vapi + /usr/lib/cmake/PulseAudio + + + + pulseaudio-docs + doxygen generated API documentation for PulseAudio + Doxygen tarafından üretilmiş PulseAudio API belgeleri + + /usr/share/doc/pulseaudio/html + + + + pulseaudio + + dbus + libcap + libtool-ltdl + pulseaudio-libs + + + /usr/bin/pulseaudio + /usr/bin/qpaeq + /usr/bin/start-pulseaudio-kde + /usr/bin/esdcompat + /usr/bin/start-pulseaudio-x11 + /usr/lib/pm-utils/sleep.d + /usr/libexec + /usr/lib/pulse-5.0/modules + /etc + /usr/lib/tmpfiles.d/pulseaudio.conf + /lib/udev/rules.d + /usr/share/pulseaudio/alsa-mixer + /usr/share + /usr/share/icons + /var/lib/pulse + /run/pulse + + + System.Package + + + pulseaudio.conf + pisilinux/pulseaudio.sysconfig + mandriva/pulseaudio.svg + mandriva/pulseaudio.svg + mandriva/pulseaudio16.png + mandriva/pulseaudio22.png + mandriva/pulseaudio32.png + mandriva/pulseaudio48.png + mandriva/pulseaudio64.png + mandriva/pulseaudio128.png + mandriva/pulseaudio16.png + mandriva/pulseaudio22.png + mandriva/pulseaudio32.png + mandriva/pulseaudio48.png + mandriva/pulseaudio64.png + mandriva/pulseaudio128.png + + + + pulseaudio-libs-32bit + 32-bit shared libraries for pulseaudio-libs + pulseaudio-libs için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + json-c-32bit + dbus-32bit + glib2-32bit + speex-32bit + libcap-32bit + libsndfile-32bit + libtool-ltdl-32bit + glibc-32bit + + + pulseaudio-libs + dbus-32bit + glib2-32bit + libsndfile-32bit + json-c-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2015-02-20 + 6.0 + Version bump. Dep fixed + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-07-25 + 5.0 + Rebuild for smplayer + Vedat Demir + vedat@pisilinux.org + + + 2014-05-12 + 5.0 + version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-14 + 4.0 + add git version + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-11 + 4.0 + Add tmpfiles.con; add updates from git. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-06 + 4.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-16 + 3.99 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2012-12-18 + 3.0 + First release + Yusuf Aydemir + yusuf.aydemir@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.99.5.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 + + + + + 2014-12-14 + 3.99.5 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-21 + 3.99.5 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-29 + 3.99.5 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-31 + 3.99.5 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + openal + http://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. + http://kcat.strangesoft.net/openal-releases/openal-soft-1.15.1.tar.bz2 + + alsa-lib-devel + pulseaudio-libs-devel + cmake + + + pthread.patch + no-fpuextended.patch + + multimedia/sound/openal/pspec.xml + + + openal + + alsa-lib + + + /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 + + glibc-32bit + + + glibc-32bit + openal + + + /usr/lib32 + + + + + 2014-05-25 + 1.15.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-01 + 1.15.1 + Version Bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-08-31 + 1.14 + First release + Fatih Turgel + admins@pisilinux.org + + + + + + deadbeef + http://deadbeef.sourceforge.net + + PisiLİnux Community + admins@pisilinux.org + + GPLv2 + app:gui + multimedia.sound + Audio player for GNU/Linux systems with X11 + X1 ile GNU / Linux sistemleri için ses çalar + Lkki i przejrzysty odtwarzacz plików muzycznych + DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with X11 (though now it also runs in plain console without X, in FreeBSD, and in OpenSolaris). + DeaDBeeF (0xDEADBEEF gibi) X11 ile GNU / Linux sistemleri (şimdi olsa da FreeBSD, X olmaksızın düz konsolda çalışır ve OpenSolaris) için bir ses oynatıcısıdır. + DeaDBeeF Program pozwala odtwarzać najpopularniejsze formaty muzyki, a także płyty Audio-CD i strumienie audio emitowane za pośrednictwem Internetu. Jego ogromną zaletą jest prostota, dopracowanie oraz minimalne zapotrzebowanie na zasoby systemowe. + deadbeef + https://github.com/Alexey-Yakovenko/deadbeef/archive/0.6.2.tar.gz + + atk-devel + gtk2-devel + gtk3-devel + flac-devel + faad2-devel + cairo-devel + pango-devel + ffmpeg-devel + libmad-devel + libzip-devel + imlib2-devel + wavpack-devel + libcddb-devel + alsa-lib-devel + libvorbis-devel + libsndfile-devel + cdparanoia-devel + gdk-pixbuf-devel + libsamplerate-devel + pulseaudio-libs-devel + libcdio-devel + curl-devel + dbus-devel + zlib-devel + glib2-devel + libX11-devel + intltool + + + plugins_vfs_zip_vfs_zip_c.patch + + multimedia/sound/deadbeef/pspec.xml + + + deadbeef + + atk + gtk2 + gtk3 + flac + faad2 + cairo + pango + ffmpeg + libmad + libzip + imlib2 + wavpack + libcddb + alsa-lib + libvorbis + cdparanoia + libogg + libsndfile + gdk-pixbuf + libsamplerate + pulseaudio-libs + libcdio + curl + dbus + zlib + glib2 + libgcc + libX11 + + + /usr/bin + /usr/include + /usr/lib/deadbeef + /usr/share/applications + /usr/share/deadbeef + /usr/share/doc/deadbeef + /usr/share/icons/hicolor/*/apps + /usr/share/locale + + + + + 2015-12-25 + 0.6.2 + Rebuild + Stefan Gronewold + groni@pisilinux.org + + + 2014-12-14 + 0.6.2_2014.12.14 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-11-12 + 0.6.2_2014.11.12 + Version bump from git source + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-28 + 0.6.2 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2014-06-04 + 0.6.1 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-04 + 0.6.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-29 + 0.5.6 + missing dep. + Erdinç gültekin + erdincgultekin@pisilinux.org + + + 2013-07-08 + 0.5.6 + Rebuild for new libcdio + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-09 + 0.5.6 + First release + Marcin Bojara + marcin@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 + + multimedia/sound/audiofile/pspec.xml + + + audiofile + + alsa-lib + flac + + + /usr/bin + /usr/lib + /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 + glibc-32bit + + + alsa-lib-32bit + flac-32bit + audiofile + + + /usr/lib32 + + + + + 2014-05-20 + 0.3.4 + Rebuild + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-18 + 0.3.4 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-01-14 + 0.3.4 + First release + Idris Kalp + admins@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.8.5/libmodplug-0.8.8.5.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 + + + + + 2014-05-20 + 0.8.8.5 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-31 + 0.8.8.4 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-31 + 0.8.8.4 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + knowthelist + http://qt-apps.org/content/show.php/Knowthelist?content=165335 + + 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.0.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-next-devel + gst-plugins-bad-next-devel + gst-plugins-base-next-devel + + multimedia/sound/knowthelist/pspec.xml + + + knowthelist + + qt5-base + gstreamer-next + taglib + alsa-lib + glib2 + libgcc + + + /usr/bin + /usr/share + /usr/share/applications + /usr/share/icons + /usr/share/doc + + + + + 2015-11-11 + 2.3.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + libsndfile + http://www.mega-nerd.com/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. + http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.25.tar.gz + + flac-devel + libogg-devel + alsa-lib-devel + libvorbis-devel + + + libsndfile-1.0.18-less_strict_tests.patch + libsndfile-1.0.17-regtests-need-sqlite.patch + m4dir.patch + + multimedia/sound/libsndfile/pspec.xml + + + libsndfile + + flac + libogg + 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 + + + /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 + + glibc-32bit + flac-32bit + alsa-lib-32bit + libogg-32bit + libvorbis-32bit + + + glibc-32bit + flac-32bit + alsa-lib-32bit + libogg-32bit + libvorbis-32bit + libsndfile + + + /usr/lib32 + + + + + 2014-05-25 + 1.0.25 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-01 + 1.0.25 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-07-17 + 1.0.25 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + libcue + http://sourceforge.net/projects/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/releases/download/v1.4.0/libcue-1.4.0.tar.bz2 + 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 + + + + + 2016-02-08 + 1.4.0 + Rebuild for Pisi 2.0 repository + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-03-21 + 1.4.0 + First release + Erdem Artan + admins@pisilinux.org + + + + + + vorbis-tools + http://www.vorbis.com/ + + 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. + http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz + + libvorbis-devel + libao-devel + flac-devel + speex-devel + libogg-devel + libkate-devel + curl-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 + + + + + 2014-01-28 + 1.4.0 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2010-10-12 + 1.4.0 + First release + Pisi Linux Admins + 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 + http://www.surina.net/soundtouch/soundtouch-1.8.0.tar.gz + 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 + + + + + 2014-07-05 + 1.8.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 1.5.0 + Rebuild for buildhost + PisiLinux Community + admins@pisilinux.org + + + 2010-10-12 + 1.5.0 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + wavpack + http://www.wavpack.com + + PisiLinux Community + admins@pisilinux.org + + BSD + library + 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. + http://www.wavpack.com/wavpack-4.75.0.tar.bz2 + multimedia/sound/wavpack/pspec.xml + + + wavpack + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + wavpack-devel + + wavpack + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-08-20 + 4.75.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-20 + 4.70.0 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-20 + 4.70.0 + Version bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2010-10-12 + 4.60.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + twolame + http://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.3.13.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 + + + + + 2014-05-25 + 0.3.13 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2014-02-17 + 0.3.13 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2013-07-26 + 0.3.13 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-08-28 + 0.3.13 + First release + Fatih Turgel + admins@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 + + + + + 2014-05-26 + 1.2.0 + version bump + Kamil Atlı + suvarice@gmail.com + + + 2014-02-25 + 1.1.0 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-10-14 + 1.1.0 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2012-08-31 + 1.1.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + sayonara + http://sayonara.luciocarreras.de/index.html + + Pisi Linux Community + admins@pisilinux.org + + GPLv3 + app:gui + multimedia.sound + Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend. + Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend. + Although Sayoanra is considered as a lightweight player, it holds a lot of features to organize even big music collections. + Although Sayoanra is considered as a lightweight player, it holds a lot of features to organize even big music collections. + sayonara + http://sayonara-player.com/sw/sayonara-player-r195.tar.gz + + qt5-base-devel + qt5-sql-mysql + qt5-sql-odbc + qt5-sql-postgresql + qt5-sql-sqlite + qt5-linguist + gstreamer-next-devel + taglib-devel + libnotify-devel + gst-plugins-bad-devel + gst-plugins-base-devel + gst-plugins-ugly-next + glib2-devel + cmake + gstreamer-next-devel + gst-plugins-base-next-devel + + multimedia/sound/sayonara/pspec.xml + + + sayonara + + qt5-base + gst-plugins-bad + gst-plugins-base-next + gst-plugins-good-next + gst-plugins-ugly-next + gstreamer + taglib + libnotify + glib2 + libgcc + gstreamer-next + gst-plugins-base-next + + + /usr/bin + /usr/lib + /usr/lib/qt5 + /usr/share + /usr/share/pixmaps + /usr/share/applications + /usr/share/doc + + + sayonara.desktop + sayonara.png + + + + + 2015-10-11 + 0.7.1 + Version Bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-09-26 + 0.7.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + 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 + + + + + 2014-05-26 + 0.99.12 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-08 + 0.99.12 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2010-10-12 + 0.99.12 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + faac + http://www.audiocoding.com/ + + 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. + mirrors://sourceforge/faac/faac-1.28.tar.gz + + libmp4v2-devel + + + mp4v2-1.9.patch + mp4v2-2.0.0.patch + altivec.patch + + multimedia/sound/faac/pspec.xml + + + faac + + libmp4v2 + + + /usr/bin + /usr/lib + /usr/share/doc/faac + /usr/share/man + + + + faac-devel + Development files for faac + faac için geliştirme dosyaları + + faac + + + /usr/include + + + + + 2014-12-14 + 1.28 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-20 + 1.28 + Rebuild + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-23 + 1.28 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 1.28 + First release + Pisi Linux Admins + admins@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 + + glibc-32bit + + + libvisual + glibc-32bit + + + /usr/lib32 + + + + libvisual-devel + Development files for libvisual + libvisual için geliştirme dosyaları + + libvisual + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/man/man3 + + + + + 2014-05-20 + 0.4.0 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-02-14 + 0.4.0 + Add emul32 + Marcin Bojara + marcin@pisilinux.org + + + 2010-10-12 + 0.4.0 + First release + Pisi Linux Admins + admins@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 + + + makefile.patch + docs-Makefile.patch + + multimedia/sound/lash/pspec.xml + + + lash + + alsa-lib + gtk2 + jack-audio-connection-kit + dmapi + libxml2 + libutil-linux + + + /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 + + + + + 2014-05-26 + 0.6.0_rc2 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-02-25 + 0.6.0_rc2 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-08-29 + 0.6.0_rc2 + missing dep,update + Erdinç gültekin + erdincgultekin@pisilinux.org + + + 2012-12-29 + 0.6.0_rc2 + First release + PisiLinux Community + osman.erkan@yandex.xom + + + + + + libvorbis + http://www.vorbis.com + + 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. + http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.4.tar.xz + + libogg-devel + + multimedia/sound/libvorbis/pspec.xml + + + libvorbis + + libogg + + + /usr/lib + /usr/share/doc/libvorbis/AUTHORS + /usr/share/doc/libvorbis/README + + + + libvorbis-devel + + libvorbis + libogg-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/lib32/pkgconfig + /usr/share/aclocal + /usr/share/doc/libvorbis + + + + libvorbis-32bit + 32-bit shared libraries for libvorbis + libvorbis için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + glibc-32bit + libogg-32bit + + + libvorbis + glibc-32bit + libogg-32bit + + + /usr/lib32 + + + + + 2014-05-20 + 1.3.4 + Rebuild, cleanup. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-01 + 1.3.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-31 + 1.3.3 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + timidity-shompatches + http://www.i.h.kyoto-u.ac.jp + + PisiLinux Community + admins@pisilinux.org + + as-is + data + multimedia.sound + 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ı + ftp://ftp.tr.debian.org/gentoo/distfiles/shominst-0409.zip + multimedia/sound/timidity-shompatches/pspec.xml + + + timidity-shompatches + + /usr/share/timidity + + + + + 2016-02-21 + 0.409 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 0.409 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2010-10-12 + 0.409 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + 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 + + + + + 2016-02-21 + 2.14.0 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 2.14.0 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2012-08-28 + 2.14.0 + First release + Fatih Turgel + admins@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 + + + + + 2014-12-15 + 0.11.3 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-21 + 0.11.3 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-20 + 0.11.3 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-17 + 0.11.3 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + libmpcdec + http://www.musepack.net/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + multimedia.sound + Portable Musepack decoder library + Musepack SV7 kodlama kitaplığı + Librairie de décodage portable Musepack. + 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. + libmpcdec, taşınabilir bir Musepack kodlama kitaplığıdır. + http://files.musepack.net/source/libmpcdec-1.2.6.tar.bz2 + multimedia/sound/libmpcdec/pspec.xml + + + libmpcdec + + /usr/lib + + + + libmpcdec-devel + Development files for libmpcdec + libmpcdec için geliştirme dosyaları + + libmpcdec + + + /usr/include + + + + + 2014-05-20 + 1.2.6 + Rebuild + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-31 + 1.2.6 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 1.2.6 + 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. + http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz + + libogg-devel + + multimedia/sound/flac/pspec.xml + + + flac + + libogg + libgcc + + + /usr/bin + /usr/lib + /usr/share/man + + + + flac-docs + Documentation for flac + flac ile ilgili belgeler + + flac + + + /usr/share/doc + + + + flac-devel + Development files for flac + flac için geliştirme dosyaları + + 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 + emul32 + emul32 + + libogg-32bit + glibc-32bit + + + libogg-32bit + libgcc + glibc-32bit + flac + + + /usr/lib32 + + + + + 2014-12-03 + 1.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-05-21 + 1.3.0 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2013-11-16 + 1.3.0 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2011-03-01 + 1.2.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + speech-dispatcher + http://www.freebsoft.org/speechd + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + GPLv2 + service + app:console + library + multimedia.sound + 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. + http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.3.tar.gz + + glib2-devel + libsndfile-devel + dotconf-devel + espeak-devel + python3-devel + intltool + gettext-devel + texinfo + pkgconfig + libtool-ltdl + libao-devel + alsa-lib-devel + pulseaudio-libs-devel + + multimedia/sound/speech-dispatcher/pspec.xml + + + speech-dispatcher + + glib2 + libao + espeak + dotconf + alsa-lib + libsndfile + libtool-ltdl + pulseaudio-libs + + + /usr/share + /usr/lib + /usr/share/doc + /usr/bin + /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ı + + speech-dispatcher + glib2-devel + + + /usr/include + /usr/lib/pkgconfig/ + + + + + 2016-01-25 + 0.8.3 + Edit and release bump + Alihan Öztürk + alihan@pisilinux.org + + + 2015-11-22 + 0.8.3 + First release + Vedat Demir + vedat@pisilinux.org + + + + + + GraphicsMagick + http://www.graphicsmagick.org + + PisiLinux Community + admins@pisilinux.org + + MIT + library + multimedia.graphics + GraphicsMagick Image Processing System + GraphicsMagick Resim İşleme Sistemi + GraphicsMagick is a comprehensive image processing package which is initially based on ImageMagick 5.5.2, but which has undergone significant re-work by the GraphicsMagick Group to significantly improve the quality and performance of the software. + GraphicsMagick, başlangıçta ImageMagick 5.5.2 sürümünü temel almış kapsamlı bir resim işleme paketidir. Yazılımın kalitesini ve performansını önemli derecede artırmak için bu pakette büyük bir değişiklik yapılmıştır. + mirrors://sourceforge/graphicsmagick/GraphicsMagick-1.3.23.tar.xz + + tiff-devel + webp-devel + lcms2-devel + libSM-devel + libwmf-devel + libICE-devel + jasper-devel + jbigkit-devel + libXext-devel + libjpeg-turbo-devel + ghostscript-devel + zlib-devel + libxml2-devel + freetype-devel + xz-devel + + + GraphicsMagick-1.3.14-perl_linkage.patch + GraphicsMagick-1.3.16-multilib.patch + + multimedia/graphics/GraphicsMagick/pspec.xml + + + GraphicsMagick + app:console + + tiff + webp + zlib + bzip2 + libgcc + freetype + libX11 + libxml2 + libpng + lcms2 + libwmf + jasper + libXext + jbigkit + libgomp + ghostscript + libjpeg-turbo + libtool-ltdl + + + /etc + /usr/bin/gm + /usr/lib/GraphicsMagick-* + /usr/lib/lib* + /usr/share/GraphicsMagick-* + /usr/share/doc + /usr/share/man + + + + GraphicsMagick-devel + Development files for GraphicsMagick + + GraphicsMagick + + + /usr/bin/*-config + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/GraphicsMagick/www + /usr/share/man/man1/*-config.* + + + + PerlMagick + GraphicsMagick perl bindings + + GraphicsMagick + + + /usr/lib/perl5 + /usr/share/doc/PerlMagick + + + + + 2016-01-24 + 1.3.23 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-09-13 + 1.3.20 + Version bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-06-19 + 1.3.19 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-23 + 1.3.19 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-02-07 + 1.3.19 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-01-04 + 1.3.19 + Version bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-29 + 1.3.17 + Dep fixed + Fatih Turgel + hitaf@pisilinux.org + + + 2012-11-22 + 1.3.17 + First release + Marcin Bojara + marcin@pisilinux.org + + + gimp @@ -122057,60 +112604,185 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - gimp-data-extras - http//www.gimp.org + gimp-layer-effects + http://registry.gimp.org/node/186 PisiLinux Community admins@pisilinux.org - GPLv2 - data + GPLv3+ + library 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. + 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 - http://download.gimp.org/pub/gimp/extras/gimp-data-extras-2.0.2.tar.bz2 - - gimp-devel - - multimedia/graphics/gimp/addon/gimp-data-extras/pspec.xml + http://ozbekanil.googlepages.com/layer-effects.tar.gz + multimedia/graphics/gimp/addon/gimp-layer-effects/pspec.xml - gimp-data-extras + gimp-layer-effects gimp - /usr/share/gimp + /usr/lib/gimp/2.0/plug-ins /usr/share/doc + + COPYING + 2014-06-19 - 2.0.2 + 2.6.0 Rebuild for gcc Osman Erkan osman.erkan@pisilinux.org 2014-01-25 - 2.0.2 + 2.6.0 Rebuild Stefan Gronewold(groni) groni@pisilinux.org - 2009-09-07 - 2.0.2 + 2011-01-30 + 2.6.0 First release - Pisi Linux Admins + Anıl Özbek admins@pisilinux.org + + + gimp-dds-plugin + http://code.google.com/p/gimp-dds/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + library + multimedia.graphics.gimp.addon + DirectDraw Surface (DDS) format plugin for Gimp + This is a plugin for GIMP version 2.6.x. It allows you to load and save images in the Direct Draw Surface (DDS) format. + http://gimp-dds.googlecode.com/files/gimp-dds-3.0.1.tar.bz2 + + gimp-devel + gtk2-devel + + multimedia/graphics/gimp/addon/gimp-dds-plugin/pspec.xml + + + gimp-dds-plugin + + atk + cairo + glib2 + fontconfig + gdk-pixbuf + gimp + gtk2 + pango + libgomp + freetype + + + /usr/lib/gimp/2.0/plug-ins/dds + /usr/share/doc/gimp-dds-plugin + + + + + 2014-06-19 + 3.0.1 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-25 + 3.0.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-07-07 + 2.2.1 + First release + Marcin Bojara + marcin@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 + + 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/* + + + + + 2014-06-19 + 0.7.2 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-25 + 0.7.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-14 + 0.7.1 + First release + Marcin Bojara + marcin@pisilinux.org + + + gimp-refocus-it-plugin @@ -122171,125 +112843,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - - - 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. - http://registry.gimp.org/files/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 - - - - - 2014-06-19 - 0.29.3 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2013-03-30 - 0.29.3 - V.bump - Osman Erkan - osman.erkan@pisilinux.org - - - 2011-01-30 - 0.29.0 - First release - Anıl Özbek - admins@pisilinux.org - - - - - - 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 - http://ozbekanil.googlepages.com/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 - - - - - 2014-06-19 - 2.6.0 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-25 - 2.6.0 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2011-01-30 - 2.6.0 - First release - Anıl Özbek - admins@pisilinux.org - - - gimp-gmic-plugin @@ -122420,122 +112973,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - - - 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 - - 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/* - - - - - 2014-06-19 - 0.7.2 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-25 - 0.7.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-08-14 - 0.7.1 - First release - Marcin Bojara - marcin@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 - - - - - 2014-06-19 - 2.6.1 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-25 - 2.6.1 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2009-07-24 - 2.6.1 - First release - Anıl Özbek - admins@pisilinux.org - - - gimp-focusblur-plugin @@ -122598,127 +113035,111 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - gimp-dds-plugin - http://code.google.com/p/gimp-dds/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - library - multimedia.graphics.gimp.addon - DirectDraw Surface (DDS) format plugin for Gimp - This is a plugin for GIMP version 2.6.x. It allows you to load and save images in the Direct Draw Surface (DDS) format. - http://gimp-dds.googlecode.com/files/gimp-dds-3.0.1.tar.bz2 - - gimp-devel - gtk2-devel - - multimedia/graphics/gimp/addon/gimp-dds-plugin/pspec.xml - - - gimp-dds-plugin - - atk - cairo - glib2 - fontconfig - gdk-pixbuf - gimp - gtk2 - pango - libgomp - freetype - - - /usr/lib/gimp/2.0/plug-ins/dds - /usr/share/doc/gimp-dds-plugin - - - - - 2014-06-19 - 3.0.1 - Rebuild for gcc - Osman Erkan - osman.erkan@pisilinux.org - - - 2014-01-25 - 3.0.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2012-07-07 - 2.2.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - gimp-resynthesizer - http://www.logarithmic.net/pfh/resynthesizer + gimp-data-extras + http//www.gimp.org PisiLinux Community admins@pisilinux.org GPLv2 - addon + data multimedia.graphics.gimp.addon - Resynthesizer is a Gimp plug-in for texture synthesis - Resynthesizer is a Gimp plug-in for texture synthesis. Given a sample of a texture, it can create more of that texture. - http://www.logarithmic.net/pfh-files/resynthesizer/resynthesizer-0.16.tar.gz + 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.2.tar.bz2 gimp-devel - multimedia/graphics/gimp/addon/gimp-resynthesizer/pspec.xml + multimedia/graphics/gimp/addon/gimp-data-extras/pspec.xml - gimp-resynthesizer + gimp-data-extras gimp - atk - gtk2 - cairo - glib2 - pango - libgcc - freetype - fontconfig - gdk-pixbuf - /usr/lib/gimp/2.0/plug-ins - /usr/share/gimp/2.0/scripts + /usr/share/gimp /usr/share/doc 2014-06-19 - 0.16 + 2.0.2 Rebuild for gcc Osman Erkan osman.erkan@pisilinux.org - 2013-07-29 - 0.16 - Dep fixed - Fatih Turgel - hitaf@pisilinux.org + 2014-01-25 + 2.0.2 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org - 2011-02-20 - 0.16 + 2009-09-07 + 2.0.2 First release - Erdem Artan - erdem.artan@linux.org.tr + Pisi Linux Admins + admins@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 + + + + + 2014-06-19 + 2.6.1 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-25 + 2.6.1 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2009-07-24 + 2.6.1 + First release + Anıl Özbek + admins@pisilinux.org @@ -122792,6 +113213,825 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + gimp-resynthesizer + http://www.logarithmic.net/pfh/resynthesizer + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + addon + multimedia.graphics.gimp.addon + Resynthesizer is a Gimp plug-in for texture synthesis + Resynthesizer is a Gimp plug-in for texture synthesis. Given a sample of a texture, it can create more of that texture. + http://www.logarithmic.net/pfh-files/resynthesizer/resynthesizer-0.16.tar.gz + + gimp-devel + + multimedia/graphics/gimp/addon/gimp-resynthesizer/pspec.xml + + + gimp-resynthesizer + + gimp + atk + gtk2 + cairo + glib2 + pango + libgcc + freetype + fontconfig + gdk-pixbuf + + + /usr/lib/gimp/2.0/plug-ins + /usr/share/gimp/2.0/scripts + /usr/share/doc + + + + + 2014-06-19 + 0.16 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-29 + 0.16 + Dep fixed + Fatih Turgel + hitaf@pisilinux.org + + + 2011-02-20 + 0.16 + First release + Erdem Artan + erdem.artan@linux.org.tr + + + + + + 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. + http://registry.gimp.org/files/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 + + + + + 2014-06-19 + 0.29.3 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-03-30 + 0.29.3 + V.bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2011-01-30 + 0.29.0 + First release + Anıl Özbek + admins@pisilinux.org + + + + + + jasper + http://www.ece.uvic.ca/~mdadams/jasper + + PisiLinux Community + admins@pisilinux.org + + MIT + app:console + library + multimedia.graphics + Software implementation of JPEG-2000 Part 1 + JasPer JPEG-2000 Part-1 codec standardı üzerinde konumlandırılmış bir yazılım + JasPer is a software-based implementation of the codec specified in the JPEG-2000 Part-1 standard (ISO/IEC 15444-1:2000). + http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.900.1.zip + + libjpeg-turbo-devel + + + jasper-1.900.1-fixes-20081208.patch.bz2 + + multimedia/graphics/jasper/pspec.xml + + + jasper + + libjpeg-turbo + + + /usr/bin + /usr/lib + /usr/share/man + + + + jasper-docs + + jasper + + + /usr/share/doc + + + + jasper-devel + Development files for jasper + jasper için geliştirme dosyaları + + jasper + + + /usr/include + + + + jasper-32bit + 32-bit shared libraries for jasper + jasper için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + glibc-32bit + libjpeg-turbo-32bit + + + jasper + libjpeg-turbo-32bit + glibc-32bit + + + /usr/lib32 + + + + + 2015-06-26 + 1.900.1 + Rebuild, fixed + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-05-21 + 1.900.1 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-20 + 1.900.1 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2013-08-17 + 1.900.1 + Release bump. + PisiLinux Community + admins@pisilinux.org + + + 2011-07-07 + 1.900.1 + First release + Anıl Özbek + admins@pisilinux.org + + + + + + 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 + + glibc-32bit + libpng-32bit + + + openjpeg + glibc-32bit + + + /usr/lib32 + + + + + 2014-05-22 + 1.5.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-09 + 1.5.1 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-07-28 + 1.5.1 + Fix pc file for emul32 + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-18 + 1.5.1 + First release + Marcin Bojara + marcin@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-1.5.20.tar.gz + + cmake + boost-devel + openexr-devel + ilmbase-devel + glew-devel + python-devel + txt2man + libpng-devel + tiff-devel + webp-devel + ffmpeg-devel + opencv-devel + freetype-devel + giflib-devel + zlib-devel + jasper-devel + libraw-devel + openjpeg-devel + libjpeg-turbo-devel + + multimedia/graphics/openimageio/pspec.xml + + + openimageio + + tiff + webp + boost + opencv + giflib + ilmbase + openjpeg + openexr-libs + libjpeg-turbo + libraw + zlib + ffmpeg + libpng + python + freetype + libgcc + + + /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 + ilmbase-devel + openjpeg-devel + openexr-devel + libjpeg-turbo-devel + libraw-devel + zlib-devel + ffmpeg-devel + libpng-devel + python-devel + freetype-devel + + + /usr/include + + + + + 2015-11-06 + 1.5.20 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-09-14 + 1.5.19 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-12-30 + 1.4.15 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-25 + 1.4.8 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-04-23 + 1.3.13 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-01-20 + 1.3.11 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-11-11 + 1.2.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-17 + 1.1.20130123 + Release bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-01-25 + 1.1.20130123 + First release + Erdinç Gültekin + admins@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 + + 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 + glibc-32bit + + + /usr/lib32 + + + + + 2014-05-19 + 1.19 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2011-05-04 + 1.19 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + gegl + 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. + gegl, 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.0.tar.bz2 + + libspiro-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 + ilmbase-devel + + + gegl-0.2.0-cve-2012-4433-1e92e523.patch + gegl-0.2.0-cve-2012-4433-4757cdf7.patch + gegl-0.2.0-ffmpeg-0.11.patch + + multimedia/graphics/gegl/pspec.xml + + + gegl + + glib2 + gdk-pixbuf + libspiro + jasper + libpng + libsdl + cairo + pango + babl + libjpeg-turbo + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/locale/ + + + + gegl-devel + Development files for gegl + gegl için geliştirme dosyaları + + gegl + glib2-devel + babl-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gtk-doc/html + + + + + 2014-12-20 + 0.2.0 + Rebuild for lua + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-06-19 + 0.2.0 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-31 + 0.2.0 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-11-29 + 0.2.0 + rebuild for ffmpeg + Kamil Atlı + suvarice@gmail.com + + + 2013-08-23 + 0.2.0 + Release bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-20 + 0.2.0 + Configure parameter fixed + Ertan Güven + ertan@pisilinux.org + + + 2012-12-08 + 0.2.0 + First release + marcin bojara + marcin@pisilinux.org + + + + + + webp + http://code.google.com/p/webp/downloads/list + + 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ı + http://downloads.webmproject.org/releases/webp/libwebp-0.4.3.tar.gz + + mesa-devel + mesa-glu-devel + libpng-devel + tiff-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 + mesa + 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 + + + + + 2015-04-06 + 0.4.3 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-21 + 0.4.0 + rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-04-21 + 0.4.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-25 + 0.3.1 + rebuild for unused + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-19 + 0.3.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-12-11 + 0.2.1 + First release + can + qazsew@mynet.com + + + libcaca @@ -122880,121 +114120,179 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - enblend - http://enblend.sourceforge.net/ + imlib2 + http://enlightenment.org/Libraries/Imlib2 PisiLinux Community admins@pisilinux.org - GPLv2 - app:console + BSD + library 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.3.tar.gz + Second version of the general image loading and rendering library + Genel resim yükleme ve tarama kütüphanesi'nin ikinci versiyonu + Imlib 2 est le successeur de Imlib. Il ne s'agit pas là juste d'une version plus récente d'imlib 1, mais vraiment d'une librairie complètement différente. S'agissant effectivement d'une différente librairie - même si elles ont des fonctionnalités similaires, Imlib2 peut être installée aux côtés de Imlib1.x sans aucun problème. + Imlib 2 is the successor to Imlib. It is not just a newer version - it is a completely new library. Imlib2 can be installed alongside Imlib 1.x without any problems since they are effectively different libraries - but they Have very similar functionality. + Imlib 2, Imlib'in gelişmişidir. Sadece ileri bir sürümü değildir, tamamen yeni bir kütüphanedir. Imlib2 ve Imlib 1.x tamamen farklı oldukları için bir arada kurulu bulunabilirler. İkisi de aynı amaçla yapılmıştır. + Imlib 2 es el sucesor de Imlib. no es simplemente una versión actualizada - es una librería completamente nueva. Imlib2 puede instalarse junto con Imlib 1.x sin problemas, ya que efectivamente son librerías diferentes - sin embargo tienen una funcionalidad similar. + http://sourceforge.net/projects/enlightenment/files/imlib2-src/1.4.6/imlib2-1.4.6.tar.gz - cmake - gsl-devel - zlib-devel + giflib-devel + libid3tag-devel + libXext-devel + libjpeg-turbo-devel tiff-devel - vigra-devel - boost-devel - lcms2-devel - libpng-devel - openexr-devel - imagemagick-devel + freetype-devel - gentoo_prepare.patch + imlib2-1.4.5-no-my-libs.patch + imlib2-giflib5.patch - multimedia/graphics/enblend/pspec.xml + multimedia/graphics/imlib2/pspec.xml - enblend + imlib2 - gsl + giflib + libid3tag + libXext + libjpeg-turbo tiff - boost - lcms2 - vigra - libgcc + zlib + bzip2 + libX11 + libpng + freetype /usr/bin - /usr/share/man - /usr/share/doc - /usr/share/info + /usr/lib + /usr/share/imlib2 + /usr/share/doc + + + + imlib2-devel + Development files for imlib2 + imlib2 için geliştirme dosyaları + + imlib2 + + + /usr/include + /usr/lib/pkgconfig - - 2014-12-27 - 4.1.3 - Rebuild - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-12-27 - 4.1.3 - Rebuild for boost. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-06-01 - 4.1.3 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2014-01-23 - 4.1.2 - rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-11-11 - 4.1.2 - Version bump. + + 2014-05-25 + 1.4.6 + Fix build. Marcin Bojara marcin@pisilinux.org - - 2013-11-09 - 4.1.1 - Rebuild. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-05-08 - 4.1.1 - add missing builddep gsl-devel - Ertuğrul Erata - ertugrullerata@gmail.com - - 2013-04-26 - 4.1.1 - Dep Fixed. - Osman Erkan - osman.erkan@pisilinux.org + 2014-05-21 + 1.4.6 + Rebuild. + Kamil Atlı + suvarice@gmail.com - 2013-03-21 - 4.1.1 + 2014-01-26 + 1.4.6 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-29 + 1.4.5 + First release + PisiLinux Community + namsp-01@hotmail.it + + + + + + giflib + http://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.0.6.tar.bz2 + 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 + emul32 + emul32 + + glibc-32bit + + + giflib + glibc-32bit + + + /usr/lib32 + + + + + 2014-05-20 + 5.0.6 Version bump. Serdar Soytetir kaptan@pisilinux.org + + 2014-01-28 + 5.0.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-31 + 4.1.6 + missing dep. + Erdinç Gültekin + erdincgultekin@pisilinux.org + - 2010-02-08 - 4.0 + 2011-05-03 + 4.1.6 First release Pisi Linux Admins admins@pisilinux.org @@ -123003,111 +114301,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 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. - mirrors://sourceforge/libjpeg-turbo/1.3.1/libjpeg-turbo-1.3.1.tar.gz - - fix_doc.patch - - 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/ - - - jpeg-devel - - - - libjpeg-turbo-32bit - 32-bit shared libraries for jpeg - emul32 - emul32 - - glibc-32bit - - - glibc-32bit - libjpeg-turbo - - - /usr/lib32 - - - jpeg-32bit - - - - - 2014-05-15 - 1.3.1 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2013-05-15 - 1.2.1 - Switching from jpeg to libjpeg-turbo - Marcin Bojara - marcin@pisilinux.org - - - 2013-05-12 - 1.2.1 - Source url write mirrors - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-04-21 - 1.2.1 - Fixed - PisiLinux Community - admins@pisilinux.org - - - 2012-07-31 - 1.2.1 - First Release - PisiLinux Community - admins@pisilinux.org - - - - - - libmng - http://www.libmng.com/ + tiff + http://www.remotesensing.org/libtiff/ PisiLinux Community admins@pisilinux.org @@ -123115,84 +114310,292 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression 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.2/libmng-2.0.2.tar.gz + 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. + ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.3.tar.gz - zlib-devel - lcms2-devel libjpeg-turbo-devel + jbigkit-devel - multimedia/graphics/libmng/pspec.xml + multimedia/graphics/tiff/pspec.xml - libmng + tiff - zlib libjpeg-turbo - lcms2 + jbigkit + /usr/bin /usr/lib - libmng-devel + tiff-devel + Developement files for tiff + tiff için geliştirme dosyaları - libmng + 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 - /usr/include/ - libmng-32bit - 32-bit shared libraries for libmng + tiff-32bit + 32-bit shared libraries for tiff + tiff için 32-bit paylaşımlı kitaplıklar emul32 emul32 - zlib-32bit - lcms2-32bit libjpeg-turbo-32bit - glibc-32bit - zlib-32bit - lcms2-32bit + tiff libjpeg-turbo-32bit glibc-32bit - libmng + libgcc /usr/lib32 - + 2014-05-19 - 2.0.2 + 4.0.3 Release bump. Alihan Öztürk alihan@pisilinux.org - - 2014-01-31 - 2.0.2 + + 2014-02-08 + 4.0.3 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-07-26 + 4.0.3 Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-08-29 + 4.0.2 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libraw + http://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). + http://www.libraw.org/data/LibRaw-0.16.2.tar.gz + + libgomp + lcms2-devel + jasper-devel + libjpeg-turbo-devel + + multimedia/graphics/libraw/pspec.xml + + + libraw + + libgomp + libgcc + lcms2 + jasper + 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 + + + + + 2015-08-13 + 0.16.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-16 + 0.16.1 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-05-24 + 0.16.0 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-08 + 0.16.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-17 + 0.15.2 + Release bump. + PisiLinux Community + admins@pisilinux.org + + + 2013-07-29 + 0.15.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-27 + 0.14.7 + Move pc files to devel pack, rebuild + PisiLinux Community + admins@pisilinux.org + + + 2012-12-31 + 0.14.7 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + aalib + http://aa-project.sourceforge.net/aalib/ + + PisiLinux Community + admins@pisilinux.org + + 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 + + gpm + ncurses-devel + + + m4.patch + + multimedia/graphics/aalib/pspec.xml + + + aalib + + gpm + ncurses + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/info + /usr/share/man + + + + aalib-devel + Development files for aalib + aalib için geliştirme dosyaları + + aalib + + + /usr/share/aclocal + /usr/include + /usr/share/man/man3 + + + + + 2014-05-20 + 1.4_rc5 + Rebuild, cleanup, fix gpm linking. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-16 + 1.4_rc5 + Rebuild Stefan Gronewold(groni) groni@pisilinux.org - 2012-12-16 - 1.0.10 + 2010-12-20 + 1.4_rc5 First release - Erdinç Gültekin + Pisi Linux Admins admins@pisilinux.org @@ -123422,67 +114825,249 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression - jbigkit - http://www.cl.cam.ac.uk/~mgk25/jbigkit/ + 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 + + + + + 2016-01-09 + 2.1.0 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-26 + 2.1.0 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-13 + 2.1.0 + Version bump + Kamil Atlı + suvarice@gmail.com + + + 2012-10-07 + 2.0.1_rc1 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + hugin + http://hugin.sourceforge.net PisiLinux Community admins@pisilinux.org GPLv2 + app:gui 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. - http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-2.0.tar.gz - - jbigkit-2.0-shared.diff - - multimedia/graphics/jbigkit/pspec.xml + 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-2015.0/hugin-2015.0.0.tar.bz2 + + swig + cmake + glew-devel + tiff-devel + zlib-devel + vigra-devel + boost-devel + wxGTK-devel + exiv2-devel + fftw3-devel + flann-devel + libXmu-devel + libpng-devel + python-devel + lapack-devel + sqlite-devel + openexr-devel + freeglut-devel + libpano13-devel + libjpeg-turbo-devel + + multimedia/graphics/hugin/pspec.xml - jbigkit + hugin + + blas + glew + mesa + tiff + boost + fftw3 + vigra + wxGTK + lapack + libgcc + python + sqlite + enblend + ilmbase + libgomp + freeglut + mesa-glu + libpano13 + exiv2-libs + openexr-libs + perl-Image-ExifTool + + /usr/lib/ /usr/share/doc /usr/share/man /usr/bin - /usr/lib + /usr/share/mime + /usr/share/icons + /usr/share/hugin + /usr/share/pixmaps + /usr/share/appdata + /usr/share/applications + /usr/share/locale + + hugin-libs + hugin-tools + - jbigkit-devel - Development files for jbigkit - jbigkit için geliştirme dosyaları - - jbigkit - + hugin-docs + Help documents for hugin + hugin için yardım belgeleri - /usr/include + /usr/share/hugin/xrc/data/help* - - 2014-05-19 - 2.0 + + 2015-11-06 + 2015.0.0 + Version Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-12-29 + 2014.0.0 + rebuild for boost 1.57.0 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-11-10 + 2014.0.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-30 + 2013.0.0 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-11-11 + 201300 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-08-17 + 201300_beta1 Release bump. - Alihan Öztürk - alihan@pisilinux.org + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-06-08 + 201300_beta1 + Error Fixed + Osman Erkan + osman.erkan@pisilinux.org - 2014-01-27 - 2.0 - Rebuild - Stefan Gronewold(groni) - groni@pisilinux.org + 2013-05-08 + 201300_beta1 + vbump + Erdinç Gültekin + erdincgultekin@pisilinux.org - 2010-10-12 - 2.0 + 2012-08-28 + 2012.0.0 First release - Pisi Linux Admins - admins@pisilinux.org + Osman Erkan + osman.erkan@pisilinux.org @@ -123561,112 +115146,588 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression - libraw - http://www.libraw.org/ + libmng + http://www.libmng.com/ - Yücel KILIÇ - yucel.kilic@linux.org.tr + PisiLinux Community + admins@pisilinux.org - LGPLv2.1 - CDDL + as-is 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). - http://www.libraw.org/data/LibRaw-0.16.2.tar.gz + 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.2/libmng-2.0.2.tar.gz - libgomp + zlib-devel lcms2-devel - jasper-devel libjpeg-turbo-devel - multimedia/graphics/libraw/pspec.xml + multimedia/graphics/libmng/pspec.xml - libraw + libmng - libgomp - libgcc + zlib + libjpeg-turbo lcms2 - jasper + + + /usr/lib + + + + libmng-devel + + libmng + + + /usr/share/doc + /usr/share/man + /usr/include/ + + + + libmng-32bit + 32-bit shared libraries for libmng + emul32 + emul32 + + zlib-32bit + lcms2-32bit + libjpeg-turbo-32bit + glibc-32bit + + + zlib-32bit + lcms2-32bit + libjpeg-turbo-32bit + glibc-32bit + libmng + + + /usr/lib32 + + + + + 2014-05-19 + 2.0.2 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-31 + 2.0.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-12-16 + 1.0.10 + First release + Erdinç Gültekin + admins@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 + + + + + 2014-05-24 + 2.3.21 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-29 + 2.3.21 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 2.3.21 + First release + Pisi Linux Admins + 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. + http://sourceforge.net/projects/lcms/files/lcms/2.6/lcms2-2.6.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 + glibc-32bit + + + /usr/lib32 + + + + + 2014-05-15 + 2.6 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-01-29 + 2.5 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-07-02 + 2.5 + Version bump + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-31 + 2.3 + First release + Marcin Bojara + marcin@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.3.tar.gz + + cmake + gsl-devel + zlib-devel + tiff-devel + vigra-devel + boost-devel + lcms2-devel + libpng-devel + openexr-devel + imagemagick-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 + + + + + 2014-12-27 + 4.1.3 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-12-27 + 4.1.3 + Rebuild for boost. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-06-01 + 4.1.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-01-23 + 4.1.2 + rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-11 + 4.1.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-09 + 4.1.1 + Rebuild. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-05-08 + 4.1.1 + add missing builddep gsl-devel + Ertuğrul Erata + ertugrullerata@gmail.com + + + 2013-04-26 + 4.1.1 + Dep Fixed. + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-03-21 + 4.1.1 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2010-02-08 + 4.0 + First release + Pisi Linux Admins + admins@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. + http://sourceforge.net/projects/libdmtx/files/libdmtx/0.7.4/libdmtx-0.7.4.tar.gz + + imagemagick-devel + + multimedia/graphics/libdmtx/pspec.xml + + + libdmtx + + imagemagick + + + /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 + + + + + 2015-06-05 + 0.7.4 + Rebuild. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-08-09 + 0.7.4 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + 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 - libraw-devel - Development files for libraw - libraw için geliştirme dosyaları + libwmf-devel + Development files for libwmf + libwmf için geliştirme dosyaları - libraw - lcms2-devel - jasper-devel - libjpeg-turbo-devel + libwmf + /usr/bin/libwmf-config /usr/include - /usr/lib/pkgconfig + /usr/lib/pkgconfig - - 2015-08-13 - 0.16.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-05-16 - 0.16.1 - Version bump. - Hakan Yıldız - hknyldz93@gmail.com - - + 2014-05-24 - 0.16.0 + 0.2.8.4 Rebuild. Alihan Öztürk alihan@pisilinux.org - - 2014-02-08 - 0.16.0 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2013-08-17 - 0.15.2 - Release bump. - PisiLinux Community - admins@pisilinux.org - - - 2013-07-29 - 0.15.2 - Version bump. - Marcin Bojara - marcin@pisilinux.org - - 2013-07-27 - 0.14.7 - Move pc files to devel pack, rebuild - PisiLinux Community - admins@pisilinux.org + 2014-02-01 + 0.2.8.4 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org - 2012-12-31 - 0.14.7 + 2010-10-12 + 0.2.8.4 First release - Erdinç Gültekin + Pisi Linux Admins + admins@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. + http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-2.0.tar.gz + + jbigkit-2.0-shared.diff + + 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 + + + + + 2014-05-19 + 2.0 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-27 + 2.0 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 2.0 + First release + Pisi Linux Admins admins@pisilinux.org @@ -123778,346 +115839,689 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression - GraphicsMagick - http://www.graphicsmagick.org + netpbm + http://netpbm.sourceforge.net/ + + 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://source.pisilinux.org/1.0/netpbm-10.61.02.tar.gz + + config.mk + + + jasper-devel + tiff-devel + libpng-devel + libjpeg-turbo-devel + zlib-devel + libX11-devel + libxml2-devel + + + netpbm-CAN-2005-2471.patch + netpbm-security-code.patch + netpbm-security-scripts.patch + library-link.patch + + multimedia/graphics/netpbm/pspec.xml + + + netpbm + + jasper + tiff + libpng + libjpeg-turbo + zlib + libX11 + libxml2 + + + /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 + + + + + 2015-02-21 + 10.61.02 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-05-17 + 10.61.02 + Library link fixed + Ertan Güven + ertan@pisilinux.org + + + 2013-05-15 + 10.61.02 + Version bump + Ertan Güven + ertan@pisilinux.org + + + 2012-08-29 + 10.57.06 + First release + PisiLinux Community + admins@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. + mirrors://sourceforge/libjpeg-turbo/1.3.1/libjpeg-turbo-1.3.1.tar.gz + + fix_doc.patch + + 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/ + + + jpeg-devel + + + + libjpeg-turbo-32bit + 32-bit shared libraries for jpeg + emul32 + emul32 + + glibc-32bit + + + glibc-32bit + libjpeg-turbo + + + /usr/lib32 + + + jpeg-32bit + + + + + 2014-05-15 + 1.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-05-15 + 1.2.1 + Switching from jpeg to libjpeg-turbo + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-12 + 1.2.1 + Source url write mirrors + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-21 + 1.2.1 + Fixed + PisiLinux Community + admins@pisilinux.org + + + 2012-07-31 + 1.2.1 + First Release + PisiLinux Community + admins@pisilinux.org + + + + + + libnut + http://www.nut-container.org/ PisiLinux Community admins@pisilinux.org MIT + app:console library - multimedia.graphics - GraphicsMagick Image Processing System - GraphicsMagick Resim İşleme Sistemi - GraphicsMagick is a comprehensive image processing package which is initially based on ImageMagick 5.5.2, but which has undergone significant re-work by the GraphicsMagick Group to significantly improve the quality and performance of the software. - GraphicsMagick, başlangıçta ImageMagick 5.5.2 sürümünü temel almış kapsamlı bir resim işleme paketidir. Yazılımın kalitesini ve performansını önemli derecede artırmak için bu pakette büyük bir değişiklik yapılmıştır. - mirrors://sourceforge/graphicsmagick/GraphicsMagick-1.3.23.tar.xz - - tiff-devel - webp-devel - lcms2-devel - libSM-devel - libwmf-devel - libICE-devel - jasper-devel - jbigkit-devel - libXext-devel - libjpeg-turbo-devel - ghostscript-devel - zlib-devel - libxml2-devel - freetype-devel - xz-devel - + multimedia.converter + NUT container tools and library + NUT dosya biçemi kitaplığı ve araçları + Library and tools to work with NUT multimedia files. + libnut NUT çokluortam sistemini kullanmak ve düzenlemek için gerekli olan kitaplıkları ve araçları içerir. + http://source.pisilinux.org/1.0/libnut-661.tar.bz2 - GraphicsMagick-1.3.14-perl_linkage.patch - GraphicsMagick-1.3.16-multilib.patch + shared.patch - multimedia/graphics/GraphicsMagick/pspec.xml + multimedia/converter/libnut/pspec.xml - GraphicsMagick - app:console - - tiff - webp - zlib - bzip2 - libgcc - freetype - libX11 - libxml2 - libpng - lcms2 - libwmf - jasper - libXext - jbigkit - libgomp - ghostscript - libjpeg-turbo - libtool-ltdl - + libnut - /etc - /usr/bin/gm - /usr/lib/GraphicsMagick-* - /usr/lib/lib* - /usr/share/GraphicsMagick-* + /usr/bin + /usr/lib /usr/share/doc - /usr/share/man - GraphicsMagick-devel - Development files for GraphicsMagick + libnut-devel + Development files for libnut + libnut için geliştirme dosyaları - GraphicsMagick + libnut - /usr/bin/*-config /usr/include - /usr/lib/pkgconfig - /usr/share/doc/GraphicsMagick/www - /usr/share/man/man1/*-config.* - - - - PerlMagick - GraphicsMagick perl bindings - - GraphicsMagick - - - /usr/lib/perl5 - /usr/share/doc/PerlMagick + + 2014-05-22 + 0.0_661 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-01 + 0.0_661 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 0.0_661 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + 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://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-8.5.2.tar.xz + + qt5-base-devel + zlib-devel + ruby-devel + flac-devel + boost-devel + libogg-devel + libebml-devel + libvorbis-devel + libmatroska-devel + file + imagemagick-devel + + multimedia/converter/mkvtoolnix/pspec.xml + + + mkvtoolnix + + flac + boost + libogg + file + libvorbis + zlib + qt5-base + libgcc + + + /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/locale + + + + + 2015-11-08 + 8.5.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-01-21 + 7.5.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-12-19 + 7.4.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + - 2016-01-24 - 1.3.23 + 2014-10-29 + 7.3.0 Version bump. Ertuğrul Erata ertugrulerata@gmail.com - 2014-09-13 - 1.3.20 + 2014-10-05 + 7.2.0 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-05-28 + 6.9.1 Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-18 + 6.7.0 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-11-14 + 6.5.0 + v. bump rebuild + Kamil Atlı + suvarice@gmail.com + + + 2013-07-28 + 6.2.0 + add missing dep. Osman Erkan osman.erkan@pisilinux.org + + 2013-05-09 + 6.2.0 + V.bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-08-27 + 5.7.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + pythonmagick + http://www.imagemagick.org + + PisiLinux Community + admins@pisilinux.org + + as-is + library + multimedia.converter + Python bindings for the ImageMagick + ImageMagick için Python bağlayıcıları + PythonMagick is an object oriented Python bindings for the ImageMagick library. + PythonMagick, ImageMagick kütüphanesi için nesne yönelimli Python bağlayıcılarıdır. + http://www.imagemagick.org/download/python/PythonMagick-0.9.12.tar.xz + + boost-devel + imagemagick-devel + + multimedia/converter/Pythonmagick/pspec.xml + + + pythonmagick + + boost + imagemagick + libgcc + + + /usr/lib + /usr/share/doc + + + + + 2016-02-08 + 0.9.12 + Version bump. + Stefan Gronewold + groni@pisilinux.org + - 2014-06-19 - 1.3.19 + 2014-12-27 + 0.9.11 + Rebuild for boost. + Ergün Salman + poyraz76@pisilinux.org + + + 2014-10-27 + 0.9.11 + Version bump. + Ergün Salman + poyraz76@pisilinux.org + + + 2014-05-28 + 0.9.10 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-09 + 0.9.8 + Rebuild for boost 1.5.4 + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-02-17 + 0.9.8 + Update + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-01-02 + 0.9.7 + First release + Anıl Özbek + 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. + http://dag.wieers.com/home-made/unoconv/unoconv-0.7.tar.gz + + asciidoc + xmlto + + multimedia/converter/Unoconv/pspec.xml + + + unoconv + + asciidoc + xmlto + + + /usr/bin + /usr/share/man + /usr/share/doc + + + + + 2016-01-28 + 0.7 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2014-06-18 + 0.6 Rebuild for gcc Osman Erkan osman.erkan@pisilinux.org - - 2014-04-23 - 1.3.19 - Rebuild - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-02-07 - 1.3.19 - Rebuild Unused - Varol Maksutoğlu - waroi@pisilinux.org - - - 2014-01-04 - 1.3.19 - Version bump - Osman Erkan - osman.erkan@pisilinux.org - - 2013-07-29 - 1.3.17 - Dep fixed - Fatih Turgel - hitaf@pisilinux.org + 2013-11-20 + 0.6 + Update + Stefan Gronewold(groni) + groni@pisilinux.org - 2012-11-22 - 1.3.17 + 2012-01-01 + 0.4 First release - Marcin Bojara - marcin@pisilinux.org + Anıl Özbek + admins@pisilinux.org - openjpeg - http://www.openjpeg.org/ + vcdimager + http://www.vcdimager.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 - - glibc-32bit - libpng-32bit - - - openjpeg - glibc-32bit - - - /usr/lib32 - - - - - 2014-05-22 - 1.5.2 - Version bump. - Yusuf Aydemir - yusuf.aydemir@pisilinux.org - - - 2014-03-09 - 1.5.1 - Rebuild. - Alihan Öztürk - alihan@pisilinux.org - - - 2013-07-28 - 1.5.1 - Fix pc file for emul32 - Marcin Bojara - marcin@pisilinux.org - - - 2012-10-18 - 1.5.1 - First release - Marcin Bojara - marcin@pisilinux.org - - - - - - lcms - http://www.littlecms.com/ - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 + GPLv2 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 + 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-0.7.24.tar.gz - swig - tiff-devel - libjpeg-turbo-devel + libcdio-devel + popt - - CVE-2009-0793.patch - - multimedia/graphics/lcms/pspec.xml + multimedia/converter/vcdimager/pspec.xml - lcms + vcdimager - tiff - libjpeg-turbo + libcdio + popt + libxml2 /usr/bin /usr/lib - /usr/share/lcms /usr/share/doc + /usr/share/info /usr/share/man - lcms-devel - lcms için geliştirme dosyaları + vcdimager-devel + Development files for vcdimager + vcdimager için geliştirme dosyaları - lcms + vcdimager + libcdio-devel - /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 - glibc-32bit - - - /usr/lib32 + /usr/lib/pkgconfig + + 2014-05-20 + 0.7.24 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-17 + 0.7.24 + Rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2013-07-28 + 0.7.24 + Dep fixed + Fatih Turgel + hitaf@pisilinux.org + - 2014-05-19 - 1.19 - Release bump. - Alihan Öztürk - alihan@pisilinux.org + 2013-07-08 + 0.7.24 + rebuild + Erdinç Gültekin + erdincgultekin@pisilinux.org - 2011-05-04 - 1.19 + 2012-08-27 + 0.7.24 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + ccd2iso + http://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 + + + + + 2014-06-18 + 0.3 + Rebuild for gcc + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-01-20 + 0.3 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-01-17 + 0.3 First release Pisi Linux Admins admins@pisilinux.org @@ -124277,90 +116681,6 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression - - - darkice - http://darkice.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - 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://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/darkice/darkice-1.2.tar.gz - - pulseaudio-libs-devel - lame-devel - faac-devel - libogg-devel - twolame-devel - alsa-lib-devel - libvorbis-devel - libsamplerate-devel - libopus-devel - - - darkice-1.0-gcc44.patch - - multimedia/stream/darkice/pspec.xml - - - darkice - - pulseaudio-libs - lame - faac - libogg - twolame - alsa-lib - libvorbis - libsamplerate - libgcc - libopus - - - /etc - /usr/share/doc - /usr/share/man - /usr/bin - - - - - 2016-02-08 - 1.2 - Version bump. - Stefan Gronewold(groni) - groni@pisilinux.org - - - 2014-02-17 - 1.1 - Release. - Erdinç gültekin - erdincgultekin@pisilinux.org - - - 2013-08-29 - 1.1 - missing dep. - Erdinç gültekin - erdincgultekin@pisilinux.org - - - 2012-08-27 - 1.1 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - libmms @@ -124520,6 +116840,8038 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + + darkice + http://darkice.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + 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://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/darkice/darkice-1.2.tar.gz + + pulseaudio-libs-devel + lame-devel + faac-devel + libogg-devel + twolame-devel + alsa-lib-devel + libvorbis-devel + libsamplerate-devel + libopus-devel + + + darkice-1.0-gcc44.patch + + multimedia/stream/darkice/pspec.xml + + + darkice + + pulseaudio-libs + lame + faac + libogg + twolame + alsa-lib + libvorbis + libsamplerate + libgcc + libopus + + + /etc + /usr/share/doc + /usr/share/man + /usr/bin + + + + + 2016-02-08 + 1.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-02-17 + 1.1 + Release. + Erdinç gültekin + erdincgultekin@pisilinux.org + + + 2013-08-29 + 1.1 + missing dep. + Erdinç gültekin + erdincgultekin@pisilinux.org + + + 2012-08-27 + 1.1 + First release + Osman Erkan + osman.erkan@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_5/sshfs-fuse-2.5.tar.gz + + fuse-devel + glib2-devel + + hardware/disk/sshfs/pspec.xml + + + sshfs + + fuse + glib2 + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + 2016-01-27 + 2.5 + Rebuild and check. + Stefan Gronewold + groni@pisilinux.org + + + 2014-12-13 + 2.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-09 + 2.4 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2012-11-14 + 2.4 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + dmraid + http://people.redhat.com/~heinzm/sw/dmraid + + 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 + + + + + 2014-02-17 + 1.0.0_rc16 + Release. + PisiLinux Community + admins@pisilinux.org + + + 2013-03-15 + 1.0.0_rc16 + V.Bump + PisiLinux Community + admins@pisilinux.org + + + 2010-10-13 + 1.0.0_rc15 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + libisofs + http://libburnia-project.org + + 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.4.2.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 + + + + + 2016-01-26 + 1.4.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-01-15 + 1.2.6 + First release + Ertan Güven + ertan@pisilinux.org + + + + + + 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/6.4/smartmontools-6.4.tar.gz + + libutil-linux-devel + libcap-ng-devel + + hardware/disk/smartmontools/pspec.xml + + + smartmontools + + libgcc + libcap-ng + + + /etc + /lib/systemd/system + /usr/sbin + /usr/share/doc + /usr/share/man + /usr/share/smartmontools + + + System.Service + + + smartmontools.sysconf + + + + + 2016-01-26 + 6.4 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2015-01-16 + 6.0 + configured without "/lib/systemd/system" + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-03-09 + 6.0 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2012-11-14 + 6.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + 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. + http://source.pisilinux.org/1.0/btrfs-progs-v4.1.2.tar.xz + + xmlto + asciidoc + lzo-devel + zlib-devel + libutil-linux-devel + util-linux + libxslt + e2fsprogs-devel + + hardware/disk/btrfs-progs/pspec.xml + + + btrfs-progs + + lzo + zlib + libutil-linux + e2fsprogs + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + btrfs-progs-devel + Development files for btrfs-progs + + btrfs-progs + + + /usr/include + + + + + 2015-07-20 + 4.1.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-23 + 3.19.1 + Version bump, fix deps + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-12-23 + 3.17.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-30 + 3.14.2 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-01-19 + 3.12 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-19 + 0.19.20121005 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-11-13 + 0.19.20121005 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + 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. + http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2015.3.14.tgz + + 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 + + + + + 2016-01-30 + 2015.3.14 + Version bump, fix mount ntfs part and disk. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-12-13 + 2014.2.15 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-11 + 2013.1.13 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-10-30 + 2013.1.13 + Rebuild + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-01-30 + 2013.1.13 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-14 + 0.0_2012.01.15 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + thin-provisioning-tools + http://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://codeload.github.com/jthornber/thin-provisioning-tools/tar.gz/v0.6.0 + + 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/ + + + + + 2016-01-31 + 0.6.0 + First Build + Ali Algul + alialgul@pisilinux.org + + + + + + dosfstools + http://www.daniel-baumann.ch/software/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. + http://daniel-baumann.ch/files/software/dosfstools/dosfstools-3.0.26.tar.xz + hardware/disk/dosfstools/pspec.xml + + + dosfstools + + /sbin + /usr/share/doc + /usr/share/man + + + + + 2014-04-03 + 3.0.26 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-18 + 3.0.25 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-10-21 + 3.0.23 + Version bump + Richard de Bruin + richdb@pisilinux.org + + + 2013-06-13 + 3.0.20 + Version bump + Marcin Bojara + marcin@pisilinux.org + + + 2012-11-13 + 3.0.13 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + 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. + ftp://oss.sgi.com/projects/xfs/cmd_tars/dmapi-2.2.12.tar.gz + + xfsprogs-devel + + 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 + + + + + 2014-05-22 + 2.2.12 + rebuild + Kamil Atlı + suvarice@gmail.com + + + 2013-11-02 + 2.2.12 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-03-16 + 2.2.10 + URL Fixed + PisiLinux Community + admins@pisilinux.org + + + 2010-10-13 + 2.2.10 + First release + Pisi Linux Admins + admins@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. + http://udisks.freedesktop.org/releases/udisks-2.1.6.tar.bz2 + + tr.po + + + gtk-doc + acl-devel + glib2-devel + polkit-devel + libgudev-devel + parted-devel + libatasmart-devel + device-mapper-devel + lvm2-devel + gobject-introspection-devel + sg3_utils-devel + ntfsprogs + dosfstools + docbook-xsl + libxslt + intltool + + + udisks-2.x-ntfs-3g.patch + + hardware/disk/udisks2/pspec.xml + + + udisks2 + + acl + glib2 + polkit + libgudev + lvm2 + mdadm + parted + libatasmart + device-mapper + ntfsprogs + dosfstools + sg3_utils + + + /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/gtk-doc/ + /usr/share/locale + /usr/share/polkit-1/ + /usr/share/man + /var/lib/ + /run/udisks + /usr/share/dbus-1/interfaces/*.xml + + + + udisks2-devel + Development files for udisks2 + udisks için geliştirme dosyaları + + udisks2 + + + /usr/include + /usr/lib/pkgconfig + + + + + 2016-01-26 + 2.1.6 + Rebuild for libgudev + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-12-27 + 2.1.6 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-19 + 2.1.6 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-07 + 2.1.4 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-05-25 + 2.1.3 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2014-04-05 + 2.1.3 + add builddep docbook-xsl. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-03-29 + 2.1.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-20 + 2.1.1 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-15 + 2.1.0 + V.bump + PisiLinux Community + admins@pisilinux.org + + + 2013-08-13 + 2.0.0 + fix path + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-26 + 2.0.0 + Release bump for rebuild. + PisiLinux Community + admins@pisilinux.org + + + 2012-10-22 + 2.0.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + parted + http://www.gnu.org/software/parted + + PisiLinux Community + admins@pisilinux.org + + GPLv3+ + 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. + http://ftp.gnu.org.ua/gnu/parted/parted-3.2.tar.xz + + libutil-linux-devel + device-mapper-devel + readline-devel + + hardware/disk/parted/pspec.xml + + + parted + + libutil-linux + ncurses + device-mapper + readline + util-linux + + + /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 + + + + + 2014-08-09 + 3.2 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-25 + 3.1 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-02-02 + 3.1 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2012-10-05 + 3.1 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + exfat-utils + http://code.google.com/p/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.2.3/exfat-utils-1.2.3.tar.gz + hardware/disk/exfat-utils/pspec.xml + + + exfat-utils + + /usr/share/man + /usr/share/doc + /usr/bin + /usr/sbin + + + + + 2016-01-27 + 1.2.3 + Version bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-09-10 + 1.1.0 + Version bump + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-01-23 + 1.0.1 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-12-15 + 1.0.1 + First release + Osman Erkan + osman.erkan@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. + http://sourceforge.net/projects/squashfs/files/squashfs/squashfs4.2/squashfs4.2.tar.gz + + lzo-devel + xz-devel + zlib-devel + + hardware/disk/squashfs-tools/pspec.xml + + + squashfs-tools + + lzo + zlib + xz + + + /usr/sbin + /usr/share/doc + + + + + 2014-03-09 + 4.2 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-02-12 + 4.2 + Change compression type to xz, and some other enhancements. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-11-14 + 4.2 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + 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.1/gptfdisk-1.0.1.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 + + + + + 2015-10-28 + 1.0.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-09-11 + 1.0.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-04 + 0.8.10 + First Release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + fsarchiver + http://www.fsarchiver.org/Main_Page + + 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.6.21/fsarchiver-0.6.21.tar.gz + + lzo-devel + xz-devel + zlib-devel + bzip2 + e2fsprogs-devel + libgcrypt-devel + attr-devel + libutil-linux-devel + + hardware/disk/fsarchiver/pspec.xml + + + fsarchiver + + lzo + xz + zlib + bzip2 + e2fsprogs + libgcrypt + libutil-linux + + + /usr/sbin + /usr/share/man + /usr/share/doc + + + + + 2016-01-27 + 0.6.21 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2014-04-07 + 0.6.19 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-22 + 0.6.18 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2013-02-28 + 0.6.17 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-13 + 0.6.15 + First release + Marcin Bojara + marcin@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. + http://sg.danny.cz/sg/p/sg3_utils-1.41.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 + + + + + 2015-08-19 + 1.41 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-25 + 1.38 + Version bump + Kamil Atlı + suvarice@gmail.com + + + 2012-11-14 + 1.34 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + 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. + ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-3.2.4.tar.gz + + libutil-linux-devel + readline-devel + + hardware/disk/xfsprogs/pspec.xml + + + xfsprogs + + libutil-linux + readline + + + /lib + /sbin + /usr/sbin + /usr/lib + /usr/share/doc + /usr/share/locale + /usr/share/man + + + + xfsprogs-devel + Development headers for xfsprogs + + xfsprogs + + + /usr/include + /usr/share/man/man3 + + + + + 2015-08-04 + 3.2.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-11-01 + 3.1.11 + Version bump + Burak Fazıl Erturk + burakerturk@pisilinux.org + + + 2012-10-05 + 3.1.8 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + libatasmart + http://git.0pointer.de/?p=libatasmart.git + + 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 + + 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 + + + + + 2014-05-25 + 0.19 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-01-29 + 0.19 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-10-02 + 0.19 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + hdparm + http://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. + http://downloads.sourceforge.net/hdparm/hdparm-9.43.tar.gz + hardware/disk/hdparm/pspec.xml + + + hdparm + + /sbin + /usr/share/doc + /usr/share/man + /etc/conf.d + + + hdparm.confd + + + + + 2014-05-24 + 9.43 + Rebuild for gcc. + PisiLinux Community + admins@pisilinux.org + + + 2011-02-02 + 9.42 + First release + PisiLinux Community + admins@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. + http://ftp.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v3.6.24/reiserfsprogs-3.6.24.tar.xz + hardware/disk/reiserfsprogs/pspec.xml + + + reiserfsprogs + + /sbin + /usr/share/doc + /usr/share/man + + + + + 2014-12-13 + 3.6.24 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-10 + 3.6.21 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2010-10-13 + 3.6.21 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + fuse-exfat + http://code.google.com/p/exfat/ + + 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.2.3/fuse-exfat-1.2.3.tar.gz + + exfat-utils + fuse-devel + + hardware/disk/fuse-exfat/pspec.xml + + + fuse-exfat + + fuse + exfat-utils + + + /usr/bin + /usr/sbin + /usr/share/man + /usr/share/doc + + + + + 2016-01-27 + 1.2.3 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2014-09-10 + 1.1.0 + First release + PisiLinux Community + admin@pisilinux.org + + + + + + media-player-info + http://cgit.freedesktop.org/media-player-info + + PisiLinux Community + admins@pisilinux.org + + BSD + hardware + 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-22.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 + + + + + 2015-02-16 + 22 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-07-05 + 21 + Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-25 + 19 + Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-02-20 + 17 + Version bump + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2011-10-05 + 15 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + gkrellm + http://www.gkrellm.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + service + hardware + 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://members.dslextreme.com/users/billw/gkrellm/gkrellm-2.3.5.tar.gz + + 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 + + + + + 2014-05-17 + 2.3.5 + Rebuild + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2014-04-07 + 2.3.5 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-23 + 2.3.5 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-28 + 2.3.5 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-06 + 2.3.5 + Fixed. + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-11-15 + 2.3.5 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + dmidecode + http://www.nongnu.org/dmidecode/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware + 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-2.12.tar.gz + hardware/info/dmidecode/pspec.xml + + + dmidecode + + /usr/bin + /usr/sbin + /usr/share/doc + /usr/share/man + + + laptop-detect + + + + + 2014-01-22 + 2.12 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-01-25 + 2.11 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + usbmuxd + http://marcansoft.com/blog/iphonelinux/usbmuxd + + 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. + http://www.libimobiledevice.org/downloads/libusbmuxd-1.0.9.tar.bz2 + + libplist-devel + + hardware/mobile/usbmuxd/pspec.xml + + + usbmuxd + + libplist + + + /usr/lib + /usr/share/doc + /usr/bin + /usr/sbin + /lib/udev/rules.d + + + + usbmuxd-devel + Development files for usbmuxd + usbmuxd için geliştirme dosyaları + + usbmuxd + + + /usr/include + /usr/lib/pkgconfig + + + + + 2014-05-24 + 1.0.9 + Rebuild for gcc. + PisiLinux Community + admins@pisilinux.org + + + 2014-04-15 + 1.0.9 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-20 + 1.0.8 + First release + Serdar Soytetir + kaptan@pisilinux.org + + + + + + 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-1.11.tar.bz2 + + libxml2-devel + python-devel + cython + + hardware/mobile/libplist/pspec.xml + + + libplist + + libxml2 + python + libgcc + + + /usr/lib + /usr/share/doc + /usr/bin + + + + libplist-devel + Development files for libplist + libplist için geliştirme dosyaları + + libplist + libxml2-devel + python-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-07-31 + 1.11 + Rebuild for gcc. + PisiLinux Community + admins@pisilinux.org + + + 2014-04-15 + 1.11 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-02 + 1.10 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-01 + 1.8 + Cosmetics Fixed + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-10-20 + 1.8 + First release + Serdar Soytetir + kaptan@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 + http://www.libimobiledevice.org/downloads/libimobiledevice-1.1.7.tar.bz2 + + gnutls-devel + usbmuxd-devel + libplist-devel + libtasn1-devel + libgcrypt-devel + + hardware/mobile/libimobiledevice/pspec.xml + + + libimobiledevice + + gnutls + usbmuxd + libplist + libtasn1 + libgcrypt + + + /usr/lib + /usr/bin + /usr/share/man/man1 + /usr/share/doc/libimobiledevice + + + + libimobiledevice-devel + Development files for libimobiledevice + + gnutls-devel + usbmuxd-devel + libplist-devel + libtasn1-devel + libgcrypt-devel + libimobiledevice + + + /usr/include + /usr/lib/pkgconfig + + + + + 2015-01-25 + 1.1.7 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-05-24 + 1.1.6 + Rebuild for gcc. + PisiLinux Community + admins@pisilinux.org + + + 2014-04-15 + 1.1.6 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-04-04 + 1.1.5 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-12 + 1.1.4 + Fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-03-18 + 1.1.4 + fix cython disagreement + Erdinç Gültekin + admins@pisilinux.org + + + 2012-10-20 + 1.1.4 + First release + Serdar Soytetir + kaptan@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. + ftp://gentoo.arcticnetwork.ca/pub/gentoo/distfiles/acpica-unix-20130117.tar.gz + hardware/powermanagement/acpica/pspec.xml + + + acpica + + /usr/share/doc + /usr/bin + /usr/sbin + /usr/share/man/man1 + + + iasl.1 + LICENSE + + + + + 2014-03-05 + 0.0_20130117 + Rebuild for buildhost + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-02 + 0.0_20130117 + Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2010-12-22 + 0.0_20130117 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + lm_sensors + http://www.lm-sensors.org + + 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. + http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-3.4.0.tar.bz2 + + rrdtool-devel + + + lm_sensors-fancontrol.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 + + + + + 2015-10-02 + 3.4.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-04-14 + 3.3.5 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-11-19 + 3.3.3 + First release + PisiLinux Community + admins@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://sourceforge.net/projects/suspend/files/suspend/suspend-1.0/suspend-utils-1.0.tar.bz2 + + lzo-devel + pciutils-devel + libx86-devel + plymouth-devel + + + suse/suspend-comment-configfile-options.diff + suse/suspend-default-compress.diff + suse/suspend-default-splash.diff + suse/suspend-0.80-dont-return-eintr-on-abort.diff + suse/suspend-0.80-keygen-new-defaults.diff + suse/suspend-0.80-vbetool-retry-on-errors.diff + mandriva/suspend-0.8-printf_format.patch + resume-dont-ask-questions.patch + suppress-outputs.patch + + hardware/powermanagement/suspend/pspec.xml + + + suspend + + lzo + libx86 + plymouth-core-libs + pciutils + + + /etc/suspend.conf + /etc/suspend.key + /usr/sbin + /usr/share/doc + + + suse/configure-suspend-encryption.sh + + + + + 2014-03-09 + 1.0 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2012-12-29 + 1.0 + 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. + http://upower.freedesktop.org/releases/upower-0.9.23.tar.xz + + tr.po + + + dbus-devel + glib2-devel + polkit-devel + dbus-glib-devel + libgudev-devel + libusb-devel + libplist-devel + libimobiledevice-devel + gobject-introspection-devel + docbook-xsl + intltool + + + add-tr.patch + + hardware/powermanagement/upower/pspec.xml + + + upower + + dbus + glib2 + polkit + dbus-glib + libgudev + libplist + libimobiledevice + pm-utils + libusb + + + /lib + /usr/lib + /etc/dbus-1 + /usr/share/man + /usr/share/doc + /etc/UPower + /usr/bin + /var/lib/upower + /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 + /usr/share/gir-1.0 + + + + + 2016-01-26 + 0.9.23 + Rebuild for libgudev. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-01-10 + 0.9.23 + Rebuild. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-05-24 + 0.9.23 + Rebuild for gcc. + PisiLinux Community + admins@pisilinux.org + + + 2014-04-15 + 0.9.23 + Rebuild for libplist and libimobiledevice. + Marcin Bojara + marcin@pisilinux.org + + + 2014-04-05 + 0.9.23 + Rebuild and builddep docbook-xsl added. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-03-02 + 0.9.23 + Add patch. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-08 + 0.9.23 + Moved some files to core pack + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-12-19 + 0.9.23 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-20 + 0.9.21 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-03 + 0.9.20 + Fix suspend/hibernation issue + Marcin Bojara + marcin@pisilinux.org + + + 2013-03-20 + 0.9.20 + Version bump + Ertan Güven + ertan@pisilinux.org + + + 2012-10-20 + 0.9.18 + First release + Serdar Soytetir + kaptan@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 + + + + + 2015-07-31 + 1.4.1 + Rebuild for gcc. + PisiLinux Community + admins@pisilinux.org + + + 2014-01-10 + 1.4.1 + Add tmpfiles.conf + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-26 + 1.4.1 + Fix hibernation issue, add some patches. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-03 + 1.4.1 + Fix suspend/hibernation issue + Marcin Bojara + marcin@pisilinux.org + + + 2011-04-05 + 1.4.1 + First release + Pisi Linux Admins + 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 + + + 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 + + + + + 2014-03-10 + 0.2.11 + Fix rpath + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-03-09 + 0.2.11 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-07-28 + 0.2.11 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2010-10-13 + 0.2.11 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + dkms + http://linux.dell.com/dkms + + Ertan Güven + ertan@pisilinux.org + + 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. + http://linux.dell.com/dkms/permalink/dkms-2.2.0.3.tar.gz + + kernel-headers + + hardware/misc/dkms/pspec.xml + + + dkms + + kernel-headers + + + /etc + /usr/lib + /usr/sbin + /usr/share/doc + /usr/share/man + /var/lib + + + + + 2016-01-01 + 2.2.0.3 + Rebuild for Pisi 2.0 + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-01-22 + 2.2.0.3 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-01-29 + 2.2.0.3 + First release + Ertan Güven + ertan@pisilinux.org + + + + + + libgphoto2 + http://www.gphoto.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + 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/gphoto/libgphoto2-2.5.8.tar.bz2 + + doxygen + libxml2-devel + gd-devel + tiff-devel + libjpeg-turbo-devel + libexif-devel + libusb-devel + + hardware/misc/libgphoto2/pspec.xml + + + libgphoto2 + + libxml2 + libtool-ltdl + libusb + gd + libexif + libjpeg-turbo + + + /usr/bin + /lib/udev + /usr/share/doc/libgphoto2/README + /usr/share/doc/libgphoto2/COPYING + /usr/lib + /usr/share/libgphoto2 + /usr/share/hal/fdi + /lib/udev/rules.d + /usr/share/locale + /usr/share/man + + + System.Package + + + + libgphoto2-docs + Documentation for libgphoto2 + libgphoto2 için detaylı belgelendirme + + /usr/share/doc/libgphoto2 + /usr/share/doc/libgphoto2/camlibs + /usr/share/doc/libgphoto2/apidocs.html + /usr/share/doc/libgphoto2/linux-hotplug + + + + 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 + + + + + 2015-08-02 + 2.5.8 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-15 + 2.5.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-01-30 + 2.5.3.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-11-16 + 2.5.0 + First release + PisiLinux Community + namso-01qhotmail.it + + + + + + gpm + http://linux.schottelius.org/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 + + 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 + + + + + 2014-05-20 + 1.20.7 + Rebuild, cleanup. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-25 + 1.20.7 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-11-16 + 1.20.7 + First release + PisiLinux Community + namso-01qhotmail.it + + + + + + 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 + + glibc-32bit + + + libmtdev + glibc-32bit + + + /usr/lib32 + + + + + 2014-05-16 + 1.1.5 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-03-09 + 1.1.3 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2012-10-03 + 1.1.3 + First release + PisiLinux Community + admins@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://www.codon.org.uk/~mjg59/libx86/downloads/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 + + + + + 2014-05-24 + 1.1 + Rebuild for gcc. + PisiLinux Community + admins@pisilinux.org + + + 2010-10-13 + 1.1 + First release + Pisi Linux Admins + admins@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/libmtp/1.9/libmtp-1.1.9.tar.gz + + doxygen + libusb-devel + libgcrypt-devel + + hardware/misc/libmtp/pspec.xml + + + libmtp + + libusb + libgcrypt + + + /usr/bin + /usr/lib + /lib/udev + /lib/udev/rules.d + /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 + + + + + 2015-04-28 + 1.1.9 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-25 + 1.1.6 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-04-05 + 1.1.6 + Rebuild for libgcrypt. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-31 + 1.1.6 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-11-16 + 1.1.5 + First release + PisiLinux Community + admins@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. + http://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.1.tar.bz2 + + doxygen + + + fix-udev-group_and_usb_name.patch + + hardware/misc/libftdi/pspec.xml + + + libftdi + + libusb + + + /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 + + + + + 2014-07-05 + 1.1 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-03-10 + 0.20 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-03-09 + 0.20 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-07-30 + 0.20 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2012-11-16 + 0.20 + First release + PisiLinux Community + namso-01qhotmail.it + + + + + + libsmbios + http://linux.dell.com/libsmbios/main/index.html + + 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. + http://linux.dell.com/libsmbios/download/libsmbios/libsmbios-2.2.28/libsmbios-2.2.28.tar.bz2 + + libxml2-devel + + hardware/misc/libsmbios/pspec.xml + + + libsmbios + + libgcc + + + /etc + /usr/share + /usr/lib + /usr/sbin + /usr/share/doc + /usr/share/locale + + + + libsmbios-devel + Development files for libsmbios + libsmbios için geliştirme dosyaları + + libsmbios + + + /usr/include/smbios + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2014-02-01 + 2.2.28 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-11-16 + 2.2.28 + First release + Osman Erkan + osman.erkan@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.24.tar.gz + + libpaper-1.1.23-debianbug475683.patch + libpaper-useglibcfallback.patch + + 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 + + + + + 2014-05-21 + 1.1.24 + rebuild + Kamil Atlı + suvarice@gmail.com + + + 2010-10-13 + 1.1.24 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + foomatic-db + http://www.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 + http://www.openprinting.org/download/foomatic/foomatic-db-4.0-20150819.tar.gz + + cleanup-script + + + fedora/foomatic-db-device-ids.patch + fedora/foomatic-db-invalid.patch + + hardware/printer/foomatic-db/pspec.xml + + + foomatic-db + + pnm2ppa + + + /usr/share + + + + + 2015-10-28 + 4.0.20150819 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-05 + 4.0_20130103 + Depend on cups-filters. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-01-24 + 4.0_20130103 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2013-01-03 + 4.0_20130103 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + 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ç + http://www.iki.fi/mtr/genscript/enscript-1.6.4.tar.gz + + enscript-1.6.3-security.patch + enscript-1.6.3-language.patch + enscript-catmur.patch + ruby.patch + enscript-1.6.4-CVE-2008-3863-CVE-2008-4306.patch + enscript-1.6.4-config.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 + + + + + 2014-01-23 + 1.6.4 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 1.6.4 + First release + Pisi Linux Admins + admins@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. + http://www.openprinting.org/download/foomatic/foomatic-db-engine-4.0.12.tar.gz + + libxml2-devel + cups-devel + + + foomatic-db-engine-4.0.8-fix-sandbox.patch + 4.0.7-perl-module.patch + 4.0.7-respect-ldflag.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 + + + + + 2015-10-28 + 4.0.12 + v.bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-09-13 + 4.0.11 + Rebuild for new perl. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-06-15 + 4.0.11 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-02-05 + 4.0.8 + Depend on cups-filters. + PisiLinux Community + admins@pisilinux.org + + + 2013-12-01 + 4.0.8 + Rebuild for new perl. + PisiLinux Community + admins@pisilinux.org + + + 2012-11-19 + 4.0.8 + First release + PisiLinux Community + admins@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 + + + + + 2014-02-04 + 1.13 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2010-10-13 + 1.12 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + hplip + http://hplip.sourceforge.net/ + + Pisi Linux Admins + admins@pisilinux.org + + GPLv2+ + MIT + 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ı + http://fossies.org/linux/misc/hplip-3.15.11.tar.gz + + patch-ppds.sh + fedora/copy-deviceids.py + fedora/hplip-deviceIDs-ppd.patch + fedora/hplip-ppd-ImageableArea.patch + + + libjpeg-turbo-devel + foomatic-db + net-snmp-devel + sane-backends-devel + cups-devel + python3-devel + python-devel + libusb-devel + dbus-devel + desktop-file-utils + + + fedora/hplip-avahi-parsing.patch + fedora/hplip-bad-low-ink-warning.patch + fedora/hplip-clear-old-state-reasons.patch + fedora/hplip-deviceIDs-drv.patch + fedora/hplip-dj990c-margin.patch + fedora/hplip-hpcups-sigpipe.patch + fedora/hplip-hpijs-marker-supply.patch + fedora/hplip-lineart.patch + fedora/hplip-log-stderr.patch + fedora/hplip-logdir.patch + fedora/hplip-no-asm.patch + fedora/hplip-no-write-bytecode.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-udev-rules.patch + fedora/hplip-strstr-const.patch + fedora/hplip-ui-optional.patch + pisilinux/desktop-i18n.patch + pisilinux/desktop-i18n-1.patch + pisilinux/add-pisilinux-support.patch + pisilinux/fix-polkit-directory.patch + pisilinux/suppress-module-warnings.patch + pisilinux/hp-systray-consume-session-param.patch + + hardware/printer/hplip/pspec.xml + + + hplip + app:console + library + driver + + libjpeg-turbo + net-snmp + foomatic-db + sane-backends + cups + dbus + libgcc + libusb + openssl + + + /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 + + + + + 2016-01-09 + 3.15.11 + Version bump + Alihan Öztürk + alihan@pisilinux.org + + + 2014-07-27 + 3.14.6 + Vedat Demir. + Vedat Demir + vedat@pisilinux.org + + + 2014-02-20 + 3.14.1 + Rebuilt for python-qt and python. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-17 + 3.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-06-06 + 3.13.4 + Sha1sum Fixed + Osman Erkan + Osman.erkan@pisilinux.org + + + 2013-04-26 + 3.13.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-03-03 + 3.13.2 + V.Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-12-14 + 3.12.11 + First release + Yusuf Aydemir + yusuf.aydemir@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 + mirrors://sourceforge/gimp-print/gutenprint-5.2/5.2.11/gutenprint-5.2.11.tar.bz2 + + fedora/cups-genppdupdate.py.in + + + cups-devel + foomatic-db + ghostscript-devel + cups + python-cups + ghostscript + atk-devel + gtk2-devel + zlib-devel + cairo-devel + glib2-devel + pango-devel + libusb-devel + + + fedora/gutenprint-build.patch + fedora/gutenprint-menu.patch + fedora/gutenprint-O6.patch + fedora/gutenprint-postscriptdriver.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ı + + gutenprint + + + /usr/include/gutenprint + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + 2016-02-13 + 5.2.11 + Version bump. + Ali Algul + alialgul@pisilinux.org + + + 2014-07-07 + 5.2.10 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-02-26 + 5.2.9 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-01 + 5.2.9 + Remove ijs from dependencies, ijs is provided by ghostscript package + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-11-20 + 5.2.9 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + system-config-printer + http://cyberelk.net/tim/software/system-config-printer + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + 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. + http://cyberelk.net/tim/data/system-config-printer/1.5/system-config-printer-1.5.7.tar.xz + + tr.po + + + util-linux + xmlto + libxslt-devel + intltool + python3-devel + cups-devel + eudev-devel + glib2-devel + libusb-devel + libgnome-keyring-devel + desktop-file-utils + + + fix-icon.patch + system-config-printer-shbang.patch + + hardware/printer/system-config-printer/pspec.xml + + + system-config-printer + + eudev + glib2 + libusb + libgnome-keyring + python-cups + python-smbc + dbus-python + python-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 + + + tmpfiles.conf + + + + system-config-printer-gtk + GTK+ frontend of system-config-printer + system-config-printer için GTK+ önyüzü + + python-gtk + notify-python + python-pygobject + python-pygobject3 + system-config-printer + + + /usr/share/man + /usr/share/system-config-printer + /etc/xdg/autostart + /usr/share/applications + /usr/bin + /usr/share/locale + + + + + 2016-01-09 + 1.5.7 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-31 + 1.4.3 + Fix dbus signature typo. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-10 + 1.4.3 + Add tmpfiles.conf + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-12-31 + 1.4.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-11-26 + 1.4.2 + Fix dep. + Richard de Bruin + richdb@pisilinux.org + + + 2013-10-07 + 1.4.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-04-16 + 1.4.0 + Version bump + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-10-29 + 1.3.12 + First release + Osman Erkan + osman.erkan@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. + http://www.openprinting.org/download/foomatic/foomatic-db-nonfree-20150819.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 + + + + + 2016-01-11 + 20150819 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-06-15 + 20140615 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-06-23 + 20130623 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + + + 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. + http://source.pisilinux.org/1.0/splix_2.0.0+20110720.orig.tar.gz + http://splix.ap2c.org/samsung_cms.tar.bz2 + + cups-devel + jbigkit-devel + + + splix-1.1.0-fix-makefile.patch + splix-nostrip.patch + install-english-only.patch + + hardware/printer/splix/pspec.xml + + + splix + + cups + libgcc + jbigkit + + + /usr/lib/cups + /usr/share/cups + /usr/share/doc + + + + + 2015-01-10 + 2.0.0_20110720 + Rebuild and add dep + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-09 + 2.0.0_20110720 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2011-12-07 + 2.0.0_20110720 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + cups + http://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. + http://www.cups.org/software/2.1.2/cups-2.1.2-source.tar.bz2 + http://source.pisilinux.org/1.0/cups-tr.tar + + acl-devel + pam-devel + dbus-devel + libpcre-devel + zlib-devel + python-devel + libusb-devel + libgcc + avahi-libs + avahi-devel + mit-kerberos + libpaper-devel + + + archlinux/cups-no-export-ssllibs.patch + archlinux/cups-no-gzip-man.patch + archlinux/cups-1.6.2-statedir.patch + archlinux/cups-no-gcrypt.patch + archlinux/cups-1.6.0-fix-install-perms.patch + fedora/cups-enum-all.patch + fedora/cups-final-content-type.patch + fedora/cups-res_init.patch + fedora/cups-hp-deviceid-oid.patch + fedora/cups-logrotate.patch + gentoo/cups-2.0.1-rename-systemd-service-files.patch + pisilinux/lib64.patch + pisilinux/nostrip.patch + pisilinux/cups-run.patch + pld-linux/cups-avahi-address.patch + + hardware/printer/cups/pspec.xml + + + cups + + acl + pam + dbus + zlib + libusb + libgcc + libpaper + avahi + 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ı + + cups + + + /usr/include + /usr/bin/cups-config + + + + cups-32bit + 32-bit shared libraries for cups + cups için 32-bit paylaşımlı kitaplıklar + emul32 + emul32 + + glibc-32bit + zlib-32bit + openssl-32bit + + + glibc-32bit + zlib-32bit + openssl-32bit + libgcc + cups + + + /usr/bin/cups-config-32bit + /usr/lib32 + + + + + 2016-01-09 + 2.1.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-06-10 + 2.0.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-02-05 + 2.0.1 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-09-25 + 1.7.5 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-20 + 1.7.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-30 + 1.7.1 + Fix comar service. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-18 + 1.7.1 + Add tmpfiles.conf. Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2014-01-17 + 1.7.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-1 + 1.7.0 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2013-10-14 + 1.6.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-13 + 1.6.3 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-19 + 1.6.1 + Lib64 path correction. + Ertan Güven + ertan@pisilinux.org + + + 2013-03-13 + 1.6.1 + Version bump + Ertan Güven + ertan@pisilinux.org + + + 2012-10-18 + 1.5.4 + Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-10-18 + 1.5.4 + First release + Erdinç Gültekin + admins@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. + http://www.openprinting.org/download/cups-filters/cups-filters-1.5.0.tar.xz + + cups-devel + glib2-devel + tiff-devel + lcms2-devel + dbus-devel + python-devel + libpng-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 + + hardware/printer/cups-filters/pspec.xml + + + cups-filters + + cups + dbus + tiff + zlib + glib2 + lcms2 + libgcc + libpng + fontconfig + mit-kerberos + libjpeg-turbo + qpdf + ghostscript + poppler + e2fsprogs + avahi-glib + avahi-libs + + + /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 + foomatic-filters + + + foomatic-filters + + + + cups-filters-devel + Development files for cups-filters + Cups-filters için geliştirme dosyaları + + cups-filters + + + /usr/include + /usr/lib/pkgconfig + + + + + 2016-01-09 + 1.5.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-10-28 + 1.1.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-15 + 1.0.65 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-09-25 + 1.0.58 + Verison bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-17 + 1.0.53 + Verison bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-05 + 1.0.44 + Rebuild to replace foomatic-filters. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-28 + 1.0.44 + rebuild for unused and runtime dep. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-18 + 1.0.44 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-02 + 1.0.41 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-16 + 1.0.40 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-10 + 1.0.39 + Cersion bump,rebuil for new poppler. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-07-28 + 1.0.35 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-07-01 + 1.0.35 + First release. + Marcin Bojara + marcin@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.0.29.tar.bz2 + + xmlto + util-linux + libxslt + ncurses-devel + libsamplerate-devel + alsa-lib-devel + + hardware/sound/alsa-utils/pspec.xml + + + alsa-utils + + ncurses + alsa-lib + libsamplerate + + + /etc + /sbin + /usr/share/doc + /usr/share/man + /var/lib/alsa + /usr/bin + /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 + + + + + 2015-03-04 + 1.0.29 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-08-19 + 1.0.28 + Rebuild version 28. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-08-19 + 1.0.28 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-26 + 1.0.27.2 + Remove systemd part. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-03-05 + 1.0.27.2 + Rebuild for buildhost + PisiLinux Community + admins@pisilinux.org + + + 2013-08-22 + 1.0.27.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-27 + 1.0.27.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-13 + 1.0.26.20121013 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + 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.0.29.tar.bz2 + + 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/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 + + glibc-32bit + + + glibc-32bit + + + /usr/lib32 + + + + + 2015-03-04 + 1.0.29 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-08-19 + 1.0.28 + Rebuild version 28. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-08-19 + 1.0.28 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-26 + 1.0.27.2 + Release bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-05 + 1.0.27.2 + Rebuild for buildhost + PisiLinux Community + admins@pisilinux.org + + + 2013-08-22 + 1.0.27.2 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-27 + 1.0.27.2 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-13 + 1.0.26.20121013 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + 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.0.29.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. + + alsa-lib + + + /usr/bin + /usr/sbin + /lib/udev + /usr/lib + /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 + 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 + + + + + 2015-03-04 + 1.0.29 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-08-19 + 1.0.28 + Rebuild version 28. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-08-19 + 1.0.28 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-05-26 + 1.0.27 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-22 + 1.0.27 + Release bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-22 + 1.0.27 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-27 + 1.0.27 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-01-29 + 1.0.26.20121013 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + irqbalance + http://www.irqbalance.org + + 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.1.0.tar.gz + + numactl-devel + glib2-devel + libcap-ng-devel + + hardware/cpu/irqbalance/pspec.xml + + + irqbalance + + numactl + glib2 + libcap-ng + + + /etc + /usr/sbin + /usr/share/man + /usr/share/doc + + + System.Service + + + irqbalance.confd + + + + + 2016-01-27 + 1.1.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-10-01 + 1.0.9 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-06-06 + 1.0.7 + Version bump. + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2014-01-26 + 1.0.4 + Rebuild with new Download Area + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-10-01 + 1.0.4 + First release + Erdem Artan + admins@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ı + http://downloadmirror.intel.com/23574/eng/microcode-20140122.tgz + + intel-microcode2ucode.c + + hardware/cpu/intel-ucode/pspec.xml + + + intel-ucode + + /usr/share/doc + /lib/firmware + + + LICENSE + + + + + 2014-05-06 + 20140122 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-01-23 + 20130906 + Version Bump + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2012-10-01 + 20120606 + First release + Erdem Artan + admins@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. + http://downloads.sourceforge.net/project/lirc/LIRC/0.9.3/lirc-0.9.3.tar.bz2 + + alsa-lib-devel + libftdi-devel + libusb-compat-devel + libX11-devel + libxslt + doxygen + + hardware/irda/lirc/pspec.xml + + + lirc + + alsa-lib + libftdi + libusb-compat + libX11 + + + /etc + /lib/udev/rules.d + /usr/bin + /usr/lib + /usr/sbin + /usr/share/doc + /usr/share/man + /usr/share/lirc + /run + + + System.Service + + + lirc.conf.d + lirc.tmpfiles + lirc.logrotate + + + + lirc-devel + Development files for lirc + lirc için geliştirme dosyaları + + lirc + + + /usr/include + + + + + 2015-10-02 + 0.9.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-25 + 0.9.0 + Rebuild for libftdi + Kamil Atlı + suvarice@gmail.com + + + 2012-10-01 + 0.9.0 + First release + Erdem Artan + 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 + + + + + 2014-03-10 + 1.0.14 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2011-02-28 + 1.0.14 + First release + Pisi Linux Admins + admins@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 + ftp://ftp.archlinux.org/other/sane/sane-backends-1.0.24.tar.gz + + libieee1284-devel + libusb-compat-devel + libnl-devel + openssl-devel + cups-devel + libgphoto2-devel + libv4l-devel + avahi-devel + libjpeg-turbo-devel + tiff-devel + net-snmp-devel + + + fix-buffer-overflow.patch + sane-backends-1.0.20-open-macro.patch + sane-backends-1.0.23-sane-config-multilib.patch + sane-backends-1.0.23-soname.patch + sane-backends-1.0.21-epson-expression800.patch + sane-backends-1.0.23-udev.patch + suse/fix-mustek_pp_ccd300.c.patch + archlinux/network.patch + archlinux/segfault-avahi-fix-kodakio.patch + + hardware/scannner/sane-backends/pspec.xml + + + sane-backends + + libnl + openssl + libusb-compat + libieee1284 + avahi-libs + libgphoto2 + libv4l + tiff + libjpeg-turbo + net-snmp + cups + libexif + + + /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 + + + + + 2014-02-15 + 1.0.24 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-21 + 1.0.23 + Move devel files fix to paths + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-07-28 + 1.0.23 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2012-10-25 + 1.0.23 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + 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 + + + + + 2014-05-31 + 0.5.4 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-03-08 + 0.5.4 + Rebuild + PisiLinux Community + admins@pisilinux.org + + + 2013-07-28 + 0.5.4 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2010-10-13 + 0.5.4 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + libfreebob + http://freebob.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + hardware.firewire + FreeBoB firewire audio driver library + FreeBoB firewire ses sürücü kütüphanesi + libfreebob implements a userland driver for BeBoB-based firewire audio devices. + libfreebob BeBoB tabanlı firewire ses aygıtları için sürücü kütüphanesi içerir. + mirrors://sourceforge/freebob/libfreebob-1.0.11.tar.gz + + alsa-lib-devel + libraw1394-devel + libavc1394-devel + libiec61883-devel + + + libfreebob-1.0.11-includes.patch + gcc-4.5.patch + fix_usleep.patch + + hardware/firewire/libfreebob/pspec.xml + + + libfreebob + + alsa-lib + libraw1394 + libavc1394 + libiec61883 + + + /usr/lib + /usr/share/doc + + + + libfreebob-devel + Development files for libfreebob + libfreebob için geliştirme dosyaları + + libfreebob + + + /usr/include + /usr/lib/pkgconfig + + + + + 2014-01-30 + 1.0.11 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-13 + 1.0.11 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + 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 + + + + + 2014-03-09 + 1.2.0 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2013-07-28 + 1.2.0 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2012-11-15 + 1.2.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + 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. + http://www.kernel.org/pub/linux/libs/ieee1394/libraw1394-2.1.0.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 + + + + + 2014-05-20 + 2.1.0 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2012-11-15 + 2.1.0 + First release + PisiLinux Community + admins@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/). + http://sourceforge.net/projects/libdc1394/files/libdc1394-2/2.2.3/libdc1394-2.2.3.tar.gz + + libraw1394-devel + + hardware/firewire/libdc1394/pspec.xml + + + libdc1394 + + libraw1394 + + + /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 + + + + + 2014-09-13 + 2.2.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-05-20 + 2.2.1 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-29 + 2.2.1 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-10-20 + 2.2.0 + First release + PisiLinux Community + admins@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.2.1.tgz + + xdg-utils + glibmm-devel + libxmlpp-devel + alsa-lib-devel + dbus-c++-devel + libsigc++-devel + libconfig-devel + libraw1394-devel + libiec61883-devel + libgcc + + + libffado-api-doc-only.patch + libffado-libconfig145.patch + flags.patch + libffado-2.2.1-jack-detect.patch + libffado-2.2.1-mixer.patch + + hardware/firewire/libffado/pspec.xml + + + libffado + library + + glibmm + libgcc + dbus-c++ + libxmlpp + libconfig + libsigc++ + xdg-utils + libraw1394 + libiec61883 + python-setuptools + + + /usr/bin + /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/pixmaps + + + pisilinux-ffadomixer.desktop + + + + + 2015-04-28 + 2.2.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2013-05-06 + 2.1.0 + Sandbox Fixed. + PisiLinux Community + admins@pisilinux.org + + + 2012-11-15 + 2.1.0 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + nvidia-xconfig + http://www.nvidia.com + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:console + hardware.graphics + The NVIDIA X Configuration Tool + NVIDIA X yapılandırma araçı + The NVIDIA X Configuration Tool + NVIDIA X yapılandırma araçı + ftp://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-355.11.tar.bz2 + hardware/graphics/nvidia-xconfig/pspec.xml + + + nvidia-xconfig + + /usr/bin + /usr/share/man + /usr/share/doc + + + nvidia-bug-report.sh + + + + + 2015-11-20 + 355.11 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-16 + 349.16 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-03-31 + 349.12 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-03-13 + 346.47 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-01-22 + 346.35 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-10-24 + 343.22 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-03-08 + 337.19 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-08 + 334.21 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-21 + 331.20 + Version bump. + Richard de Bruin + richdb@pisilinux.org + + + 2013-03-30 + 313.26 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-29 + 313.18 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + + + + nvidia-settings + http://www.nvidia.com + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + hardware.graphics + The NVIDIA X Server Settings tool + NVIDIA X Sunucusu ayarlama aracı + The nvidia-settings utility is a tool for configuring the NVIDIA graphics driver. It operates by communicating with the NVIDIA X driver, querying and updating state as appropriate. + nvidia-settings aracı NVIDIA grafik sürücülerini ayarlamak için kullanılan bir araçtır. NVIDIA X sürücüsü ile iletişime geçerek çalışır, durum bilgisini gerekli olduğu gibi uygular, günceller. + nvidia-settings + ftp://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-355.11.tar.bz2 + + atk-devel + gtk3-devel + cairo-devel + fontconfig-devel + gtk2-devel + libXext-devel + libXv-devel + gdk-pixbuf-devel + mesa-devel + libvdpau-devel + + hardware/graphics/nvidia-settings/pspec.xml + + + nvidia-settings + + atk + cairo + glib2 + libX11 + freetype + fontconfig + gtk2 + libXext + libXv + gdk-pixbuf + libXxf86vm + pango + + + /usr/bin + /etc/X11/Xsession.d + /usr/lib + /usr/share/applications + /usr/share/pixmaps + /usr/share/man + /usr/share/doc + + + nvidia-settings.desktop + nvidia-settings.png + 21-nvidia-settings.sh + + + + + 2015-11-20 + 355.11 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-05-16 + 349.16 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-03-31 + 349.12 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-03-13 + 346.47 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2015-01-22 + 346.35 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-10-24 + 343.22 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-05-29 + 337.19 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-03-08 + 334.21 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-21 + 331.20 + Version bump. + Richard de Bruin + richdb@pisilinux.org + + + 2013-03-06 + 313.26 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-30 + 313.18 + First release + Yusuf Aydemir + yusuf.aydemir@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://www.codon.org.uk/~mjg59/vbetool/download/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 + + + + + 2014-05-24 + 1.1 + Rebuild for gcc. + PisiLinux Community + admins@pisilinux.org + + + 2010-10-13 + 1.1 + First release + Pisi Linux Admins + admins@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. + http://www.kernel.org/pub/linux/bluetooth/sbc-1.3.tar.gz + hardware/bluetooth/sbc/pspec.xml + + + sbc + + /usr/bin/* + /usr/lib + /usr/share/doc/sbc/* + + + + sbc-devel + Development files for sbc + + sbc + + + /usr/include + /usr/lib/pkgconfig + + + + + 2014-12-12 + 1.3 + Version bump + Marcin Bojara + marcin@pisilinux.org + + + 2013-08-27 + 1.0 + R.Bump + PisiLinux Community + admins@pisilinux.org + + + 2012-12-19 + 1.0 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + bluez + http://bluez.sourceforge.net + + PisiLinux Community + admins@pisilinux.org + + 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://www.kernel.org/pub/linux/bluetooth/bluez-5.33.tar.xz + + cups-devel + dbus-devel + libnl-devel + alsa-lib-devel + gstreamer-devel + libsndfile-devel + libical-devel + glib2-devel + eudev-devel + readline-devel + + + 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch + + hardware/bluetooth/bluez/pspec.xml + + + bluez + + dbus + eudev + glib2 + readline + libical + bluez-libs + + + /lib/udev/rules.d + /lib/systemd/system + /usr/share/misc + /usr/bin + /usr/sbin + /lib/udev + /lib/bluetooth/obexd + /lib/bluetooth/bluetoothd + /usr/lib + /usr/libexec + /usr/share/man + /var/lib/bluetooth + /usr/share/alsa/bluetooth.conf + /usr/share/dbus-1 + /etc + + + 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 + + + + + 2015-08-16 + 5.33 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-01-29 + 5.27 + rebuild. + Vedat Demir + vedat@pisilinux.org + + + 2015-01-25 + 5.27 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2014-07-05 + 5.21 + Version bump and bugs fix. + Vedat Demir + vedat@pisilinux.org + + + 2014-05-23 + 5.18 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2014-01-28 + 4.101 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-08-27 + 4.101 + R.Bump + PisiLinux Community + admins@pisilinux.org + + + 2013-06-28 + 4.101 + Add patches, --enable-hid2hci --enable-wiimote + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-09 + 4.101 + First release + Erdinç Gültekin + admins@pisilinux.org + + + + + + lsdvd + http://untrepid.com/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 + + + + + 2016-01-26 + 0.17 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2014-03-09 + 0.16 + Rebuild. + Kamil Atlı + suvarice@gmail.com + + + 2009-12-25 + 0.16 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + libburn + http://libburnia-project.org + + 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.4.2.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 + + + + + 2016-01-26 + 1.4.2 + Version bump. + Stefan Gronewold + groni@pisilinux.org + + + 2014-07-10 + 1.3.8 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-01-29 + 1.3.4 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-11-29 + 1.2.4 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + cdparanoia + http://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 + + + + + 2014-05-20 + 3.10.2 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-03-10 + 3.10.2 + Rebuild for patch + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2014-01-01 + 3.10.2 + Release bump and clean + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-09-14 + 3.10.2 + *Release bump. + *Disable patch + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2010-10-13 + 3.10.2 + 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 + + cdparanoia-devel + libcap-devel + zlib-devel + bzip2 + cmake + + hardware/optical/cdrkit/pspec.xml + + + cdrkit + + file + zlib + bzip2 + libcap + + + /usr/bin + /usr/sbin + /usr/include + /usr/lib + /usr/share/man + /usr/share/doc + + + cdrtools + + + + + 2013-09-14 + 1.1.11 + Disable patch + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2013-05-16 + 1.1.11 + fixing working + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-02-11 + 1.1.11 + First release + PisiLinux Community + 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-0.92.tar.gz + + libgcc + + + libcdio-0.83-linking.patch + + hardware/optical/libcdio/pspec.xml + + + libcdio + + 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 + + + + + 2014-05-20 + 0.92 + Version bump. + Kamil Atlı + suvarice@gmail.com + + + 2014-03-08 + 0.90 + Rebuild. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-06 + 0.90 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2011-05-27 + 0.82 + First release + Pisi Linux Admins + admins@pisilinux.org + + + + + + 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+0.90+1.tar.bz2 + + libcdio-devel + + + libcdio-paranoia-0.90-mkdir_p.patch + + 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 + + + + + 2014-02-25 + 0.90_p1 + Rebuild for libcdio + Kamil Atlı + suvarice@gmail.com + + + 2014-02-25 + 0.90_p1 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-07-28 + 0.90_p1 + Dep Fixed + PisiLinux Community + admins@pisilinux.org + + + 2013-07-07 + 0.90_p1 + First release. + Marcin Bojara + marcin@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.0.29.tar.bz2 + hardware/firmware/alsa-firmware/pspec.xml + + + alsa-firmware + + /usr/share/alsa/firmware + /lib/firmware + /usr/share/doc + + + + + 2015-03-04 + 1.0.29 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-08-19 + 1.0.28 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-08-19 + 1.0.28 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-12-06 + 1.0.27 + Remove conflicted ctefx.bin file, it is in linux-firmware package. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-08-22 + 1.0.27 + Release bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-07-10 + 1.0.27 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2012-10-29 + 1.0.25.20121013 + First release + Erdinç Gültekin + admins@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-018.tar.bz2 + hardware/firmware/b43-fwcutter/pspec.xml + + + b43-fwcutter + + /usr/bin + /usr/share/doc + /usr/share/man/man1 + + + + + 2014-02-04 + 018 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-11-15 + 015 + First release + PisiLinux Community + admins@pisilinux.org + + + + + + b43-firmware + http://www.linuxwireless.org/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-5.100.138.tar.bz2 + + b43-fwcutter + + hardware/firmware/b43-firmware/pspec.xml + + + b43-firmware + + /lib/firmware + + + + + 2014-01-17 + 5.100.138 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-11-15 + 5.100.138 + 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/archive/v1.9.1.tar.gz + + git + golang + btrfs-progs-devel + device-mapper-devel + sqlite-devel + + hardware/virtualization/docker/pspec.xml + + + docker + + git + golang + sqlite + device-mapper + btrfs-progs + bridge-utils + iproute2 + iptables + + + /etc + /usr/bin/ + /usr/lib/docker + /usr/share/ + + + System.Service + System.Package + + + cgroupfs-mount + cgroupfs-umount + docker.confd + + + + + 2016-01-31 + 1.9.1 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2016-01-09 + 1.9.1 + Rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-12-18 + 1.9.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-11-04 + 1.9.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-10-28 + 1.8.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-09-12 + 1.8.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-09-06 + 1.8.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-08-12 + 1.8.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-07-24 + 1.7.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-06-24 + 1.7.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-05-17 + 1.6.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + security + 2015-05-09 + 1.6.1 + Version bump.http://seclists.org/fulldisclosure/2015/May/28 + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-04-17 + 1.6.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. + http://libvirt.org/sources/libvirt-1.3.0.tar.gz + + qemu + lvm2-devel + attr-devel + audit-devel + avahi-devel + netcf-devel + numactl-devel + libpciaccess-devel + yajl-devel + polkit-devel + dbus-devel + util-linux + gnutls-devel + parted-devel + device-mapper-devel + libnl-devel + python-devel + cyrus-sasl-devel + libcap-ng-devel + readline-devel + + hardware/virtualization/libvirt/pspec.xml + + + libvirt + + dbus + yajl + audit + eudev + libnl + netcf + gnutls + parted + libcap + libxml2 + numactl + readline + libcap-ng + avahi-libs + cyrus-sasl + libpciaccess + device-mapper + libutil-linux + + + /etc + /usr/lib/tmpfiles.d/libvirt.conf + /usr/bin + /usr/libexec + /usr/sbin + /usr/lib + /usr/share/doc + /usr/share/augeas + /usr/share/polkit-1 + /usr/share/libvirt + /usr/share/systemtap + /usr/share/man + /var + /run + /usr/share/locale + + + 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 + + + + + 2015-12-31 + 1.3.0 + Version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-07-02 + 1.2.6 + Version bump and bug fixes. + Vedat Demir + vedat@pisilinux.org + + + 2014-05-14 + 1.2.3 + Rebuild + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2014-05-08 + 1.2.3 + Version bump. + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2014-01-10 + 1.2.0 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-26 + 1.0.5 + Version bump and fixed compiling errors + Aydın Demirel + aydin@demirel.web.tr + + + 2013-01-14 + 1.0.5 + First release + Marcin Bojara + marcin@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/5.0.12/VirtualBox-5.0.12.tar.bz2 + + LocalConfig.kmk + + + dev86 + cdrkit + acpica + mesa-devel + curl-devel + python-devel + pam-devel + device-mapper-devel + libcap-devel + glibc-32bit + gsoap-devel + libXt-devel + libXmu-devel + libIDL-devel + libsdl-devel + libvpx-devel + libXext-devel + libxslt-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 + jdk7-openjdk + kernel-module-headers + + + 002-dri-driver-path.patch + 003-ogl-include-path.patch + 005-gsoap-build.patch + 006-rdesktop-vrdp-keymap-path.patch + desktop-file.patch + fix-tr-keyboard.patch + virtualbox-4-makeself-check.patch + + hardware/virtualization/virtualbox/pspec.xml + + + virtualbox + + device-mapper + mesa + libXt + gsoap + libvpx + libXmu + libsdl + libXext + libXcursor + libXinerama + virt-wrapper + libvncserver + module-virtualbox + curl + zlib + libX11 + libgcc + libpng + python + libxml2 + openssl + + + /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 + + + 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 + + libXt + libXmu + libXext + libXfixes + libXrandr + libXdamage + xorg-server + libXcomposite + module-virtualbox-guest + + + /etc/X11/Xsession.d + /lib/udev/rules.d + /lib/security + /sbin + /usr/bin/VBoxClient* + /usr/bin/VBoxControl + /usr/sbin + /usr/lib + /usr/kde/*/share/autostart + /usr/share/X11 + /usr/lib/xorg/modules + + + vboxclient.sh + + + + + 2015-08-09 + 5.0.12 + Version bump. + ali algul + alialgul@pisilinux.org + + + 2015-08-09 + 5.0.4 + Version bump. + ali algul + alialgul@pisilinux.org + + + 2015-07-24 + 5.0.0 + Version bump. + ali algul + alialgul@pisilinux.org + + + 2015-05-18 + 4.3.28 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-13 + 4.3.20 + Version bump, rebuild. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-11-21 + 4.3.18 + Rebuild + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-10-19 + 4.3.18 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-09-19 + 4.3.16 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-07-26 + 4.3.14 + Version bump. + Vedat Demir + vedat@pisilinux.org + + + 2014-04-06 + 4.3.10 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2014-03-23 + 4.3.8 + Some improvements. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-03-02 + 4.3.8 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-12-21 + 4.3.6 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-11-11 + 4.3.2 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2013-10-10 + 4.2.18 + Version bump. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2013-07-05 + 4.2.16 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-05-04 + 4.2.12 + Add system-xorg.patch + Marcin Bojara + marcin@pisilinux.org + + + 2013-04-14 + 4.2.12 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-03-02 + 4.2.8 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-22 + 4.2.6 + First release + Marcin Bojara + marcin@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-2.4.1.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 + + 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 + + + /etc + /run + /lib + /usr/bin + /usr/sbin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/qemu + /usr/share/locale/ + + + System.Service + System.Service + + + qemu-ifup + qemu-ifdown + fedora/ksmtuned + fedora/ksm.sysconfig + fedora/ksmtuned.conf + 65-kvm.rules + + + + qemu-devel + Development files for qemu + qemu için geliştirme dosyaları + + nss-devel + glib2-devel + qemu + + + /usr/include + /usr/lib/pkgconfig/libcacard.pc + + + + + 2015-12-31 + 2.4.1 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-02-04 + 2.2.0 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-09-05 + 2.1.0 + Version Bump + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2014-01-11 + 1.7.0 + Version Bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-28 + 1.3.0 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-01-13 + 1.3.0 + First release + Marcin Bojara + marcin@pisilinux.org + + + + + + 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-icon + http://virt-manager.org/download/sources/virt-manager/virt-manager-1.3.1.tar.gz + + intltool + gtk2-devel + + hardware/virtualization/virt-manager/pspec.xml + + + virt-manager + + gtk2 + + + /usr/bin + /usr/libexec + /etc/gconf/schemas + /usr/share/pixmaps + /usr/share + /usr/share/man + /usr/share/doc + /usr/share/locale + + + tr.po + + + + + 2015-12-31 + 1.3.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2014-05-10 + 1.0.1 + Rebuild + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2014-05-09 + 1.0.1 + Fix dep. + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2014-05-08 + 1.0.1 + Version bump. + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2014-05-07 + 0.9.5 + Rebuild + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2013-08-23 + 0.8.7 + Release bump + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-26 + 0.9.5 + Aydın Demirel + Version bump + aydin@demirel.web.tr + + + 2011-04-09 + 0.8.7 + First release + Emre Erenoglu + pakeci@erenoglu.com + + + + + + 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. + http://source.pisilinux.org/1.0/virt-wrapper-0.1.1.tar.gz + + pass-options-arg.patch + kmod.patch + change_group.patch + + hardware/virtualization/virt-wrapper/pspec.xml + + + virt-wrapper + + /usr/libexec + /usr/share/locale + /usr/share/doc + + + + + 2014-11-23 + 0.1.1 + Chande group for usb connect issue + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-02-17 + 0.1.1 + Rebuild. + Osman Erkan + osman.erkan@pisilinux.org + + + 2010-10-13 + 0.1.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + system FIXME diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 11c9262880..061f599d66 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -3b7e8ecdc33b25d8ccf31faeaa2b812f003cc6b1 \ No newline at end of file +c25136304ddbdbbd87a399f55b60333af6ad01af \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index fc0a0a4455bdac996adec91b7410548ee4970ce3..dda83b1382158121b7ec628f417c428b5f0eb29e 100644 GIT binary patch literal 391948 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

h4 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

$%9LW@B6Q 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 literal 391096 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ℜe1U8ynRAeyzR8k(k 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