diff options
author | 2007-01-29 20:21:03 +0000 | |
---|---|---|
committer | 2007-01-29 20:21:03 +0000 | |
commit | 974bbfec893086b30425d138024809e3ff9a2465 (patch) | |
tree | 757a67a889df8c60a1560fd18468d37550415127 /xfce-extra/xfmedia | |
parent | A number of fixes (diff) | |
download | historical-974bbfec893086b30425d138024809e3ff9a2465.tar.gz historical-974bbfec893086b30425d138024809e3ff9a2465.tar.bz2 historical-974bbfec893086b30425d138024809e3ff9a2465.zip |
A number of fixes
Package-Manager: portage-2.1.2-r5
Diffstat (limited to 'xfce-extra/xfmedia')
-rw-r--r-- | xfce-extra/xfmedia/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/xfmedia/xfmedia-0.9.2-r1.ebuild | 31 |
2 files changed, 18 insertions, 18 deletions
diff --git a/xfce-extra/xfmedia/ChangeLog b/xfce-extra/xfmedia/ChangeLog index 9a645ec84f42..dfacab7606a1 100644 --- a/xfce-extra/xfmedia/ChangeLog +++ b/xfce-extra/xfmedia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/xfmedia # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfmedia/ChangeLog,v 1.15 2007/01/23 21:42:27 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfmedia/ChangeLog,v 1.16 2007/01/29 20:18:32 welp Exp $ + + 29 Jan 2007; Peter Weller <welp@gentoo.org> xfmedia-0.9.2-r1.ebuild: + A number of fixes 23 Jan 2007; Peter Weller <welp@gentoo.org> -files/xfmedia-dbus-0.6-support.patch, xfmedia-0.9.2-r1.ebuild: diff --git a/xfce-extra/xfmedia/xfmedia-0.9.2-r1.ebuild b/xfce-extra/xfmedia/xfmedia-0.9.2-r1.ebuild index 4a5bb78054d8..74e1101f12fb 100644 --- a/xfce-extra/xfmedia/xfmedia-0.9.2-r1.ebuild +++ b/xfce-extra/xfmedia/xfmedia-0.9.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 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.3 2007/01/23 21:42:27 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfmedia/xfmedia-0.9.2-r1.ebuild,v 1.4 2007/01/29 20:18:32 welp Exp $ inherit xfce44 -DESCRIPTION="Xfce4 media player" +DESCRIPTION="Media player frontend for xine-lib" HOMEPAGE="http://spuriousinterrupt.org/projects/xfmedia" SRC_URI="http://spuriousinterrupt.org/projects/${PN}/files/${P}.tar.bz2" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" @@ -13,22 +13,19 @@ IUSE="dbus debug startup-notification" RDEPEND="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 ) - ) ) + >=dev-libs/glib-2.6 + >=x11-libs/gtk+-2.6 + >=xfce-base/libxfce4util-4.2 + >=xfce-base/libxfcegui4-4.2 + >=media-libs/xine-lib-1 + xfce-extra/exo + startup-notification? ( x11-libs/startup-notification ) + dbus? ( dev-libs/dbus-glib ) media-libs/taglib" DEPEND="${RDEPEND} + dev-util/pkgconfig dev-util/intltool" -XFCE_CONFIG="$(use_enable debug) \ - $(use_enable startup-notification) \ - $(use_enable dbus)" +XFCE_CONFIG="${XFCE_CONFIG} $(use_enable dbus)" + +DOCS="AUTHORS ChangeLog NEWS TODO README README.plugins README.remote" |