applications-25.04.0
This commit is contained in:
@@ -0,0 +1,30 @@
|
|||||||
|
#!/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 shelltools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
shelltools.move("rapidjson-*/*", "src/deps/rapidjson")
|
||||||
|
cmaketools.configure("cmake -B build \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DOTIO_FIND_IMATH=ON \
|
||||||
|
-DOTIO_SHARED_LIBS=ON \
|
||||||
|
-DOTIO_CXX_INSTALL=ON \
|
||||||
|
-DOTIO_DEPENDENCIES_INSTALL=OFF")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
shelltools.cd("build")
|
||||||
|
cmaketools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
shelltools.cd("build")
|
||||||
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
shelltools.cd("..")
|
||||||
|
pisitools.dodoc("LICENSE*", "README*")
|
||||||
@@ -0,0 +1,64 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>opentimelineio</Name>
|
||||||
|
<Homepage>https://github.com/AcademySoftwareFoundation/OpenTimelineIO/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>Apache-2.0</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>Open Source API and interchange format for editorial timeline information</Summary>
|
||||||
|
<Description>Open Source API and interchange format for editorial timeline information</Description>
|
||||||
|
<Archive sha1sum="ac5ab0b5ca968686650e59de73a4afde6ce72534" type="targz">https://github.com/AcademySoftwareFoundation/OpenTimelineIO/archive/refs/tags/v0.17.0.tar.gz</Archive>
|
||||||
|
<Archive sha1sum="4e4fc37ace22d9eb4e8eb39004566c44b6100b7a" type="targz" target="OpenTimelineIO-0.17.0">https://github.com/Tencent/rapidjson/archive/24b5e7a8b27f42fa16b96fc70aade9106cf7102f/rapidjson-24b5e7a8b27f42fa16b96fc70aade9106cf7102f.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>cmake</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
-->
|
||||||
|
<!--
|
||||||
|
<Patches>
|
||||||
|
<Patch>opentimelineio.patch</Patch>
|
||||||
|
<Patch level="1">opentimelineio.patch</Patch>
|
||||||
|
</Patches>
|
||||||
|
-->
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>opentimelineio</Name>
|
||||||
|
<!--
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>Dep1</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
-->
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>opentimelineio-devel</Name>
|
||||||
|
<Summary>Development files for opentimelineio</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">opentimelineio</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="data">/usr/share/opentime</Path>
|
||||||
|
<Path fileType="data">/usr/share/opentimelineio</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2025-04-21</Date>
|
||||||
|
<Version>0.17.0</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>opentimelineio</Name>
|
||||||
|
<Summary xml:lang="tr">Open Source API and interchange format for editorial timeline information</Summary>
|
||||||
|
<Description xml:lang="tr">Open Source API and interchange format for editorial timeline information</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
+2037
-760
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
06de83ab448450f3a369e57240c2279fa22e1f72
|
0c57caa3fc54ebb2642f0e0dd6039f6dcffadd9c
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
47f39d1d1108bd0082256094c66ca80e0801f685
|
3994d34a0995fafb30ff2edc5c0f799ddffe43b7
|
||||||
Reference in New Issue
Block a user