flacon version bump.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/python
|
||||
# -*- 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 cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?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>
|
||||
<Source>
|
||||
<Name>flacon</Name>
|
||||
@@ -9,12 +9,13 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>An Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks</Summary>
|
||||
<Description>Bir Ses Dosyası Kodlayıcısı. Ses parçalarını bir ses CD görüntüsünden ayrı parçalara ayıklar.</Description>
|
||||
<Archive sha1sum="db4f2b6f3893038d17ce4b3510542be98ad7f162" type="targz">https://github.com/flacon/flacon/archive/v5.5.1.tar.gz</Archive>
|
||||
<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="d372cce2c97020096c3395f5186c6ca71a56d597" type="targz">https://github.com/flacon/flacon/archive/refs/tags/v8.2.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>taglib-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>uchardet-devel</Dependency>
|
||||
@@ -24,6 +25,8 @@
|
||||
<Package>
|
||||
<Name>flacon</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>taglib</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>uchardet</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -38,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-01-17</Date>
|
||||
<Version>8.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-04-26</Date>
|
||||
<Version>5.5.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user