libfdk-aac:First release
This commit is contained in:
@@ -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 shelltools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
shelltools.system("./autogen.sh")
|
||||||
|
autotools.configure("--disable-static")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
#pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||||
@@ -0,0 +1,49 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libfdk-aac</Name>
|
||||||
|
<Homepage>https://github.com/mstorsjo/fdk-aac</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>custom</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>Fraunhofer FDK AAC codec library</Summary>
|
||||||
|
<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>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libfdk-aac</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libfdk-aac-devel</Name>
|
||||||
|
<Summary>Development files for libfdk-aac</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">libfdk-aac</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="data">/usr/lib/cmake</Path>
|
||||||
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2019-11-04</Date>
|
||||||
|
<Version>2.0.1</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>libfdk-aac</Name>
|
||||||
|
<Summary xml:lang="tr">Fraunhofer FDK AAC codec library</Summary>
|
||||||
|
<Description xml:lang="tr">Fraunhofer FDK AAC codec library</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
+203595
-203187
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
00b25b3d7ea04c2feb3de2096bb8ce50fae61ce6
|
dfb6f1ecac12a84ac440bc8b7526120b1627e618
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
cf0e4cea3f19bfaf22e8ba85c55627b0c9909df6
|
ae8d29352130d73b63aab6d18a0ebc591cd17516
|
||||||
Reference in New Issue
Block a user