Merge pull request #9120 from Rmys/master

pugixml
This commit is contained in:
Rmys
2021-03-11 15:00:09 +03:00
committed by GitHub
8 changed files with 171 additions and 6 deletions
@@ -20,6 +20,7 @@
<Dependency>boost-devel</Dependency>
<Dependency>boost-python3</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>pugixml-devel</Dependency>
<Dependency>openexr-devel</Dependency>
<Dependency>ilmbase-devel</Dependency>
<Dependency>glew-devel</Dependency>
@@ -50,6 +51,7 @@
<Dependency>webp</Dependency>
<Dependency>boost</Dependency>
<Dependency>opencv</Dependency>
<Dependency>pugixml</Dependency>
<Dependency>openssl</Dependency>
<Dependency>giflib</Dependency>
<Dependency>pybind11</Dependency>
@@ -83,6 +85,7 @@
<Dependency>boost-devel</Dependency>
<Dependency>opencv-devel</Dependency>
<Dependency>giflib-devel</Dependency>
<Dependency>pugixml-devel</Dependency>
<Dependency>ilmbase-devel</Dependency>
<Dependency>openjpeg2-devel</Dependency>
<Dependency>openexr-devel</Dependency>
+20
View File
@@ -0,0 +1,20 @@
#!/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("-DBUILD_SHARED_LIBS=ON")
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("*.md")
+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pugixml</Name>
<Homepage>https://github.com/zeux/pugixml</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>A light-weight C++ XML processing library</Summary>
<Description>A light-weight C++ XML processing library</Description>
<Archive sha1sum="c82dd9589ff56c978ecdb5c8ce55989697b08618" type="targz">https://github.com/zeux/pugixml/archive/v1.11.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>pugixml.patch</Patch>
<Patch level="1">pugixml.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>pugixml</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>pugixml-devel</Name>
<Summary>Development files for pugixml</Summary>
<RuntimeDependencies>
<Dependency release="current">pugixml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-03-11</Date>
<Version>1.11.4</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>pugixml</Name>
<Summary xml:lang="tr">A light-weight C++ XML processing library</Summary>
<Description xml:lang="tr">A light-weight C++ XML processing library</Description>
</Source>
</PISI>
+77 -4
View File
@@ -201728,6 +201728,60 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>pugixml</Name>
<Homepage>https://github.com/zeux/pugixml</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<PartOf>multimedia.misc</PartOf>
<Summary xml:lang="en">A light-weight C++ XML processing library</Summary>
<Summary xml:lang="tr">A light-weight C++ XML processing library</Summary>
<Description xml:lang="en">A light-weight C++ XML processing library</Description>
<Description xml:lang="tr">A light-weight C++ XML processing library</Description>
<Archive type="targz" sha1sum="c82dd9589ff56c978ecdb5c8ce55989697b08618" name="v1.11.4.tar.gz">https://github.com/zeux/pugixml/archive/v1.11.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
<SourceURI>multimedia/misc/pugixml/pspec.xml</SourceURI>
</Source>
<Package>
<Name>pugixml</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>pugixml-devel</Name>
<Summary xml:lang="en">Development files for pugixml</Summary>
<RuntimeDependencies>
<Dependency release="1">pugixml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-03-11</Date>
<Version>1.11.4</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>sdl-ttf</Name>
@@ -205112,7 +205166,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Update release="1">
<Date>2021-03-10</Date>
<Version>1.11.0</Version>
<Comment>First release</Comment>
<Comment>First release.</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
@@ -206066,7 +206120,7 @@ cleaner, which will allow to add new features in the future.</Description>
<Description xml:lang="en">blender is the essential software solution you need for 3D, from modeling, animation, rendering and post-production to interactive creation and playback.</Description>
<Description xml:lang="tr">Blender 3B modelleme ve animasyon yapmaya yarayan açık kaynak bir yazılımdır.</Description>
<Icon>blender</Icon>
<Archive type="tarxz" sha1sum="81f675862fd3ea442ede5dbac0b5a65b5e0c6c85" name="blender-2.91.2.tar.xz">http://download.blender.org/source/blender-2.91.2.tar.xz</Archive>
<Archive type="tarxz" sha1sum="b797401c2f5f1f1a63347fd1c0d568629e9c5bf7" name="blender-2.92.0.tar.xz">http://download.blender.org/source/blender-2.92.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>cmake</Dependency>
@@ -206168,6 +206222,13 @@ cleaner, which will allow to add new features in the future.</Description>
</AdditionalFiles>
</Package>
<History>
<Update release="16">
<Date>2021-03-11</Date>
<Version>2.92.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2021-01-20</Date>
<Version>2.91.2</Version>
@@ -210995,13 +211056,15 @@ cleaner, which will allow to add new features in the future.</Description>
<Summary xml:lang="en">Library for reading and writing images</Summary>
<Summary xml:lang="tr">Görüntüleri okuma ve yazma için bir kütüphane</Summary>
<Description xml:lang="en">OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications.</Description>
<Archive type="targz" sha1sum="bf2ad848d34efca44e82f41a39f1084e2d26450c" name="Release-2.0.13.tar.gz">https://github.com/OpenImageIO/oiio/archive/Release-2.0.13.tar.gz</Archive>
<Archive type="targz" sha1sum="45cf6dd988cd024ce62817e211a8c1e8cc8a7c85" name="Release-2.2.12.0.tar.gz">https://github.com/OpenImageIO/oiio/archive/Release-2.2.12.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>cmake</Dependency>
<Dependency>pybind11</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>boost-python3</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>pugixml-devel</Dependency>
<Dependency>openexr-devel</Dependency>
<Dependency>ilmbase-devel</Dependency>
<Dependency>glew-devel</Dependency>
@@ -211029,8 +211092,10 @@ cleaner, which will allow to add new features in the future.</Description>
<Dependency>webp</Dependency>
<Dependency>boost</Dependency>
<Dependency>opencv</Dependency>
<Dependency>pugixml</Dependency>
<Dependency>openssl</Dependency>
<Dependency>giflib</Dependency>
<Dependency>pybind11</Dependency>
<Dependency>ilmbase</Dependency>
<Dependency>openjpeg2</Dependency>
<Dependency>openexr-libs</Dependency>
@@ -211054,12 +211119,13 @@ cleaner, which will allow to add new features in the future.</Description>
<Summary xml:lang="en">Development files for openimageio</Summary>
<Summary xml:lang="tr">openimageio için geliştirme başlıkları</Summary>
<RuntimeDependencies>
<Dependency release="11">openimageio</Dependency>
<Dependency release="12">openimageio</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>webp-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>opencv-devel</Dependency>
<Dependency>giflib-devel</Dependency>
<Dependency>pugixml-devel</Dependency>
<Dependency>ilmbase-devel</Dependency>
<Dependency>openjpeg2-devel</Dependency>
<Dependency>openexr-devel</Dependency>
@@ -211076,6 +211142,13 @@ cleaner, which will allow to add new features in the future.</Description>
</Files>
</Package>
<History>
<Update release="12">
<Date>2021-03-10</Date>
<Version>2.2.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2020-09-18</Date>
<Version>2.0.13</Version>
+1 -1
View File
@@ -1 +1 @@
a01b441a262ffdbeb20d46a29b5e2872e4c0cb00
c45a92efc6fa1873e88c61590ae6514ec0964c8f
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
1cc684d2468492572f1571571e46c4ed3b6f5117
18ac1f797c30f96c10ccd31e2b65c88ceb9060f4