pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia Remove Mozilla Suite's friends.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e17ab909267d
branches:  trunk
changeset: 518966:e17ab909267d
user:      salo <salo%pkgsrc.org@localhost>
date:      Sun Sep 24 16:49:45 2006 +0000

description:
Remove Mozilla Suite's friends.

diffstat:

 multimedia/Makefile                             |   6 +---
 multimedia/moz-bin-flash/DESCR                  |   2 -
 multimedia/moz-bin-flash/Makefile               |  13 ----------
 multimedia/moz-bin-flash/PLIST                  |   3 --
 multimedia/moz-flash/DESCR                      |   3 --
 multimedia/moz-flash/Makefile                   |  32 -------------------------
 multimedia/moz-flash/PLIST                      |   2 -
 multimedia/mplayer-plugin-mozilla-gtk2/Makefile |  12 ---------
 multimedia/mplayer-plugin-mozilla/Makefile      |  13 ----------
 9 files changed, 1 insertions(+), 85 deletions(-)

diffs (139 lines):

diff -r 85a46a8efa57 -r e17ab909267d multimedia/Makefile
--- a/multimedia/Makefile       Sun Sep 24 16:49:19 2006 +0000
+++ b/multimedia/Makefile       Sun Sep 24 16:49:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2006/08/28 21:56:53 jmmv Exp $
+# $NetBSD: Makefile,v 1.98 2006/09/24 16:49:45 salo Exp $
 #
 
 COMMENT=       Multimedia utilities
@@ -65,8 +65,6 @@
 SUBDIR+=       mjpegtools
 SUBDIR+=       mkvtoolnix
 SUBDIR+=       mmg
-SUBDIR+=       moz-bin-flash
-SUBDIR+=       moz-flash
 SUBDIR+=       mpeg-lib
 SUBDIR+=       mpeg4ip
 SUBDIR+=       mpeg_encode
@@ -74,8 +72,6 @@
 SUBDIR+=       mplayer
 SUBDIR+=       mplayer-plugin-firefox
 SUBDIR+=       mplayer-plugin-firefox-gtk1
-SUBDIR+=       mplayer-plugin-mozilla
-SUBDIR+=       mplayer-plugin-mozilla-gtk2
 SUBDIR+=       mplayer-plugin-seamonkey
 SUBDIR+=       mplayer-plugin-seamonkey-gtk1
 SUBDIR+=       mplayer-share
diff -r 85a46a8efa57 -r e17ab909267d multimedia/moz-bin-flash/DESCR
--- a/multimedia/moz-bin-flash/DESCR    Sun Sep 24 16:49:19 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-This package provides the Macromedia Flash player plugin for the
-mozilla-bin package.
diff -r 85a46a8efa57 -r e17ab909267d multimedia/moz-bin-flash/Makefile
--- a/multimedia/moz-bin-flash/Makefile Sun Sep 24 16:49:19 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2006/03/29 02:16:43 markd Exp $
-.include "../../www/firefox-bin-flash/Makefile.common"
-
-COMMENT=       Flash Player plugin for mozilla-bin
-MOZ_NAME=      mozilla-linux
-MOZ_BIN=       moz-bin
-
-DEPENDS+=      mozilla-bin-[0-9]*:../../www/mozilla-bin
-
-CONFLICTS+=    mozilla-flash-bin-[0-9]*
-
-.include "../../emulators/suse_linux/Makefile.application"
-.include "../../mk/bsd.pkg.mk"
diff -r 85a46a8efa57 -r e17ab909267d multimedia/moz-bin-flash/PLIST
--- a/multimedia/moz-bin-flash/PLIST    Sun Sep 24 16:49:19 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2005/12/19 11:46:30 salo Exp $
-lib/${MOZ_NAME}/plugins/flashplayer.xpt
-lib/${MOZ_NAME}/plugins/libflashplayer.so
diff -r 85a46a8efa57 -r e17ab909267d multimedia/moz-flash/DESCR
--- a/multimedia/moz-flash/DESCR        Sun Sep 24 16:49:19 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-A flash plugin for Gecko based browers, including Netscape 6.x,
-Mozilla, and Gaelon.  Shockwave is NOT supported.  Audio support
-is currently broken.
diff -r 85a46a8efa57 -r e17ab909267d multimedia/moz-flash/Makefile
--- a/multimedia/moz-flash/Makefile     Sun Sep 24 16:49:19 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2006/02/05 23:10:17 joerg Exp $
-#
-
-.include "../../multimedia/libflash/Makefile.common"
-
-PKGNAME=       moz-flash-1.0
-PKGREVISION=   7
-CATEGORIES+=   www
-
-MAINTAINER=    joda%NetBSD.org@localhost
-COMMENT=       Mozilla open source Flash(tm) plugin
-
-DEPENDS+=      mozilla>=0.9.9:../../www/mozilla
-
-USE_LIBTOOL=   YES
-
-BUILD_DIRS=    ${WRKSRC}/Plugin
-CPPFLAGS+=     -DDEV_DSP="\"${DEVOSSSOUND}\""
-MAKE_ENV+=     SHLIBTOOL=${SHLIBTOOL:Q}
-MAKE_ENV+=     MOZ_PLUGDIR=${MOZ_PLUGDIR:Q}
-
-MOZ_PLUGDIR=   ${PREFIX}/lib/mozilla/plugins
-
-do-install:
-       ${INSTALL_DATA_DIR} ${MOZ_PLUGDIR}
-       cd ${WRKSRC}/Plugin && \
-               ${INSTALL_PROGRAM} .libs/npflash.so ${MOZ_PLUGDIR}
-
-.include "../../multimedia/libflash/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 85a46a8efa57 -r e17ab909267d multimedia/moz-flash/PLIST
--- a/multimedia/moz-flash/PLIST        Sun Sep 24 16:49:19 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/26 14:48:23 jmmv Exp $
-lib/mozilla/plugins/npflash.so
diff -r 85a46a8efa57 -r e17ab909267d multimedia/mplayer-plugin-mozilla-gtk2/Makefile
--- a/multimedia/mplayer-plugin-mozilla-gtk2/Makefile   Sun Sep 24 16:49:19 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2006/04/17 13:46:42 wiz Exp $
-#
-
-BROWSER=       mozilla-gtk2
-PKGREVISION=   4
-
-CONFIGURE_ARGS+=       --disable-gtk1
-
-.include "../../multimedia/mplayer-plugin-firefox/Makefile.common"
-.include "../../www/mozilla-gtk2/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 85a46a8efa57 -r e17ab909267d multimedia/mplayer-plugin-mozilla/Makefile
--- a/multimedia/mplayer-plugin-mozilla/Makefile        Sun Sep 24 16:49:19 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2006/04/17 13:46:42 wiz Exp $
-#
-
-BROWSER=       mozilla
-PKGREVISION=   4
-
-CONFIGURE_ARGS+=       --disable-gtk2
-CONFIGURE_ARGS+=       --enable-gtk1
-
-.include "../../multimedia/mplayer-plugin-firefox/Makefile.common"
-.include "../../www/mozilla/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index