diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-07-12 16:59:52 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-07-12 16:59:52 +0000 |
commit | 5052993f2fbee725b42fc5af3debabaead2b67f6 (patch) | |
tree | 1771c2e894e2f8b16630813e0cb5bd234f4e48a6 /media-video/helixplayer | |
parent | Added nsplugin flags for media-video software. (diff) | |
download | historical-5052993f2fbee725b42fc5af3debabaead2b67f6.tar.gz historical-5052993f2fbee725b42fc5af3debabaead2b67f6.tar.bz2 historical-5052993f2fbee725b42fc5af3debabaead2b67f6.zip |
Rename mozilla useflag into nsplugin.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-video/helixplayer')
-rw-r--r-- | media-video/helixplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/helixplayer/helixplayer-1.0.4.ebuild | 8 | ||||
-rw-r--r-- | media-video/helixplayer/helixplayer-1.0.5.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-video/helixplayer/ChangeLog b/media-video/helixplayer/ChangeLog index 4ea41035a7a3..f9bb7a475d39 100644 --- a/media-video/helixplayer/ChangeLog +++ b/media-video/helixplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/helixplayer # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/ChangeLog,v 1.13 2005/07/06 10:04:25 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/ChangeLog,v 1.14 2005/07/12 16:57:29 flameeyes Exp $ + + 12 Jul 2005; Diego Pettenò <flameeyes@gentoo.org> + helixplayer-1.0.4.ebuild, helixplayer-1.0.5.ebuild: + Rename mozilla useflag into nsplugin. 06 Jul 2005; John Mylchreest <johnm@gentoo.org> helixplayer-1.0.5.ebuild: Marking ~x86 as per bug #96923 diff --git a/media-video/helixplayer/helixplayer-1.0.4.ebuild b/media-video/helixplayer/helixplayer-1.0.4.ebuild index 13cffa9f5dba..918c8209d055 100644 --- a/media-video/helixplayer/helixplayer-1.0.4.ebuild +++ b/media-video/helixplayer/helixplayer-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/helixplayer-1.0.4.ebuild,v 1.3 2005/05/02 00:13:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/helixplayer-1.0.4.ebuild,v 1.4 2005/07/12 16:57:29 flameeyes Exp $ inherit nsplugins eutils @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" # -sparc -amd64: 1.0_beta1: build fails on both platforms... --eradicator KEYWORDS="-* ~x86" -IUSE="mozilla nptl" +IUSE="nsplugin nptl" DEPEND="media-libs/libtheora media-libs/libogg" RDEPEND=">=dev-libs/glib-2 @@ -53,12 +53,12 @@ src_compile() { src_install() { - # install the tarballed installation into + # install the tarballed installation into # the /opt directory keepdir /opt/HelixPlayer tar -jxf ${S}/release/helixplayer.tar.bz2 -C ${D}/opt/HelixPlayer - if use mozilla ; then + if use nsplugin ; then cd ${D}/opt/HelixPlayer/mozilla exeinto /opt/netscape/plugins doexe nphelix.so diff --git a/media-video/helixplayer/helixplayer-1.0.5.ebuild b/media-video/helixplayer/helixplayer-1.0.5.ebuild index eb0f612bb928..ca9c96dba289 100644 --- a/media-video/helixplayer/helixplayer-1.0.5.ebuild +++ b/media-video/helixplayer/helixplayer-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/helixplayer-1.0.5.ebuild,v 1.2 2005/07/06 10:04:25 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/helixplayer/helixplayer-1.0.5.ebuild,v 1.3 2005/07/12 16:57:29 flameeyes Exp $ inherit nsplugins eutils @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" # -sparc -amd64: 1.0_beta1: build fails on both platforms... --eradicator KEYWORDS="~x86" -IUSE="mozilla nptl" +IUSE="nsplugin nptl" DEPEND="media-libs/libtheora media-libs/libogg" RDEPEND=">=dev-libs/glib-2 @@ -58,7 +58,7 @@ src_install() { keepdir /opt/HelixPlayer tar -jxf ${S}/release/helixplayer.tar.bz2 -C ${D}/opt/HelixPlayer - if use mozilla ; then + if use nsplugin ; then cd ${D}/opt/HelixPlayer/mozilla exeinto /opt/netscape/plugins doexe nphelix.so |