From 087a680b7067db5e32cbfaab9fe705631febf528 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 24 Feb 2009 00:44:47 +0000 Subject: [PATCH] Remove inclusion of and build-dependency on Boost I formerly used boost::shared_ptr<> to keep track of temporary files, but have not done so since before version 1.0! --- ChangeLog | 7 +++++++ INSTALL | 10 +++++----- debian/changelog | 7 +++++++ debian/control | 2 +- generate_dvd.cpp | 1 + generate_dvd.hpp | 2 -- 6 files changed, 21 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5cb546d..ae1f074 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +videolink (1.2.6) UNRELEASED; urgency=low + + * Remove inclusion of Boost header and build-dependency on Boost as + these are no longer used + + -- Ben Hutchings Tue, 24 Feb 2009 00:28:21 +0000 + videolink (1.2.5) unstable; urgency=low * Added workaround for XULRunner 1.9's requirement of 16-bit wchar_t diff --git a/INSTALL b/INSTALL index e58abec..f550b83 100644 --- a/INSTALL +++ b/INSTALL @@ -4,11 +4,11 @@ Building VideoLink VideoLink is written in C++ and requires a recent C++ compiler e.g. g++ 3.3. -It requires headers and libraries for Boost, gtkmm, Mozilla or -XULRunner, and expat. I am currently building and testing it with -Boost 1.33, gtkmm 2.8.8, XULRunner 1.8.0.11 and expat 1.95.8. It may -well work with earlier or later versions of these, but Mozilla 1.7 -and gtkmm 2.0 and 2.2 are no longer supported. +It requires headers and libraries for gtkmm, Mozilla or XULRunner, and +expat. I am currently building and testing it with gtkmm 2.8.8, +XULRunner 1.8.0.11 and expat 1.95.8. It may well work with earlier or +later versions of these, but Mozilla 1.7 and gtkmm 2.0 and 2.2 are no +longer supported. I use Debian Linux and have not yet attempted to build it on other systems, but it should work on most modern Unix-like systems. diff --git a/debian/changelog b/debian/changelog index c2390d0..dab315d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +videolink (1.2.6-1) UNRELEASED; urgency=low + + * New upstream version + - Remove unnecessary build-dependency on libboost-dev + + -- Ben Hutchings Tue, 24 Feb 2009 00:28:21 +0000 + videolink (1.2.5-1) unstable; urgency=low * New upstream version diff --git a/debian/control b/debian/control index e169d74..e2e42cc 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: videolink Maintainer: Ben Hutchings Section: contrib/graphics Priority: extra -Build-Depends: debhelper (>=4), libboost-dev, libgtkmm-2.4-dev, xulrunner-dev, libexpat1-dev +Build-Depends: debhelper (>=4), libgtkmm-2.4-dev, xulrunner-dev, libexpat1-dev Standards-Version: 3.7.2 Package: videolink diff --git a/generate_dvd.cpp b/generate_dvd.cpp index e28659e..4fcad48 100644 --- a/generate_dvd.cpp +++ b/generate_dvd.cpp @@ -1,6 +1,7 @@ // Copyright 2005-8 Ben Hutchings . // See the file "COPYING" for licence details. +#include #include #include #include diff --git a/generate_dvd.hpp b/generate_dvd.hpp index df68775..e1e3e3c 100644 --- a/generate_dvd.hpp +++ b/generate_dvd.hpp @@ -7,8 +7,6 @@ #include #include -#include - #include #include "geometry.hpp" -- 2.39.2