Page MenuHomeSolus

D9731.id.diff
No OneTemporary

D9731.id.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : kid3
-version : 3.8.3
-release : 11
+version : 3.8.4
+release : 12
source :
- - https://svwh.dl.sourceforge.net/kid3/kid3-3.8.3.tar.gz : 6a1aa06d2f225f6d8a139cfd3c3d382f82170fa17196517690d28caaeb220c44
+ - https://cdn.download.kde.org/stable/kid3/3.8.4/kid3-3.8.4.tar.xz : 87d4d276e06b77a3dba8b4da2af6b5e8b380b1c1258831b56083541e00975997
homepage : https://kid3.kde.org
license : GPL-2.0-or-later
component : multimedia.audio
@@ -14,7 +14,7 @@
- Efficient audio tagger
- cli : Kid3-cli offers a command-line-interface for Kid3, for a GUI use kid3-qt.
- core : This package contains libraries and data used by kid3-qt and kid3-cli.
- - qt : Kid3 audio tag editor can edit the tags of MP3, Ogg, FLAC, MPC and WMA files in an efficient way, convert between ID3v1 and ID3v2, set the tags of multiple files, generate tags from file names or vice versa and import from freedb, MusicBrainz and Disco.
+ - qt : Kid3 audio tag editor can edit the tags of MP3, Ogg, FLAC, MPC and WMA files in an efficient way, convert between ID3v1 and ID3v2, set the tags of multiple files, generate tags from file names or vice versa and import from freedb, MusicBrainz and Disco.
builddeps :
- pkgconfig(flac)
- pkgconfig(gstreamer-1.0)
@@ -45,8 +45,8 @@
- /usr/share/man/man1/kid3-qt.1.gz
setup : |
%patch -p1 < $pkgfiles/0001-Remove-inode-directory-from-Mimetypes.patch
- %cmake . -DWITH_APPS="Qt;CLI"
+ %cmake_ninja . -DWITH_APPS="Qt;CLI"
build : |
- %make
+ %ninja_build
install : |
- %make_install
+ %ninja_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
<Name>kid3</Name>
<Homepage>https://kid3.kde.org</Homepage>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Troy Harvey</Name>
+ <Email>harveydevel@gmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<Summary xml:lang="en">Efficient audio tagger</Summary>
@@ -16,7 +16,7 @@
<Summary xml:lang="en">Audio tagger command-line-interface</Summary>
<Description xml:lang="en">Kid3-cli offers a command-line-interface for Kid3, for a GUI use kid3-qt.</Description>
<RuntimeDependencies>
- <Dependency release="11">kid3-core</Dependency>
+ <Dependency release="12">kid3-core</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/kid3-cli</Path>
@@ -30,9 +30,9 @@
<Description xml:lang="en">This package contains libraries and data used by kid3-qt and kid3-cli.</Description>
<Files>
<Path fileType="library">/usr/lib/kid3/libkid3-core.so</Path>
- <Path fileType="library">/usr/lib/kid3/libkid3-core.so.3.8.3</Path>
+ <Path fileType="library">/usr/lib/kid3/libkid3-core.so.3.8.4</Path>
<Path fileType="library">/usr/lib/kid3/libkid3-gui.so</Path>
- <Path fileType="library">/usr/lib/kid3/libkid3-gui.so.3.8.3</Path>
+ <Path fileType="library">/usr/lib/kid3/libkid3-gui.so.3.8.4</Path>
<Path fileType="library">/usr/lib/kid3/plugins/imports/Kid3/Kid3Script.qml</Path>
<Path fileType="library">/usr/lib/kid3/plugins/imports/Kid3/libkid3qml.so</Path>
<Path fileType="library">/usr/lib/kid3/plugins/imports/Kid3/plugins.qmltypes</Path>
@@ -76,6 +76,7 @@
<Path fileType="data">/usr/share/kid3/translations/kid3_nl.qm</Path>
<Path fileType="data">/usr/share/kid3/translations/kid3_pl.qm</Path>
<Path fileType="data">/usr/share/kid3/translations/kid3_pt.qm</Path>
+ <Path fileType="data">/usr/share/kid3/translations/kid3_pt_BR.qm</Path>
<Path fileType="data">/usr/share/kid3/translations/kid3_ru.qm</Path>
<Path fileType="data">/usr/share/kid3/translations/kid3_sr.qm</Path>
<Path fileType="data">/usr/share/kid3/translations/kid3_sr@ijekavian.qm</Path>
@@ -111,9 +112,9 @@
<Package>
<Name>kid3-qt</Name>
<Summary xml:lang="en">Efficient audio tagger</Summary>
- <Description xml:lang="en">Kid3 audio tag editor can edit the tags of MP3, Ogg, FLAC, MPC and WMA files in an efficient way, convert between ID3v1 and ID3v2, set the tags of multiple files, generate tags from file names or vice versa and import from freedb, MusicBrainz and Disco.</Description>
+ <Description xml:lang="en">Kid3 audio tag editor can edit the tags of MP3, Ogg, FLAC, MPC and WMA files in an efficient way, convert between ID3v1 and ID3v2, set the tags of multiple files, generate tags from file names or vice versa and import from freedb, MusicBrainz and Disco.</Description>
<RuntimeDependencies>
- <Dependency release="11">kid3-core</Dependency>
+ <Dependency release="12">kid3-core</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/kid3-qt</Path>
@@ -138,12 +139,12 @@
</Files>
</Package>
<History>
- <Update release="11">
- <Date>2020-06-08</Date>
- <Version>3.8.3</Version>
+ <Update release="12">
+ <Date>2020-09-26</Date>
+ <Version>3.8.4</Version>
<Comment>Packaging update</Comment>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Troy Harvey</Name>
+ <Email>harveydevel@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Apr 29 2023, 4:16 PM (14 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5790316
Default Alt Text
D9731.id.diff (5 KB)

Event Timeline