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

aballier    13/08/08 17:54:48

  Modified:             ChangeLog
  Added:                zvbi-0.2.34.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha195/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.50                 media-libs/zvbi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/zvbi/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	29 May 2012 13:44:22 -0000	1.49
+++ ChangeLog	8 Aug 2013 17:54:48 -0000	1.50
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/zvbi
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/ChangeLog,v 1.49 2012/05/29 13:44:22 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/ChangeLog,v 1.50 2013/08/08 17:54:48 aballier Exp $
+
+*zvbi-0.2.34 (08 Aug 2013)
+
+  08 Aug 2013; Alexis Ballier <aballier@gentoo.org> +zvbi-0.2.34.ebuild,
+  +files/zvbi-0.2.34-settime.patch:
+  version bump
 
   29 May 2012; Alexis Ballier <aballier@gentoo.org> zvbi-0.2.33.ebuild:
   keyword ~amd64-fbsd



1.1                  media-libs/zvbi/zvbi-0.2.34.ebuild

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

Index: zvbi-0.2.34.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/zvbi/zvbi-0.2.34.ebuild,v 1.1 2013/08/08 17:54:48 aballier Exp $

EAPI=5
inherit eutils libtool

DESCRIPTION="VBI Decoding Library for Zapping"
SRC_URI="mirror://sourceforge/zapping/${P}.tar.bz2"
HOMEPAGE="http://zapping.sourceforge.net"

LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc dvb nls static-libs v4l X"

RDEPEND=">=media-libs/libpng-1.4
	sys-libs/zlib
	nls? ( virtual/libintl )
	X? ( x11-libs/libX11 )"
DEPEND="${RDEPEND}
	virtual/os-headers
	doc? ( app-doc/doxygen )
	nls? ( sys-devel/gettext )
	X? ( x11-libs/libXt )"

src_prepare() {
	epatch "${FILESDIR}/${P}-settime.patch"
	elibtoolize
}

src_configure() {
	econf \
		$(use_enable static-libs static) \
		$(use_enable v4l) \
		$(use_enable dvb) \
		$(use_enable nls) \
		$(use_with X x) \
		$(use_with doc doxygen)
}

src_install() {
	emake DESTDIR="${D}" install

	dodoc AUTHORS BUGS ChangeLog NEWS README TODO
	use doc && dohtml -a png,gif,html,css doc/html/*

	find "${D}" -name '*.la' -delete
}





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

only message in thread, other threads:[~2013-08-08 17:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08 17:54 [gentoo-commits] gentoo-x86 commit in media-libs/zvbi: zvbi-0.2.34.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