From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IfYHh-0000xM-Ra for garchives@archives.gentoo.org; Wed, 10 Oct 2007 09:55:22 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9A9jZqf005094; Wed, 10 Oct 2007 09:45:35 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9A9jYwi005070 for ; Wed, 10 Oct 2007 09:45:34 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id DFB7E64D51 for ; Wed, 10 Oct 2007 09:45:33 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IfY8C-0001os-Tz for gentoo-commits@lists.gentoo.org; Wed, 10 Oct 2007 09:45:32 +0000 From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-0.9.0_alpha20071009.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: vlc-0.9.0_alpha20071009.ebuild ChangeLog X-VCS-Directories: media-video/vlc X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Alexis Ballier Date: Wed, 10 Oct 2007 09:45:32 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 5fc3e593-f1f4-4fd8-95e5-3f749affd383 X-Archives-Hash: f1f09401abbf01a1af8fc3bb5623aa83 aballier 07/10/10 09:45:32 Modified: vlc-0.9.0_alpha20071009.ebuild ChangeLog Log: use get_libdir for locating nsplugin configuration, thanks to Donnie Berkholz for pointing that (Portage version: 2.1.3.12) Revision Changes Path 1.3 media-video/vlc/vlc-0.9.0_alpha20071009.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?r1=1.2&r2=1.3 Index: vlc-0.9.0_alpha20071009.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vlc-0.9.0_alpha20071009.ebuild 10 Oct 2007 09:07:08 -0000 1.2 +++ vlc-0.9.0_alpha20071009.ebuild 10 Oct 2007 09:45:32 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.2 2007/10/10 09:07:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.3 2007/10/10 09:45:32 aballier Exp $ WANT_AUTOMAKE=latest WANT_AUTOCONF=latest @@ -198,11 +198,11 @@ if use nsplugin; then if use seamonkey; then - XPIDL=/usr/lib/seamonkey - MOZILLA_CONFIG=/usr/lib/seamonkey/seamonkey-config + XPIDL=/usr/$(get_libdir)/seamonkey + MOZILLA_CONFIG=/usr/$(get_libdir)/seamonkey/seamonkey-config else - XPIDL=/usr/lib/mozilla-firefox - MOZILLA_CONFIG=/usr/lib/mozilla-firefox/firefox-config + XPIDL=/usr/$(get_libdir)/mozilla-firefox + MOZILLA_CONFIG=/usr/$(get_libdir)/mozilla-firefox/firefox-config fi fi 1.261 media-video/vlc/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.261&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.261&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.260&r2=1.261 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v retrieving revision 1.260 retrieving revision 1.261 diff -u -r1.260 -r1.261 --- ChangeLog 10 Oct 2007 09:07:08 -0000 1.260 +++ ChangeLog 10 Oct 2007 09:45:32 -0000 1.261 @@ -1,6 +1,11 @@ # ChangeLog for media-video/vlc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.260 2007/10/10 09:07:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.261 2007/10/10 09:45:32 aballier Exp $ + + 10 Oct 2007; Alexis Ballier + vlc-0.9.0_alpha20071009.ebuild: + use get_libdir for locating nsplugin configuration, thanks to Donnie + Berkholz for pointing that 10 Oct 2007; Alexis Ballier vlc-0.9.0_alpha20071009.ebuild: -- gentoo-commits@gentoo.org mailing list