diff --git a/desktop/toolkit/qt5/qt5-canvas3d/actions.py b/desktop/toolkit/qt5/qt5-canvas3d/actions.py new file mode 100644 index 0000000000..7afb490ab7 --- /dev/null +++ b/desktop/toolkit/qt5/qt5-canvas3d/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import qt5 +from pisi.actionsapi import pisitools + + +def setup(): + qt5.configure() + +def build(): + qt5.make() + +def install(): + qt5.install() + + + pisitools.dodoc("LICENSE.GPL3-EXCEPT", "LICENSE.GPLv2", "LICENSE.GPLv3", "LICENSE.LGPLv3", "LICENSE.GPL3", "LICENSE.LGPL3") + diff --git a/desktop/toolkit/qt5/qt5-canvas3d/pspec.xml b/desktop/toolkit/qt5/qt5-canvas3d/pspec.xml new file mode 100644 index 0000000000..215a28ee49 --- /dev/null +++ b/desktop/toolkit/qt5/qt5-canvas3d/pspec.xml @@ -0,0 +1,46 @@ + + + + + qt5-canvas3d + http://qt-project.org/ + + Stefan Gronewold + groni@pisilinux.org + + custom + FDL + GPL3 + LGPL3 + desktop + A JavaScript 3D rendering API for Qt Quick + A JavaScript 3D rendering API for Qt Quick + + qt5-base-devel + qt5-declarative-devel + + http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtcanvas3d-opensource-src-5.7.1.tar.xz + + + qt5-canvas3d + A JavaScript 3D rendering API for Qt Quick + + qt5-base + qt5-declarative + libgcc + + + /usr/lib/qt5 + /usr/share/doc + + + + + 2017-02-21 + 5.7.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + diff --git a/desktop/toolkit/qt5/qt5-gamepad/actions.py b/desktop/toolkit/qt5/qt5-gamepad/actions.py new file mode 100644 index 0000000000..a194ba8ae5 --- /dev/null +++ b/desktop/toolkit/qt5/qt5-gamepad/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import qt5 +from pisi.actionsapi import pisitools + + + +def setup(): + qt5.configure() + +def build(): + qt5.make() + +def install(): + qt5.install() + + pisitools.dodoc("LICENSE.GPL", "LICENSE.LGPLv3", "README.md") diff --git a/desktop/toolkit/qt5/qt5-gamepad/pspec.xml b/desktop/toolkit/qt5/qt5-gamepad/pspec.xml new file mode 100644 index 0000000000..ac8c19ce45 --- /dev/null +++ b/desktop/toolkit/qt5/qt5-gamepad/pspec.xml @@ -0,0 +1,65 @@ + + + + + qt5-gamepad + http://qt-project.org/ + + Stefan Gronewold + groni@pisilinux.org + + custom + FDL + GPL3 + LGPL3 + desktop + A JavaScript 3D rendering API for Qt Quick + Adds support for getting events from gamepad devices + + qt5-base-devel + qt5-declarative-devel + eudev-devel + + http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtgamepad-opensource-src-5.7.1.tar.xz + + + qt5-gamepad + Adds support for getting events from gamepad devices + + qt5-base + qt5-declarative + eudev + libgcc + + + /usr/lib + /usr/lib/qt5 + /usr/share + / + + + + + qt5-gamepad-devel + Development files for qt5-gamepad + + qt5-base-devel + qt5-gamepad + + + /usr/include/qt5 + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2017-02-21 + 5.7.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + diff --git a/multimedia/graphics/assimp/actions.py b/multimedia/graphics/assimp/actions.py new file mode 100644 index 0000000000..37a9c27fe3 --- /dev/null +++ b/multimedia/graphics/assimp/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import cmaketools +from pisi.actionsapi import get +from pisi.actionsapi import pisitools + + +def setup(): + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DASSIMP_BUILD_SAMPLES=OFF") + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + + pisitools.dodoc("LICENSE", "Readme.md", "README") diff --git a/multimedia/graphics/assimp/pspec.xml b/multimedia/graphics/assimp/pspec.xml new file mode 100644 index 0000000000..065cdd59d9 --- /dev/null +++ b/multimedia/graphics/assimp/pspec.xml @@ -0,0 +1,62 @@ + + + + + assimp + http://assimp.sourceforge.net/index.html + + Stefan Gronewold + groni@pisilinux.org + + BSD + A JavaScript 3D rendering API for Qt Quick + APIs are provided for C and C++. There are various bindings to other languages (C#, Java, Python, Delphi, D). Assimp also runs on Android and iOS. + + boost-devel + cmake + glib2-devel + zlib-devel + pkgconfig + minizip-devel + git + + https://github.com/assimp/assimp/archive/v3.3.1.tar.gz + + + assimp + Portable Open Source library to import various well-known 3D model formats in an uniform manner + + libgcc + zlib + + + /usr/bin + /usr/lib + /usr/share/doc + + + + + assimp-devel + Development files for assimp + + boost-devel + assimp + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2017-02-21 + 3.3.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + diff --git a/pisi-index.xml b/pisi-index.xml index 0905bdb936..e693c2301c 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -39,7 +39,7 @@ poppler is a PDF rendering library based on xpdf. Poppler, xpdf koduna dayanan bir PDF hazırlama kitaplığıdır. Wspólna biblioteka renderująca PDF do integrowania oglądania PDF w aplikacjach desktopowych (oparta na kodzie xpdf-3.0). - http://poppler.freedesktop.org/poppler-0.34.0.tar.xz + http://poppler.freedesktop.org/poppler-0.51.0.tar.xz lcms2-devel curl-devel @@ -51,7 +51,7 @@ tiff-devel fontconfig-devel openjpeg-devel - qt5-base-devel + qt5-base-devel office/postscript/poppler/pspec.xml @@ -79,7 +79,7 @@ Command line utilities for converting PDF files PDF dönüşüm araçları - poppler + poppler cairo lcms2 freetype @@ -96,7 +96,7 @@ qt5-base libgcc - poppler + poppler /usr/lib/libpoppler-qt5.so* @@ -106,8 +106,8 @@ poppler-qt5-devel Development files for poppler-qt - poppler-qt5 - poppler-devel + poppler-qt5 + poppler-devel /usr/lib/pkgconfig/poppler-qt5.pc @@ -119,7 +119,7 @@ Poppler için C++ bağlayıcısı libgcc - poppler + poppler /usr/lib/libpoppler-cpp.so* @@ -130,8 +130,8 @@ Development files for poppler-cpp poppler-cpp için geliştirme dosyaları - poppler-cpp - poppler-devel + poppler-cpp + poppler-devel /usr/lib/pkgconfig/poppler-cpp.pc @@ -146,7 +146,7 @@ cairo glib2 freetype - poppler + poppler /usr/lib/libpoppler-glib.so* @@ -160,8 +160,8 @@ gtk2-devel cairo-devel - poppler-glib - poppler-devel + poppler-glib + poppler-devel /usr/lib/pkgconfig/poppler-glib.pc @@ -175,7 +175,7 @@ Development files for poppler poppler için geliştirme dosyaları - poppler + poppler /usr/include @@ -197,7 +197,7 @@ fontconfig-32bit - poppler + poppler libgcc lcms2-32bit libjpeg-turbo-32bit @@ -222,7 +222,7 @@ freetype-32bit - poppler-32bit + poppler-32bit libgcc glib2-32bit cairo-32bit @@ -233,6 +233,13 @@ + + 2017-02-21 + 0.51.0 + Version Bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2016-06-09 0.34.0 @@ -4102,7 +4109,7 @@ Development files for librevenge librevenge için geliştirme dosyaları - librevenge + librevenge /usr/include @@ -4110,6 +4117,13 @@ + + 2017-02-20 + 0.0.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + 2016-06-11 0.0.4 @@ -19638,7 +19652,7 @@ apr-util-devel Development files for apr-util - apr-util + apr-util apr-devel @@ -19647,6 +19661,13 @@ + + 2017-02-20 + 1.5.4 + Release Bump + Pisi Linux Community + admin@pisilinux.org + 2016-06-09 1.5.4 @@ -21178,7 +21199,7 @@ Development files for apr Development files for apr - apr + apr /usr/include @@ -21186,6 +21207,13 @@ + + 2017-02-20 + 1.5.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + 2016-06-09 1.5.2 @@ -32969,6 +32997,66 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + + assimp + http://assimp.sourceforge.net/index.html + + Stefan Gronewold + groni@pisilinux.org + + BSD + multimedia.graphics + A JavaScript 3D rendering API for Qt Quick + APIs are provided for C and C++. There are various bindings to other languages (C#, Java, Python, Delphi, D). Assimp also runs on Android and iOS. + https://github.com/assimp/assimp/archive/v3.3.1.tar.gz + + boost-devel + cmake + glib2-devel + zlib-devel + pkgconfig + minizip-devel + git + + multimedia/graphics/assimp/pspec.xml + + + assimp + Portable Open Source library to import various well-known 3D model formats in an uniform manner + + libgcc + zlib + + + /usr/bin + /usr/lib + /usr/share/doc + + + + assimp-devel + Development files for assimp + + boost-devel + assimp + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2017-02-21 + 3.3.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + lensfun @@ -49269,7 +49357,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 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.13.tar.xz + mirrors://gnome/librsvg/2.40/librsvg-2.40.16.tar.xz libcroco-devel gtk3-devel @@ -49280,9 +49368,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol gtk-doc gobject-introspection-devel - - bgo759084.patch - desktop/gnome2/librsvg/pspec.xml @@ -49313,7 +49398,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Development files for librsvg librsvg için geliştirme dosyaları - librsvg + librsvg gdk-pixbuf-devel cairo-devel glib2-devel @@ -49325,6 +49410,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + 2017-02-20 + 2.40.16 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2016-06-09 2.40.13 @@ -51673,7 +51765,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -51764,7 +51856,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 0.7.0 Rebuild for new Toolchain Stefan Gronewold @@ -51963,9 +52055,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol İlave resim biçimleri için eklentiler: TIFF, MNG, TGA, WBMP http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtimageformats-opensource-src-5.7.1.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite jasper-devel libmng-devel libjpeg-turbo-devel @@ -51978,7 +52070,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-imageformats - qt5-base + qt5-base libgcc libmng tiff @@ -51994,7 +52086,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-imageformats-docs - qt5-base + qt5-base /usr/share/doc/qt5 @@ -52002,7 +52094,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -52065,14 +52157,14 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-declarative-devel libxkbcommon-devel xorg-server-xwayland - glib2-devel + glib2-devel libX11-devel libgcc - mesa-devel + mesa-devel fontconfig-devel - freetype-devel + freetype-devel libXrender-devel - eudev-devel + eudev-devel libXcomposite-devel libxkbcommon-devel wayland-client @@ -52083,11 +52175,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-wayland - mesa - glib2 + mesa + glib2 libX11 libgcc - freetype + freetype qt5-base fontconfig libXrender @@ -52120,7 +52212,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -52172,10 +52264,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Donanım ve hareket algılama sensörüne erişim sağlar http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtsensors-opensource-src-5.7.1.tar.xz - qt5-base-devel - qt5-declarative-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite desktop/toolkit/qt5/qt5-sensors/pspec.xml @@ -52183,8 +52275,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-sensors libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -52197,7 +52289,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-sensors için geliştirme dosyaları qt5-sensors - qt5-base-devel + qt5-base-devel /usr/lib/pkgconfig @@ -52207,7 +52299,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-sensors-docs - qt5-base + qt5-base /usr/share/doc/qt5 @@ -52215,7 +52307,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -52274,10 +52366,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Ç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.7/5.7.1/submodules/qtscript-opensource-src-5.7.1.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - mesa-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + mesa-devel libgcc desktop/toolkit/qt5/qt5-script/pspec.xml @@ -52285,7 +52377,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-script - qt5-base + qt5-base libgcc @@ -52298,7 +52390,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-script-devel qt5-script için geliştirme dosyaları - qt5-base-devel + qt5-base-devel qt5-script @@ -52309,7 +52401,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-script-docs - qt5-base + qt5-base /usr/share/doc/qt5 @@ -52317,7 +52409,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -52376,10 +52468,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Bluetooth donanımlarına bağlantı sağlar http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtconnectivity-opensource-src-5.7.1.tar.xz - qt5-base-devel - qt5-declarative-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite bluez-libs-devel desktop/toolkit/qt5/qt5-connectivity/pspec.xml @@ -52387,8 +52479,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-connectivity - qt5-base - qt5-declarative + qt5-base + qt5-declarative bluez-libs libgcc @@ -52405,7 +52497,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-connectivity için geliştirme dosyaları qt5-connectivity - qt5-base-devel + qt5-base-devel /usr/lib/pkgconfig @@ -52423,7 +52515,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -52482,10 +52574,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol SVG dosyalarının içeriğini görüntüleme için sınıflar http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtsvg-opensource-src-5.7.1.tar.xz - mesa-devel - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite + mesa-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite zlib-devel desktop/toolkit/qt5/qt5-svg/pspec.xml @@ -52494,7 +52586,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-svg libgcc - qt5-base + qt5-base zlib @@ -52508,7 +52600,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Development files for qt5-svg qt5-svg için geliştirme dosyaları - qt5-base-devel + qt5-base-devel qt5-svg @@ -52519,7 +52611,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-svg-docs - qt5-base + qt5-base /usr/share/doc/qt5 @@ -52527,7 +52619,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -52629,7 +52721,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -52687,10 +52779,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 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 + qt5-base-devel + glib2-devel polkit-devel - mesa-devel + mesa-devel cmake @@ -52701,8 +52793,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol polkit-qt - qt5-base - glib2 + qt5-base + glib2 polkit libgcc @@ -52715,8 +52807,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol polkit-qt-devel polkit-qt - qt5-base-devel - glib2-devel + qt5-base-devel + glib2-devel polkit-devel @@ -52726,7 +52818,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 0.112 Rebuild for new Toolchain Pisi Linux Community @@ -52786,10 +52878,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol http://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtenginio-opensource-src-1.6.2.tar.xz libgcc - qt5-base-devel - qt5-declarative-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite desktop/toolkit/qt5/qt5-enginio/pspec.xml @@ -52797,8 +52889,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-enginio libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -52812,7 +52904,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-enginio-devel qt5-enginio için geliştirme dosyaları - qt5-base-devel + qt5-base-devel qt5-enginio @@ -52831,7 +52923,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.6.2 Rebuild for new Toolchain Pisi Linux Community @@ -52926,7 +53018,52 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-19 + 2017-02-20 + 5.7.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + + + + qt5-canvas3d + http://qt-project.org/ + + Stefan Gronewold + groni@pisilinux.org + + custom + FDL + GPL3 + LGPL3 + desktop + A JavaScript 3D rendering API for Qt Quick + A JavaScript 3D rendering API for Qt Quick + http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtcanvas3d-opensource-src-5.7.1.tar.xz + + qt5-base-devel + qt5-declarative-devel + + desktop/toolkit/qt5/qt5-canvas3d/pspec.xml + + + qt5-canvas3d + A JavaScript 3D rendering API for Qt Quick + + qt5-base + qt5-declarative + libgcc + + + /usr/lib/qt5 + /usr/share/doc + + + + + 2017-02-21 5.7.1 First Release Stefan Gronewold @@ -52949,17 +53086,17 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 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-base-devel + qt5-declarative-devel qt5-quick1-devel - glib2-devel + glib2-devel gobject-introspection-devel cmake boost-devel doxygen gstreamer-next-devel - gst-plugins-base-next-devel - mesa-devel + gst-plugins-base-next-devel + mesa-devel qt-gstreamer-1.6.patch @@ -52969,13 +53106,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-gstreamer - qt5-base - qt5-declarative + qt5-base + qt5-declarative qt5-quick1 gstreamer-next - gst-plugins-base-next - mesa - glib2 + gst-plugins-base-next + mesa + glib2 libgcc @@ -52991,10 +53128,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-gstreamer glib2-devel - qt5-base-devel + qt5-base-devel gstreamer-next-devel - qt5-declarative-devel - gst-plugins-base-next-devel + qt5-declarative-devel + gst-plugins-base-next-devel /usr/include @@ -53004,7 +53141,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 1.2.0 Rebuild for new Toolchain Pisi Linux Community @@ -53047,6 +53184,68 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + qt5-gamepad + http://qt-project.org/ + + Stefan Gronewold + groni@pisilinux.org + + custom + FDL + GPL3 + LGPL3 + desktop + A JavaScript 3D rendering API for Qt Quick + Adds support for getting events from gamepad devices + http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtgamepad-opensource-src-5.7.1.tar.xz + + qt5-base-devel + qt5-declarative-devel + eudev-devel + + desktop/toolkit/qt5/qt5-gamepad/pspec.xml + + + qt5-gamepad + Adds support for getting events from gamepad devices + + qt5-base + qt5-declarative + eudev + libgcc + + + /usr/lib + /usr/lib/qt5 + /usr/share + / + + + + qt5-gamepad-devel + Development files for qt5-gamepad + + qt5-base-devel + qt5-gamepad + + + /usr/include/qt5 + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2017-02-21 + 5.7.1 + First Release + Stefan Gronewold + groni@pisilinux.org + + + qt5-quickcontrols @@ -53063,11 +53262,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 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.7/5.7.1/submodules/qtquickcontrols-opensource-src-5.7.1.tar.xz - qt5-base-devel - qt5-declarative-devel - qt5-assistant-devel - qt5-sql-sqlite - mesa-devel + qt5-base-devel + qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite + mesa-devel desktop/toolkit/qt5/qt5-quickcontrols/pspec.xml @@ -53075,8 +53274,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-quickcontrols libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -53087,7 +53286,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-quickcontrols-docs - qt5-base + qt5-base /usr/share/doc/qt5 @@ -53095,7 +53294,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -53154,8 +53353,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 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.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz - mesa-devel - qt5-base-devel + mesa-devel + qt5-base-devel desktop/toolkit/qt5/qt5-tools/pspec.xml @@ -53163,7 +53362,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-assistant libgcc - qt5-base + qt5-base /usr/lib/qt5/bin/assistant @@ -53196,7 +53395,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-assistant-devel - qt5-base-devel + qt5-base-devel qt5-assistant @@ -53210,7 +53409,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-designer libgcc - qt5-base + qt5-base /usr/lib/qt5/bin/designer @@ -53313,7 +53512,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -53404,7 +53603,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-19 + 2017-02-20 5.7.1 First Release Stefan Gronewold @@ -53428,12 +53627,12 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol QML ve JavaScript dilleri için sınıflar http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtdeclarative-opensource-src-5.7.1.tar.xz - qt5-base-devel + qt5-base-devel libxkbcommon-devel - mesa-devel - qt5-xmlpatterns-devel - qt5-assistant-devel - qt5-sql-sqlite + mesa-devel + qt5-xmlpatterns-devel + qt5-assistant-devel + qt5-sql-sqlite desktop/toolkit/qt5/qt5-declarative/pspec.xml @@ -53441,9 +53640,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-declarative libgcc - qt5-base - mesa - qt5-xmlpatterns + qt5-base + mesa + qt5-xmlpatterns /usr/lib @@ -53457,7 +53656,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-declarative-devel qt5-declarative için geliştirme dosyaları - qt5-base-devel + qt5-base-devel qt5-declarative @@ -53468,7 +53667,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-declarative-docs - qt5-base + qt5-base /usr/share/doc/qt5 @@ -53476,7 +53675,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -53535,17 +53734,17 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol X11 için platforma özgü API'ler sağlar http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtx11extras-opensource-src-5.7.1.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - mesa-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + mesa-devel desktop/toolkit/qt5/qt5-x11extras/pspec.xml qt5-x11extras - qt5-base + qt5-base /usr/lib @@ -53558,7 +53757,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-x11extras için geliştirme dosyaları qt5-x11extras - qt5-base-devel + qt5-base-devel /usr/lib/pkgconfig @@ -53577,7 +53776,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -53733,18 +53932,18 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Qt Quick2 ile kullanım için grafiksel efektler http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtgraphicaleffects-opensource-src-5.7.1.tar.xz - qt5-base-devel - qt5-declarative-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-declarative-devel + qt5-assistant-devel + qt5-sql-sqlite desktop/toolkit/qt5/qt5-graphicaleffects/pspec.xml qt5-graphicaleffects - qt5-base - qt5-declarative + qt5-base + qt5-declarative libgcc @@ -53757,7 +53956,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-graphicaleffects-docs - qt5-base + qt5-base /usr/share/doc/qt5 @@ -53765,7 +53964,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -53857,7 +54056,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-19 + 2017-02-20 5.7.1 First Release Stefan Gronewold @@ -53923,7 +54122,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -53980,8 +54179,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Qt5 - AccountService addon https://github.com/hawaii-desktop/qtaccountsservice/archive/v0.6.0.tar.gz - qt5-base-devel - qt5-declarative-devel + qt5-base-devel + qt5-declarative-devel extra-cmake-modules desktop/toolkit/qt5/qt5-accountsservice/pspec.xml @@ -53990,8 +54189,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-accountsservice libgcc - qt5-base - qt5-declarative + qt5-base + qt5-declarative /usr/lib @@ -54005,7 +54204,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-accountsservice-devel - qt5-base + qt5-base qt5-accountsservice @@ -54014,7 +54213,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 0.6.0 Rebuild for new Toolchain Pisi Linux Community @@ -54079,9 +54278,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-sql-sqlite pulseaudio-libs-devel openal-devel - mesa-devel + mesa-devel gstreamer-next-devel - gst-plugins-base-next-devel + gst-plugins-base-next-devel alsa-lib-devel gst-plugins-bad-next-devel @@ -54091,14 +54290,14 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-multimedia libgcc - mesa + mesa openal alsa-lib qt5-base gstreamer-next pulseaudio-libs qt5-declarative - gst-plugins-base-next + gst-plugins-base-next glib2 gst-plugins-bad-next @@ -54132,7 +54331,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -54193,7 +54392,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol https://github.com/groni/Sources/raw/master/qt5-speech-5.5.0.tar.gz flite-devel - qt5-base-devel + qt5-base-devel speech-dispatcher-devel desktop/toolkit/qt5/qt5-speech/pspec.xml @@ -54203,7 +54402,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Qt module to make text to speech and speech recognition easy flite - qt5-base + qt5-base libgcc speech-dispatcher @@ -54227,7 +54426,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.5.0 Rebuild for new Toolchain. Stefan Gronewold @@ -54258,11 +54457,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Settings API with change notifications for Qt https://github.com/hawaii-desktop/qtconfiguration/archive/v0.3.1.tar.gz - glib2-devel + glib2-devel dconf-devel - qt5-declarative-devel + qt5-declarative-devel cmake - qt5-base-devel + qt5-base-devel desktop/toolkit/qt5/qt5-configuration/pspec.xml @@ -54270,10 +54469,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-configuration libgcc - qt5-declarative - glib2 + qt5-declarative + glib2 dconf - qt5-base + qt5-base /usr/lib @@ -54288,7 +54487,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-configuration-devel qt5-configuration - qt5-base-devel + qt5-base-devel /usr/lib/pkgconfig @@ -54297,7 +54496,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 0.3.1 Rebuild for new Toolchain Pisi Linux Community @@ -54368,11 +54567,11 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol snappy-devel gobject-introspection-devel expat-devel - glib2-devel + glib2-devel fontconfig-devel - freetype-devel - mesa-devel - eudev-devel + freetype-devel + mesa-devel + eudev-devel libpng-devel webp-devel harfbuzz-devel @@ -54401,7 +54600,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol pciutils-devel dbus-devel perl - python-devel + python-devel libvpx-devel libjpeg-turbo-devel x264-devel @@ -54424,7 +54623,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libgcc libpng snappy - freetype + freetype libXi libXext libXtst @@ -54475,7 +54674,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -54614,18 +54813,18 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Donanım ve sanal seri portlara erişim sağlar http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtserialport-opensource-src-5.7.1.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - eudev-devel + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + eudev-devel desktop/toolkit/qt5/qt5-serialport/pspec.xml qt5-serialport - qt5-base - eudev + qt5-base + eudev libgcc @@ -54638,7 +54837,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-serialport-devel qt5-serialport için geliştirme dosyaları - qt5-base-devel + qt5-base-devel qt5-serialport @@ -54649,7 +54848,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-serialport-docs - qt5-base + qt5-base /usr/share/doc/qt5 @@ -54657,7 +54856,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -54714,9 +54913,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol Virtual keyboard framework http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtvirtualkeyboard-opensource-src-5.7.1.tar.xz - qt5-base-devel - qt5-declarative-devel - qt5-svg-devel + qt5-base-devel + qt5-declarative-devel + qt5-svg-devel libxcb-devel desktop/toolkit/qt5/qt5-virtualkeyboard/pspec.xml @@ -54725,9 +54924,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-virtualkeyboard Virtual keyboard framework - qt5-base - qt5-declarative - qt5-svg + qt5-base + qt5-declarative + qt5-svg libgcc libxcb @@ -54831,7 +55030,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol /usr/lib - /usr/lib/qt5/plugins /usr/lib/qt5/ /usr/lib/qt5/bin/ /usr/bin @@ -54878,9 +55076,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 - Release bump. + Release Bump. Stefan Gronewold groni@pisilinux.org @@ -54937,16 +55135,16 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol XPath, XQuery, XSLT ve XML şema doğrulama için destek sağlar http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtxmlpatterns-opensource-src-5.7.1.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite desktop/toolkit/qt5/qt5-xmlpatterns/pspec.xml qt5-xmlpatterns - qt5-base + qt5-base libgcc @@ -54962,7 +55160,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-xmlpatterns için geliştirme dosyaları qt5-xmlpatterns - qt5-base-devel + qt5-base-devel /usr/lib/pkgconfig @@ -54972,7 +55170,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol qt5-xmlpatterns-docs - qt5-base + qt5-base /usr/share/doc/qt5 @@ -54980,7 +55178,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -55039,17 +55237,17 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 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.7/5.7.1/submodules/qttranslations-opensource-src-5.7.1.tar.xz - qt5-base-devel - qt5-assistant-devel - qt5-sql-sqlite - qt5-linguist + qt5-base-devel + qt5-assistant-devel + qt5-sql-sqlite + qt5-linguist desktop/toolkit/qt5/qt5-translations/pspec.xml qt5-translations - qt5-base + qt5-base /usr/share/qt5 @@ -55058,7 +55256,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-18 + 2017-02-20 5.7.1 Release bump. Stefan Gronewold @@ -55120,34 +55318,34 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtbase-opensource-src-5.7.1.tar.xz at-spi2-core-devel - cups-devel - dbus-devel + cups-devel + dbus-devel zlib-devel - glib2-devel + glib2-devel libpcre-devel desktop-file-utils fontconfig-devel gperf - gtk2-devel - harfbuzz-devel + gtk2-devel + harfbuzz-devel icon-theme-hicolor - leveldb-devel - firebird-superserver + leveldb-devel + firebird-superserver libjpeg-turbo-devel - mariadb-lib + mariadb-lib libxcb-devel libXcomposite-devel libxkbcommon-devel libxslt - mesa-devel + mesa-devel libmtdev-devel nss-devel pciutils-devel postgresql-server - python-devel + python-devel DirectFB-devel libinput-devel - sqlite-devel + sqlite-devel xcb-proto xcb-util-devel xcb-util-image-devel @@ -55156,23 +55354,23 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol tiff-devel libdrm-devel libpng-devel - eudev-devel + eudev-devel libSM-devel libICE-devel libX11-devel libXext-devel - firebird-devel + firebird-devel unixODBC-devel libXrandr-devel libXrender-devel libXi-devel xcb-util-renderutil-devel - openssl-devel - freetype-devel + openssl-devel + freetype-devel pulseaudio-libs-devel alsa-lib-devel - gst-plugins-base-next-devel - wayland-devel + gst-plugins-base-next-devel + wayland-devel mkspecs.patch @@ -55351,9 +55549,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2017-02-19 + 2017-02-20 5.7.1 - Release bump. + Version bump. Stefan Gronewold(groni) groni@pisilinux.org @@ -101509,7 +101707,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.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 + mirrors://gnome/libcroco/0.6/libcroco-0.6.11.tar.xz libxml2-devel glib2-devel @@ -101536,7 +101734,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Development files for libcroco libcroco için geliştirme dosyaları - libcroco + libcroco libxml2-devel @@ -101558,13 +101756,20 @@ It supports email, address books, calendars, tasks, news feeds and much more. glib2-32bit libxml2-32bit - libcroco + libcroco /usr/lib32 + + 2017-02-20 + 0.6.11 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2016-06-09 0.6.8 @@ -112596,13 +112801,18 @@ It supports email, address books, calendars, tasks, news feeds and much more.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 + https://download.gnome.org/sources/NetworkManager/1.4/NetworkManager-1.4.4.tar.xz tr.po intltool + dhcpcd + iproute2 ppp-devel + vala-devel + jansson-devel + gettext-devel nss-devel newt-devel nspr-devel @@ -112622,9 +112832,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.libgudev-devel libutil-linux-devel ConsoleKit-devel + gtk-doc - 0001-core-fix-failure-to-configure-routes-due-to-wrong-de.patch disable_set_hostname.patch network/connection/NetworkManager/pspec.xml @@ -112633,6 +112843,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.NetworkManager dbus + dhcpcd nspr glib2 polkit @@ -112651,6 +112862,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.libmm-glib ModemManager wpa_supplicant + jansson libndp ConsoleKit mobile-broadband-provider-info @@ -112696,7 +112908,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. glib2-devel dbus-glib-devel - NetworkManager + NetworkManager /usr/include @@ -112704,6 +112916,16 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2017-02-21 + 1.4.4 + Version Bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + systemRestart + + 2016-12-15 1.0.10 @@ -120462,7 +120684,7 @@ complete albums that you have purchased from Amazon. 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.1.12/VirtualBox-5.1.12.tar.bz2 + http://download.virtualbox.org/virtualbox/5.1.14/VirtualBox-5.1.14.tar.bz2 LocalConfig.kmk @@ -120539,7 +120761,7 @@ complete albums that you have purchased from Amazon. openssl device-mapper qt5-x11extras - module-virtualbox + module-virtualbox /etc/vbox @@ -120576,7 +120798,7 @@ complete albums that you have purchased from Amazon. libXdamage xorg-server libXcomposite - module-virtualbox-guest + module-virtualbox-guest /etc/X11/Xsession.d @@ -120596,6 +120818,13 @@ complete albums that you have purchased from Amazon. + + 2017-02-20 + 5.1.14 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + 2017-01-15 5.1.12 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index ff91450678..96954927c3 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -33b4b498d8f54d39e03094a59e7d6848b00aa6ab \ No newline at end of file +bfacca1375c486cf2a66660f38196d35d10203d6 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index e35c81b4e1..37cbac5c9d 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 69c1a74db1..daeaca1d10 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -f532fc86aed1de6a3fa4857369a8a994f32bde40 \ No newline at end of file +e577fccb8100474db836c63ef971b7aa80c0fa40 \ No newline at end of file