libmp4v2.

This commit is contained in:
4fury-c3440d8
2021-12-21 06:12:15 +03:00
parent f77b721ddf
commit 5e5d7aff03
4 changed files with 103 additions and 108 deletions
+5 -6
View File
@@ -2,20 +2,19 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
autotools.configure("--disable-static") autotools.configure("CXXFLAGS='-Wno-narrowing' --disable-static")
def build(): def build():
autotools.make() autotools.make()
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s man" % get.installDIR())
pisitools.dodoc("README", "doc/*.txt") pisitools.removeDir("/usr/share")
@@ -1,11 +0,0 @@
--- src/rtphint.cpp 2012-05-20 16:11:53.000000000 -0600
+++ src/rtphint.cpp 2017-05-16 10:25:26.930705191 -0600
@@ -339,7 +339,7 @@
pSlash = strchr(pSlash, '/');
if (pSlash != NULL) {
pSlash++;
- if (pSlash != '\0') {
+ if (*pSlash != '\0') {
length = (uint32_t)strlen(pRtpMap) - (pSlash - pRtpMap);
*ppEncodingParams = (char *)MP4Calloc(length + 1);
strncpy(*ppEncodingParams, pSlash, length);
+87 -80
View File
@@ -1,86 +1,93 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>libmp4v2</Name> <Name>libmp4v2</Name>
<Homepage>https://code.google.com/archive/p/mp4v2/</Homepage> <Homepage>https://github.com/TechSmith/mp4v2</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>Pisi Linux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>MPL-1.1</License> <License>MPL-1.1</License>
<IsA>library</IsA> <IsA>library</IsA>
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>MPEG4 library</Summary> <Summary>MPEG4 library</Summary>
<Description>MPEG4 library extracted from MPEG4IP, usually used in 3D sound systems.</Description> <Description>MPEG4 library extracted from MPEG4IP, usually used in 3D sound systems.</Description>
<Archive sha1sum="193260cfb7201e6ec250137bcca1468d4d20e2f0" type="tarbz2">https://sources.archlinux.org/other/packages/libmp4v2/mp4v2-2.0.0.tar.bz2</Archive> <Archive sha1sum="43d1c9510fa7257f19b290d86693328be819494b" type="targz">
<BuildDependencies> https://github.com/TechSmith/mp4v2/archive/refs/tags/Release-ThirdParty-MP4v2-5.0.1.tar.gz
<Dependency>libgcc</Dependency> </Archive>
</BuildDependencies> <BuildDependencies>
<Patches> <Dependency>libgcc</Dependency>
<Patch>libmp4v2-c++11.patch</Patch> </BuildDependencies>
</Patches> <Patches>
</Source> <!-- <Patch>libmp4v2-c++11.patch</Patch> -->
</Patches>
</Source>
<Package> <Package>
<Name>libmp4v2</Name> <Name>libmp4v2</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/libmp4v2</Path> </Files>
<Path fileType="man">/usr/share/man</Path> </Package>
</Files>
</Package>
<Package> <Package>
<Name>libmp4v2-devel</Name> <Name>libmp4v2-devel</Name>
<Summary>Development files for libmp4v2</Summary> <Summary>Development files for libmp4v2</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">libmp4v2</Dependency> <Dependency release="current">libmp4v2</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="5"> <Update release="6">
<Date>2020-01-18</Date> <Date>2021-11-27</Date>
<Version>2.0.0</Version> <Version>5.0.1</Version>
<Comment>Rebuild</Comment> <Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name> <Name>fury</Name>
<Email>admin@pisilinux.org</Email> <Email>uglyside@yandex.ru</Email>
</Update> </Update>
<Update release="4"> <Update release="5">
<Date>2018-08-01</Date> <Date>2020-01-18</Date>
<Version>2.0.0</Version> <Version>2.0.0</Version>
<Comment>Rebuild</Comment> <Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name> <Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Update> </Update>
<Update release="3"> <Update release="4">
<Date>2017-02-11</Date> <Date>2018-08-01</Date>
<Version>2.0.0</Version> <Version>2.0.0</Version>
<Comment>Rebuild</Comment> <Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name> <Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Update> </Update>
<Update release="2"> <Update release="3">
<Date>2016-06-09</Date> <Date>2017-02-11</Date>
<Version>2.0.0</Version> <Version>2.0.0</Version>
<Comment>Release Bump</Comment> <Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name> <Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Update> </Update>
<Update release="1"> <Update release="2">
<Date>2014-05-20</Date> <Date>2016-06-09</Date>
<Version>2.0.0</Version> <Version>2.0.0</Version>
<Comment>First release</Comment> <Comment>Release Bump</Comment>
<Name>Serdar Soytetir</Name> <Name>Pisi Linux Community</Name>
<Email>kaptan@pisilinux.org</Email> <Email>admin@pisilinux.org</Email>
</Update> </Update>
</History> <Update release="1">
<Date>2014-05-20</Date>
<Version>2.0.0</Version>
<Comment>First release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI> </PISI>
+11 -11
View File
@@ -1,15 +1,15 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<PISI> <PISI>
<Source> <Source>
<Name>libmp4v2</Name> <Name>libmp4v2</Name>
<Summary xml:lang="tr">MPEG4 kütüphanesi</Summary> <Summary xml:lang="tr">MPEG4 kütüphanesi</Summary>
<Description xml:lang="tr">Genellikle 3B ses işleme uygulamalarında kullanılan, MPEG4IP yazılımının parçası olan MPEG4 kütüphanesi.</Description> <Description xml:lang="tr">Genellikle 3B ses işleme uygulamalarında kullanılan, MPEG4IP yazılımının parçası olan MPEG4 kütüphanesi.</Description>
<Description xml:lang="fr">Librairie MPEG4 extraite de MPEG4IP, habituellement utilisée dans les sytèmes de son 3D.</Description> <Description xml:lang="fr">Librairie MPEG4 extraite de MPEG4IP, habituellement utilisée dans les sytèmes de son 3D.</Description>
<Description xml:lang="es">Librería MPEG4 parte de MPEG4IP, comúnmente utilizado en sistemas de sonido 3D.</Description> <Description xml:lang="es">Librería MPEG4 parte de MPEG4IP, comúnmente utilizado en sistemas de sonido 3D.</Description>
</Source> </Source>
<Package> <Package>
<Name>libmp4v2-devel</Name> <Name>libmp4v2-devel</Name>
<Summary xml:lang="tr">libmp4v2 için geliştirme dosyaları</Summary> <Summary xml:lang="tr">libmp4v2 için geliştirme dosyaları</Summary>
</Package> </Package>
</PISI> </PISI>