head 1.4; access; symbols pkgsrc-2014Q1:1.3.0.48 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.46 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.44 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.42 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.40 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.38 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.36 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.34 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.32 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.30 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.28 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.26 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.24 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.22 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.20 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.18 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.16 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.14 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.12 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.10 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.8 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.6 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.4 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.2 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.2.0.8 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.6 pkgsrc-2008Q1:1.2.0.4 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.2 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.1.0.6 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.4 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2014.04.30.12.43.46; author wiz; state dead; branches; next 1.3; commitid ix0f6OWDyoNeOHyx; 1.3 date 2008.07.30.08.49.18; author obache; state Exp; branches; next 1.2; 1.2 date 2007.12.09.23.33.39; author wiz; state Exp; branches; next 1.1; 1.1 date 2007.02.07.07.54.45; author wiz; state Exp; branches; next ; desc @@ 1.4 log @Update to 3.1. Switch from kde3 to qt5. (kde and qt4 options would be possible, if someone wants to add them) Changes since 1.6: 3.1 Support for synchronized lyrics and event timing codes, find and replace strings in tags and file names, details and sort columns in file list, bug fixes and usability improvements. 3.0.2 This bugfix release solves the problem that translations and the documentation were not found on Mac OS X 10.9 Mavericks. The application is now correctly terminated when the main window is closed while the handbook is open. Session restoration and the genres list have been improved. A few build system issues are fixed too. 3.0.1 This is a bug fix release for 3.0. It fixes the incorrect configuration conversion and toolbar configuration in the KDE version, the filename format configuration, bugs in the fingerprint import and several build issues for different Linux distributions. 3.0 Flexible architecture with common shared libraries and plugins for metadata libraries and importers, new command-line application, support for Opus format, bug fixes and usability improvements. 2.3 Automatic batch import for multiple directories, improved import, configurable quick access tag frames, better responsiveness when working with a huge number of files, long operations can be aborted, bug fixes and usability improvements. 2.2.1 This is a bug fix release for 2.2. It fixes the selection of a wrong language if the primary language is not supported and the first fallback language should be English and that the English instead of the German handbook was displayed for a German locale. 2.2 Improved Discogs and AcoustID audio fingerprint import, bug fixes and usability improvements. 2.1 Chromaprint Acoustid fingerprint import, keyboard shortcuts, improved iTunes support, icons, bug fixes. 2.0.1 Minor bugfixes. The build system is also improved and should work out of the box on most distributions. 2.0 Extract and move information between tags, many improvements and refactorings, e.g. in file list, import, numbering tracks, renaming directories, GUI and usability. @ text @$NetBSD: patch-ac,v 1.3 2008/07/30 08:49:18 obache Exp $ --- kid3/oggfile.cpp.orig 2008-02-18 20:01:40.000000000 +0000 +++ kid3/oggfile.cpp @@@@ -34,6 +34,9 @@@@ #if QT_VERSION >= 0x040000 #include #endif +#ifdef __NetBSD__ +#include +#endif #include #ifdef WIN32 #include @@@@ -811,7 +814,7 @@@@ bool OggFile::FileInfo::read(const char* bitrate = vi->bitrate_lower; } } -#ifdef WIN32 +#if defined(WIN32) || (defined(__NetBSD__) && __NetBSD_Version__ < 299000000) duration = (long)::ov_time_total(&vf, -1); #else duration = ::lrint(::ov_time_total(&vf, -1)); @ 1.3 log @Update kid3 to 1.0. Based on PR 38492 by Sergey Svishchev, some fixes and improvement. * Marked as DESTDIR ready * Add dependency on libmp4v2 * Need full dependency on libXt. Sat Mar 1 15:44:56 CET 2008 Urs Fleisch * Release 1.0 * New: + File filter. + D-Bus interface to control application by scripts. + Long format codes %{title}, %{album}, ... and tooltips for formats. + Support for FLAC pictures. + Polish translation. * Improved: + GUI and usability. + Rename directory wizard. + Use xdg-open as the default web browser. + Display description instead of TXXX and WXXX. + Add pictures to files by drag and drop and from cllipboard. + Compilation with GCC 4.3 and compiler detection for kid3-qt. + Support for TagLib 1.5. * Fixed: + KDE 4 docs in correct directory. + Crash when TSST frame was added to ID3v2.3.0 tag. + Disappearing ID3v1 genres. + Possible crash when import or export format was added. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.2 2007/12/09 23:33:39 wiz Exp $ @ 1.2 log @Update to 0.10, provided by maintainer Sergey Svishchev: 0.10: Direct editing of all frames. Support for MP4/AAC, MP2, Speex, TrueAudio and WavPack files. Usability improvements. Support build with KDE 4. 0.9: Hierarchical directory tree, enhanced context menu commands, editor for custom genres, mark truncated ID3v1.1 fields, import from gnudb.org and TrackType.org, usability improvements. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- kid3/oggfile.cpp.orig 2007-11-27 21:27:52.000000000 +0000 d15 1 a15 1 @@@@ -796,7 +799,7 @@@@ bool OggFile::FileInfo::read(const char* @ 1.1 log @Fix build on NetBSD-2.1. From Sergey Svishchev in private mail. @ text @d3 1 a3 1 --- kid3/oggfile.cpp.orig 2006-11-04 22:14:53.000000000 +0000 d5 1 a5 1 @@@@ -18,6 +18,9 @@@@ d7 1 a7 1 #include d15 1 a15 1 @@@@ -607,7 +610,7 @@@@ bool OggFile::FileInfo::read(const char* @