You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild

41 lines
1.0 KiB

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/gstreamermm-1.0.10.ebuild,v 1.1 2014/11/30 23:05:10 eva Exp $
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="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
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 )
"
# 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_test() {
# running tests in parallel fails
emake -j1 check || die
}