fix
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
# 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 pisitools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#WorkDir = "boost-%s" % get.srcVERSION()
|
||||
|
||||
@@ -39,7 +39,8 @@ def build():
|
||||
link=shared,static \
|
||||
toolset=gcc \
|
||||
python=2.7 \
|
||||
cflags=-fno-strict-aliasing \
|
||||
cflags='-fno-strict-aliasing -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations' \
|
||||
cxxflags='-fno-strict-aliasing -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations' \
|
||||
--layout=system")
|
||||
|
||||
shelltools.cd("../boost-%s-38" % get.srcVERSION())
|
||||
@@ -51,9 +52,9 @@ def build():
|
||||
link=shared,static \
|
||||
toolset=gcc \
|
||||
python=3.8 \
|
||||
cflags=-fno-strict-aliasing \
|
||||
cflags='-fno-strict-aliasing -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations' \
|
||||
cxxflags='-fno-strict-aliasing -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-declarations' \
|
||||
--layout=system")
|
||||
|
||||
shelltools.cd("..")
|
||||
|
||||
def install():
|
||||
@@ -69,3 +70,5 @@ def install():
|
||||
shelltools.copytree("tools/boostbook/xsl", "%s/usr/share/boostbook/xsl" % get.installDIR())
|
||||
shelltools.copytree("tools/boostbook/dtd", "%s/usr/share/boostbook" % get.installDIR())
|
||||
shelltools.system("./b2 install threading=multi link=shared")
|
||||
# some packages need this library as : libboost_python3.so
|
||||
pisitools.dosym("/usr/lib/libboost_python38.so.1.72.0", "/usr/lib/libboost_python3.so")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>boost</Name>
|
||||
@@ -8,8 +8,8 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.misc</PartOf>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>programming.language</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Peer-reviewed portable C++ source libraries</Summary>
|
||||
<Description>Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library.</Description>
|
||||
@@ -25,12 +25,13 @@
|
||||
<!--Dependency>openmpi-devel</Dependency-->
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch>pythonfix.patch</Patch> -->
|
||||
<!--<Patch>pythonfix.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>boost</Name>
|
||||
<Summary>Peer-reviewed portable C++ source libraries</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
@@ -39,10 +40,10 @@
|
||||
<!--Dependency>openmpi</Dependency-->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/boostbook</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -54,15 +55,15 @@
|
||||
<Dependency release="current">boost</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/*/html</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="doc">/usr/share/doc/*/html</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>boost-python</Name>
|
||||
<Summary>a C++ library which enables seamless interoperability between C++ and the Python</Summary>
|
||||
<Summary>A C++ library which enables seamless interoperability between C++ and the Python</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">boost</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
@@ -74,7 +75,7 @@
|
||||
|
||||
<Package>
|
||||
<Name>boost-python3</Name>
|
||||
<Summary>Headers and library documentation for boosta C++ library which enables seamless interoperability between C++ and the Python3</Summary>
|
||||
<Summary>A C++ library which enables seamless interoperability between C++ and the Python3</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">boost</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
@@ -85,6 +86,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2020-02-10</Date>
|
||||
<Version>1.72.0</Version>
|
||||
<Comment>Symlink and translations fix</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2020-01-12</Date>
|
||||
<Version>1.72.0</Version>
|
||||
@@ -156,4 +164,4 @@
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -10,5 +10,18 @@
|
||||
<Package>
|
||||
<Name>boost-devel</Name>
|
||||
<Summary xml:lang="tr">boost için başlık dosyaları ve kitaplık belgeleri</Summary>
|
||||
<Description xml:lang="tr">boost-devel, boost için geliştirme ve başlık dosyalarını içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
|
||||
<Package>
|
||||
<Name>boost-python</Name>
|
||||
<Summary xml:lang="tr">boost için python kitaplık belgeleri</Summary>
|
||||
<Description xml:lang="tr">boost-python, boost için python kitaplık belgelerini içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>boost-python3</Name>
|
||||
<Summary xml:lang="tr">boost için python3 kitaplık belgeleri</Summary>
|
||||
<Description xml:lang="tr">boost-python3, boost için python3 kitaplık belgelerini içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -57,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-02-26</Date>
|
||||
<Version>2.3.3.4</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-09-02</Date>
|
||||
<Version>2.3.3.4</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Intel Threading Building Blocks Library</Summary>
|
||||
<Description>Threading Building Blocks (TBB) is a C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance.</Description>
|
||||
<Archive sha1sum="0b8e9db0c7672eea6207e6749e14ec80b1b4eaa7" type="targz">https://github.com/intel/tbb/archive/v2020.0.tar.gz</Archive>
|
||||
<Archive sha1sum="493a1faf80a7ab320448eec0fbfaedf40e9574ee" type="targz">https://github.com/intel/tbb/archive/v2020.1.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0755" target="install.sh">install.sh</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-02-12</Date>
|
||||
<Version>2020.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>2020.0</Version>
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A C++ library designed to help process WordPerfect documents</Summary>
|
||||
<Description>Library that handles Word Perfect documents.</Description>
|
||||
<Archive sha1sum="d6c49f67c12c8ae637f99d0c56dd1e271376dbb3" type="targz">mirrors://sourceforge/libwpd/libwpd-0.10.2.tar.gz</Archive> <BuildDependencies>
|
||||
<Archive sha1sum="c1254f05b2318c160d836e5583c221386db50dd2" type="tarxz">mirrors://sourceforge/libwpd/libwpd-0.10.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>libgsf-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
@@ -58,6 +59,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-02-22</Date>
|
||||
<Version>0.10.3</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>0.10.2</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A C++ library designed to help process WordPerfect Graphics documents</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="74043970b9b7c8b64a86732074ee44a419c47b68" type="tarbz2">https://sourceforge.net/projects/libwpg/files/libwpg/libwpg-0.3.2/libwpg-0.3.2.tar.bz2</Archive>
|
||||
<Archive sha1sum="20096bd99681c719164cefafc9046271de255acb" type="tarxz">https://sourceforge.net/projects/libwpg/files/libwpg/libwpg-0.3.3/libwpg-0.3.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>libwpd-devel</Dependency>
|
||||
@@ -59,6 +59,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-02-22</Date>
|
||||
<Version>0.3.3</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>0.3.2</Version>
|
||||
|
||||
@@ -48,6 +48,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2020-02-22</Date>
|
||||
<Version>0.4.10</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>0.4.10</Version>
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
#!/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 get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
WorkDir = "onig-%s" %get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
|
||||
autotools.autoreconf("-vfi")
|
||||
autotools.configure()
|
||||
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" %get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "README*", "AUTHORS", "ChangeLog")
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>oniguruma</Name>
|
||||
<Homepage>https://github.com/kkos/oniguruma/</Homepage>
|
||||
<Packager>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A regular expressions library</Summary>
|
||||
<Description>Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations that traditionally exist in different languages.</Description>
|
||||
<Archive sha1sum="894a6285ccea5c63e289b0379df833f66fa8fe3a" type="targz">https://github.com/kkos/oniguruma/releases/download/v6.9.4/onig-6.9.4.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>oniguruma</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>oniguruma-devel</Name>
|
||||
<Summary>Development files for oniguruma</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">oniguruma</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-02-22</Date>
|
||||
<Version>6.9.4</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -68,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-02-26</Date>
|
||||
<Version>2.0.15</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-09-16</Date>
|
||||
<Version>2.0.15</Version>
|
||||
|
||||
@@ -64,6 +64,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-02-26</Date>
|
||||
<Version>0.9.33</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-09-02</Date>
|
||||
<Version>0.9.33</Version>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<Archive sha1sum="a47a7e98f934d17d60a241db90be407a0abe3c5d" type="targz">http://download.librdf.org/source/redland-1.0.17.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>rasqal-devel</Dependency>
|
||||
<Dependency>unixODBC-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -24,6 +25,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>rasqal</Dependency>
|
||||
<Dependency>raptor2</Dependency>
|
||||
<Dependency>unixODBC</Dependency>
|
||||
<Dependency>libtool-ltdl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -53,7 +55,14 @@
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-02-26</Date>
|
||||
<Version>1.0.17</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-09-02</Date>
|
||||
<Version>1.0.17</Version>
|
||||
|
||||
Reference in New Issue
Block a user