head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q2:1.3.0.8 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.6 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.4 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.2 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.1.1.1.0.48 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-2009Q1:1.1.1.1.0.46 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-2008Q4:1.1.1.1.0.44 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.42 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.40 cube-native-xorg-base:1.1.1.1 pkgsrc-2008Q2:1.1.1.1.0.38 pkgsrc-2008Q2-base:1.1.1.1 cwrapper:1.1.1.1.0.36 pkgsrc-2008Q1:1.1.1.1.0.34 pkgsrc-2008Q1-base:1.1.1.1 pkgsrc-2007Q4:1.1.1.1.0.32 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-2007Q3:1.1.1.1.0.30 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-2007Q2:1.1.1.1.0.28 pkgsrc-2007Q2-base:1.1.1.1 pkgsrc-2007Q1:1.1.1.1.0.26 pkgsrc-2007Q1-base:1.1.1.1 pkgsrc-2006Q4:1.1.1.1.0.24 pkgsrc-2006Q4-base:1.1.1.1 pkgsrc-2006Q3:1.1.1.1.0.22 pkgsrc-2006Q3-base:1.1.1.1 pkgsrc-2006Q2:1.1.1.1.0.20 pkgsrc-2006Q2-base:1.1.1.1 pkgsrc-2006Q1:1.1.1.1.0.18 pkgsrc-2006Q1-base:1.1.1.1 pkgsrc-2005Q4:1.1.1.1.0.16 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-2005Q3:1.1.1.1.0.14 pkgsrc-2005Q3-base:1.1.1.1 pkgsrc-2005Q2:1.1.1.1.0.12 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc-2005Q1:1.1.1.1.0.10 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.8 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-2004Q3:1.1.1.1.0.6 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.4 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.2 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2010.07.10.07.56.07; author wiz; state dead; branches; next 1.3; 1.3 date 2009.09.19.17.14.21; author tnn; state Exp; branches; next 1.2; 1.2 date 2009.09.19.17.00.39; author tnn; state Exp; branches; next 1.1; 1.1 date 2004.02.09.00.30.25; author chris; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.02.09.00.30.25; author chris; state Exp; branches; next ; desc @@ 1.4 log @As declared on pkgsrc-users: Remove special wchar handling. It's not clear for which OS versions this is needed, exactly. If this change causes failures, let me know! Bump PKGREVISION. @ text @$NetBSD: patch-aa,v 1.3 2009/09/19 17:14:21 tnn Exp $ --- taglib/toolkit/taglib.h.orig 2009-09-03 20:05:58.000000000 +0200 +++ taglib/toolkit/taglib.h @@@@ -40,6 +40,13 @@@@ //! A namespace for all TagLib related classes and functions +/* + * not all C++ compilers provide char_traits for wchar + * so we borrow a file from id3lib as it has the relevant bits + */ +#define ID3_NEED_WCHAR_TEMPLATE 1 +#include "id3lib_strings.h" + /*! * This namespace contains everything in TagLib. For projects working with * TagLib extensively it may be conveniten to add a @ 1.3 log @do previous differently. id3lib_strings.h is where memmove is used, so pull in string.h there instead. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @pull in string.h in taglib.h for memmove prototype @ text @d5 1 a5 5 @@@@ -37,9 +37,17 @@@@ #endif #include +#include @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: $ d3 7 a9 3 --- taglib/toolkit/taglib.h.orig 2004-02-08 16:24:42.000000000 +0000 +++ taglib/toolkit/taglib.h 2004-02-08 16:26:01.000000000 +0000 @@@@ -29,6 +29,13 @@@@ @ 1.1.1.1 log @Initial import of TagLib 1.0. TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files. @ text @@