Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 475878

Summary: [PATCH] media-video/totem-3.8.2 typo in src_configure()
Product: Gentoo Linux Reporter: Mark R. Pariente <markpariente>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 463242    

Description Mark R. Pariente 2013-07-05 18:58:15 UTC
There is a missing slash '\' in gnome2_src_configure that causes most of the config options to not take effect. Following patch fixes it:

--- /usr/portage/media-video/totem/totem-3.8.2.ebuild	2013-06-30 15:01:24.000000000 -0700
+++ /usr/local/portage/media-video/totem/totem-3.8.2.ebuild	2013-07-05 11:53:12.808295839 -0700
@@ -123,7 +123,7 @@
 	# respecting EPYTHON (wait for python-r1)
 	# pylint is checked unconditionally, but is only used for make check
 	gnome2_src_configure \
-		PYLINT=$(type -P true)
+		PYLINT=$(type -P true) \
 		--disable-run-in-source-tree \
 		--disable-static \
 		--with-smclient=auto \

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2013-07-14 19:10:19 UTC
+*totem-3.8.2-r1 (14 Jul 2013)
+
+  14 Jul 2013; Pacho Ramos <pacho@gentoo.org>
+  +files/totem-3.8.2-vimeo-compat.patch, +totem-3.8.2-r1.ebuild,
+  -totem-3.8.0.ebuild, -totem-3.8.2.ebuild:
+  Apply upstream patch to be compatible with vimeo videos, pass configure
+  options properly (#475878 by Mark R. Pariente), USE grilo needs grilo-plugins
+  (#475886 by Mark R. Pariente, confirmed by me and seen in Fedora .spec), drop
+  old and broken versions.
+