public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/bombono-dvd: ChangeLog bombono-dvd-1.0.1.ebuild bombono-dvd-0.8.0.ebuild
@ 2011-04-10 23:07 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2011-04-10 23:07 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/04/10 23:07:52

  Modified:             ChangeLog
  Added:                bombono-dvd-1.0.1.ebuild
  Removed:              bombono-dvd-0.8.0.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.1.9.45/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 media-video/bombono-dvd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	3 Apr 2011 21:16:45 -0000	1.10
+++ ChangeLog	10 Apr 2011 23:07:52 -0000	1.11
@@ -1,6 +1,13 @@
 # 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.10 2011/04/03 21:16:45 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/ChangeLog,v 1.11 2011/04/10 23:07:52 dilfridge Exp $
+
+*bombono-dvd-1.0.1 (10 Apr 2011)
+
+  10 Apr 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  -bombono-dvd-0.8.0.ebuild, -files/bombono-dvd-0.8.0-boost.patch,
+  +bombono-dvd-1.0.1.ebuild:
+  Version bump; remove old
 
   03 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org>
   bombono-dvd-0.8.0.ebuild, bombono-dvd-1.0.0.ebuild:



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.0.1.ebuild?rev=1.1&content-type=text/plain

Index: bombono-dvd-1.0.1.ebuild
===================================================================
# 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 $

EAPI=4

inherit base toolchain-funcs

DESCRIPTION="GUI DVD authoring program"
HOMEPAGE="http://www.bombono.org/"
SRC_URI="mirror://sourceforge/bombono/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~amd64 ~x86"

IUSE=""

RDEPEND="
	app-i18n/enca
	app-cdr/dvd+rw-tools
	dev-cpp/gtkmm:2.4
	dev-cpp/libxmlpp:2.6
	dev-libs/boost
	media-libs/libdvdread
	media-sound/twolame
	media-video/dvdauthor
	virtual/ffmpeg
	>=media-video/mjpegtools-1.8.0
	x11-libs/gtk+:2
"

DEPEND=">=dev-util/scons-0.96.1
	${RDEPEND}"

src_compile() {
	# 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 }")

	scons CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
		LDFLAGS="${LDFLAGS}" ${sconsopts} DESTDIR="${D}" PREFIX="/usr" \
		CPPFLAGS='-UBOOST_SYSTEM_NO_DEPRECATED' USE_EXT_BOOST=1 \
		|| die 'Please add "${S}/config.opts" when filing bugs reports!'
}

src_install() {
	scons install || die 'Please add "${S}/config.opts" when filing bugs reports!'
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-10 23:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-10 23:07 [gentoo-commits] gentoo-x86 commit in media-video/bombono-dvd: ChangeLog bombono-dvd-1.0.1.ebuild bombono-dvd-0.8.0.ebuild Andreas HAttel (dilfridge)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox