summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-01-30 21:39:05 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-01-30 21:39:05 +0000
commit3f459cb654ac3e1633340948443ac0c358c6f559 (patch)
treeded280e9b73545843e8758ed25a006b396510ae5 /media-sound/amarok
parentTry this for size! new 1.5.0 ebuild (diff)
downloadgentoo-2-3f459cb654ac3e1633340948443ac0c358c6f559.tar.gz
gentoo-2-3f459cb654ac3e1633340948443ac0c358c6f559.tar.bz2
gentoo-2-3f459cb654ac3e1633340948443ac0c358c6f559.zip
added missing libsdl dependency. fixes #72395
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-sound/amarok')
-rw-r--r--media-sound/amarok/ChangeLog5
-rw-r--r--media-sound/amarok/amarok-1.1.1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog
index 3c6e693a9215..1534229b618a 100644
--- a/media-sound/amarok/ChangeLog
+++ b/media-sound/amarok/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/amarok
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.43 2005/01/14 23:53:32 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.44 2005/01/30 21:39:05 luckyduck Exp $
+
+ 30 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> amarok-1.1.1.ebuild:
+ added missing libsdl dependency. fixes #72395
15 Jan 2005; Dan Armak <danarmak@gentoo.org> amarok-1.0.2.ebuild,
amarok-1.1.1.ebuild, amarok-1.2_beta2.ebuild, amarok-1.2_beta3.ebuild:
diff --git a/media-sound/amarok/amarok-1.1.1.ebuild b/media-sound/amarok/amarok-1.1.1.ebuild
index a998a802a2b7..382eaa5932ca 100644
--- a/media-sound/amarok/amarok-1.1.1.ebuild
+++ b/media-sound/amarok/amarok-1.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.1.1.ebuild,v 1.14 2005/01/14 23:53:32 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.1.1.ebuild,v 1.15 2005/01/30 21:39:05 luckyduck Exp $
IUSE="noamazon cjk xmms opengl xine arts gstreamer"
@@ -28,6 +28,7 @@ DEPEND="=media-libs/libvisual-0.1.6
>=dev-util/pkgconfig-0.9.0
>=media-libs/taglib-1.3
>=kde-base/kdelibs-3.2
+ media-libs/libsdl
>=x11-libs/qt-3.3
gstreamer? ( >=media-libs/gst-plugins-0.8.1
>=media-plugins/gst-plugins-mad-0.8.1 )"