diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-libs/libiec61883 | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-libs/libiec61883')
-rw-r--r-- | media-libs/libiec61883/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libiec61883/libiec61883-1.2.0-r1.ebuild | 32 | ||||
-rw-r--r-- | media-libs/libiec61883/metadata.xml | 17 |
3 files changed, 50 insertions, 0 deletions
diff --git a/media-libs/libiec61883/Manifest b/media-libs/libiec61883/Manifest new file mode 100644 index 000000000000..e7d9dcc6a9e4 --- /dev/null +++ b/media-libs/libiec61883/Manifest @@ -0,0 +1 @@ +DIST libiec61883-1.2.0.tar.xz 233640 SHA256 d1e02c7e276fac37313a2f8c1c33d7a9e19282ff16f32e72435428ff5121f09e SHA512 817177081a229c6253340e5911369aab746bd657d5b3d6a1ef3cf639cceee667bdb677fb0536163468cc9e719c4e81c6beaf42c93e5a56eb52684964b6dd1e23 WHIRLPOOL ded259537d15ea7b5571552044b9f47c08b06dab68ecccfa46f96fd88457cc5a9de26809516f6dbe27ff463304de49855c2b373001887d17e24251d7cbac261d diff --git a/media-libs/libiec61883/libiec61883-1.2.0-r1.ebuild b/media-libs/libiec61883/libiec61883-1.2.0-r1.ebuild new file mode 100644 index 000000000000..7f09e0247eda --- /dev/null +++ b/media-libs/libiec61883/libiec61883-1.2.0-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools-multilib eutils unpacker autotools + +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="alpha amd64 arm ia64 ppc ppc64 sparc x86" +IUSE="examples static-libs" + +RDEPEND=">=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}] + abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r7 + !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" +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" + AUTOTOOLS_AUTORECONF="1" + fi + autotools-multilib_src_prepare +} diff --git a/media-libs/libiec61883/metadata.xml b/media-libs/libiec61883/metadata.xml new file mode 100644 index 000000000000..7fbd877fd124 --- /dev/null +++ b/media-libs/libiec61883/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>video</herd> +<maintainer> + <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, +MPEG2-TS, and AMDTP (audio and music) using only raw1394 and not the complicated +setup and maintenance of other kernel modules and their /dev nodes. +</longdescription> +</pkgmetadata> + |