This commit is contained in:
4fury-c3440d8
2022-11-11 14:04:22 +03:00
parent 7d92297d06
commit d0f83c7670
2 changed files with 17 additions and 13 deletions
+3 -8
View File
@@ -1,13 +1,10 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- 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 shelltools, autotools, get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup(): def setup():
shelltools.system("./autogen.sh") shelltools.system("./autogen.sh")
@@ -18,5 +15,3 @@ def build():
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
+14 -5
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://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>libfdk-aac</Name> <Name>libfdk-aac</Name>
@@ -12,7 +12,9 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Fraunhofer FDK AAC codec library</Summary> <Summary>Fraunhofer FDK AAC codec library</Summary>
<Description>Fraunhofer FDK AAC codec library</Description> <Description>Fraunhofer FDK AAC codec library</Description>
<Archive sha1sum="3684ed4081d006bb476215ccb632b0f241892edf" type="targz">https://github.com/mstorsjo/fdk-aac/archive/v2.0.1.tar.gz</Archive> <Archive sha1sum="579b34e8174b4feb21a9c598695f5ff4a7ceef8c" type="targz">
mirrors://sourceforge/project/opencore-amr/fdk-aac/fdk-aac-2.0.2.tar.gz
</Archive>
</Source> </Source>
<Package> <Package>
@@ -23,7 +25,7 @@
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
</Files> </Files>
</Package> </Package>
<Package> <Package>
<Name>libfdk-aac-devel</Name> <Name>libfdk-aac-devel</Name>
<Summary>Development files for libfdk-aac</Summary> <Summary>Development files for libfdk-aac</Summary>
@@ -36,8 +38,15 @@
<Path fileType="library">/usr/lib/pkgconfig</Path> <Path fileType="library">/usr/lib/pkgconfig</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="3">
<Date>2022-11-11</Date>
<Version>2.0.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2"> <Update release="2">
<Date>2020-01-18</Date> <Date>2020-01-18</Date>
<Version>2.0.1</Version> <Version>2.0.1</Version>