diff --git a/desktop/misc/at-spi2-atk/pspec.xml b/desktop/misc/at-spi2-atk/pspec.xml index 31116ef5c4..00bae434bc 100644 --- a/desktop/misc/at-spi2-atk/pspec.xml +++ b/desktop/misc/at-spi2-atk/pspec.xml @@ -12,10 +12,10 @@ service 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.30/at-spi2-atk-2.30.1.tar.xz + mirrors://gnome/at-spi2-atk/2.34/at-spi2-atk-2.34.0.tar.xz meson - at-spi2-core-devel + at-spi2-core-devel glib2-devel atk-devel libX11-devel @@ -78,6 +78,13 @@ + + 2020-01-15 + 2.34.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-03-21 2.30.1 diff --git a/desktop/misc/at-spi2-core/pspec.xml b/desktop/misc/at-spi2-core/pspec.xml index 04d4beb062..4ca720d018 100644 --- a/desktop/misc/at-spi2-core/pspec.xml +++ b/desktop/misc/at-spi2-core/pspec.xml @@ -12,7 +12,7 @@ service 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-core/2.30/at-spi2-core-2.30.1.tar.xz + mirrors://gnome/at-spi2-core/2.34/at-spi2-core-2.34.0.tar.xz libXtst-devel libxslt-devel @@ -28,7 +28,7 @@ gobject-introspection-devel - 0002-bus-launch-use-__linux__-over-__linux.patch + @@ -101,6 +101,13 @@ + + 2020-01-15 + 2.34.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2019-03-21 2.30.1 diff --git a/desktop/toolkit/qt5/qt5-base/files/mkspecs2.patch b/desktop/toolkit/qt5/qt5-base/files/mkspecs2.patch new file mode 100644 index 0000000000..ad1c531731 --- /dev/null +++ b/desktop/toolkit/qt5/qt5-base/files/mkspecs2.patch @@ -0,0 +1,47 @@ +diff -Nuar a/mkspecs/common/g++-base.conf b/mkspecs/common/g++-base.conf +--- a/mkspecs/common/g++-base.conf 2019-12-07 09:27:07.000000000 +0300 ++++ b/mkspecs/common/g++-base.conf 2019-12-22 16:09:06.575953931 +0300 +@@ -10,15 +10,19 @@ + + QMAKE_COMPILER = gcc + +-QMAKE_CC = $${CROSS_COMPILE}gcc ++QMAKE_CC = PISILINUX_CC + + QMAKE_LINK_C = $$QMAKE_CC + QMAKE_LINK_C_SHLIB = $$QMAKE_CC + +-QMAKE_CXX = $${CROSS_COMPILE}g++ ++QMAKE_CXX = PISILINUX_CXX + +-QMAKE_LINK = $$QMAKE_CXX +-QMAKE_LINK_SHLIB = $$QMAKE_CXX ++QMAKE_LINK = PISILINUX_CXX ++QMAKE_LINK_SHLIB = PISILINUX_CXX ++QMAKE_LINK_C = PISILINUX_CC ++QMAKE_LINK_C_SHLIB = PISILINUX_CC ++ ++QMAKE_LFLAGS_RELEASE += PISILINUX_LDFLAGS + + QMAKE_PCH_OUTPUT_EXT = .gch + +diff -Nuar a/mkspecs/common/g++-unix.conf b/mkspecs/common/g++-unix.conf +--- a/mkspecs/common/g++-unix.conf 2019-12-07 09:27:07.000000000 +0300 ++++ b/mkspecs/common/g++-unix.conf 2019-12-22 16:09:48.917950875 +0300 +@@ -10,5 +10,5 @@ + + include(g++-base.conf) + +-QMAKE_LFLAGS_RELEASE += -Wl,-O1 ++QMAKE_LFLAGS_RELEASE += PISILINUX_LDFLAGS + QMAKE_LFLAGS_NOUNDEF += -Wl,--no-undefined +diff -Nuar a/mkspecs/common/linux.conf b/mkspecs/common/linux.conf +--- a/mkspecs/common/linux.conf 2019-12-07 09:27:07.000000000 +0300 ++++ b/mkspecs/common/linux.conf 2019-12-22 16:10:34.108947615 +0300 +@@ -48,5 +48,5 @@ + QMAKE_NM = nm -P + QMAKE_RANLIB = + +-QMAKE_STRIP = strip ++QMAKE_STRIP = + QMAKE_STRIPFLAGS_LIB += --strip-unneeded diff --git a/desktop/toolkit/qt5/qt5-base/pspec.xml b/desktop/toolkit/qt5/qt5-base/pspec.xml index 9dcfe717ba..42a297eb02 100755 --- a/desktop/toolkit/qt5/qt5-base/pspec.xml +++ b/desktop/toolkit/qt5/qt5-base/pspec.xml @@ -11,7 +11,7 @@ Cross platform application and UI framework Cross platform application and UI development framework 'GPL3' 'LGPL3' 'FDL' 'custom' - http://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qtbase-everywhere-src-5.13.2.tar.xz + http://download.qt.io/official_releases/qt/5.14/5.14.0/submodules/qtbase-everywhere-src-5.14.0.tar.xz @@ -75,10 +75,11 @@ libXcursor-devel tslib-devel shared-mime-info + md4c-devel - mkspecs.patch + mkspecs2.patch @@ -123,6 +124,9 @@ xcb-util-image xcb-util-keysyms xcb-util-renderutil + + md4c + mit-kerberos /usr/lib @@ -264,6 +268,13 @@ --> + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-11-02 5.13.2 diff --git a/multimedia/graphics/libimagequant/actions.py b/multimedia/graphics/libimagequant/actions.py new file mode 100644 index 0000000000..c61b1a22dc --- /dev/null +++ b/multimedia/graphics/libimagequant/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/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + + +def setup(): + #shelltools.system("sed -r 's/^install:.*/install:/;/install.*STATICLIB/d' -i Makefile") + autotools.configure("--with-openmp") + +def build(): + autotools.make("shared imagequant.pc") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + #pisitools.dodoc("ChangeLog", "AUTHORS", "NEWS", "README*", "COPYING", "ANNOUNCE") \ No newline at end of file diff --git a/multimedia/graphics/libimagequant/files/libimagequant_solibperm.patch b/multimedia/graphics/libimagequant/files/libimagequant_solibperm.patch new file mode 100644 index 0000000000..fc4e0144bb --- /dev/null +++ b/multimedia/graphics/libimagequant/files/libimagequant_solibperm.patch @@ -0,0 +1,12 @@ +diff -rupN --no-dereference libimagequant-2.12.6/Makefile libimagequant-2.12.6-new/Makefile +--- libimagequant-2.12.6/Makefile 2019-12-30 16:44:13.000000000 +0100 ++++ libimagequant-2.12.6-new/Makefile 2019-12-30 22:23:35.196992505 +0100 +@@ -114,7 +114,7 @@ install: all $(PKGCONFIG) + install -d $(DESTDIR)$(PKGCONFIGDIR) + install -d $(DESTDIR)$(INCLUDEDIR) + install -m 644 $(STATICLIB) $(DESTDIR)$(LIBDIR)/$(STATICLIB) +- install -m 644 $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIBVER) ++ install -m 755 $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIBVER) + ln -sf $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIB) + install -m 644 $(PKGCONFIG) $(DESTDIR)$(PKGCONFIGDIR)/$(PKGCONFIG) + install -m 644 libimagequant.h $(DESTDIR)$(INCLUDEDIR)/libimagequant.h diff --git a/multimedia/graphics/libimagequant/pspec.xml b/multimedia/graphics/libimagequant/pspec.xml new file mode 100644 index 0000000000..19b70c84e8 --- /dev/null +++ b/multimedia/graphics/libimagequant/pspec.xml @@ -0,0 +1,56 @@ + + + + + libimagequant + https://pngquant.org/lib/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + Palette quantization library that powers pngquant and other PNG optimizers + Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images. + https://github.com/ImageOptim/libimagequant/archive/2.12.6.tar.gz + + libgcc + + + libimagequant_solibperm.patch + + + + + libimagequant + + libgomp + + + /usr/lib + /usr/share/doc + + + + + libimagequant-devel + Development files for libimagequant + + libimagequant + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-01-15 + 2.12.6 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + diff --git a/multimedia/graphics/libimagequant/translations.xml b/multimedia/graphics/libimagequant/translations.xml new file mode 100644 index 0000000000..361acc23e6 --- /dev/null +++ b/multimedia/graphics/libimagequant/translations.xml @@ -0,0 +1,14 @@ + + + + libimagequant + pngquant ve diger PNG en-iyilestiricilerini giclendiren, palet nicelendirme kitapligidir + RGBA gorsellerin 8-bit indislenmis-renk gorsellerine donusumu icin kucuk moduler bi c kitapligidir.. + + + + libimagequant-devel + libimagequant için geliştirme dosyaları + libimagequant-devel, libimagequant için geliştirme dosyaları içerir. + + \ No newline at end of file diff --git a/pisi-index.xml b/pisi-index.xml index 0bfb6f9f19..662c8b5f1e 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -20537,6 +20537,63 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + + libimagequant + https://pngquant.org/lib/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + multimedia.graphics + Palette quantization library that powers pngquant and other PNG optimizers + pngquant ve diger PNG en-iyilestiricilerini giclendiren, palet nicelendirme kitapligidir + Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images. + RGBA gorsellerin 8-bit indislenmis-renk gorsellerine donusumu icin kucuk moduler bi c kitapligidir.. + https://github.com/ImageOptim/libimagequant/archive/2.12.6.tar.gz + + libgcc + + + libimagequant_solibperm.patch + + multimedia/graphics/libimagequant/pspec.xml + + + libimagequant + + libgomp + + + /usr/lib + /usr/share/doc + + + + libimagequant-devel + Development files for libimagequant + libimagequant için geliştirme dosyaları + libimagequant-devel, libimagequant için geliştirme dosyaları içerir. + + libimagequant + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-01-15 + 2.12.6 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + assimp @@ -50504,6 +50561,59 @@ to create header files and sources from protocol files. + + + md4c + https://github.com/mity/md4c + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.library + C Markdown parser + C Markdown parser + C Markdown parser + C Markdown parser + https://github.com/mity/md4c/archive/release-0.4.2.tar.gz + + cmake + + programming/library/md4c/pspec.xml + + + md4c + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + md4c-devel + Development files for md4c + + md4c + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2020-01-15 + 0.4.2 + First release + PisiLinux Community + admins@pisilinux.org + + + cbindgen @@ -173179,7 +173289,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.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.13/5.13.2/submodules/qtbase-everywhere-src-5.13.2.tar.xz + http://download.qt.io/official_releases/qt/5.14/5.14.0/submodules/qtbase-everywhere-src-5.14.0.tar.xz at-spi2-core-devel cups-devel @@ -173240,9 +173350,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.libXcursor-devel tslib-devel shared-mime-info + md4c-devel - mkspecs.patch + mkspecs2.patch desktop/toolkit/qt5/qt5-base/pspec.xml @@ -173284,6 +173395,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.xcb-util-image xcb-util-keysyms xcb-util-renderutil + md4c + mit-kerberos /usr/lib @@ -173303,7 +173416,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.Qt5 için geliştirme dosyaları Development files for Qt 5 - qt5-base + qt5-base mesa-devel @@ -173317,7 +173430,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-sql-mysql Qt5'in SQL sınıfları için MySQL sürücüsü - qt5-base + qt5-base libgcc mariadb-lib @@ -173329,7 +173442,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-sql-postgresql Qt5'in SQL sınıfları için PostgreSQL sürücüsü - qt5-base + qt5-base libgcc postgresql-lib @@ -173341,7 +173454,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-sql-sqlite Qt5'in SQL sınıfları için SQLite sürücüsü - qt5-base + qt5-base libgcc sqlite @@ -173353,7 +173466,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.qt5-sql-odbc Qt5'in SQL sınıfları için ODBC sürücüsü - qt5-base + qt5-base libgcc unixODBC @@ -173362,6 +173475,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2019-12-22 + 5.14.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-11-02 5.13.2 @@ -180295,10 +180415,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.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.30/at-spi2-atk-2.30.1.tar.xz + mirrors://gnome/at-spi2-atk/2.34/at-spi2-atk-2.34.0.tar.xz meson - at-spi2-core-devel + at-spi2-core-devel glib2-devel atk-devel libX11-devel @@ -180348,7 +180468,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.at-spi2-atk için geliştirme dosyaları at-spi2-atk için geliştirme dosyaları - at-spi2-atk + at-spi2-atk glib2-devel at-spi2-core-devel @@ -180359,6 +180479,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2020-01-15 + 2.34.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-03-21 2.30.1 @@ -180878,7 +181005,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.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.30/at-spi2-core-2.30.1.tar.xz + mirrors://gnome/at-spi2-core/2.34/at-spi2-core-2.34.0.tar.xz libXtst-devel libxslt-devel @@ -180893,9 +181020,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.python-six gobject-introspection-devel - - 0002-bus-launch-use-__linux__-over-__linux.patch - desktop/misc/at-spi2-core/pspec.xml @@ -180954,7 +181078,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.at-spi2-core için geliştirme dosyaları at-spi2-core için geliştirme dosyaları - at-spi2-core + at-spi2-core dbus-devel glib2-devel @@ -180965,6 +181089,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2020-01-15 + 2.34.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2019-03-21 2.30.1 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 3c8b1ab643..b72fa5b96b 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -ae0e3f78d8d8ab698ee1fac50c8b94144fb2cc22 \ No newline at end of file +c3c35936224779b5cc93917d0c429e945f891c3a \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 316f421ef8..da6818d54a 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 36ba628f58..1b1d78006d 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -beb29a487e01a45e3201068c051e57ba899126c8 \ No newline at end of file +a65102ac55be4aedef3db4c96ea48e937e59891d \ No newline at end of file diff --git a/programming/library/md4c/actions.py b/programming/library/md4c/actions.py new file mode 100644 index 0000000000..5f2a67bb00 --- /dev/null +++ b/programming/library/md4c/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib") + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("CHANGELOG*", "LICENSE*", "README*") diff --git a/programming/library/md4c/pspec.xml b/programming/library/md4c/pspec.xml new file mode 100644 index 0000000000..60110edb09 --- /dev/null +++ b/programming/library/md4c/pspec.xml @@ -0,0 +1,62 @@ + + + + + md4c + https://github.com/mity/md4c + + PisiLinux Community + admins@pisilinux.org + + MIT + library + C Markdown parser + C Markdown parser + https://github.com/mity/md4c/archive/release-0.4.2.tar.gz + + cmake + + + + + + md4c + + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + + md4c-devel + Development files for md4c + + md4c + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2020-01-15 + 0.4.2 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/library/md4c/translations.xml b/programming/library/md4c/translations.xml new file mode 100644 index 0000000000..30eb649b7a --- /dev/null +++ b/programming/library/md4c/translations.xml @@ -0,0 +1,8 @@ + + + + md4c + C Markdown parser + C Markdown parser + +