Skip to content

Commit

Permalink
dev-cpp/gstreamermm: Fix building with latest glibmm/libsigc++ (#568254)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
pacho2 committed Dec 15, 2015
1 parent f4e1396 commit f5aafc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions dev-cpp/gstreamermm/gstreamermm-0.10.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
EAPI="5"
GNOME2_LA_PUNT="yes"

inherit gnome2
inherit flag-o-matic gnome2

DESCRIPTION="C++ interface for GStreamer"
HOMEPAGE="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
Expand All @@ -30,6 +30,10 @@ DEPEND="${RDEPEND}
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

src_prepare() {
gnome2_src_prepare
append-cxxflags -std=c++11 #568254
}
6 changes: 3 additions & 3 deletions dev-cpp/gstreamermm/gstreamermm-1.4.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# $Id$

EAPI="5"

inherit gnome2
inherit flag-o-matic gnome2

DESCRIPTION="C++ interface for GStreamer"
HOMEPAGE="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
Expand Down Expand Up @@ -47,6 +46,7 @@ src_prepare() {
fi

gnome2_src_prepare
append-cxxflags -std=c++11 #568254 , fixed in master
}

src_configure() {
Expand All @@ -55,5 +55,5 @@ src_configure() {

src_test() {
# running tests in parallel fails
emake -j1 check || die
emake -j1 check
}

0 comments on commit f5aafc4

Please sign in to comment.