Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Nate Graham
Kid3
Commits
841408c0
Commit
841408c0
authored
May 29, 2016
by
Urs Fleisch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for version 3.4.1.
parent
d74f9bfc
Changes
26
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
49 additions
and
31 deletions
+49
-31
CMakeLists.txt
CMakeLists.txt
+4
-4
ChangeLog
ChangeLog
+12
-0
Doxyfile
Doxyfile
+1
-1
deb/changelog
deb/changelog
+6
-0
doc/de/index.docbook
doc/de/index.docbook
+2
-2
doc/en/index.docbook
doc/en/index.docbook
+2
-2
kid3.lsm
kid3.lsm
+3
-3
kid3.spec
kid3.spec
+1
-1
po/cs.po
po/cs.po
+1
-1
po/de.po
po/de.po
+1
-1
po/es.po
po/es.po
+1
-1
po/et.po
po/et.po
+1
-1
po/extract-merge.sh
po/extract-merge.sh
+1
-1
po/fi.po
po/fi.po
+1
-1
po/fr.po
po/fr.po
+1
-1
po/it.po
po/it.po
+1
-1
po/kid3.pot
po/kid3.pot
+1
-1
po/nl.po
po/nl.po
+1
-1
po/pl.po
po/pl.po
+1
-1
po/ru.po
po/ru.po
+1
-1
po/sr.po
po/sr.po
+1
-1
po/sr@ijekavian.po
po/sr@ijekavian.po
+1
-1
po/sr@ijekavianlatin.po
po/sr@ijekavianlatin.po
+1
-1
po/sr@latin.po
po/sr@latin.po
+1
-1
po/tr.po
po/tr.po
+1
-1
po/zh_TW.po
po/zh_TW.po
+1
-1
No files found.
CMakeLists.txt
View file @
841408c0
...
...
@@ -116,10 +116,10 @@ endif (NOT BUILD_SHARED_LIBS AND WITH_QML)
# Version information
set
(
CPACK_PACKAGE_VERSION_MAJOR 3
)
set
(
CPACK_PACKAGE_VERSION_MINOR 4
)
set
(
CPACK_PACKAGE_VERSION_PATCH
0
)
set
(
CPACK_PACKAGE_VERSION_PATCH
1
)
set
(
KID3_VERSION
"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
.
${
CPACK_PACKAGE_VERSION_PATCH
}
"
)
#
set(CPACK_PACKAGE_VERSION ${KID3_VERSION})
set
(
CPACK_PACKAGE_VERSION
"git20160517"
)
set
(
CPACK_PACKAGE_VERSION
${
KID3_VERSION
}
)
#
set(CPACK_PACKAGE_VERSION "git20160517")
set
(
RELEASE_YEAR 2016
)
# Platform specific default installation paths
...
...
@@ -148,7 +148,7 @@ elseif (ANDROID)
set
(
WITH_LIBDIR_DEFAULT
"."
)
set
(
WITH_PLUGINSDIR_DEFAULT
"."
)
set
(
QT_ANDROID_APP_VERSION
${
KID3_VERSION
}
)
set
(
QT_ANDROID_APP_VERSION_CODE
3
)
set
(
QT_ANDROID_APP_VERSION_CODE
4
)
else
(
APPLE
)
set
(
WITH_DATAROOTDIR_DEFAULT
"share"
)
set
(
WITH_DOCDIR_DEFAULT
"share/doc/kid3-qt"
)
...
...
ChangeLog
View file @
841408c0
Fri Jun 24 20:20:20 CEST 2016 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 3.4.1
* Fixed:
+ Avoid wrong marking of ID3v2 Date frames as modified.
+ Enable setting M4A, Vorbis date with ISO date/time also when no
tag exists.
+ Windows: Fix separators and relative file names in playlists.
+ Windows: Install missing SSL DLLs, needed for Discogs import.
+ Windows: Fix temporary file creation in id3lib.
Sat Apr 23 16:30:36 CEST 2016 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 3.4.0
...
...
Doxyfile
View file @
841408c0
...
...
@@ -38,7 +38,7 @@ PROJECT_NAME = kid3
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 3.4.
0
PROJECT_NUMBER = 3.4.
1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
...
...
deb/changelog
View file @
841408c0
kid3 (3.4.1-0) unstable; urgency=low
* New upstream release.
-- Urs Fleisch <ufleisch@users.sourceforge.net> Fri, 24 Jun 2016 20:20:20 +0200
kid3 (3.4.0-0) unstable; urgency=low
* New upstream release.
...
...
doc/de/index.docbook
View file @
841408c0
...
...
@@ -27,8 +27,8 @@
</copyright>
<legalnotice
id=
"fdl-notice"
>
&FDLNotice;
</legalnotice>
<date>
2016-0
4
-2
3
</date>
<releaseinfo>
3.4.
0
</releaseinfo>
<date>
2016-0
6
-2
4
</date>
<releaseinfo>
3.4.
1
</releaseinfo>
<abstract>
<para>
...
...
doc/en/index.docbook
View file @
841408c0
...
...
@@ -27,8 +27,8 @@
</copyright>
<legalnotice
id=
"fdl-notice"
>
&FDLNotice;
</legalnotice>
<date>
2016-0
4
-2
3
</date>
<releaseinfo>
3.4.
0
</releaseinfo>
<date>
2016-0
6
-2
4
</date>
<releaseinfo>
3.4.
1
</releaseinfo>
<abstract>
<para>
...
...
kid3.lsm
View file @
841408c0
Begin4
Title: Kid3 -- Efficient Audio Tagger
Version: 3.4.
0
Entered-date: 2016-0
4
-2
3
Version: 3.4.
1
Entered-date: 2016-0
6
-2
4
Description: Audio tagger to edit ID3v1.1, ID3v2.3, ID3v2.4, Ogg/Vorbis, Opus, DSF
FLAC, MPC, APE, MP4/AAC, MP2, Speex, TrueAudio, WavPack, WMA, WAV
and AIFF tags, multiple files, generate tags from file names
...
...
@@ -12,7 +12,7 @@ Maintained-by: Urs Fleisch <ufleisch@users.sourceforge.net>
Home-page: http://kid3.sourceforge.net
Alternate-site: http://www.kde-apps.org/content/show.php?content=10415
Primary-site: http://www.sourceforge.net/projects/kid3
http://prdownloads.sourceforge.net/kid3/kid3-3.4.
0
.tar.gz?download
http://prdownloads.sourceforge.net/kid3/kid3-3.4.
1
.tar.gz?download
Platform: Linux, Windows.
Copying-policy: GPL
End
kid3.spec
View file @
841408c0
...
...
@@ -6,7 +6,7 @@ Name: kid3
License: GPL
Group: Applications/Multimedia
Summary: Efficient ID3 tag editor
Version: 3.4.
0
Version: 3.4.
1
Release: 1%{?dist}
URL: http://kid3.sourceforge.net/
Source0: http://downloads.sourceforge.net/kid3/%{name}-%{version}.tar.gz
...
...
po/cs.po
View file @
841408c0
...
...
@@ -6,7 +6,7 @@
# Pavel Fric <fripohled@blogspot.com>, 2010, 2011, 2012, 2013, 2014, 2015.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2015-10-02 21:58+0200\n"
...
...
po/de.po
View file @
841408c0
...
...
@@ -7,7 +7,7 @@
# Frank Steinmetzger <Warp_7@gmx.de>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2011-04-26 23:41+0200\n"
...
...
po/es.po
View file @
841408c0
...
...
@@ -7,7 +7,7 @@
# Urs Fleisch <ufleisch@users.sourceforge.net>, 2005, 2006, 2007, 2008, 2009, 2010, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2011-01-15 17:29+0100\n"
...
...
po/et.po
View file @
841408c0
...
...
@@ -5,7 +5,7 @@
# Urs Fleisch <ufleisch@users.sourceforge.net>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2014-01-23 22:00+0200\n"
...
...
po/extract-merge.sh
View file @
841408c0
...
...
@@ -2,7 +2,7 @@
BASEDIR
=
"../src"
# root of translatable sources
PROJECT
=
"kid3"
# project name
PROJECTVERSION
=
"3.4.
0
"
# project version
PROJECTVERSION
=
"3.4.
1
"
# project version
BUGADDR
=
"http://sourceforge.net/p/kid3/bugs/"
# MSGID-Bugs
WDIR
=
`
pwd
`
# working dir
...
...
po/fi.po
View file @
841408c0
...
...
@@ -6,7 +6,7 @@
# Ville Skyttä <ville.skytta@iki.fi>, 2010, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2014-01-25 00:31+0200\n"
...
...
po/fr.po
View file @
841408c0
...
...
@@ -7,7 +7,7 @@
# Urs Fleisch <ufleisch@users.sourceforge.net>, 2006, 2007, 2008, 2009, 2010, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2011-01-15 17:32+0100\n"
...
...
po/it.po
View file @
841408c0
...
...
@@ -5,7 +5,7 @@
# Urs Fleisch <ufleisch@users.sourceforge.net>, 2008, 2009, 2010, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2011-01-15 17:33+0100\n"
...
...
po/kid3.pot
View file @
841408c0
...
...
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
...
...
po/nl.po
View file @
841408c0
...
...
@@ -6,7 +6,7 @@
# Kenny Verstraete <verstraete_kenny@skynet.be>, 2008, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2012-12-07 15:47+0100\n"
...
...
po/pl.po
View file @
841408c0
...
...
@@ -7,7 +7,7 @@
# Urs Fleisch <ufleisch@users.sourceforge.net>, 2008, 2009, 2010, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2011-01-15 17:37+0100\n"
...
...
po/ru.po
View file @
841408c0
...
...
@@ -7,7 +7,7 @@
# "Egor S. Orlov" <Egor.Orlov@avalon.ru>, 2003, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2011-01-15 17:41+0100\n"
...
...
po/sr.po
View file @
841408c0
...
...
@@ -5,7 +5,7 @@
# Mladen Pejaković <pejakm@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2011-04-26 23:41+0200\n"
...
...
po/sr@ijekavian.po
View file @
841408c0
...
...
@@ -5,7 +5,7 @@
# Mladen Pejaković <pejakm@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2011-04-26 23:41+0200\n"
...
...
po/sr@ijekavianlatin.po
View file @
841408c0
...
...
@@ -5,7 +5,7 @@
# Mladen Pejaković <pejakm@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2011-04-26 23:41+0200\n"
...
...
po/sr@latin.po
View file @
841408c0
...
...
@@ -5,7 +5,7 @@
# Mladen Pejaković <pejakm@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2011-04-26 23:41+0200\n"
...
...
po/tr.po
View file @
841408c0
...
...
@@ -5,7 +5,7 @@
# Urs Fleisch <ufleisch@users.sourceforge.net>, 2010, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2011-01-15 17:42+0100\n"
...
...
po/zh_TW.po
View file @
841408c0
...
...
@@ -5,7 +5,7 @@
# Urs Fleisch <ufleisch@users.sourceforge.net>, 2010, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Kid3 3.4.
0
\n"
"Project-Id-Version: Kid3 3.4.
1
\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/p/kid3/bugs/\n"
"POT-Creation-Date: 2016-03-28 08:29+0200\n"
"PO-Revision-Date: 2011-01-15 17:43+0100\n"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment