head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.20 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.18 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.16 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.14 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.12 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.10 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.8 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.6 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.4 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.2 pkgsrc-2008Q1-base:1.3; locks; strict; comment @# @; 1.3 date 2008.03.07.21.47.46; author wiz; state dead; branches; next 1.2; 1.2 date 2008.01.13.15.28.33; author wiz; state Exp; branches; next 1.1; 1.1 date 2008.01.11.13.13.50; author drochner; state Exp; branches; next ; desc @@ 1.3 log @Update to 2.1.5: 2.1.5 - January 26th, 2008 : ============================ * Added an option in the "Process Fields" scanner to enable/disable detection of Roman numerals, * Disabled unsynchronisation when writing ID3v2.4 tags (as Taglib doesn't support them) to avoid problem with pictures on some applications (thanks to Alexey Illarionov), * Fixed compilation problem with previous versions of flac older than 1.1.3, * Fixed the size of log view when resizing the main window, * Fixed browser problem with the hidden directories filter: directories starting with severals dots were also hidden, * Fixed problem when renaming severals directories and files with the 'Rename File and Directory' scanner (thanks to vdaghan) , * Fixed detection of valid roman numerals in the "Process Fields" scanner (was used some parts of the Roman library from David M. Syzdek), * Brazilian Portuguese translation updated (thanks to doutor.zero), * Polish translation updated (thanks to Michał Smoczyk), * Swedish translation updated (thanks to Anders Strömer), * German translation updated (thanks to Götz Waschk), @ text @$NetBSD: patch-ab,v 1.2 2008/01/13 15:28:33 wiz Exp $ --- src/mp4_tag.c.orig 2007-12-02 16:39:49.000000000 +0000 +++ src/mp4_tag.c @@@@ -85,6 +85,10 @@@@ gboolean Mp4tag_Read_File_Tag (gchar *fi u_int8_t *coverArt; u_int32_t coverSize; Picture *prev_pic = NULL; +#ifdef NEWMP4 + int i; +#endif + if (!filename || !FileTag) return FALSE; @ 1.2 log @Update to 2.1.4: 2.1.4 - December 12th, 2007 : ============================= * Added support of pictures in Ogg Vorbis and Speex files (with Ogg Vorbis tags), * Added support of pictures in FLAC files (with FLAC Vorbis tags). * The code for handling FLAC files was also fully rewritten, * Added view of tag fields in the main list of files, * Added a button on the main window to select a directory to browse for file (useful when the tree is hidden), * Fixed compilation problem with mpeg4ip 1.6 (thanks to Götz Waschk), * Fixed messages boxes to use the stock buttons and labels of GTK, * Fixed file easytag.desktop (thanks to Doruk Fisek and Götz Waschk), * Fixed problem with dates and EUC-JP locale when displaying lines on the log window (thanks to Misty Haiku), * Fixed problem with the Cddb manual search when using a proxy, * Fixed detection of Roman numerals before a coma and dot characters in the scanner window, * Settings to write ID3v1.x tags : the option "//TRANSLIT" was enabled by default to avoid an error message with UTF-8 strings. This was the setting used before using libid3tag instead of id3lib, * Fixed problem when reading tag with some languages as Turkish (patch from Doruk Fisek), * New Chinese (Taiwan) translation (thanks to Jose Sun), * Hungarian translation updated (thanks to Mészáros Csaba), * Chinese (Simplified) translation updated (thanks to Yang Jinsong), * German translation updated (thanks to Götz Waschk), * French translation updated. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @fix icon @ text @d3 13 a15 11 --- easytag.desktop.orig 2008-01-10 21:51:48.000000000 +0100 +++ easytag.desktop @@@@ -16,7 +16,7 @@@@ Comment[ru]=EasyTAG -- ЩРН ОПНЦП Comment[sv]=EasyTAG är ett verktyg för att undersöka, editera och skriva taggar för dina MP3-, MP2-, FLAC- och Ogg Vorbis-filer, och använder ett enkelt och trevligt GTK+-gränssnitt. Comment[uk]=EasyTAG - утиліта для перегляду, редагування та запису тегів у файли MP3, MP2, FLAC, Ogg Vorbis, MusePack та Monkey's Audio. Простий та приємний інтерфейс GTK+ допоможе процесу запису тегів. Exec=easytag %F -Icon=EasyTAG.xpm +Icon=EasyTAG_icon.xpm Terminal=false Type=Application Encoding=UTF-8 @