From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SEdpA-0002wg-0T for garchives@archives.gentoo.org; Mon, 02 Apr 2012 09:45:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E0D5E0961; Mon, 2 Apr 2012 09:45:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1E010E0961 for ; Mon, 2 Apr 2012 09:45:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B4391B400F for ; Mon, 2 Apr 2012 09:45:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5BD90E542C for ; Mon, 2 Apr 2012 09:45:07 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <1333359889.13c538be39e18ab7fbeb9e171de757ac07bc4daf.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-video/totem/ X-VCS-Repository: proj/gnome X-VCS-Files: media-video/totem/totem-3.3.92.ebuild media-video/totem/totem-3.4.0.ebuild media-video/totem/totem-9999.ebuild X-VCS-Directories: media-video/totem/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 13c538be39e18ab7fbeb9e171de757ac07bc4daf X-VCS-Branch: master Date: Mon, 2 Apr 2012 09:45:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: dea0f30b-5a7f-4dd2-b15d-8d98f017a323 X-Archives-Hash: 713c5ea222b5e5fcdc0af2150fc482ee commit: 13c538be39e18ab7fbeb9e171de757ac07bc4daf Author: Alexandre Rostovtsev gentoo org> AuthorDate: Mon Apr 2 09:37:13 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Mon Apr 2 09:44:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D13c538be media-video/totem: 3.3.92 =E2=86=92 3.4.0 + flash plugin fix Build the Vegas browser plugin for playing flash videos only if USE=3Dflash. We do not want to enable it by default because it attempts t= o handle all .swf files, including non-video ones. --- .../{totem-3.3.92.ebuild =3D> totem-3.4.0.ebuild} | 10 ++++++---- media-video/totem/totem-9999.ebuild | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/media-video/totem/totem-3.3.92.ebuild b/media-video/totem/to= tem-3.4.0.ebuild similarity index 94% rename from media-video/totem/totem-3.3.92.ebuild rename to media-video/totem/totem-3.4.0.ebuild index f30d37e..2c6b497 100644 --- a/media-video/totem/totem-3.3.92.ebuild +++ b/media-video/totem/totem-3.4.0.ebuild @@ -20,8 +20,7 @@ HOMEPAGE=3D"http://projects.gnome.org/totem/" =20 LICENSE=3D"GPL-2 LGPL-2" SLOT=3D"0" -IUSE=3D"doc grilo +introspection iplayer lirc nautilus nsplugin +python = test vala -zeitgeist zeroconf" +IUSE=3D"doc flash grilo +introspection iplayer lirc nautilus nsplugin +p= ython test vala zeitgeist zeroconf" if [[ ${PV} =3D 9999 ]]; then KEYWORDS=3D"" else @@ -63,6 +62,7 @@ RDEPEND=3D">=3Ddev-libs/glib-2.27.92:2 >=3Dx11-libs/libXxf86vm-1.0.1 x11-themes/gnome-icon-theme-symbolic =20 + flash? ( dev-libs/totem-pl-parser[quvi] ) grilo? ( >=3Dmedia-libs/grilo-0.1.16 ) introspection? ( >=3Ddev-libs/gobject-introspection-0.6.7 ) lirc? ( app-misc/lirc ) @@ -102,7 +102,8 @@ DEPEND=3D"${RDEPEND} # docbook-xml-dtd is needed for user doc =20 # see bug #359379 -REQUIRED_USE=3D"python? ( introspection ) +REQUIRED_USE=3D"flash? ( nsplugin ) + python? ( introspection ) zeitgeist? ( vala )" =20 # XXX: pylint checks fail because of bad code @@ -110,6 +111,7 @@ RESTRICT=3D"test" =20 pkg_setup() { DOCS=3D"AUTHORS ChangeLog NEWS README TODO" + use nsplugin && DOCS=3D"${DOCS} browser-plugin/README.browser-plugin" G2CONF=3D"${G2CONF} --disable-run-in-source-tree --disable-schemas-compile @@ -117,10 +119,10 @@ pkg_setup() { --disable-static --with-smclient=3Dauto --enable-easy-codec-installation + $(use_enable flash vegas-plugin) $(use_enable introspection) $(use_enable nautilus) $(use_enable nsplugin browser-plugins) - $(use_enable nsplugin vegas-plugin) $(use_enable python) $(use_enable python introspection) $(use_enable vala) diff --git a/media-video/totem/totem-9999.ebuild b/media-video/totem/tote= m-9999.ebuild index f30d37e..2c6b497 100644 --- a/media-video/totem/totem-9999.ebuild +++ b/media-video/totem/totem-9999.ebuild @@ -20,8 +20,7 @@ HOMEPAGE=3D"http://projects.gnome.org/totem/" =20 LICENSE=3D"GPL-2 LGPL-2" SLOT=3D"0" -IUSE=3D"doc grilo +introspection iplayer lirc nautilus nsplugin +python = test vala -zeitgeist zeroconf" +IUSE=3D"doc flash grilo +introspection iplayer lirc nautilus nsplugin +p= ython test vala zeitgeist zeroconf" if [[ ${PV} =3D 9999 ]]; then KEYWORDS=3D"" else @@ -63,6 +62,7 @@ RDEPEND=3D">=3Ddev-libs/glib-2.27.92:2 >=3Dx11-libs/libXxf86vm-1.0.1 x11-themes/gnome-icon-theme-symbolic =20 + flash? ( dev-libs/totem-pl-parser[quvi] ) grilo? ( >=3Dmedia-libs/grilo-0.1.16 ) introspection? ( >=3Ddev-libs/gobject-introspection-0.6.7 ) lirc? ( app-misc/lirc ) @@ -102,7 +102,8 @@ DEPEND=3D"${RDEPEND} # docbook-xml-dtd is needed for user doc =20 # see bug #359379 -REQUIRED_USE=3D"python? ( introspection ) +REQUIRED_USE=3D"flash? ( nsplugin ) + python? ( introspection ) zeitgeist? ( vala )" =20 # XXX: pylint checks fail because of bad code @@ -110,6 +111,7 @@ RESTRICT=3D"test" =20 pkg_setup() { DOCS=3D"AUTHORS ChangeLog NEWS README TODO" + use nsplugin && DOCS=3D"${DOCS} browser-plugin/README.browser-plugin" G2CONF=3D"${G2CONF} --disable-run-in-source-tree --disable-schemas-compile @@ -117,10 +119,10 @@ pkg_setup() { --disable-static --with-smclient=3Dauto --enable-easy-codec-installation + $(use_enable flash vegas-plugin) $(use_enable introspection) $(use_enable nautilus) $(use_enable nsplugin browser-plugins) - $(use_enable nsplugin vegas-plugin) $(use_enable python) $(use_enable python introspection) $(use_enable vala)