Skip to content

Commit

Permalink
media-tv/me-tv: Fix building with latest glibmm/libsigc++
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
pacho2 committed Dec 24, 2015
1 parent ec4ce76 commit e8742d8
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions media-tv/me-tv/me-tv-1.4.0.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="4"

inherit eutils versionator autotools gnome2
EAPI=5
inherit eutils flag-o-matic versionator autotools gnome2

DESCRIPTION="Me TV is a GTK desktop application for watching digital television"
HOMEPAGE="http://me-tv.sourceforge.net/"
Expand All @@ -15,7 +14,9 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="http"
RDEPEND=">=dev-cpp/gconfmm-2.6

RDEPEND="
>=dev-cpp/gconfmm-2.6
dev-cpp/gtkmm:2.4
dev-cpp/libxmlpp:2.6
dev-libs/libunique:1
Expand All @@ -25,12 +26,14 @@ RDEPEND=">=dev-cpp/gconfmm-2.6
>=media-video/vlc-1.1.8
media-libs/gstreamer:0.10
media-plugins/gst-plugins-xvideo:0.10
media-libs/gst-plugins-base:0.10"

media-libs/gst-plugins-base:0.10
"
DEPEND="${RDEPEND}
virtual/pkgconfig"
virtual/pkgconfig
"

src_prepare() {
append-cxxflags -std=c++11
epatch "${FILESDIR}"/${P}-gcc47.patch
eautoreconf
}
Expand Down

0 comments on commit e8742d8

Please sign in to comment.