diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-12-12 09:32:33 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-12-12 09:32:33 +0000 |
commit | 1b26def0d1b7b897358ab010431261df3b303fe3 (patch) | |
tree | 83c9ec8c8211ca7d9b70b8b26bb263018a62a0c6 /media-plugins/xine-d5d | |
parent | version bump (diff) | |
download | gentoo-2-1b26def0d1b7b897358ab010431261df3b303fe3.tar.gz gentoo-2-1b26def0d1b7b897358ab010431261df3b303fe3.tar.bz2 gentoo-2-1b26def0d1b7b897358ab010431261df3b303fe3.zip |
Updating dependency on xine-lib-0.9*
Diffstat (limited to 'media-plugins/xine-d5d')
-rw-r--r-- | media-plugins/xine-d5d/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/xine-d5d/xine-d5d-0.2.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/xine-d5d/ChangeLog b/media-plugins/xine-d5d/ChangeLog index dc02a294e668..c122a10f6cd4 100644 --- a/media-plugins/xine-d5d/ChangeLog +++ b/media-plugins/xine-d5d/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for media-video/xine-d5d # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xine-d5d/ChangeLog,v 1.2 2002/12/01 23:19:00 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xine-d5d/ChangeLog,v 1.3 2002/12/12 09:28:15 agenkin Exp $ *xine-d5d-0.2.7 (08 Jul 2002) + 12 Dec 2002; Arcady Genkin <agenkin@thpoon.com> xine-d5d-0.2.7-r1.ebuild : + Fixed dependency on xine-lib 0.9. + 02 Dec 2002; Martin Holzer <mholzer@gentoo.org> xine-d5d-0.2.7-r1.ebuild: Updated SRC_URI, package now named as the ebuild so changed unpack diff --git a/media-plugins/xine-d5d/xine-d5d-0.2.7-r1.ebuild b/media-plugins/xine-d5d/xine-d5d-0.2.7-r1.ebuild index c5fbbd3862df..85c2915242ba 100644 --- a/media-plugins/xine-d5d/xine-d5d-0.2.7-r1.ebuild +++ b/media-plugins/xine-d5d/xine-d5d-0.2.7-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xine-d5d/xine-d5d-0.2.7-r1.ebuild,v 1.3 2002/12/01 23:24:23 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xine-d5d/xine-d5d-0.2.7-r1.ebuild,v 1.4 2002/12/12 09:28:15 agenkin Exp $ S=${WORKDIR}/${P} DESCRIPTION="Captain CSS menu plugin for the xine media player" HOMEPAGE="http://www.captaincss.tk/" SRC_URI="http://debianlinux.net/${P}.tgz" -DEPEND=">=media-libs/xine-lib-0.9.12" +DEPEND="=media-libs/xine-lib-0.9*" SLOT="0" LICENSE="LGPL-2.1" |