FS#9367 - totem-plugin requires totem, even if totem-xine is installed.

Attached to Project: Arch Linux
Opened by Mathias Nedrebø (lessthanjake) - Sunday, 27 January 2008, 23:24 GMT
Last edited by Jan de Groot (JGC) - Friday, 21 March 2008, 22:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Medium
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

It is not possible to install totem-plugin and totem-xine without using the -d flag on pacman. However, the combo works great.


Steps to reproduce:

pacman -Rsf totem totem-xine totem-plugin
pacman -S totem-xine totem-plugin
This task depends upon

Closed by  Jan de Groot (JGC)
Friday, 21 March 2008, 22:17 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed for gnome 2.22.
Comment by Mathias Nedrebø (lessthanjake) - Sunday, 27 January 2008, 23:27 GMT
Steps to reproduce should be:

pacman -R totem-plugin
pacman -R totem-xine
pacman -R totem
pacman -S totem-xine totem-plugin
Comment by Roman Kyrylych (Romashka) - Saturday, 02 February 2008, 09:04 GMT Comment by Xavier (shining) - Saturday, 09 February 2008, 14:47 GMT
Roman, the problem is rather versioned provisions here. It's rather surprising that both bug reports don't even show the actual error that happens :
:: totem-plugin: requires totem>=2.20.1-3

The following change should be made in totem-xine PKGBUILD :
15c15
< provides=('totem')
---
> provides=("totem=$pkgver")

About the "choice between multiple providers" problem, the only way to solve this is not ideal (adding interactivity).
Comment by Anonymous Submitter - Wednesday, 13 February 2008, 22:13 GMT
I confirm this. The totem-xine PKBUILD must have the 'provides' line.

Loading...