diff options
author | 2007-11-10 16:45:58 +0000 | |
---|---|---|
committer | 2007-11-10 16:45:58 +0000 | |
commit | 3bfd482b382075fa8fe31408ca6ce1145febcc37 (patch) | |
tree | 6d9ebf3bee8e2fb1a424415da1bed288c16777c5 /media-plugins/audacious-xosd | |
parent | Stable on ppc wrt bug 198692 (diff) | |
download | gentoo-2-3bfd482b382075fa8fe31408ca6ce1145febcc37.tar.gz gentoo-2-3bfd482b382075fa8fe31408ca6ce1145febcc37.tar.bz2 gentoo-2-3bfd482b382075fa8fe31408ca6ce1145febcc37.zip |
Adjust the dependency some mor
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-plugins/audacious-xosd')
4 files changed, 36 insertions, 3 deletions
diff --git a/media-plugins/audacious-xosd/ChangeLog b/media-plugins/audacious-xosd/ChangeLog index f15ab894fd4d..8a352e577a28 100644 --- a/media-plugins/audacious-xosd/ChangeLog +++ b/media-plugins/audacious-xosd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/audacious-xosd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-xosd/ChangeLog,v 1.8 2007/03/25 01:38:52 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-xosd/ChangeLog,v 1.9 2007/11/10 16:45:58 joker Exp $ + +*audacious-xosd-0.9 (10 Nov 2007) + + 10 Nov 2007; Christian Birchinger <joker@gentoo.org> + audacious-xosd-0.5.ebuild, +audacious-xosd-0.9.ebuild: + Added new version for Audacious 1.4 and limited the dependencies for the + older version to 1.3. 25 Mar 2007; Christian Birchinger <joker@gentoo.org> -audacious-xosd-0.3.ebuild, -audacious-xosd-0.4.ebuild: diff --git a/media-plugins/audacious-xosd/audacious-xosd-0.5.ebuild b/media-plugins/audacious-xosd/audacious-xosd-0.5.ebuild index 77128a85f37b..7b3b2b35bdd6 100644 --- a/media-plugins/audacious-xosd/audacious-xosd-0.5.ebuild +++ b/media-plugins/audacious-xosd/audacious-xosd-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-xosd/audacious-xosd-0.5.ebuild,v 1.4 2007/07/09 02:59:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-xosd/audacious-xosd-0.5.ebuild,v 1.5 2007/11/10 16:45:58 joker Exp $ DESCRIPTION="Audacious plugin for overlaying text/glyphs in X-On-Screen-Display" HOMEPAGE="http://www.netswarm.net/" @@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86" IUSE="" DEPEND=">=x11-libs/xosd-2.2.14 - media-sound/audacious" + <media-sound/audacious-1.4" src_compile() { emake PREFIX=/usr || die "emake failed" diff --git a/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild b/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild new file mode 100644 index 000000000000..f87c800feb2f --- /dev/null +++ b/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild,v 1.1 2007/11/10 16:45:58 joker Exp $ + +DESCRIPTION="Audacious plugin for overlaying text/glyphs in X-On-Screen-Display" +HOMEPAGE="http://www.netswarm.net/" +SRC_URI="http://www.netswarm.net/misc/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND="x11-libs/xosd + >=media-sound/audacious-1.4" + +src_compile() { + emake PREFIX=/usr || die "emake failed" +} + +src_install() { + make PREFIX=/usr DESTDIR="${D}" install || die "make install failed" + dodoc README +} diff --git a/media-plugins/audacious-xosd/files/digest-audacious-xosd-0.9 b/media-plugins/audacious-xosd/files/digest-audacious-xosd-0.9 new file mode 100644 index 000000000000..3280ccf3eb11 --- /dev/null +++ b/media-plugins/audacious-xosd/files/digest-audacious-xosd-0.9 @@ -0,0 +1,3 @@ +MD5 6cce30afe68d4dc088737a94aa857b3b audacious-xosd-0.9.tar.gz 26660 +RMD160 3b9a6af6ef339eeb9366cdfc9b7e8197343ce635 audacious-xosd-0.9.tar.gz 26660 +SHA256 6a73f083745c23a837edb41765c568e5ed32ceb688ba76f7daa746ab6540b0b4 audacious-xosd-0.9.tar.gz 26660 |