# ChangeLog for xfce-extra/xfmedia
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfmedia/ChangeLog,v 1.13 2006/12/07 05:25:50 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfmedia/ChangeLog,v 1.14 2006/12/11 02:13:44 nichoj Exp $
+
+*xfmedia-0.9.2-r1 (11 Dec 2006)
+
+ 11 Dec 2006; Joshua Nichols <nichoj@gentoo.org> -xfmedia-0.9.1-r1.ebuild,
+ -xfmedia-0.9.1-r2.ebuild, -xfmedia-0.9.2.ebuild, +xfmedia-0.9.2-r1.ebuild:
+ Improvements suggested by Sideris Michael <msid@daemons.gr> on bug #157434.
+ Pruned old revisions.
*xfmedia-0.9.2 (07 Dec 2006)
--- /dev/null
+MD5 6eb8bd1f67201f829e0f45e733c02bd5 xfmedia-0.9.2.tar.bz2 893228
+RMD160 e1d16fe50609475f916594f2b6a885cfed6251e0 xfmedia-0.9.2.tar.bz2 893228
+SHA256 451b67541527cde7f96693fa1ef7776eb03ac40edcef3023bfb2c1ebcf3e7e0c xfmedia-0.9.2.tar.bz2 893228
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfmedia/xfmedia-0.9.2-r1.ebuild,v 1.1 2006/12/11 02:13:44 nichoj Exp $
+
+inherit xfce44
+
+DESCRIPTION="Xfce4 media player"
+HOMEPAGE="http://spuriousinterrupt.org/projects/xfmedia"
+SRC_URI="http://spuriousinterrupt.org/projects/${PN}/files/${P}.tar.bz2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="dbus debug startup-notification"
+
+DEPEND=">=dev-util/intltool-0.31
+ x11-libs/libX11
+ x11-libs/libSM
+ >=dev-libs/glib-2.6.0
+ >=x11-libs/gtk+-2.6.0
+ >=xfce-base/libxfce4util-4.2.0
+ >=xfce-base/libxfcegui4-4.2.0
+ >=media-libs/xine-lib-1.0.0
+ >=xfce-extra/exo-0.2
+ startup-notification? ( >=x11-libs/startup-notification-0.5 )
+ dbus? || (
+ >=dev-libs/dbus-glib-0.71
+ ( <sys-apps/dbus-0.90
+ >=sys-apps/dbus-0.34 )
+ )
+ media-libs/taglib"
+RDEPEND="${DEPEND}"
+
+XFCE_CONFIG="$(use_enable debug) \
+ $(use_enable startup-notification) \
+ $(use_enable dbus)"