diff --git a/editor/tex/component.xml b/editor/tex/component.xml new file mode 100644 index 0000000000..f7e2e8b0f4 --- /dev/null +++ b/editor/tex/component.xml @@ -0,0 +1,3 @@ + + editor.tex + diff --git a/editor/texlive-bin/actions.py b/editor/tex/texlive-bin/actions.py similarity index 95% rename from editor/texlive-bin/actions.py rename to editor/tex/texlive-bin/actions.py index 4454850786..a42005c5a9 100644 --- a/editor/texlive-bin/actions.py +++ b/editor/tex/texlive-bin/actions.py @@ -4,61 +4,60 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt +from pisi.actionsapi import get +from pisi.actionsapi import libtools from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools -from pisi.actionsapi import get -from pisi.actionsapi import libtools from pisi.actionsapi import texlivemodules import os WorkDir = "." -buildDir = 'texlive-20190410-source/build' +buildDir = 'texlive-20200406-source/build' def setup(): shelltools.makedirs(buildDir) shelltools.cd(buildDir) shelltools.sym("../configure", "configure") - autotools.configure("--prefix=/usr \ + autotools.configure("--with-x \ + --enable-ipc \ + --prefix=/usr \ + --disable-xindy \ + --enable-shared \ + --disable-luatex \ + --disable-static \ + --with-system-gd \ --sysconfdir=/etc \ - --datarootdir=/usr/share \ - --datadir=/usr/share \ - --mandir=/usr/share/man \ - --disable-native-texlive-build \ --bindir=/usr/bin \ - --with-banner-add=/PisiLinux \ --disable-psutils \ --disable-t1utils \ - --disable-multiplatform \ - --disable-static \ --disable-dvisvgm \ - --enable-shared \ - --enable-ipc \ - --with-x \ - --disable-xindy \ --with-system-zlib \ + --with-system-t1lib \ + --datadir=/usr/share \ --with-system-pnglib \ --with-system-ncurses \ - --with-system-t1lib \ - --with-system-gd \ --without-system-xpdf \ + --with-system-harfbuzz \ + --mandir=/usr/share/man \ + --disable-multiplatform \ --with-system-graphite2 \ --with-system-freetype2 \ - --with-system-harfbuzz \ - --disable-luatex") + --datarootdir=/usr/share \ + --with-banner-add=/PisiLinux \ + --disable-native-texlive-build ") def build(): - shelltools.cd(buildDir) autotools.make() def install(): shelltools.cd(buildDir) autotools.rawInstall("prefix=/usr DESTDIR=%s" % get.installDIR()) - + shelltools.system("pwd") #install biber - pisitools.dobin("../../biber") + pisitools.dobin("../../biber-2.14/bin/biber") #pisitools.dodir("/usr/share/tlpkg/TeXLive") #shelltools.move("%s/source/utils/biber/TeXLive/*.pm" % get.workDIR(), "%s/usr/share/tlpkg/TeXLive" % get.installDIR()) diff --git a/editor/texlive-bin/files/09-texlive-fonts.conf b/editor/tex/texlive-bin/files/09-texlive-fonts.conf similarity index 100% rename from editor/texlive-bin/files/09-texlive-fonts.conf rename to editor/tex/texlive-bin/files/09-texlive-fonts.conf diff --git a/editor/texlive-bin/files/arch/fix-fontforge-encoding.patch b/editor/tex/texlive-bin/files/arch/fix-fontforge-encoding.patch similarity index 100% rename from editor/texlive-bin/files/arch/fix-fontforge-encoding.patch rename to editor/tex/texlive-bin/files/arch/fix-fontforge-encoding.patch diff --git a/editor/texlive-bin/files/arch/pdftex-poppler0.76.patch b/editor/tex/texlive-bin/files/arch/pdftex-poppler0.76.patch similarity index 100% rename from editor/texlive-bin/files/arch/pdftex-poppler0.76.patch rename to editor/tex/texlive-bin/files/arch/pdftex-poppler0.76.patch diff --git a/editor/texlive-bin/files/arch/poppler-0.26.patch b/editor/tex/texlive-bin/files/arch/poppler-0.26.patch similarity index 100% rename from editor/texlive-bin/files/arch/poppler-0.26.patch rename to editor/tex/texlive-bin/files/arch/poppler-0.26.patch diff --git a/editor/texlive-bin/files/arch/texlive-20190410-source-upstream_fixes-1.patch b/editor/tex/texlive-bin/files/arch/texlive-20190410-source-upstream_fixes-1.patch similarity index 100% rename from editor/texlive-bin/files/arch/texlive-20190410-source-upstream_fixes-1.patch rename to editor/tex/texlive-bin/files/arch/texlive-20190410-source-upstream_fixes-1.patch diff --git a/editor/texlive-bin/files/arch/texlive-poppler-0.83.patch b/editor/tex/texlive-bin/files/arch/texlive-poppler-0.83.patch similarity index 100% rename from editor/texlive-bin/files/arch/texlive-poppler-0.83.patch rename to editor/tex/texlive-bin/files/arch/texlive-poppler-0.83.patch diff --git a/editor/texlive-bin/files/arch/texlive-poppler-0.84.patch b/editor/tex/texlive-bin/files/arch/texlive-poppler-0.84.patch similarity index 100% rename from editor/texlive-bin/files/arch/texlive-poppler-0.84.patch rename to editor/tex/texlive-bin/files/arch/texlive-poppler-0.84.patch diff --git a/editor/texlive-bin/files/arch/texlive-poppler-0.86.patch b/editor/tex/texlive-bin/files/arch/texlive-poppler-0.86.patch similarity index 100% rename from editor/texlive-bin/files/arch/texlive-poppler-0.86.patch rename to editor/tex/texlive-bin/files/arch/texlive-poppler-0.86.patch diff --git a/editor/texlive-bin/files/fix-fontforge-encoding.patch b/editor/tex/texlive-bin/files/fix-fontforge-encoding.patch similarity index 100% rename from editor/texlive-bin/files/fix-fontforge-encoding.patch rename to editor/tex/texlive-bin/files/fix-fontforge-encoding.patch diff --git a/editor/texlive-bin/files/luatex-r4449-radical-rule-thickness.patch b/editor/tex/texlive-bin/files/luatex-r4449-radical-rule-thickness.patch similarity index 100% rename from editor/texlive-bin/files/luatex-r4449-radical-rule-thickness.patch rename to editor/tex/texlive-bin/files/luatex-r4449-radical-rule-thickness.patch diff --git a/editor/texlive-bin/files/poppler-0.20.patch b/editor/tex/texlive-bin/files/poppler-0.20.patch similarity index 100% rename from editor/texlive-bin/files/poppler-0.20.patch rename to editor/tex/texlive-bin/files/poppler-0.20.patch diff --git a/editor/texlive-bin/files/texmf.cnf b/editor/tex/texlive-bin/files/texmf.cnf similarity index 100% rename from editor/texlive-bin/files/texmf.cnf rename to editor/tex/texlive-bin/files/texmf.cnf diff --git a/editor/texlive-bin/pspec.xml b/editor/tex/texlive-bin/pspec.xml similarity index 79% rename from editor/texlive-bin/pspec.xml rename to editor/tex/texlive-bin/pspec.xml index ab15fb1724..79cdda92d6 100644 --- a/editor/texlive-bin/pspec.xml +++ b/editor/tex/texlive-bin/pspec.xml @@ -1,5 +1,5 @@ - + texlive-bin @@ -8,54 +8,58 @@ PisiLinux Community admins@pisilinux.org + editor.tex GPLv2 data:doc + app:console Tex Live binaries Texlive binaries that are an essential part of TeXLive component. - - ftp://tug.org/texlive/historic/2019/texlive-20190410-source.tar.xz - https://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/2.13/binaries/Linux/biber-linux_x86_64.tar.gz + + ftp://tug.org/texlive/historic/2020/texlive-20200406-source.tar.xz + https://github.com/plk/biber/archive/v2.14.tar.gz - poppler-devel - libpaper-devel gd-devel + clisp-devel icu4c-devel - libXt-devel t1lib-devel + libXi-devel + libXt-devel ffcall-devel libpng-devel libXaw-devel libXmu-devel libXpm-devel - clisp-devel - libXi-devel + poppler-devel + libpaper-devel harfbuzz-devel freetype-devel graphite2-devel + fontconfig-devel libsigsegv-devel ghostscript-devel - fontconfig-devel - libpng-devel - freetype-devel - graphite2-devel - - + + texlive-bin + Tex Live binaries gd zlib icu4c libXt - t1lib libXi + t1lib ffcall libX11 libgcc @@ -69,18 +73,17 @@ fontconfig libsigsegv ghostscript - libpng - - /usr/bin + + /etc + /usr/share /usr/lib /usr/share/man /usr/share/info - /usr/share - /usr/share/texmf-dist + /usr/bin /usr/share/tlpkg - /etc + /usr/share/texmf-dist @@ -101,6 +104,13 @@ + + 2020-06-01 + 20200406 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-21 20190410 @@ -116,4 +126,4 @@ osman.erkan@pisilinux.org - + \ No newline at end of file diff --git a/editor/texlive-bin/translations.xml b/editor/tex/texlive-bin/translations.xml similarity index 80% rename from editor/texlive-bin/translations.xml rename to editor/tex/texlive-bin/translations.xml index d3e232f2eb..12aa89793c 100644 --- a/editor/texlive-bin/translations.xml +++ b/editor/tex/texlive-bin/translations.xml @@ -10,5 +10,6 @@ texlive-bin-devel texlive-bin için geliştirme dosyaları + texlive-bin-devel, texlive-bin için geliştirme dosyalarını içerir. - + \ No newline at end of file diff --git a/pisi-index.xml b/pisi-index.xml index d6e9b4db12..48bf8e7068 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -5719,7 +5719,7 @@ complete albums that you have purchased from Amazon. Mozilla Firefox – otwarta przeglądarka internetowa oparta na silniku Gecko, stworzona i rozwijana przez Korporację Mozilla oraz ochotników. Navegue por la web de forma rápida y segura. Navegador web de código abierto que se puede personalizar con características adicionales. firefox - https://ftp.mozilla.org/pub/firefox/releases/76.0.1/source/firefox-76.0.1.source.tar.xz + https://ftp.mozilla.org/pub/firefox/releases/77.0/source/firefox-77.0.source.tar.xz mozconfig pisilinux/browserconfig.properties @@ -5766,9 +5766,6 @@ complete albums that you have purchased from Amazon. llvm-clang-devel gdb-devel - - 0001-Bug-1624128-Update-CK_GCM_PARAMS-uses-for-PKCS11-v3..patch - network/web/firefox/pspec.xml @@ -5842,7 +5839,7 @@ complete albums that you have purchased from Amazon. system.locale lang-az - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-az@firefox.mozilla.org.xpi @@ -5856,7 +5853,7 @@ complete albums that you have purchased from Amazon. system.locale lang-bs - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-bs@firefox.mozilla.org.xpi @@ -5870,7 +5867,7 @@ complete albums that you have purchased from Amazon. system.locale lang-ca - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-ca@firefox.mozilla.org.xpi @@ -5884,7 +5881,7 @@ complete albums that you have purchased from Amazon. system.locale lang-da - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-da@firefox.mozilla.org.xpi @@ -5898,7 +5895,7 @@ complete albums that you have purchased from Amazon. system.locale lang-de - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-de@firefox.mozilla.org.xpi @@ -5912,7 +5909,7 @@ complete albums that you have purchased from Amazon. system.locale lang-el - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-el@firefox.mozilla.org.xpi @@ -5926,7 +5923,7 @@ complete albums that you have purchased from Amazon. system.locale lang-en-US - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi @@ -5940,7 +5937,7 @@ complete albums that you have purchased from Amazon. system.locale lang-en-GB - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi @@ -5954,7 +5951,7 @@ complete albums that you have purchased from Amazon. system.locale lang-es-AR - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-es-AR@firefox.mozilla.org.xpi @@ -5968,7 +5965,7 @@ complete albums that you have purchased from Amazon. system.locale lang-es-CL - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-es-CL@firefox.mozilla.org.xpi @@ -5982,7 +5979,7 @@ complete albums that you have purchased from Amazon. system.locale lang-es-ES - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-es-ES@firefox.mozilla.org.xpi @@ -5996,7 +5993,7 @@ complete albums that you have purchased from Amazon. system.locale lang-fi - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-fi@firefox.mozilla.org.xpi @@ -6010,7 +6007,7 @@ complete albums that you have purchased from Amazon. system.locale lang-fr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-fr@firefox.mozilla.org.xpi @@ -6024,7 +6021,7 @@ complete albums that you have purchased from Amazon. system.locale lang-hr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-hr@firefox.mozilla.org.xpi @@ -6038,7 +6035,7 @@ complete albums that you have purchased from Amazon. system.locale lang-hu - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-hu@firefox.mozilla.org.xpi @@ -6052,7 +6049,7 @@ complete albums that you have purchased from Amazon. system.locale lang-it - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-it@firefox.mozilla.org.xpi @@ -6066,7 +6063,7 @@ complete albums that you have purchased from Amazon. system.locale lang-lt - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-lt@firefox.mozilla.org.xpi @@ -6080,7 +6077,7 @@ complete albums that you have purchased from Amazon. system.locale lang-nl - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-nl@firefox.mozilla.org.xpi @@ -6094,7 +6091,7 @@ complete albums that you have purchased from Amazon. system.locale lang-pl - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-pl@firefox.mozilla.org.xpi @@ -6108,7 +6105,7 @@ complete albums that you have purchased from Amazon. system.locale lang-pt-BR - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-pt-BR@firefox.mozilla.org.xpi @@ -6122,7 +6119,7 @@ complete albums that you have purchased from Amazon. system.locale lang-pt-PT - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-pt-PT@firefox.mozilla.org.xpi @@ -6136,7 +6133,7 @@ complete albums that you have purchased from Amazon. system.locale lang-ro - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-ro@firefox.mozilla.org.xpi @@ -6150,7 +6147,7 @@ complete albums that you have purchased from Amazon. system.locale lang-ru - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-ru@firefox.mozilla.org.xpi @@ -6164,7 +6161,7 @@ complete albums that you have purchased from Amazon. system.locale lang-sr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-sr@firefox.mozilla.org.xpi @@ -6178,7 +6175,7 @@ complete albums that you have purchased from Amazon. system.locale lang-sv-SE - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi @@ -6192,7 +6189,7 @@ complete albums that you have purchased from Amazon. system.locale lang-tr - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-tr@firefox.mozilla.org.xpi @@ -6206,13 +6203,20 @@ complete albums that you have purchased from Amazon. system.locale lang-uk - firefox + firefox /usr/lib/firefox/browser/extensions/langpack-uk@firefox.mozilla.org.xpi + + 2020-06-01 + 77.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-05-12 76.0.1 @@ -11105,6 +11109,120 @@ functionality to build high-performing, platform-independent programs. + + + texlive-bin + http://www.tug.org/texlive + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + data:doc + app:console + editor.tex + Tex Live binaries + TeX Live Dağıtımının Ana Parçası + texlive-bin est la part essentiel de TeXLive. + Texlive binaries that are an essential part of TeXLive component. + texlive-bin Tex Live dağıtımının ana parçasıdır. + ftp://tug.org/texlive/historic/2020/texlive-20200406-source.tar.xz + https://github.com/plk/biber/archive/v2.14.tar.gz + + gd-devel + clisp-devel + icu4c-devel + t1lib-devel + libXi-devel + libXt-devel + ffcall-devel + libpng-devel + libXaw-devel + libXmu-devel + libXpm-devel + poppler-devel + libpaper-devel + harfbuzz-devel + freetype-devel + graphite2-devel + fontconfig-devel + libsigsegv-devel + ghostscript-devel + + editor/tex/texlive-bin/pspec.xml + + + texlive-bin + Tex Live binaries + + gd + zlib + icu4c + libXt + libXi + t1lib + ffcall + libX11 + libgcc + libpng + libXaw + libXmu + libXpm + harfbuzz + freetype + graphite2 + fontconfig + libsigsegv + ghostscript + + + /etc + /usr/share + /usr/lib + /usr/share/man + /usr/share/info + /usr/bin + /usr/share/tlpkg + /usr/share/texmf-dist + + + + texlive-bin-devel + Development files for texlive-bin + texlive-bin için geliştirme dosyaları + texlive-bin-devel, texlive-bin için geliştirme dosyalarını içerir. + + texlive-bin + + + /usr/include + /usr/lib/pkgconfig + + + + + 2020-06-01 + 20200406 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-21 + 20190410 + Version bump + Mustafa Cinasal + muscnsl@pisilinux.org + + + 2020-03-21 + 2018.47465 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + vim @@ -11408,117 +11526,6 @@ functionality to build high-performing, platform-independent programs. - - - texlive-bin - http://www.tug.org/texlive - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - data:doc - editor - Tex Live binaries - TeX Live Dağıtımının Ana Parçası - texlive-bin est la part essentiel de TeXLive. - Texlive binaries that are an essential part of TeXLive component. - texlive-bin Tex Live dağıtımının ana parçasıdır. - ftp://tug.org/texlive/historic/2019/texlive-20190410-source.tar.xz - https://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/2.13/binaries/Linux/biber-linux_x86_64.tar.gz - - poppler-devel - libpaper-devel - gd-devel - icu4c-devel - libXt-devel - t1lib-devel - ffcall-devel - libpng-devel - libXaw-devel - libXmu-devel - libXpm-devel - clisp-devel - libXi-devel - harfbuzz-devel - freetype-devel - graphite2-devel - libsigsegv-devel - ghostscript-devel - fontconfig-devel - libpng-devel - freetype-devel - graphite2-devel - - - arch/texlive-20190410-source-upstream_fixes-1.patch - - editor/texlive-bin/pspec.xml - - - texlive-bin - - gd - zlib - icu4c - libXt - t1lib - libXi - ffcall - libX11 - libgcc - libpng - libXaw - libXmu - libXpm - harfbuzz - freetype - graphite2 - fontconfig - libsigsegv - ghostscript - libpng - - - /usr/bin - /usr/lib - /usr/share/man - /usr/share/info - /usr/share - /usr/share/texmf-dist - /usr/share/tlpkg - /etc - - - - texlive-bin-devel - Development files for texlive-bin - texlive-bin için geliştirme dosyaları - - texlive-bin - - - /usr/include - /usr/lib/pkgconfig - - - - - 2020-03-21 - 20190410 - Version bump - Mustafa Cinasal - muscnsl@pisilinux.org - - - 2020-03-21 - 2018.47465 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - geany @@ -18413,6 +18420,58 @@ functionality to build high-performing, platform-independent programs. + + + log4c + http://log4c.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + programming.misc + A C library for flexible logging + C için bir günlük kitaplığı + log4c is a C language library for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (log4j), staying as close to their API as is reasonable. + log4c, dosyalara, syslog hizmetine ve diğer hedeflere kolayca günlük tutmayı sağlayan bir C kitaplığıdır. + mirrors://sourceforge/log4c/log4c-1.2.4.tar.gz + programming/misc/log4c/pspec.xml + + + log4c + A C library for flexible logging + + /usr/lib + /usr/share/doc + /usr/share/man + + + + log4c-devel + Development files for log4c + log4c için geliştirme dosyaları + log4c-devel, log4c için geliştirme dosyalarını içerir. + + log4c + + + /usr/bin + /usr/include + /usr/share/aclocal + /usr/share/man/man3 + + + + + 2020-01-23 + 1.2.4 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + icu4c @@ -58207,7 +58266,7 @@ to create header files and sources from protocol files. python3 - patches/linux/patch-5.6.10.xz + patches/linux/patch-5.6.15.xz patches/mageia/fs-aufs-5.6.patch patches/mageia/fs-aufs-5.6-modular.patch patches/mageia/fs-aufs-5.6-fix.patch @@ -58261,6 +58320,13 @@ to create header files and sources from protocol files. + + 2020-06-01 + 5.6.15 + Version bump. + Idris Kalp + idriskalp@gmail.com + 2020-05-04 5.6.10 @@ -58417,7 +58483,7 @@ to create header files and sources from protocol files. NVIDIA-Linux-x86_64-390.132-kernel-5.6-uvm.patch - kernel-module-headers + kernel-module-headers libX11-devel gtk2-devel gtk3-devel @@ -58432,7 +58498,7 @@ to create header files and sources from protocol files. noDelta - kernel + kernel /lib/modules @@ -58561,7 +58627,7 @@ to create header files and sources from protocol files. - 2020-05-04 + 2020-06-01 390.132 Rebuild. Mustafa Cinasal @@ -58773,7 +58839,7 @@ to create header files and sources from protocol files. mageia/NVIDIA-Linux-x86_64-430.64-work-around-mga-bug-25890.patch - kernel-module-headers + kernel-module-headers libX11-devel gtk2-devel gtk3-devel @@ -58789,7 +58855,7 @@ to create header files and sources from protocol files. noDelta - kernel + kernel /lib/modules @@ -58935,7 +59001,7 @@ to create header files and sources from protocol files. - 2020-05-04 + 2020-06-01 440.82 Version bump. Mustafa Cinasal @@ -59189,7 +59255,7 @@ to create header files and sources from protocol files. NVIDIA-Linux-x86_64-340.108-kernel-5.6.patch - kernel-module-headers + kernel-module-headers kernel/drivers/module-nvidia340/pspec.xml @@ -59201,7 +59267,7 @@ to create header files and sources from protocol files. noDelta - kernel + kernel /lib/modules @@ -59294,7 +59360,7 @@ to create header files and sources from protocol files. - 2020-05-04 + 2020-06-01 340.108 Rebuild. Mustafa Cinasal @@ -59543,7 +59609,7 @@ to create header files and sources from protocol files. mageia/NVIDIA-Linux-x86_64-430.64-work-around-mga-bug-25890.patch - kernel-module-headers + kernel-module-headers libX11-devel gtk2-devel gtk3-devel @@ -59559,7 +59625,7 @@ to create header files and sources from protocol files. noDelta - kernel + kernel /lib/modules @@ -59664,7 +59730,7 @@ to create header files and sources from protocol files. - 2020-05-04 + 2020-06-01 430.64 Rebuild. Mustafa Cinasal Bojara @@ -68080,7 +68146,7 @@ cleaner, which will allow to add new features in the future. libopusenc - http://www.opus-codec.org/ + https://www.opus-codec.org/ fury wascheme@tuta.io @@ -82040,7 +82106,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression opus-tools - http://www.opus-codec.org/ + https://www.opus-codec.org/ fury wascheme@tuta.io @@ -90120,7 +90186,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression The official VirtualBox Guest Additions ISO image The official VirtualBox Guest Additions ISO image The official VirtualBox Guest Additions ISO image - http://download.virtualbox.org/virtualbox/6.1.6/VBoxGuestAdditions_6.1.6.iso + http://download.virtualbox.org/virtualbox/6.1.8/VBoxGuestAdditions_6.1.8.iso hardware/virtualization/virtualbox-guest-iso/pspec.xml @@ -90130,6 +90196,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-05-30 + 6.1.8 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2020-04-22 6.1.6 @@ -90340,7 +90413,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression Güçlü bir sanallaştırma programı VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. This is the Open Source Edition which lacks USB support and some other things. VirtualBox, ev kullanımı yanında kurumsal kullanım alanı da bulan güçlü bir xf86 sanallaştırma ürünleri ailesidir. Bu sürüm, USB ve birkaç özellik için desteği bulunmayan açık kodlu uyarlamasıdır. - http://download.virtualbox.org/virtualbox/6.1.6/VirtualBox-6.1.6.tar.bz2 + http://download.virtualbox.org/virtualbox/6.1.8/VirtualBox-6.1.8.tar.bz2 dkms.conf dkms-guest.conf @@ -90396,6 +90469,8 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression 013-Makefile.patch VirtualBox-6.1.2-disable-update.patch 0001-VBoxServiceAutoMount-Change-Linux-mount-code-to-use-.patch + 017-fix-narrowing-conversion.patch + 018-work-around-black-screen.patch hardware/virtualization/virtualbox/pspec.xml @@ -90428,8 +90503,8 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression qt5-x11extras virtualbox-guest-iso - module-virtualbox - virtualbox-dkms + module-virtualbox + virtualbox-dkms @@ -90469,8 +90544,8 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression xorg-server libXcomposite - module-virtualbox-guest - virtualbox-guest-dkms + module-virtualbox-guest + virtualbox-guest-dkms @@ -90518,6 +90593,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + 2020-05-30 + 6.1.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-04-22 6.1.6 @@ -222687,7 +222769,7 @@ It supports email, address books, calendars, tasks, news feeds and much more. xarchiver - http://xarchiver.sourceforge.net/ + https://github.com/ib/xarchiver PisiLinux Community admins@pisilinux.org @@ -222699,7 +222781,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.GTK+3 tabanlı hafif ve sade bir arşiv yöneticisi GTK+3 frontend to 7z, zip, rar, tar, bzip2, gzip, arj, lha, rpm and deb(open and extract only). Xarchiver allows you to create, add, extract and delete files in the above formats. 7z, zip, rar, arj password protected archives are supported. Xarchiver, 7z, zip, rar, tar, bzip2, gzip, arj, lha, rpm ve deb için GTK+3 tabanlı bir uygulamadır. Bu formatlarda arşivleme, ekleme, çıkarma ve silme işlemlerini yapabilir. Ayrıca parola korumalı 7z, zip, rar ve arj dosyalarını da destekler. - https://github.com/ib/xarchiver/archive/0.5.4.14.tar.gz + https://github.com/ib/xarchiver/archive/0.5.4.15.tar.gz intltool gtk3-devel @@ -222740,6 +222822,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2020-06-01 + 0.5.4.15 + Version Bump + Pisi Linux Admins + admin@pisilinux.org + 2020-04-28 0.5.4.14 @@ -226138,7 +226227,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.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_52_RTM/src/nss-3.52.tar.gz + https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_52_1_RTM/src/nss-3.52.1.tar.gz nss.pc.in nss-config.in @@ -226181,7 +226270,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.nss için geliştirme dosyaları nspr-devel - nss + nss /usr/bin/nss-config @@ -226191,6 +226280,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2020-06-02 + 3.52.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2020-05-05 3.52 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 85a00591bc..c8e6afa5ed 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -4b0a5c033740b972f34e69402a4736ddcf5295e8 \ No newline at end of file +9cd37a600fea753e41b815403d323e73f5d8d210 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 96a68ac01a..6eaf908472 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 b981e66e23..2bac8ca7c1 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -73926fbc9a85935377f12c4d219acc8b9858fc95 \ No newline at end of file +c12b84c9f3c8c4efa10c34de51392c029d786fde \ No newline at end of file diff --git a/programming/misc/log4c/actions.py b/programming/misc/log4c/actions.py new file mode 100644 index 0000000000..4fef6a464d --- /dev/null +++ b/programming/misc/log4c/actions.py @@ -0,0 +1,31 @@ +#!/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 get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools + +def setup(): + # suppress compiler warnings + pisitools.cflags.add("-Wno-format -Wno-misleading-indentation -Wno-unused-const-variable \ + -Wno-pointer-to-int-cast -Wno-unused-function -Wno-int-to-pointer-cast") + autotools.configure("--disable-static \ + --disable-doc \ + --disable-dependency-tracking") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.insinto("/usr/include", "src/log4c.h") + + # Move the example config file to docdir + pisitools.domove("/etc/log4crc.sample", "/%s/log4c" % get.docDIR()) + pisitools.removeDir("/etc") + + pisitools.dodoc("README", "AUTHORS", "COPYING", "ChangeLog", "TODO", "NEWS") \ No newline at end of file diff --git a/programming/misc/log4c/pspec.xml b/programming/misc/log4c/pspec.xml new file mode 100644 index 0000000000..1ffd2f88bd --- /dev/null +++ b/programming/misc/log4c/pspec.xml @@ -0,0 +1,52 @@ + + + + + log4c + http://log4c.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + programming.misc + LGPLv2.1 + library + A C library for flexible logging + log4c is a C language library for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (log4j), staying as close to their API as is reasonable. + mirrors://sourceforge/log4c/log4c-1.2.4.tar.gz + + + + log4c + A C library for flexible logging + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + log4c-devel + Development files for log4c + + log4c + + + /usr/bin + /usr/include + /usr/share/aclocal + /usr/share/man/man3 + + + + + + 2020-01-23 + 1.2.4 + Rebuild for new toolchain + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/misc/log4c/translations.xml b/programming/misc/log4c/translations.xml new file mode 100644 index 0000000000..a3a2173069 --- /dev/null +++ b/programming/misc/log4c/translations.xml @@ -0,0 +1,14 @@ + + + + log4c + C için bir günlük kitaplığı + log4c, dosyalara, syslog hizmetine ve diğer hedeflere kolayca günlük tutmayı sağlayan bir C kitaplığıdır. + + + + log4c-devel + log4c için geliştirme dosyaları + log4c-devel, log4c için geliştirme dosyalarını içerir. + + \ No newline at end of file