tagparser-12.4.0
This commit is contained in:
@@ -4,19 +4,21 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
from pisi.actionsapi import mesontools, cmaketools
|
from pisi.actionsapi import mesontools, cmaketools, pisitools
|
||||||
|
|
||||||
i = ''.join([
|
i = ''.join([
|
||||||
' -DCMAKE_BUILD_TYPE=Release',
|
' -DCMAKE_BUILD_TYPE=Release',
|
||||||
' -DBUILD_SHARED_LIBS=ON',
|
' -DBUILD_SHARED_LIBS=ON',
|
||||||
' -B_build -G Ninja -L '
|
' -Bbuild -G Ninja -L '
|
||||||
])
|
])
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure(i)
|
cmaketools.configure(i)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
mesontools.build("-C _build")
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
mesontools.install("-C _build")
|
mesontools.install()
|
||||||
|
|
||||||
|
pisitools.dodoc("LICENSE")
|
||||||
|
|||||||
+113
-110
@@ -1,123 +1,126 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>tagparser</Name>
|
<Name>tagparser</Name>
|
||||||
<Homepage>https://github.com/Martchus/tagparser</Homepage>
|
<Homepage>https://github.com/Martchus/tagparser</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>GPL-2</License>
|
<License>GPLv2</License>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<PartOf>multimedia.misc</PartOf>
|
<PartOf>multimedia.misc</PartOf>
|
||||||
<Summary>C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags.</Summary>
|
<Summary>C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags.</Summary>
|
||||||
<Description>C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags.</Description>
|
<Description>C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags.</Description>
|
||||||
<Archive sha1sum="df3895ba218a8195f1929e7910c2233cbb6fb265" type="targz">
|
<Archive sha1sum="0bdff162f2779749db53fa80c35e511293a5eb05" type="targz">https://github.com/Martchus/tagparser/archive/v12.4.0/tagparser-12.4.0.tar.gz</Archive>
|
||||||
https://github.com/Martchus/tagparser/archive/refs/tags/v11.6.0.tar.gz
|
<BuildDependencies>
|
||||||
</Archive>
|
<Dependency>cmake</Dependency>
|
||||||
<BuildDependencies>
|
<Dependency>ninja</Dependency>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
<Dependency>ninja</Dependency>
|
<Dependency>openssl-devel</Dependency>
|
||||||
<Dependency>doxygen</Dependency>
|
<Dependency>cppunit-devel</Dependency>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>iso-codes-devel</Dependency>
|
||||||
<Dependency>openssl-devel</Dependency>
|
<Dependency>cpp-utilities-devel</Dependency>
|
||||||
<Dependency>cppunit-devel</Dependency>
|
</BuildDependencies>
|
||||||
<Dependency>iso-codes-devel</Dependency>
|
</Source>
|
||||||
<Dependency>cpp-utilities-devel</Dependency>
|
|
||||||
</BuildDependencies>
|
|
||||||
</Source>
|
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>tagparser</Name>
|
<Name>tagparser</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>zlib</Dependency>
|
<Dependency>zlib</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>cpp-utilities</Dependency>
|
||||||
<Dependency>cpp-utilities</Dependency>
|
</RuntimeDependencies>
|
||||||
</RuntimeDependencies>
|
<Files>
|
||||||
<Files>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="data">/usr/share</Path>
|
||||||
<Path fileType="data">/usr/share</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
</Files>
|
||||||
</Files>
|
</Package>
|
||||||
</Package>
|
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>tagparser-devel</Name>
|
<Name>tagparser-devel</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency release="current">tagparser</Dependency>
|
<Dependency release="current">tagparser</Dependency>
|
||||||
<Dependency>cpp-utilities-devel</Dependency>
|
<Dependency>cpp-utilities-devel</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
<Path fileType="data">/usr/share/tagparser</Path>
|
<Path fileType="data">/usr/share/tagparser</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="9">
|
<Update release="10">
|
||||||
|
<Date>2025-02-10</Date>
|
||||||
|
<Version>12.4.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="9">
|
||||||
<Date>2024-12-28</Date>
|
<Date>2024-12-28</Date>
|
||||||
<Version>11.6.0</Version>
|
<Version>11.6.0</Version>
|
||||||
<Comment>Rebuild.</Comment>
|
<Comment>Rebuild.</Comment>
|
||||||
<Name>Pisi Linux Community</Name>
|
<Name>Pisi Linux Community</Name>
|
||||||
<Email>admin@pisilinux.org</Email>
|
<Email>admin@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2023-03-08</Date>
|
<Date>2023-03-08</Date>
|
||||||
<Version>11.6.0</Version>
|
<Version>11.6.0</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2023-02-02</Date>
|
<Date>2023-02-02</Date>
|
||||||
<Version>11.5.1</Version>
|
<Version>11.5.1</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2022-11-23</Date>
|
<Date>2022-11-23</Date>
|
||||||
<Version>11.5.0</Version>
|
<Version>11.5.0</Version>
|
||||||
<Comment>Rebuild.</Comment>
|
<Comment>Rebuild.</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2022-09-09</Date>
|
<Date>2022-09-09</Date>
|
||||||
<Version>11.5.0</Version>
|
<Version>11.5.0</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="4">
|
<Update release="4">
|
||||||
<Date>2022-04-14</Date>
|
<Date>2022-04-14</Date>
|
||||||
<Version>11.1.0</Version>
|
<Version>11.1.0</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2022-02-05</Date>
|
<Date>2022-02-05</Date>
|
||||||
<Version>10.4.0</Version>
|
<Version>10.4.0</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2021-11-04</Date>
|
<Date>2021-11-04</Date>
|
||||||
<Version>10.3.1</Version>
|
<Version>10.3.1</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2021-10-13</Date>
|
<Date>2021-10-13</Date>
|
||||||
<Version>10.2.0</Version>
|
<Version>10.2.0</Version>
|
||||||
<Comment>First build</Comment>
|
<Comment>First build</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user