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 /dev-cpp/gstreamermm | |
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 'dev-cpp/gstreamermm')
-rw-r--r-- | dev-cpp/gstreamermm/Manifest | 3 | ||||
-rw-r--r-- | dev-cpp/gstreamermm/gstreamermm-0.10.11.ebuild | 35 | ||||
-rw-r--r-- | dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild | 65 | ||||
-rw-r--r-- | dev-cpp/gstreamermm/gstreamermm-1.4.3.ebuild | 59 | ||||
-rw-r--r-- | dev-cpp/gstreamermm/metadata.xml | 10 |
5 files changed, 172 insertions, 0 deletions
diff --git a/dev-cpp/gstreamermm/Manifest b/dev-cpp/gstreamermm/Manifest new file mode 100644 index 000000000000..bc133a96671d --- /dev/null +++ b/dev-cpp/gstreamermm/Manifest @@ -0,0 +1,3 @@ +DIST gstreamermm-0.10.11.tar.xz 5840552 SHA256 12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6 SHA512 2ad370f6902dcb4663ea801bdbbf744a98de9e24fc04f27b5044a4a95337168e2bb195761a07ac9c1011f9ed4936287fcc5f4c2b984f0a362b429d05be7d3909 WHIRLPOOL d9be72d4691b9b0769b75819ca9403a2df7f1dbdad4974e4b26e4fd87d4b7ea0503fb2ba6a500a008ec9d1c29f6677e61649798801e6babf7e4d7b8562cc72f2 +DIST gstreamermm-1.0.10.tar.xz 4649144 SHA256 dd9e9b2d2bc7f52ab9196f4613b99700e1c9f2ab7c076bd87c657f3f435f1dc6 SHA512 6f67e823b9f4d1384b139cef47c3de5f28df437452cbba54369973c00f675d40ce9937f38e063b31f5a824f0facdc53d54a2ec4c04e03ed8eee89ad39f9e1229 WHIRLPOOL cf045345fed45d94aa61b5a4c75f1149f9ae280476d284c00bdd3cb33be9369215be3fe540443f6c015ae1e9c25558173d86775b5fbd9d821cb7f8616197c8b0 +DIST gstreamermm-1.4.3.tar.xz 5886048 SHA256 f1c11ee1cf7537d77de7f8d486e09c5140cc4bb78882849718cd88959a55462e SHA512 ea4d281a4f3b79113fc3a0474e23d82442facac6eaf66215de412310b9c306aa5d586ee5570087d94d90acbfc09c5766edba1414b50f0fd9a3111cda610f5671 WHIRLPOOL b8bee1e9672c5ca527718e1826a4b486ea47fd772b079dddb532716c2082bb4cca55823a8b3dcd5eabe8819ee944b0cb68740c6b986ff329b71dad47240fe904 diff --git a/dev-cpp/gstreamermm/gstreamermm-0.10.11.ebuild b/dev-cpp/gstreamermm/gstreamermm-0.10.11.ebuild new file mode 100644 index 000000000000..aca693a5faa5 --- /dev/null +++ b/dev-cpp/gstreamermm/gstreamermm-0.10.11.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="C++ interface for GStreamer" +HOMEPAGE="http://gstreamer.freedesktop.org/bindings/cplusplus.html" + +LICENSE="LGPL-2.1" +SLOT="0.10" +KEYWORDS="amd64 ~ppc x86" +IUSE="test" + +RDEPEND=" + >=media-libs/gstreamer-0.10.36:0.10 + >=media-libs/gst-plugins-base-0.10.36:0.10 + >=dev-cpp/glibmm-2.33.4:2 + >=dev-cpp/libxmlpp-2.14:2.6 + >=dev-libs/libsigc++-2:2 +" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( + media-libs/gst-plugins-good:0.10 + media-plugins/gst-plugins-vorbis:0.10 + media-plugins/gst-plugins-x:0.10 ) +" + +DOCS="AUTHORS ChangeLog NEWS README" +# Installs reference docs into /usr/share/doc/gstreamermm-0.10/ +# but that's okay, because the rest of dev-cpp/*mm stuff does the same diff --git a/dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild new file mode 100644 index 000000000000..f8900522f23d --- /dev/null +++ b/dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="C++ interface for GStreamer" +HOMEPAGE="http://gstreamer.freedesktop.org/bindings/cplusplus.html" + +LICENSE="LGPL-2.1" +SLOT="1.0" +KEYWORDS="amd64 ~ppc x86" +IUSE="doc examples test" + +RDEPEND=" + >=media-libs/gstreamer-1.0.10:1.0 + >=media-libs/gst-plugins-base-1.0.10:1.0 + >=dev-cpp/glibmm-2.36:2 + >=dev-cpp/libxmlpp-2.14:2.6 + >=dev-libs/libsigc++-2:2 +" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( + app-doc/doxygen + dev-libs/libxslt + media-gfx/graphviz ) + test? ( + dev-cpp/gtest + media-libs/gst-plugins-base:1.0[X,ogg,theora,vorbis] + media-libs/gst-plugins-good:1.0 + media-plugins/gst-plugins-jpeg:1.0 ) +" +# dev-cpp/mm-common" +# eautoreconf needs mm-common + +# Installs reference docs into /usr/share/doc/gstreamermm-1.0/ +# but that's okay, because the rest of dev-cpp/*mm stuff does the same + +src_prepare() { + if ! use examples; then + # don't waste time building examples + sed -e 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \ + -i Makefile.am Makefile.in || die + fi + + # FIXME: disable endless unittests, report upstream + sed -e '/test-regression-rewritefile$(EXEEXT) \\/d' \ + -e '/test-regression-seekonstartup$(EXEEXT) \\/d' \ + -i tests/Makefile.in || die + + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure $(use_enable doc documentation) +} + +src_test() { + # running tests in parallel fails + emake -j1 check || die +} diff --git a/dev-cpp/gstreamermm/gstreamermm-1.4.3.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.4.3.ebuild new file mode 100644 index 000000000000..945242a7ae6d --- /dev/null +++ b/dev-cpp/gstreamermm/gstreamermm-1.4.3.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit gnome2 + +DESCRIPTION="C++ interface for GStreamer" +HOMEPAGE="http://gstreamer.freedesktop.org/bindings/cplusplus.html" + +LICENSE="LGPL-2.1" +SLOT="1.0" +KEYWORDS="amd64 ~ppc x86" +IUSE="doc examples test" + +RDEPEND=" + >=media-libs/gstreamer-${PV}:1.0 + >=media-libs/gst-plugins-base-${PV}:1.0 + >=dev-cpp/glibmm-2.36:2 + >=dev-cpp/libxmlpp-2.14:2.6 + >=dev-libs/libsigc++-2:2 +" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( + app-doc/doxygen + dev-libs/libxslt + media-gfx/graphviz ) + test? ( + dev-cpp/gtest + >=media-libs/gst-plugins-base-${PV}:1.0[X,ogg,theora,vorbis] + >=media-libs/gst-plugins-good-${PV}:1.0 + >=media-plugins/gst-plugins-jpeg-${PV}:1.0 ) +" +# dev-cpp/mm-common" +# eautoreconf needs mm-common + +# Installs reference docs into /usr/share/doc/gstreamermm-1.0/ +# but that's okay, because the rest of dev-cpp/*mm stuff does the same + +src_prepare() { + if ! use examples; then + # don't waste time building examples + sed -e 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \ + -i Makefile.am Makefile.in || die + fi + + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure $(use_enable doc documentation) +} + +src_test() { + # running tests in parallel fails + emake -j1 check || die +} diff --git a/dev-cpp/gstreamermm/metadata.xml b/dev-cpp/gstreamermm/metadata.xml new file mode 100644 index 000000000000..2c5fea7ddf3a --- /dev/null +++ b/dev-cpp/gstreamermm/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>gnome</herd> + <maintainer> + <email>eva@gentoo.org</email> + <name>Gilles Dartiguelongue</name> + </maintainer> +</pkgmetadata> + |