public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libiec61883: metadata.xml libiec61883-1.2.0.ebuild ChangeLog
@ 2012-10-07 11:23 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2012-10-07 11:23 UTC (permalink / raw
  To: gentoo-commits

pacho       12/10/07 11:23:09

  Modified:             metadata.xml ChangeLog
  Added:                libiec61883-1.2.0.ebuild
  Log:
  Version bump, also change metadata a bit to get bugs assigned to most active maintainer and prevent problems to be ignored for a long time.
  
  (Portage version: 2.1.11.24/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-libs/libiec61883/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libiec61883/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libiec61883/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libiec61883/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libiec61883/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	25 Sep 2006 16:57:46 -0000	1.2
+++ metadata.xml	7 Oct 2012 11:23:09 -0000	1.3
@@ -3,8 +3,10 @@
 <pkgmetadata>
 <herd>video</herd>
 <maintainer>
-  <email>calchan@gentoo.org</email>
-  <name>Denis Dupeyron</name>
+	<email>calchan@gentoo.org</email>
+	<name>Denis Dupeyron</name>
+	<description>Main maintainer for this is the herd, please CC on
+	bugs.</description>
 </maintainer>
 <longdescription lang="en">
 This library provides third generation media reception and transmission for DV,



1.26                 media-libs/libiec61883/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libiec61883/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	5 May 2012 08:02:39 -0000	1.25
+++ ChangeLog	7 Oct 2012 11:23:09 -0000	1.26
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/libiec61883
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libiec61883/ChangeLog,v 1.25 2012/05/05 08:02:39 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libiec61883/ChangeLog,v 1.26 2012/10/07 11:23:09 pacho Exp $
+
+*libiec61883-1.2.0 (07 Oct 2012)
+
+  07 Oct 2012; Pacho Ramos <pacho@gentoo.org> +libiec61883-1.2.0.ebuild,
+  metadata.xml:
+  Version bump, also change metadata a bit to get bugs assigned to most active
+  maintainer and prevent problems to be ignored for a long time.
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> libiec61883-1.1.0.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig
@@ -99,4 +106,3 @@
   +libiec61883-1.0.0.ebuild:
   Intial import into the tree. This addresses bug #89799. Thanks to Simon Koch
   for the ebuild.
-



1.1                  media-libs/libiec61883/libiec61883-1.2.0.ebuild

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

Index: libiec61883-1.2.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libiec61883/libiec61883-1.2.0.ebuild,v 1.1 2012/10/07 11:23:09 pacho Exp $

EAPI=4
inherit autotools eutils unpacker

DESCRIPTION="Library for capturing video (dv or mpeg2) over the IEEE 1394 bus"
HOMEPAGE="http://dennedy.org/cgi-bin/gitweb.cgi?p=dennedy.org/libiec61883.git"
SRC_URI="mirror://kernel/linux/libs/ieee1394/${P}.tar.xz"

LICENSE="|| ( LGPL-2.1 GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="examples"

RDEPEND=">=sys-libs/libraw1394-1.2.1"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	if use examples; then
		sed -i -e "s:noinst_PROGRAMS.*:noinst_PROGRAMS = :g" \
		-e "s:in_PROGRAMS.*:in_PROGRAMS = plugreport plugctl test-amdtp test-dv	test-mpeg2 test-plugs:g" \
		examples/Makefile.am || die "noinst patching failed"
		eautoreconf
	fi
}

src_configure() {
	econf --disable-static
}

src_install() {
	default
	prune_libtool_files
}





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

only message in thread, other threads:[~2012-10-07 11:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-07 11:23 [gentoo-commits] gentoo-x86 commit in media-libs/libiec61883: metadata.xml libiec61883-1.2.0.ebuild ChangeLog Pacho Ramos (pacho)

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