libde265 new package

This commit is contained in:
Rmys
2024-11-02 11:11:00 +03:00
parent 197eaff58b
commit 08fc634ab4
7 changed files with 1370 additions and 339 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-silent-rules \
--disable-sherlock265 \
--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*")
+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>libde265</Name>
<Homepage>https://github.com/strukturag/libde265/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>Open h.265 video codec implementation</Summary>
<Description>Open h.265 video kodek uygulaması</Description>
<Archive sha1sum="4f242cf6bfa60502f235c66f43567b0a07a2c6c9" type="targz">https://github.com/strukturag/libde265/releases/download/v1.0.15/libde265-1.0.15.tar.gz</Archive>
<BuildDependencies>
<Dependency>libsdl2-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libde265.patch</Patch>
<Patch level="1">libde265.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libde265</Name>
<RuntimeDependencies>
<Dependency>libsdl2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libde265-devel</Name>
<Summary>Development files for libde265</Summary>
<RuntimeDependencies>
<Dependency release="current">libde265</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-11-02</Date>
<Version>1.0.15</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>libde265</Name>
<Summary xml:lang="tr">Open h.265 video codec implementation</Summary>
<Description xml:lang="tr">Open h.265 video kodek uygulaması</Description>
</Source>
</PISI>
+1277 -337
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
5193fa26e64f34ef4bdb0a70735fc0f75e5f527d
d8f292c49a196450b09974b5bbf9b34c0e60780d
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
ac3b5aec0f0f353eff9cfc2a9a4c4f966ec29e13
19022860ef1264db574c7b374e0ccebd3511d84a