rebuild.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# 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 pisitools
|
||||
@@ -14,7 +14,7 @@ def setup():
|
||||
autotools.autoreconf("-vfi")
|
||||
|
||||
autotools.configure("--without-xmms \
|
||||
--with-drm \
|
||||
--without-drm \
|
||||
--disable-static")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?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>
|
||||
<Source>
|
||||
<Name>faad2</Name>
|
||||
@@ -14,27 +14,23 @@
|
||||
<Summary>MPEG2 and MPEG4 AAC decoder</Summary>
|
||||
<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>
|
||||
<!--
|
||||
<BuildDependencies>
|
||||
<Dependency>libmp4v2-devel</Dependency>
|
||||
<!-- <Dependency>libmp4v2-devel</Dependency> -->
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch level="1">faad2-2.7-libmp4ff-shared-lib.patch</Patch>
|
||||
<Patch level="1">faad2-2.7-man1_MANS.patch</Patch>
|
||||
<Patch>faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch</Patch>
|
||||
<!--
|
||||
<Patch level="1">faad2-2.7-libmp4ff-shared-lib.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>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>faad2</Name>
|
||||
<!--
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libmp4v2</Dependency>
|
||||
<!-- <Dependency>libmp4v2</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
-->
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -55,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>2.8.8</Version>
|
||||
|
||||
Reference in New Issue
Block a user