public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-tv/v4l-utils: ChangeLog v4l-utils-1.0.0.ebuild
@ 2013-08-06 14:46 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2013-08-06 14:46 UTC (permalink / raw
  To: gentoo-commits

aballier    13/08/06 14:46:47

  Modified:             ChangeLog
  Added:                v4l-utils-1.0.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.37                 media-tv/v4l-utils/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	4 May 2013 17:01:46 -0000	1.36
+++ ChangeLog	6 Aug 2013 14:46:47 -0000	1.37
@@ -1,6 +1,11 @@
 # ChangeLog for media-tv/v4l-utils
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v 1.36 2013/05/04 17:01:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/ChangeLog,v 1.37 2013/08/06 14:46:47 aballier Exp $
+
+*v4l-utils-1.0.0 (06 Aug 2013)
+
+  06 Aug 2013; Alexis Ballier <aballier@gentoo.org> +v4l-utils-1.0.0.ebuild:
+  version bump
 
 *v4l-utils-0.9.5 (04 May 2013)
 



1.1                  media-tv/v4l-utils/v4l-utils-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: v4l-utils-1.0.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-1.0.0.ebuild,v 1.1 2013/08/06 14:46:47 aballier Exp $

EAPI=5
inherit eutils udev

DESCRIPTION="Separate utilities ebuild from upstream v4l-utils package"
HOMEPAGE="http://git.linuxtv.org/v4l-utils.git"
SRC_URI="http://linuxtv.org/downloads/v4l-utils/${P}.tar.bz2"

LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="qt4"

RDEPEND=">=media-libs/libv4l-${PV}
	qt4? ( dev-qt/qtgui:4 )
	!media-tv/v4l2-ctl
	!<media-tv/ivtv-utils-1.4.0-r2"
DEPEND="${RDEPEND}
	sys-devel/gettext
	virtual/pkgconfig"

src_configure() {
	econf \
		--disable-static \
		$(use_enable qt4 qv4l2) \
		--with-udevdir="$(get_udevdir)"
}

src_install() {
	emake -C utils DESTDIR="${D}" install
	emake -C contrib DESTDIR="${D}" install

	dodoc README
	newdoc utils/libv4l2util/TODO TODO.libv4l2util
	newdoc utils/libmedia_dev/README README.libmedia_dev
	newdoc utils/dvb/README README.dvb
	newdoc utils/xc3028-firmware/README README.xc3028-firmware
	newdoc utils/v4l2-compliance/fixme.txt fixme.txt.v4l2-compliance
}





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

only message in thread, other threads:[~2013-08-06 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-06 14:46 [gentoo-commits] gentoo-x86 commit in media-tv/v4l-utils: ChangeLog v4l-utils-1.0.0.ebuild 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