* [gentoo-commits] gentoo-x86 commit in media-video/bombono-dvd: ChangeLog bombono-dvd-1.0.1.ebuild bombono-dvd-1.0.0.ebuild
@ 2011-04-11 17:11 Theo Chatzimichos (tampakrap)
0 siblings, 0 replies; only message in thread
From: Theo Chatzimichos (tampakrap) @ 2011-04-11 17:11 UTC (permalink / raw
To: gentoo-commits
tampakrap 11/04/11 17:11:24
Modified: ChangeLog bombono-dvd-1.0.1.ebuild
bombono-dvd-1.0.0.ebuild
Log:
Force boost-filesystem version 2, bug 362931
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Revision Changes Path
1.12 media-video/bombono-dvd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 10 Apr 2011 23:07:52 -0000 1.11
+++ ChangeLog 11 Apr 2011 17:11:24 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for media-video/bombono-dvd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/ChangeLog,v 1.11 2011/04/10 23:07:52 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/ChangeLog,v 1.12 2011/04/11 17:11:24 tampakrap Exp $
+
+ 11 Apr 2011; Theo Chatzimichos <tampakrap@gentoo.org>
+ bombono-dvd-1.0.0.ebuild, bombono-dvd-1.0.1.ebuild:
+ Force boost-filesystem version 2, bug 362931
*bombono-dvd-1.0.1 (10 Apr 2011)
1.2 media-video/bombono-dvd/bombono-dvd-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.0.1.ebuild?r1=1.1&r2=1.2
Index: bombono-dvd-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bombono-dvd-1.0.1.ebuild 10 Apr 2011 23:07:52 -0000 1.1
+++ bombono-dvd-1.0.1.ebuild 11 Apr 2011 17:11:24 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.0.1.ebuild,v 1.1 2011/04/10 23:07:52 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.0.1.ebuild,v 1.2 2011/04/11 17:11:24 tampakrap Exp $
EAPI=4
-inherit base toolchain-funcs
+inherit base toolchain-funcs flag-o-matic
DESCRIPTION="GUI DVD authoring program"
HOMEPAGE="http://www.bombono.org/"
@@ -35,6 +35,8 @@
${RDEPEND}"
src_compile() {
+ append-flags -DBOOST_FILESYSTEM_VERSION=2
+
# scons options differ from make options -> remove everything except "-jX" and "-j X"
local sconsopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }")
1.5 media-video/bombono-dvd/bombono-dvd-1.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.0.0.ebuild?r1=1.4&r2=1.5
Index: bombono-dvd-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bombono-dvd-1.0.0.ebuild 3 Apr 2011 21:16:45 -0000 1.4
+++ bombono-dvd-1.0.0.ebuild 11 Apr 2011 17:11:24 -0000 1.5
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.0.0.ebuild,v 1.4 2011/04/03 21:16:45 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.0.0.ebuild,v 1.5 2011/04/11 17:11:24 tampakrap Exp $
EAPI=2
-inherit base toolchain-funcs
+inherit base toolchain-funcs flag-o-matic
DESCRIPTION="GUI DVD authoring program"
HOMEPAGE="http://www.bombono.org/"
@@ -35,6 +35,8 @@
${RDEPEND}"
src_compile() {
+ append-flags -DBOOST_FILESYSTEM_VERSION=2
+
# scons options differ from make options -> remove everything except "-jX" and "-j X"
local sconsopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }")
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-11 17:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-11 17:11 [gentoo-commits] gentoo-x86 commit in media-video/bombono-dvd: ChangeLog bombono-dvd-1.0.1.ebuild bombono-dvd-1.0.0.ebuild Theo Chatzimichos (tampakrap)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox