diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:30:31 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:30:31 +0000 |
commit | 583f98c8324b4542bbf0fc48ac2d6fe9b783d671 (patch) | |
tree | 1e1907bdece3d58dba0283a058a78ce798e1569e /kde-base/artsplugin-xine | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-583f98c8324b4542bbf0fc48ac2d6fe9b783d671.tar.gz gentoo-2-583f98c8324b4542bbf0fc48ac2d6fe9b783d671.tar.bz2 gentoo-2-583f98c8324b4542bbf0fc48ac2d6fe9b783d671.zip |
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/artsplugin-xine')
-rw-r--r-- | kde-base/artsplugin-xine/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/artsplugin-xine/artsplugin-xine-3.5.9.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/artsplugin-xine/ChangeLog b/kde-base/artsplugin-xine/ChangeLog index 72d8b945df4e..687e1c88094e 100644 --- a/kde-base/artsplugin-xine/ChangeLog +++ b/kde-base/artsplugin-xine/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/artsplugin-xine # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/ChangeLog,v 1.71 2008/02/20 19:58:39 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-xine/ChangeLog,v 1.72 2008/02/20 22:30:31 philantrop Exp $ + +*artsplugin-xine-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> + +artsplugin-xine-3.5.9.ebuild: + Version bump to KDE 3.5.9. 20 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> +files/kdemultimedia-3.5.8-xine-lib-1.1.10.1.patch, diff --git a/kde-base/artsplugin-xine/artsplugin-xine-3.5.9.ebuild b/kde-base/artsplugin-xine/artsplugin-xine-3.5.9.ebuild new file mode 100644 index 000000000000..3dc6ea6073d5 --- /dev/null +++ b/kde-base/artsplugin-xine/artsplugin-xine-3.5.9.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 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.5.9.ebuild,v 1.1 2008/02/20 22:30:31 philantrop Exp $ + +ARTS_REQUIRED="yes" +KMNAME=kdemultimedia +KMMODULE=xine_artsplugin +EAPI="1" +inherit kde-meta eutils + +DESCRIPTION="arts xine plugin" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND=">=media-libs/xine-lib-1.0" |