Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 475878 - [PATCH] media-video/totem-3.8.2 typo in src_configure()
Summary: [PATCH] media-video/totem-3.8.2 typo in src_configure()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gnome-3.8
  Show dependency tree
 
Reported: 2013-07-05 18:58 UTC by Mark R. Pariente
Modified: 2013-07-14 19:10 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.
+