diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-10-07 11:23:09 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-10-07 11:23:09 +0000 |
commit | 66f54c981c57b58979b521c3318cdaf0ee169236 (patch) | |
tree | 9bc6576bbb1cf3d8c32a1650f69ed2d07be268a2 /media-libs/libiec61883 | |
parent | dev-vcs/rapidsvn: Version Bump, #436412; remove prereleases; honor LINGUAS, #... (diff) | |
download | gentoo-2-66f54c981c57b58979b521c3318cdaf0ee169236.tar.gz gentoo-2-66f54c981c57b58979b521c3318cdaf0ee169236.tar.bz2 gentoo-2-66f54c981c57b58979b521c3318cdaf0ee169236.zip |
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)
Diffstat (limited to 'media-libs/libiec61883')
-rw-r--r-- | media-libs/libiec61883/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/libiec61883/libiec61883-1.2.0.ebuild | 37 | ||||
-rw-r--r-- | media-libs/libiec61883/metadata.xml | 6 |
3 files changed, 49 insertions, 4 deletions
diff --git a/media-libs/libiec61883/ChangeLog b/media-libs/libiec61883/ChangeLog index 748a75376185..4df3539bac23 100644 --- a/media-libs/libiec61883/ChangeLog +++ b/media-libs/libiec61883/ChangeLog @@ -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. - diff --git a/media-libs/libiec61883/libiec61883-1.2.0.ebuild b/media-libs/libiec61883/libiec61883-1.2.0.ebuild new file mode 100644 index 000000000000..4483b7af9914 --- /dev/null +++ b/media-libs/libiec61883/libiec61883-1.2.0.ebuild @@ -0,0 +1,37 @@ +# 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 +} diff --git a/media-libs/libiec61883/metadata.xml b/media-libs/libiec61883/metadata.xml index 00e8d7ea3705..7fbd877fd124 100644 --- a/media-libs/libiec61883/metadata.xml +++ b/media-libs/libiec61883/metadata.xml @@ -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, |