summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2011-07-10 03:40:52 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2011-07-10 03:40:52 +0000
commitf11f18cc496d886155ffd1fea377c971540bf984 (patch)
tree0830f2e076808f9a5abd854cc152853670013145 /media-plugins
parentversion bumped (diff)
downloadgentoo-2-f11f18cc496d886155ffd1fea377c971540bf984.tar.gz
gentoo-2-f11f18cc496d886155ffd1fea377c971540bf984.tar.bz2
gentoo-2-f11f18cc496d886155ffd1fea377c971540bf984.zip
fixed depends to make it compilable
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-live/ChangeLog8
-rw-r--r--media-plugins/vdr-live/vdr-live-0.2.0.20110419-r1.ebuild (renamed from media-plugins/vdr-live/vdr-live-0.2.0.20110419.ebuild)10
2 files changed, 11 insertions, 7 deletions
diff --git a/media-plugins/vdr-live/ChangeLog b/media-plugins/vdr-live/ChangeLog
index 47f72ce70d00..c76a864d0971 100644
--- a/media-plugins/vdr-live/ChangeLog
+++ b/media-plugins/vdr-live/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/vdr-live
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.27 2011/07/03 12:13:15 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/ChangeLog,v 1.28 2011/07/10 03:40:52 hd_brummy Exp $
+
+*vdr-live-0.2.0.20110419-r1 (10 Jul 2011)
+
+ 10 Jul 2011; Joerg Bornkessel <hd_brummy@gentoo.org>
+ -vdr-live-0.2.0.20110419.ebuild, +vdr-live-0.2.0.20110419-r1.ebuild:
+ fixed depends to make it compilable
*vdr-live-0.2.0.20110419 (03 Jul 2011)
diff --git a/media-plugins/vdr-live/vdr-live-0.2.0.20110419.ebuild b/media-plugins/vdr-live/vdr-live-0.2.0.20110419-r1.ebuild
index 98698dc90492..340974bb1707 100644
--- a/media-plugins/vdr-live/vdr-live-0.2.0.20110419.ebuild
+++ b/media-plugins/vdr-live/vdr-live-0.2.0.20110419-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.2.0.20110419.ebuild,v 1.1 2011/07/03 12:13:15 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-live/vdr-live-0.2.0.20110419-r1.ebuild,v 1.1 2011/07/10 03:40:52 hd_brummy Exp $
EAPI="3"
@@ -14,12 +14,12 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="pcre ssl"
+IUSE="ssl"
DEPEND="media-video/vdr
>=dev-libs/tntnet-2.0[ssl=,sdk]
>=dev-libs/cxxtools-2.0
- pcre? ( >=dev-libs/libpcre-8.12 )"
+ >=dev-libs/libpcre-8.12[cxx]"
RDEPEND="${DEPEND}"
@@ -51,9 +51,7 @@ src_prepare() {
sed -e "s/ERROR:/WARNING:/" -i tntconfig.cpp
- if ! use pcre; then
- sed -i "s:^HAVE_LIBPCRECPP:#HAVE_LIBPCRECPP:" Makefile
- fi
+ sed -i "s:^HAVE_LIBPCRECPP:#HAVE_LIBPCRECPP:" Makefile
if ! has_version ">=media-video/vdr-1.7.13"; then
sed -i "s:-include \$(VDRDIR)/Make.global:#-include \$(VDRDIR)/Make.global:" Makefile