diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-03-21 16:38:05 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-03-21 16:38:05 +0000 |
commit | 4e9e9101908c09231491ceb0a4f9a1a479e5251d (patch) | |
tree | 15c285c0b4e8a46d19e00ea641ca3208eddc952b /kde-base/artsplugin-xine | |
parent | Version bumped. (diff) | |
download | gentoo-2-4e9e9101908c09231491ceb0a4f9a1a479e5251d.tar.gz gentoo-2-4e9e9101908c09231491ceb0a4f9a1a479e5251d.tar.bz2 gentoo-2-4e9e9101908c09231491ceb0a4f9a1a479e5251d.zip |
depend on xine-lib-1.0
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/artsplugin-xine')
-rw-r--r-- | kde-base/artsplugin-xine/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/artsplugin-xine/artsplugin-xine-3.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/artsplugin-xine/ChangeLog b/kde-base/artsplugin-xine/ChangeLog index 4c60b8efa0e9..19b6088c790d 100644 --- a/kde-base/artsplugin-xine/ChangeLog +++ b/kde-base/artsplugin-xine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/artsplugin-xine # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/ChangeLog,v 1.6 2005/03/18 17:25:04 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/ChangeLog,v 1.7 2005/03/21 16:38:05 carlo Exp $ + + 21 Mar 2005; Carsten Lohrke <carlo@gentoo.org> artsplugin-xine-3.4.0.ebuild: + depend on xine-lib-1.0, #86136 18 Mar 2005; Daniel Goller <morfic@gentoo.org> artsplugin-xine-3.4.0.ebuild: diff --git a/kde-base/artsplugin-xine/artsplugin-xine-3.4.0.ebuild b/kde-base/artsplugin-xine/artsplugin-xine-3.4.0.ebuild index c0e96a0d7ddc..1eba40e9a9d0 100644 --- a/kde-base/artsplugin-xine/artsplugin-xine-3.4.0.ebuild +++ b/kde-base/artsplugin-xine/artsplugin-xine-3.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/artsplugin-xine-3.4.0.ebuild,v 1.3 2005/03/18 17:25:04 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/artsplugin-xine-3.4.0.ebuild,v 1.4 2005/03/21 16:38:05 carlo Exp $ KMNAME=kdemultimedia KMMODULE=xine_artsplugin @@ -11,7 +11,7 @@ inherit kde-meta eutils DESCRIPTION="arts xine plugin" KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" -DEPEND=">=media-libs/xine-lib-1_beta12" +DEPEND=">=media-libs/xine-lib-1.0" pkg_setup() { if ! useq arts; then |