This commit is contained in:
4fury
2020-03-03 12:22:54 +03:00
parent 89c152842b
commit 4d01429019
2 changed files with 17 additions and 14 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
# -*- 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
@@ -14,7 +14,7 @@ def setup():
autotools.autoreconf("-vfi") autotools.autoreconf("-vfi")
autotools.configure("--without-xmms \ autotools.configure("--without-xmms \
--with-drm \ --without-drm \
--disable-static") --disable-static")
def build(): def build():
+15 -12
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>faad2</Name> <Name>faad2</Name>
@@ -14,27 +14,23 @@
<Summary>MPEG2 and MPEG4 AAC decoder</Summary> <Summary>MPEG2 and MPEG4 AAC decoder</Summary>
<Description>FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder.</Description> <Description>FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder.</Description>
<Archive sha1sum="0d49c516d4a83c39053a9bd214fddba72cbc34ad" type="targz">https://downloads.sourceforge.net/faac/faad2-2.8.8.tar.gz</Archive> <Archive sha1sum="0d49c516d4a83c39053a9bd214fddba72cbc34ad" type="targz">https://downloads.sourceforge.net/faac/faad2-2.8.8.tar.gz</Archive>
<!--
<BuildDependencies> <BuildDependencies>
<Dependency>libmp4v2-devel</Dependency> <!-- <Dependency>libmp4v2-devel</Dependency> -->
</BuildDependencies> </BuildDependencies>
-->
<!--
<Patches> <Patches>
<Patch level="1">faad2-2.7-libmp4ff-shared-lib.patch</Patch> <!--
<Patch level="1">faad2-2.7-man1_MANS.patch</Patch> <Patch level="1">faad2-2.7-libmp4ff-shared-lib.patch</Patch>
<Patch>faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch</Patch> <Patch level="1">faad2-2.7-man1_MANS.patch</Patch>
<Patch>faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch</Patch>
-->
</Patches> </Patches>
-->
</Source> </Source>
<Package> <Package>
<Name>faad2</Name> <Name>faad2</Name>
<!--
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>libmp4v2</Dependency> <!-- <Dependency>libmp4v2</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>
@@ -55,6 +51,13 @@
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2020-03-03</Date>
<Version>2.8.8</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2020-01-18</Date> <Date>2020-01-18</Date>
<Version>2.8.8</Version> <Version>2.8.8</Version>