monkeys audio codec.

This commit is contained in:
4fury-c3440d8
2023-04-25 06:27:14 +03:00
parent 9a9b5c045f
commit 3be23862c0
2 changed files with 17 additions and 9 deletions
+4 -5
View File
@@ -4,16 +4,15 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools, get
from pisi.actionsapi import cmaketools, mesontools
WorkDir = "."
opts = "prefix=/usr -C Source/Projects/NonWindows"
def setup():
pass
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release -B_build -G Ninja -L")
def build():
autotools.make(opts)
mesontools.build("-C _build")
def install():
autotools.rawInstall("DESTDIR=%s %s" % (get.installDIR(), opts))
mesontools.install("-C _build")
+13 -4
View File
@@ -13,10 +13,12 @@
<PartOf>multimedia.sound</PartOf>
<Summary>Lossless audio compressor.</Summary>
<Description>Monkeys Audio is a fast and easy way to compress digital music.</Description>
<Archive sha1sum="761d17f2baf77d841e0d21870b4a3c9d3bbfb0b2" type="zip">
https://monkeysaudio.com/files/MAC_904_SDK.zip
<Archive sha1sum="3c9c33cd69e3914e927c3702903ed2ca38c52d28" type="zip">
https://monkeysaudio.com/files/MAC_1009_SDK.zip
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>libgcc</Dependency>
</BuildDependencies>
<Patches>
@@ -32,7 +34,7 @@
<Files>
<Path fileType="executable">/usr/bin/mac</Path>
<Path fileType="library">/usr/lib/libMAC.so</Path>
<Path fileType="library">/usr/lib/libMAC.so.8</Path>
<Path fileType="library">/usr/lib/libMAC.so.10</Path>
<Path fileType="data">/usr/share/doc/MAC/LICENSE</Path>
</Files>
<AdditionalFiles>
@@ -51,9 +53,16 @@
</Package>
<History>
<Update release="2">
<Date>2023-04-25</Date>
<Version>10.09</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2023-01-22</Date>
<Version>904</Version>
<Version>9.04</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>