This commit is contained in:
4fury-c3440d8
2022-07-08 18:41:02 +03:00
committed by ayhanyalcinsoy
parent a32e6f35a9
commit e0a0ce2b4c
2 changed files with 9 additions and 4 deletions
+1 -3
View File
@@ -4,9 +4,7 @@
# 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 cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import cmaketools, pisitools, get
def setup():
cmaketools.configure()
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>Flacon is a open source audio file encoder.</Summary>
<Description>You can split a single large audio file containing the entire album into the separate audio tracks.</Description>
<Archive sha1sum="e4b43638421ec225619ae24b8dcc884224e296c7" type="targz">https://github.com/flacon/flacon/archive/refs/tags/v8.3.0.tar.gz</Archive>
<Archive sha1sum="c20b4fdd47a15adfe0935a58f99e24d2f195d5f8" type="targz">https://github.com/flacon/flacon/archive/refs/tags/v9.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>taglib-devel</Dependency>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="4">
<Date>2022-07-08</Date>
<Version>9.1.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2022-04-16</Date>
<Version>8.3.0</Version>