summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-01 15:19:11 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-01 15:19:11 +0000
commitf89ca639aaa6db64b19bcab9e582fd7471cbca8a (patch)
tree12f44c361ae158d9e83c69a83d60d7f608bc0423 /media-tv
parentStable on alpha, bug #296263 (diff)
downloadgentoo-2-f89ca639aaa6db64b19bcab9e582fd7471cbca8a.tar.gz
gentoo-2-f89ca639aaa6db64b19bcab9e582fd7471cbca8a.tar.bz2
gentoo-2-f89ca639aaa6db64b19bcab9e582fd7471cbca8a.zip
Use shared Qt4 libraries from >=emul-linux-x86-qtlibs-20091231 instead of bundled copies.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/livestation/ChangeLog9
-rw-r--r--media-tv/livestation/livestation-3.0.0.ebuild10
2 files changed, 12 insertions, 7 deletions
diff --git a/media-tv/livestation/ChangeLog b/media-tv/livestation/ChangeLog
index 4c0cdcf6afda..30603a57188c 100644
--- a/media-tv/livestation/ChangeLog
+++ b/media-tv/livestation/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-tv/livestation
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.6 2009/12/01 17:03:29 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/ChangeLog,v 1.7 2010/01/01 15:19:11 ssuominen Exp $
+
+ 01 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
+ livestation-3.0.0.ebuild:
+ Use shared Qt4 libraries from >=emul-linux-x86-qtlibs-20091231 instead of
+ bundled copies.
*livestation-3.0.0 (01 Dec 2009)
diff --git a/media-tv/livestation/livestation-3.0.0.ebuild b/media-tv/livestation/livestation-3.0.0.ebuild
index ffb173fec342..87aa802c5613 100644
--- a/media-tv/livestation/livestation-3.0.0.ebuild
+++ b/media-tv/livestation/livestation-3.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.0.0.ebuild,v 1.1 2009/12/01 17:03:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/livestation/livestation-3.0.0.ebuild,v 1.2 2010/01/01 15:19:11 ssuominen Exp $
inherit eutils
@@ -13,11 +13,11 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-EMUL_VER=20081109
+EMUL_VER=20091231
RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-baselibs-${EMUL_VER}
>=app-emulation/emul-linux-x86-xlibs-${EMUL_VER}
- >=app-emulation/emul-linux-x86-sdl-${EMUL_VER} )"
+ >=app-emulation/emul-linux-x86-qtlibs-${EMUL_VER} )"
DEPEND=""
MY_PN=${PN/l/L}
@@ -44,7 +44,7 @@ src_install() {
dodir ${dest}
cp -dpR *.{bin,conf} plugins "${D}"/${dest} || die
- rm -f lib/{libcrypto.so.0.9.8,libssl.so.0.9.8,libXtst.so.6} || die
+ rm -f lib/{libcrypto.so.0.9.8,libssl.so.0.9.8,libXtst.so.6,libQt*} || die
exeinto ${dest}/lib
doexe lib/* || die
dosym plugins/imageformats ${dest}/imageformats || die