public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick McLean (chutzpah)" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/mozplugger: ChangeLog mozplugger-1.14.0-r1.ebuild mozplugger-1.14.0.ebuild mozplugger-1.12.1.ebuild mozplugger-1.10.2.ebuild
Date: Sat, 24 Jul 2010 03:48:49 +0000 (UTC)	[thread overview]
Message-ID: <20100724034850.130262CE14@corvid.gentoo.org> (raw)

chutzpah    10/07/24 03:48:49

  Modified:             ChangeLog
  Added:                mozplugger-1.14.0-r1.ebuild
  Removed:              mozplugger-1.14.0.ebuild mozplugger-1.12.1.ebuild
                        mozplugger-1.10.2.ebuild
  Log:
  Revision bump, remove useless /usr/lib/mozilla/plugins symlink and make sure that the plugins go to the right libdir. Clean out some older versions.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  www-plugins/mozplugger/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/mozplugger/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/mozplugger/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/mozplugger/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/mozplugger/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	21 Jul 2010 00:16:28 -0000	1.5
+++ ChangeLog	24 Jul 2010 03:48:49 -0000	1.6
@@ -1,6 +1,15 @@
 # ChangeLog for www-plugins/mozplugger
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozplugger/ChangeLog,v 1.5 2010/07/21 00:16:28 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozplugger/ChangeLog,v 1.6 2010/07/24 03:48:49 chutzpah Exp $
+
+*mozplugger-1.14.0-r1 (24 Jul 2010)
+
+  24 Jul 2010; Patrick McLean <chutzpah@gentoo.org>
+  -mozplugger-1.10.2.ebuild, -mozplugger-1.12.1.ebuild,
+  -mozplugger-1.14.0.ebuild, +mozplugger-1.14.0-r1.ebuild:
+  Revision bump, remove useless /usr/lib/mozilla/plugins symlink and make
+  sure that the plugins go to the right libdir. Clean out some older
+  versions.
 
 *mozplugger-1.14.0 (21 Jul 2010)
 



1.1                  www-plugins/mozplugger/mozplugger-1.14.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/mozplugger/mozplugger-1.14.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/mozplugger/mozplugger-1.14.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: mozplugger-1.14.0-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozplugger/mozplugger-1.14.0-r1.ebuild,v 1.1 2010/07/24 03:48:49 chutzpah Exp $

EAPI=2
inherit nsplugins multilib toolchain-funcs

DESCRIPTION="Streaming media plugin for Mozilla, based on netscape-plugger"
SRC_URI="http://mozplugger.mozdev.org/files/${P}.tar.gz"
HOMEPAGE="http://mozplugger.mozdev.org/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
	net-libs/xulrunner:1.9"

src_prepare() {
	sed -i "s:libprefix=.*:libprefix=/$(get_libdir):" Makefile
}

src_compile() {
	emake \
		CC="$(tc-getCC)" \
		LD="$(tc-getCC)" \
		RPM_OPT_FLAGS="${CFLAGS}" \
		XCFLAGS="-fPIC -Wall" \
		COMMON_LDFLAGS="${LDFLAGS}" \
		all || die
}

src_install() {
	emake root="${D}" install || die
	dodoc ChangeLog README
}






                 reply	other threads:[~2010-07-24  3:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100724034850.130262CE14@corvid.gentoo.org \
    --to=chutzpah@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox