head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q3:1.1.0.14 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.12 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.10 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.8 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.6 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.4 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.2 pkgsrc-2009Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2010.11.27.06.30.24; author agc; state dead; branches; next 1.1; 1.1 date 2009.01.09.10.17.35; author tron; state Exp; branches; next ; desc @@ 1.2 log @Update mediatomb to version 0.12.1, from patch from Jan Danielsson in private mail. MediaTomb 0.12.1 is a minor bugfix release which fixes: - YouTube support - a problem in the soap response http header - automatic id3lib detection when taglib is not available The following patches are no longer needed as they have been integrated upstream: patches/patch-aa patches/patch-ab patches/patch-ac patches/patch-ad patches/patch-ae patches/patch-ah patches/patch-ai patches/patch-aj @ text @$NetBSD: patch-ah,v 1.1 2009/01/09 10:17:35 tron Exp $ Fix compilation with newer version of "curl", see here: http://sourceforge.net/tracker/index.php?func=detail&aid=1978210&group_id=129766&atid=715780 --- src/url.cc.orig 2008-03-01 22:48:36.000000000 +0000 +++ src/url.cc 2009-01-09 10:09:10.000000000 +0000 @@@@ -75,7 +75,7 @@@@ if (only_header) { - curl_easy_setopt(curl_handle, CURLOPT_NOBODY); + curl_easy_setopt(curl_handle, CURLOPT_NOBODY, 1); curl_easy_setopt(curl_handle, CURLOPT_HEADERFUNCTION, URL::dl); curl_easy_setopt(curl_handle, CURLOPT_HEADERDATA, (void *)buffer.getPtr()); @ 1.1 log @Fix build problem with latest version of the Curl library using the patch from MediaTomb's bug tracker on SourceForge. @ text @d1 1 a1 1 $NetBSD$ @