Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249257 - media-video/totem - patch to recognize bluez-4 dependency
Summary: media-video/totem - patch to recognize bluez-4 dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 250909
  Show dependency tree
 
Reported: 2008-11-29 13:46 UTC by Paul Philippov
Modified: 2009-01-18 23:04 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
totem-2.24.3-bluez4.patch (totem-2.24.3-bluez4.patch,389 bytes, text/plain)
2008-11-29 14:33 UTC, Paul Philippov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Philippov 2008-11-29 13:46:12 UTC
net-wireless/bluez to replace both net-wireless/bluez-libs and net-wireless/bluez-utils since version 4. The ebuild should check for either dependencies. See http://bugs.gentoo.org/show_bug.cgi?id=236357

Reproducible: Always




patch for totem-2.24.3.ebuild

--- totem-2.24.3.ebuild	2008-11-29 14:23:19.000000000 +0200
+++ totem-2.24.3.ebuild	2008-11-29 15:25:14.000000000 +0200
@@ -42,7 +42,7 @@
 	>=x11-libs/libXrandr-1.1.1
 	>=x11-libs/libXxf86vm-1.0.1
 
-	bluetooth? ( net-wireless/bluez-libs )
+	bluetooth? || ( net-wireless/bluez net-wireless/bluez-libs )
 	galago? ( >=dev-libs/libgalago-0.5.2 )
 	gnome? (
 		>=gnome-base/libgnome-2.14
Comment 1 Paul Philippov 2008-11-29 14:33:24 UTC
Created attachment 173759 [details]
totem-2.24.3-bluez4.patch

oh, seems i forgot to add parenthesis, sorry. here's the proper patch.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-11-29 18:46:39 UTC
will do when there is actually something to do.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-01-18 22:52:13 UTC
in 2.24.3-r1 which is masked along side the rest of bluez-4 ebuilds.
Comment 4 Mike Auty (RETIRED) gentoo-dev 2009-01-18 22:59:31 UTC
Does it need to be masked?  The || should allow it to use either bluez-4 (bluez) or bluez-3 (bluez-libs)...
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-01-18 23:04:31 UTC
I don't like depending on masked packages so yes it'll stay masked as long as bluez-4 is.