head 1.2; access; symbols pkgsrc-2019Q4:1.1.0.72 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.68 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.66 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.64 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.62 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.60 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.58 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.56 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.54 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.52 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.48 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.46 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.44 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.42 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.40 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.38 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.36 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.34 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.32 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.30 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.28 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.26 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.24 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.22 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.20 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.18 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.16 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.14 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.12 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.10 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.8 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.6 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.4 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.2; locks; strict; comment @# @; 1.2 date 2020.01.19.22.46.44; author nia; state dead; branches; next 1.1; commitid wtdidFt9RCtQXlTB; 1.1 date 2011.10.08.06.08.27; author dholland; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2011.10.08.06.08.27; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2011.10.08.20.12.51; author tron; state Exp; branches; next ; desc @@ 1.2 log @audio: Remove bmpx Upstream vanished some time ago (2008?) and this is forever stuck on the unmaintained and now somewhat broken 0.10 branch of GStreamer. This is also nearly unique to pkgsrc at this point in its existence. PKGREVISION= 80 @ text @$NetBSD: patch-library_cc,v 1.1 2011/10/08 06:08:27 dholland Exp $ Fix build with newer C++ compilers. --- src/library.cc~ 2008-03-05 21:31:06.000000000 +0000 +++ src/library.cc @@@@ -530,7 +530,7 @@@@ namespace Bmp gint64 length_in_nanoseconds; gst_query_parse_duration (query, &format, &length_in_nanoseconds); guint64 length = length_in_nanoseconds / GST_SECOND; - ttuple->row->insert (std::make_pair (attrinfo[ATTRIBUTE_TIME].id, Variant (length))); + ttuple->row->insert (std::make_pair (attrinfo[ATTRIBUTE_TIME].id, Bmp::DB::Variant (length))); } gst_query_unref (query); gst_element_set_state (GST_ELEMENT (element), GST_STATE_NULL); @@@@ -921,7 +921,7 @@@@ namespace Bmp } #endif //HAVE_HAL - row.insert (std::make_pair ("insert_path", Variant (string (insert_path)))); + row.insert (std::make_pair ("insert_path", Bmp::DB::Variant (string (insert_path)))); row.insert (std::make_pair (attrinfo[ATTRIBUTE_NEW_ITEM].id, guint64 (1))); struct stat fstat; @ 1.1 log @Fix build with newer C++ compilers. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-library_cc was added on branch pkgsrc-2011Q3 on 2011-10-08 20:12:51 +0000 @ text @d1 24 @ 1.1.2.2 log @Pullup ticket #3536 - requested by dholland audio/bmpx: build fix Revisions pulled up: - audio/bmpx/distinfo 1.13 - audio/bmpx/patches/patch-library_cc 1.1 --- Module Name: pkgsrc Committed By: dholland Date: Sat Oct 8 06:08:27 UTC 2011 Modified Files: pkgsrc/audio/bmpx: distinfo Added Files: pkgsrc/audio/bmpx/patches: patch-library_cc Log Message: Fix build with newer C++ compilers. @ text @a0 24 $NetBSD$ Fix build with newer C++ compilers. --- src/library.cc~ 2008-03-05 21:31:06.000000000 +0000 +++ src/library.cc @@@@ -530,7 +530,7 @@@@ namespace Bmp gint64 length_in_nanoseconds; gst_query_parse_duration (query, &format, &length_in_nanoseconds); guint64 length = length_in_nanoseconds / GST_SECOND; - ttuple->row->insert (std::make_pair (attrinfo[ATTRIBUTE_TIME].id, Variant (length))); + ttuple->row->insert (std::make_pair (attrinfo[ATTRIBUTE_TIME].id, Bmp::DB::Variant (length))); } gst_query_unref (query); gst_element_set_state (GST_ELEMENT (element), GST_STATE_NULL); @@@@ -921,7 +921,7 @@@@ namespace Bmp } #endif //HAVE_HAL - row.insert (std::make_pair ("insert_path", Variant (string (insert_path)))); + row.insert (std::make_pair ("insert_path", Bmp::DB::Variant (string (insert_path)))); row.insert (std::make_pair (attrinfo[ATTRIBUTE_NEW_ITEM].id, guint64 (1))); struct stat fstat; @