Merge branch 'master' of github.com:pisilinux/main

This commit is contained in:
Ertuğrul Erata
2018-07-25 21:20:23 +03:00
34 changed files with 239 additions and 8 deletions
+7
View File
@@ -42,6 +42,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>2.1</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-03-01</Date>
<Version>2.1</Version>
@@ -64,6 +64,13 @@
</Package>
<History>
<Update release="6">
<Date>2018-07-25</Date>
<Version>1.5.3</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2018-03-20</Date>
<Version>1.5.3</Version>
+9 -2
View File
@@ -8,13 +8,20 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
#WorkDir = "boost-%s" % get.srcVERSION()
def setup():
shelltools.system("./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2.7 --prefix=%s/usr" % get.installDIR())
shelltools.cd("%s" % get.workDIR())
shelltools.move("boost_*", "boost-%s" % get.srcVERSION())
#hata vermemesi icin doysa isminin alt tire isaretinden ayıklanması boost-1.63.0 gibi düzeltilmesi gerekli
shelltools.cd("boost-%s" % get.srcVERSION())
shelltools.copytree("../boost-%s" % (get.srcVERSION().replace("_", "~")), "../boost-%s-36" % get.srcVERSION())
shelltools.system("./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2.7 --prefix=%s/usr" % get.installDIR())
#shelltools.copytree("../boost-%s" % (get.srcVERSION().replace("_", "~")), "../boost-%s-36" % get.srcVERSION())
shelltools.cd("../boost-%s-36" % get.srcVERSION())
shelltools.system("sed -e '/using python/ s@;@: /usr/include/python${PYTHON_VERSION/3*/${PYTHON_VERSION}m} ;@' \
-i bootstrap.sh")
+8 -1
View File
@@ -13,7 +13,7 @@
<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>
<Archive sha1sum="5f2abb63958accefde2f6d670e947284385211d8" type="tarbz2">https://sourceforge.net/projects/pisilinux/files/source/boost-1.66.0.tar.bz2</Archive>
<Archive sha1sum="b6b284acde2ad7ed49b44e856955d7b1ea4e9459" type="tarbz2">https://sourceforge.net/projects/boost/files/boost/1.66.0/boost_1_66_0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>bzip2</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -84,6 +84,13 @@
</Package>
<History>
<Update release="9">
<Date>2018-07-25</Date>
<Version>1.66.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2018-03-22</Date>
<Version>1.66.0</Version>
+1 -1
View File
@@ -29,7 +29,7 @@ def build():
autotools.make()
def check():
autotools.make("check")
autotools.make("-k check || true")
def install():
autotools.rawInstall('-j1 DESTDIR="%s"' % get.installDIR())
+7
View File
@@ -31,6 +31,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>4.84</Version>
<Comment>Rebuild with new toolchain</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-04-29</Date>
<Version>4.84</Version>
+7
View File
@@ -58,6 +58,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>1.6.2</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-05</Date>
<Version>1.6.2</Version>
+7
View File
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>1.0.7</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-01-30</Date>
<Version>1.0.7</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>X.Org XScrnSaver library</Summary>
<Description>LibXScrnSaver allows using screensavers in X clients.</Description>
<Archive sha1sum="7b8298eec371c33a71232e3653370a98f03c6c88" type="tarbz2">mirrors://xorg/individual/lib/libXScrnSaver-1.2.2.tar.bz2</Archive>
<Archive sha1sum="70c791c5755a298ecf1a0823e239a24fa4b2b42f" type="tarbz2">mirrors://xorg/individual/lib/libXScrnSaver-1.2.3.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libXext-devel</Dependency>
<Dependency>libX11-devel</Dependency>
@@ -69,6 +69,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>1.2.3</Version>
<Comment>Version Bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-02</Date>
<Version>1.2.2</Version>
+7
View File
@@ -87,6 +87,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>1.0.13</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-03-02</Date>
<Version>1.0.13</Version>
+7
View File
@@ -66,6 +66,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>0.4.4</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-02</Date>
<Version>0.4.4</Version>
+7
View File
@@ -75,6 +75,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-07-25</Date>
<Version>1.1.15</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-02-22</Date>
<Version>1.1.15</Version>
+7
View File
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>1.1.4</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-02</Date>
<Version>1.1.4</Version>
+7
View File
@@ -67,6 +67,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>5.0.3</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-01-29</Date>
<Version>5.0.3</Version>
+7
View File
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-07-25</Date>
<Version>1.5.4</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-02-22</Date>
<Version>1.5.4</Version>
+7
View File
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="3">
<Date>2018-07-25</Date>
<Version>2.0.3</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-02-22</Date>
<Version>2.0.3</Version>
+7
View File
@@ -82,6 +82,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>2.3.2</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-02</Date>
<Version>2.3.2</Version>
+7
View File
@@ -71,6 +71,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-07-25</Date>
<Version>1.7.9</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2017-01-29</Date>
<Version>1.7.9</Version>
+7
View File
@@ -69,6 +69,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>1.1.3</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-02</Date>
<Version>1.1.3</Version>
+7
View File
@@ -73,6 +73,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>1.1.2</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-02</Date>
<Version>1.1.2</Version>
+7
View File
@@ -73,6 +73,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>1.0.3</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-02</Date>
<Version>1.0.3</Version>
+7
View File
@@ -72,6 +72,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>3.5.12</Version>
<Comment>Version bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-02</Date>
<Version>3.5.12</Version>
+7
View File
@@ -76,6 +76,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-07-25</Date>
<Version>1.5.1</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-02-02</Date>
<Version>1.5.1</Version>
+7
View File
@@ -66,6 +66,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-07-25</Date>
<Version>0.9.10</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-02-02</Date>
<Version>0.9.10</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>X.Org Xres library</Summary>
<Description>X-Resource is an extension that allows a client to query the X server about its usage of various resources.</Description>
<Archive sha1sum="45e09c6b771af5d8c448ce31de65d15bf83b7579" type="tarbz2">mirrors://xorg/individual/lib/libXres-1.0.7.tar.bz2</Archive>
<Archive sha1sum="b6996ab05460a3b7311f02da23ddf117a5442fd9" type="tarbz2">mirrors://xorg/individual/lib/libXres-1.2.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libX11-devel</Dependency>
<Dependency>libXext-devel</Dependency>
@@ -47,6 +47,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>1.2.0</Version>
<Comment>Version Bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-02</Date>
<Version>1.0.7</Version>
+7
View File
@@ -74,6 +74,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-07-25</Date>
<Version>1.2.3</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-01-30</Date>
<Version>1.2.3</Version>
+7
View File
@@ -71,6 +71,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-07-25</Date>
<Version>1.0.11</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-02-02</Date>
<Version>1.0.11</Version>
+7
View File
@@ -74,6 +74,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-07-25</Date>
<Version>1.0.10</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-02-02</Date>
<Version>1.0.10</Version>
+7
View File
@@ -65,6 +65,13 @@
</Files>
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>1.1.4</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-02</Date>
<Version>1.1.4</Version>
+7
View File
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>1.0.3</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-05</Date>
<Version>1.0.3</Version>
+7
View File
@@ -43,6 +43,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>0.9.3</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-05</Date>
<Version>0.9.3</Version>
+7
View File
@@ -66,6 +66,13 @@
</Files>
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>1.1.4</Version>
<Comment>Rebuild for new toolchain.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-02</Date>
<Version>1.1.4</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>X.Org dmx library</Summary>
<Description>libdmx is the X Window System DMX (Distributed Multihead X) extension library.</Description>
<Archive sha1sum="0eeac14a06cffb04a1c78793563f233a8f8b79be" type="tarbz2">mirrors://xorg/individual/lib/libdmx-1.1.3.tar.bz2</Archive>
<Archive sha1sum="499e2540ca0e94ca858037865243c3c60908fd94" type="tarbz2">mirrors://xorg/individual/lib/libdmx-1.1.4.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libXext-devel</Dependency>
<Dependency>libX11-devel</Dependency>
@@ -47,6 +47,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-07-25</Date>
<Version>1.1.4</Version>
<Comment>Version Bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-15</Date>
<Version>1.1.3</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Userspace interface to kernel DRM services</Summary>
<Description>libdrm is a library providing the userspace interface to kernel DRM services.</Description>
<Archive sha1sum="43123da26271df9a29deb687c1855bef3fed249c" type="tarbz2">https://dri.freedesktop.org/libdrm/libdrm-2.4.89.tar.bz2</Archive>
<Archive sha1sum="aad04c8e35cd3ab589ff085b20f75ba43e086647" type="tarbz2">https://dri.freedesktop.org/libdrm/libdrm-2.4.92.tar.bz2</Archive>
<BuildDependencies>
<Dependency versionFrom="0.13.5">libpciaccess-devel</Dependency>
<Dependency>util-macros</Dependency>
@@ -206,6 +206,13 @@
</Package>
<History>
<Update release="7">
<Date>2018-07-25</Date>
<Version>2.4.92</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2018-02-16</Date>
<Version>2.4.89</Version>