Merge pull request #8813 from IdrisKalp/master

libclc and flash
This commit is contained in:
Idris Kalp
2020-11-13 01:53:25 +03:00
committed by GitHub
4 changed files with 21 additions and 7 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
ARCH = "i386" if get.ARCH() == "i686" else "x86_64"
WorkDir = get.ARCH()
#ARCH = "i386" if get.ARCH() == "i686" else "x86_64"
WorkDir = "x86_64"
NoStrip = "/"
def install():
+9 -2
View File
@@ -13,8 +13,8 @@
<Icon>flash-player-properties</Icon>
<Summary>Adobe Flash Player</Summary>
<Description>Adobe (Macromedia) Flash Player is an application to present interactive (and possibly multimedia-containing) content created using Adobe Flash.</Description>
<Archive sha1sum="49ecbb5f8a15e4f4c4a342ad6f375dcfce95a2c2" type="targz" target="i686">https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.344/flash_player_npapi_linux.i386.tar.gz</Archive>
<Archive sha1sum="0a1ce9883bfecfb2f531bd81fe108df55b2bb8ad" type="targz" target="x86_64">https://fpdownload.adobe.com/get/flashplayer/pdc/32.0.0.344/flash_player_npapi_linux.x86_64.tar.gz</Archive>
<!-- <Archive sha1sum="49ecbb5f8a15e4f4c4a342ad6f375dcfce95a2c2" type="targz" target="i686">https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.344/flash_player_npapi_linux.i386.tar.gz</Archive> -->
<Archive sha1sum="45a4e87d46e7a42bb09f8dbede5b09b7528b0019" type="targz" target="x86_64">https://fpdownload.adobe.com/get/flashplayer/pdc/32.0.0.453/flash_player_npapi_linux.x86_64.tar.gz</Archive>
<BuildDependencies>
<Dependency>nss</Dependency>
<Dependency>gtk2</Dependency>
@@ -81,6 +81,13 @@
</Package>-->
<History>
<Update release="22">
<Date>2020-11-12</Date>
<Version>32.0.0.453</Version>
<Comment>Version bump.</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="21">
<Date>2020-03-24</Date>
<Version>32.0.0.344</Version>
+1 -1
View File
@@ -17,7 +17,7 @@ def setup():
if get.buildTYPE() == "emul32":
shelltools.system("chmod +x clang32")
options = "-DLLVM_CLANG='%s/%s-%s/clang32' \
options = "-DLLVM_CLANG='%s/%s-%s.src/clang32' \
-DLLVM_CONFIG='/usr/bin/llvm-config-32' \
-DCMAKE_INSTALL_LIBDIR=lib32 \
" % (get.workDIR(), get.srcNAME(), get.srcVERSION())
+9 -2
View File
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>libclc</Name>
<Homepage>https://github.com/llvm-mirror/libclc</Homepage>
<Homepage>http://libclc.llvm.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Library requirements of the OpenCL C programming language</Summary>
<Description>Library requirements of the OpenCL C programming language</Description>
<Archive sha1sum="7bb5c4b2cd35f163a19fdf326231570e1abb1c90" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/libclc-10.0.0_20200215.tar.xz</Archive>
<Archive sha1sum="cfb734c802dd730de6e761f9c78a1dbdee173b8e" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/libclc-11.0.0.src.tar.xz</Archive>
<BuildDependencies>
<Dependency>llvm</Dependency>
<Dependency>cmake</Dependency>
@@ -61,6 +61,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-11-12</Date>
<Version>11.0.0</Version>
<Comment>Version bump</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-03-26</Date>
<Version>10.0.0_20200215</Version>