public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libdvbpsi: libdvbpsi-0.2.0.ebuild ChangeLog
@ 2011-05-10 15:54 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2011-05-10 15:54 UTC (permalink / raw
  To: gentoo-commits

aballier    11/05/10 15:54:41

  Modified:             ChangeLog
  Added:                libdvbpsi-0.2.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha32/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 media-libs/libdvbpsi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvbpsi/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	23 Apr 2010 11:40:24 -0000	1.41
+++ ChangeLog	10 May 2011 15:54:41 -0000	1.42
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libdvbpsi
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvbpsi/ChangeLog,v 1.41 2010/04/23 11:40:24 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvbpsi/ChangeLog,v 1.42 2011/05/10 15:54:41 aballier Exp $
+
+*libdvbpsi-0.2.0 (10 May 2011)
+
+  10 May 2011; Alexis Ballier <aballier@gentoo.org> +libdvbpsi-0.2.0.ebuild:
+  version bump
 
 *libdvbpsi-0.1.7 (23 Apr 2010)
 



1.1                  media-libs/libdvbpsi/libdvbpsi-0.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/libdvbpsi-0.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvbpsi/libdvbpsi-0.2.0.ebuild?rev=1.1&content-type=text/plain

Index: libdvbpsi-0.2.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvbpsi/libdvbpsi-0.2.0.ebuild,v 1.1 2011/05/10 15:54:41 aballier Exp $

IUSE="doc"

DESCRIPTION="library for MPEG TS/DVB PSI tables decoding and generation"
HOMEPAGE="http://www.videolan.org/libdvbpsi"
SRC_URI="http://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
# doxygen missing: ~ia64
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"

DEPEND="doc? (
		>=app-doc/doxygen-1.2.16
		media-gfx/graphviz
	)"
RDEPEND=""

pkg_setup() {
	if use doc; then
		# Making the documentation requires that /usr/bin/dot from
		# media-libs/graphviz supports PNG output.
		# This is an automagic dependency :(, Bug #181147
		# Check that /usr/bin/dot supports png by calling it with
		# an unsupported format (-Txxx) to get a list of supported formats

		if /usr/bin/dot -Txxx 2>&1 | grep -q png ; then
			# dot supports png
			:
		else
			die "You need to recompile media-gfx/graphviz with png support."
		fi
	fi
}

src_compile() {
	econf --enable-release

	emake || die "emake failed"

	if use doc; then
		einfo "Attempting to build documentation"
		emake doc || die "Could not build documentation."
	else
		einfo "Documentation was not built"
	fi
}

src_install () {
	emake DESTDIR="${D}" install || die
	use doc && dohtml "${S}"/doc/doxygen/html/*
	dodoc AUTHORS INSTALL README NEWS
}






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

only message in thread, other threads:[~2011-05-10 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-10 15:54 [gentoo-commits] gentoo-x86 commit in media-libs/libdvbpsi: libdvbpsi-0.2.0.ebuild ChangeLog Alexis Ballier (aballier)

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