diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-25 13:46:50 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-25 13:46:50 +0800 |
commit | 44f6876a5572982d91ccd03db8e5d394d2adaa5d (patch) | |
tree | d4c40ab8aa1da183d79e94e43a912a09dc13c58c | |
parent | 10a85fe071b25de04393ca3fb33d88ba112a9400 (diff) | |
download | freebsd-ports-gnome-44f6876a5572982d91ccd03db8e5d394d2adaa5d.tar.gz freebsd-ports-gnome-44f6876a5572982d91ccd03db8e5d394d2adaa5d.tar.zst freebsd-ports-gnome-44f6876a5572982d91ccd03db8e5d394d2adaa5d.zip |
Remove graphics/gnash-devel:
DEPRECATED= Outdated, use graphics/gnash instead
EXPIRATION_DATE=2011-10-06
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gnash-devel/Makefile | 285 | ||||
-rw-r--r-- | graphics/gnash-devel/distinfo | 2 | ||||
-rw-r--r-- | graphics/gnash-devel/files/patch-macros-ffmpeg.m4 | 15 | ||||
-rw-r--r-- | graphics/gnash-devel/files/patch-plugin-klash-klash_part.cpp | 11 | ||||
-rw-r--r-- | graphics/gnash-devel/files/patch-plugin-klash4-klash_part.cpp | 11 | ||||
-rw-r--r-- | graphics/gnash-devel/files/patch-utilities-dumpshm.cpp | 20 | ||||
-rw-r--r-- | graphics/gnash-devel/pkg-descr | 33 | ||||
-rw-r--r-- | graphics/gnash-devel/pkg-plist | 324 |
10 files changed, 1 insertions, 702 deletions
@@ -2831,3 +2831,4 @@ java/java-tutorial||2011-10-23|Has expired: disappeared from vendor a long time lang/smarteiffel||2011-10-23|Has expired: Dead upstream, broken on amd64 with gcc>4 sysutils/syslog-ng1||2011-10-24|Has expired: Suggested by syslog-ng upline, no longer supported www/tomcat41||2011-10-24|No more upstream support +graphics/gnash-devel||2011-10-24|Outdated, use graphics/gnash instead diff --git a/graphics/Makefile b/graphics/Makefile index e15bf102414e..dd8af197d5be 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -282,7 +282,6 @@ SUBDIR += gltt SUBDIR += gmt SUBDIR += gnash - SUBDIR += gnash-devel SUBDIR += gnofract4d SUBDIR += gnomecanvas SUBDIR += gnomeiconedit diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile deleted file mode 100644 index b7e94a53f214..000000000000 --- a/graphics/gnash-devel/Makefile +++ /dev/null @@ -1,285 +0,0 @@ -# New ports collection makefile for: gnash -# Date created: 12 Jan 2006 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# -# $FreeBSD$ -# - -PORTNAME= gnash -PORTVERSION= 20100218 -PORTREVISION= 6 -CATEGORIES= graphics -MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ -PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-trunk-${REVISION} - -MAINTAINER= amdmi3@FreeBSD.org -COMMENT= GNU Flash movie player - -LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - curl.6:${PORTSDIR}/ftp/curl \ - ungif.5:${PORTSDIR}/graphics/libungif - -CONFLICTS= gnash-[0-9]* - -DEPRECATED= Outdated, use graphics/gnash instead -EXPIRATION_DATE=2011-10-06 - -REVISION= 11957 - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -WANT_SDL= yes -WANT_GNOME= yes -USE_GCC= 4.2+ # triggers compiler error on gcc 3.4 -WANT_GSTREAMER= yes -USE_GNOME= pkgconfig libxml2 -USE_XORG= x11 xau xdmcp xext xi xinerama ice sm -USE_AUTOTOOLS= libltdl libtool:env autoconf:env automake:env -MAKE_JOBS_SAFE= yes - -CONFIGURE_ARGS= --with-boost-incl="${LOCALBASE}/include" \ - --with-boost-lib="${LOCALBASE}/lib" \ - --disable-testsuite --enable-avm2 \ - --with-plugins-install=system \ - --sysconfdir="${WRKDIR}/etc" \ - --disable-jemalloc # leads to infinite recursion on FreeBSD - -GNASHVER= trunk -CONFIG_FILES= gnashpluginrc gnashrc - -WRKSRC= ${WRKDIR}/${PORTNAME}-${GNASHVER} -PLIST_SUB+= GNASHVER="${GNASHVER}" - -USE_LDCONFIG= ${PREFIX}/lib/gnash - -MAN1= cygnal.1 dumpshm.1 findmicrophones.1 findwebcams.1 \ - flvdumper.1 gnash.1 gprocessor.1 gtk-gnash.1 kde4-gnash.1 \ - rtmpget.1 soldumper.1 - -OPTIONS= PLUGIN "Enable browser plugin" on \ - CYGNAL "Enable Cygnal media server" off \ - GTK "GUI: GTK (required for Mozilla/Firefox plugin)" on \ - KDE "GUI: KDE 3.x (required for Konqueror 3.x plugin)" off \ - KDE4 "GUI: KDE 4.x (required for Konqueror 4.x plugin)" off \ - AGG "Renderer: AGG" on \ - OPENGL "Renderer: OpenGL (broken)" off \ - CAIRO "Renderer: Cairo (experimental)" off \ - FFMPEG "Media handler: ffmpeg (+SDL sound output)" on \ - GSTREAMER "Media handler: GStreamer" off \ - SPEEX "Speex codec support" on - -.include <bsd.port.options.mk> - -# Cygnal option processing -.if defined(WITH_CYGNAL) -PLIST_SUB+= CYGNAL="" -CONFIGURE_ARGS+= --enable-cygnal -CONFIG_FILES+= cygnalrc -.else -PLIST_SUB+= CYGNAL="@comment " -CONFIGURE_ARGS+= --disable-cygnal -.endif - -# NLS option processing (not sure if --disable-nls actually has any effect) -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -# -# Plugin configuration -# -.if !defined(WITHOUT_GTK) && !defined(WITHOUT_PLUGIN) -USE_WEBPLUGINS= native -WEBPLUGINS_FILES= libgnashplugin.so -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" -PLIST_SUB+= NPAPI="" -CONFIGURE_ARGS+=--with-npapi-plugindir="${WEBPLUGINS_DIR}" -.else -PLIST_SUB+= NPAPI="@comment " -CONFIGURE_ARGS+= --disable-npapi -.endif - -.if defined(WITH_KDE) && !defined(WITHOUT_PLUGIN) -PLIST_SUB+= KPARTS="" -USE_LDCONFIG+= ${PREFIX}/lib/kde3 -.else -PLIST_SUB+= KPARTS="@comment " -CONFIGURE_ARGS+= --disable-kparts3 -.endif - -.if defined(WITH_KDE4) && !defined(WITHOUT_PLUGIN) -PLIST_SUB+= KPARTS4="" -USE_LDCONFIG+= ${KDE4_PREFIX}/lib/kde4 -.else -PLIST_SUB+= KPARTS4="@comment " -CONFIGURE_ARGS+= --disable-kparts4 -.endif - -# -# GUI options processing -# -GNASH_GUIS= - -.if !defined(WITHOUT_GTK) -USE_GNOME= gtk20 -GNASH_GUIS+= gtk -PLIST_SUB+= GTK="" -.else -PLIST_SUB+= GTK="@comment " -.endif - -.if defined(WITH_KDE) -GNASH_GUIS+= kde3 -PLIST_SUB+= KDE="" -USE_KDELIBS_VER=3 -.else -PLIST_SUB+= KDE="@comment " -.endif - -.if defined(WITH_KDE4) -GNASH_GUIS+= kde4 -PLIST_SUB+= KDE4="" -USE_QT_VER= 4 -QT_COMPONENTS= moc_build -USE_KDE4= kdehier kdelibs -CONFIGURE_ENV+= KDE4_CONFIG="${KDE4_PREFIX}/bin/kde4-config" -. if exists(${LOCALBASE}/lib/libkdeui.so) -IGNORE= KDE4 GUI can't be built when KDE3 is installed. Please rerun 'make config' and disable KDE4 GUI or deinstall kdelibs-3 -. endif -.else -PLIST_SUB+= KDE4="@comment " -.endif - -.if defined(WITH_KDE) && defined defined(WITH_KDE4) -IGNORE= KDE and KDE4 GUIs are mutually exclusive. Please rerun 'make config' and disable one of these -.endif - -.if ${GNASH_GUIS} == "" -IGNORE= needs at least one GUI enabled. Please rerun 'make config' and enable GTK, KDE or KDE4 -.endif - -CONFIGURE_ARGS+= --enable-gui=`${ECHO} ${GNASH_GUIS} | ${TR} ' ' ,` - -# -# Renderer options processing -# -.if defined(WITH_AGG) && !defined(WITH_OPENGL) && !defined(WITH_CAIRO) -LIB_DEPENDS+= agg.2:${PORTSDIR}/graphics/agg -CONFIGURE_ARGS+= --enable-renderer=agg -PLIST_SUB+= AGG="" -.elif !defined(WITH_AGG) && defined(WITH_OPENGL) && !defined(WITH_CAIRO) -PLIST_SUB+= AGG="@comment " -. if defined(WITH_KDE4) -IGNORE= doesn't support OpenGL renderer with KDE4 gui yet. Please rerun 'make config' and select different renderer or disable KDE4 GUI -. endif -USE_GL= yes -. if !defined(WITHOUT_GTK) -LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext -. endif -CONFIGURE_ARGS+= --enable-renderer=ogl -.elif !defined(WITH_AGG) && !defined(WITH_OPENGL) && defined(WITH_CAIRO) -PLIST_SUB+= AGG="@comment " -. if defined(WITH_KDE) || defined(WITH_KDE4) -IGNORE= doesn't support Cairo renderer with KDE/KDE4 gui. Please rerun 'make config' and select different renderer or disable KDE/KDE4 GUIs -. endif -LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo -CONFIGURE_ARGS+= --enable-renderer=cairo -.else -IGNORE= can't be built with multiple or without renderers enabled. Please rerun 'make config' and select exactly one renderer (agg|opengl|cairo) -.endif - -# -# Media handler options processing -# -.if defined(WITH_FFMPEG) && !defined(WITH_GSTREAMER) -LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg -CONFIGURE_ARGS+= --enable-media=ffmpeg -USE_SDL+= sdl -.elif !defined(WITH_FFMPEG) && defined(WITH_GSTREAMER) -USE_GSTREAMER= yes -CONFIGURE_ARGS+= --enable-media=gst -USE_SDL+= sdl -.elif !defined(WITH_FFMPEG) && !defined(WITH_GSTREAMER) -CONFIGURE_ARGS+= --enable-media=none -.else -IGNORE= can't be built with multiple media handlers enabled. Please rerun 'make config' and leave one or none of them (ffmpeg|gstreamer) -.endif - -.if defined(WITH_GSTREAMER) -PLIST_SUB+= GSTREAMER="" -.else -PLIST_SUB+= GSTREAMER="@comment " -.endif - -# -# Other options -# -.if !defined(WITHOUT_SPEEX) -LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex -CONFIGURE_ARGS+= --enable-speex -.else -CONFIGURE_ARGS+= --disable-speex -.endif - -.include <bsd.port.pre.mk> - -pre-everything:: -.if defined(WITH_OPENGL) - @${ECHO_CMD} "OpenGL support is currently broken (Gnash hangs using 100% CPU). Use at your own risk" - @sleep 3 -.endif - -pre-configure: - @cd ${WRKSRC} && ${SH} autogen.sh - @${REINPLACE_CMD} -e '/^PTHREAD_[LC][IF]*=/ d; s|-lpthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g; \ - s|/lib64|/lib|g; \ - s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure \ - ${WRKSRC}/macros/libslist ${WRKSRC}/macros/incllist - @${REINPLACE_CMD} -e '/KDE4_APPSDATADIR=/ s|share/kde4|share|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|libdir)|exec_prefix)/libdata|' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/^man1dir =/ s|=.*|= ${MAN1PREFIX}/man/man1|' \ - ${WRKSRC}/doc/C/Makefile.in - -post-install: -.for conf in ${CONFIG_FILES} - @${INSTALL_DATA} ${WRKDIR}/etc/${conf} ${PREFIX}/etc/${conf}.dist - if [ ! -f ${PREFIX}/etc/${conf} ]; then \ - ${INSTALL_DATA} ${PREFIX}/etc/${conf}.dist \ - ${PREFIX}/etc/${conf}; \ - fi -.endfor - -.if !defined(WITHOUT_PLUGIN) -.if !defined(WITHOUT_GTK) - ${MKDIR} ${WEBPLUGINS_DIR} - @cd ${INSTALL_WRKSRC}/plugin && \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} install-plugin -.endif -.if defined(WITH_KDE) - @cd ${INSTALL_WRKSRC}/plugin/klash && \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} install-plugin -.endif -.if defined(WITH_KDE4) - @cd ${INSTALL_WRKSRC}/plugin/klash4 && \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} install-plugin -.endif -.endif - -x-maintainer-make-snapshot: - bzr export --revision=${REVISION} --root=gnash-trunk \ - ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} http://bzr.savannah.gnu.org/r/gnash/trunk/ - ${RM} -f ${DISTINFO} - ${MAKE} makesum - -.include <bsd.port.post.mk> diff --git a/graphics/gnash-devel/distinfo b/graphics/gnash-devel/distinfo deleted file mode 100644 index 7f84c7ecc7c8..000000000000 --- a/graphics/gnash-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnash-trunk-11957.tar.bz2) = 1c3a68838baca48cba686c91615a5f1e5a40d0fb62d6dae7201db94d713b11cd -SIZE (gnash-trunk-11957.tar.bz2) = 4463437 diff --git a/graphics/gnash-devel/files/patch-macros-ffmpeg.m4 b/graphics/gnash-devel/files/patch-macros-ffmpeg.m4 deleted file mode 100644 index 6e7a266fcf89..000000000000 --- a/graphics/gnash-devel/files/patch-macros-ffmpeg.m4 +++ /dev/null @@ -1,15 +0,0 @@ ---- macros/ffmpeg.m4.orig 2011-06-24 09:51:50.606673957 +0200 -+++ macros/ffmpeg.m4 2011-06-24 09:52:10.371550401 +0200 -@@ -184,9 +184,9 @@ - - AC_MSG_CHECKING([ffmpeg version]) - -- ffmpeg_major_version=`$EGREP "define LIBAVCODEC_VERSION_MAJOR " ${avcodec_h} | sed -e "s%[[^0-9]]%%g"` -- ffmpeg_minor_version=`$EGREP "define LIBAVCODEC_VERSION_MINOR " ${avcodec_h} | sed -e "s%[[^0-9]]%%g"` -- ffmpeg_micro_version=`$EGREP "define LIBAVCODEC_VERSION_MICRO " ${avcodec_h} | sed -e "s%[[^0-9]]%%g"` -+ ffmpeg_major_version=`$EGREP "define LIBAVCODEC_VERSION_MAJOR " ${ffmpeg_top_incl}/libavcodec/version.h | sed -e "s%[[^0-9]]%%g"` -+ ffmpeg_minor_version=`$EGREP "define LIBAVCODEC_VERSION_MINOR " ${ffmpeg_top_incl}/libavcodec/version.h | sed -e "s%[[^0-9]]%%g"` -+ ffmpeg_micro_version=`$EGREP "define LIBAVCODEC_VERSION_MICRO " ${ffmpeg_top_incl}/libavcodec/version.h | sed -e "s%[[^0-9]]%%g"` - - if test x"${ffmpeg_major_version}" != x ; then - diff --git a/graphics/gnash-devel/files/patch-plugin-klash-klash_part.cpp b/graphics/gnash-devel/files/patch-plugin-klash-klash_part.cpp deleted file mode 100644 index edd622becdee..000000000000 --- a/graphics/gnash-devel/files/patch-plugin-klash-klash_part.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- plugin/klash/klash_part.cpp.orig 2009-03-02 18:29:45.000000000 +0300 -+++ plugin/klash/klash_part.cpp 2009-03-06 05:27:45.000000000 +0300 -@@ -160,7 +160,7 @@ - QString procname; - char *gnash_env = getenv("KLASH_PLAYER"); - if (!gnash_env) { -- procname = GNASHBINDIR "/kde-gnash"; -+ procname = GNASHBINDIR "/kde3-gnash"; - } else { - procname = gnash_env; - } diff --git a/graphics/gnash-devel/files/patch-plugin-klash4-klash_part.cpp b/graphics/gnash-devel/files/patch-plugin-klash4-klash_part.cpp deleted file mode 100644 index 31cd5c7a6f28..000000000000 --- a/graphics/gnash-devel/files/patch-plugin-klash4-klash_part.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- plugin/klash4/klash_part.cpp.orig 2009-03-02 18:29:50.000000000 +0300 -+++ plugin/klash4/klash_part.cpp 2009-03-06 05:44:08.000000000 +0300 -@@ -147,7 +147,7 @@ - } - } - KParts::Part::setWidget (new KlashView (wparent)); -- setXMLFile("klashpartui.rc"); -+ setXMLFile("klash/klashpartui.rc"); - setProgressInfoEnabled (false); - - if (m_fullscreen) diff --git a/graphics/gnash-devel/files/patch-utilities-dumpshm.cpp b/graphics/gnash-devel/files/patch-utilities-dumpshm.cpp deleted file mode 100644 index 75ce12a240e2..000000000000 --- a/graphics/gnash-devel/files/patch-utilities-dumpshm.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- utilities/dumpshm.cpp.orig 2010-02-11 02:20:23.000000000 +0300 -+++ utilities/dumpshm.cpp 2010-02-18 22:26:30.000000000 +0300 -@@ -316,12 +316,12 @@ - } - #ifdef IPC_PERM_KEY - if (shmseg.shm_segsz == 64528) { -- log_debug(_("Found it! \"set LCShmKey %s\" in your ~/.gnashrc", -+ log_debug(_("Found it! \"set LCShmKey %s\" in your ~/.gnashrc"), - boost::io::group(hex, showbase, -- shmseg.shm_perm.IPC_PERM_KEY))); -- log_debug(_("Last changed on: %s", ctime(&shmseg.shm_ctime))); -- log_debug(_("Last attached on: %s", ctime(&shmseg.shm_atime))); -- log_debug(_("Last detached on: %s", ctime(&shmseg.shm_dtime))); -+ shmseg.shm_perm.IPC_PERM_KEY)); -+ log_debug(_("Last changed on: %s"), ctime(&shmseg.shm_ctime)); -+ log_debug(_("Last attached on: %s"), ctime(&shmseg.shm_atime)); -+ log_debug(_("Last detached on: %s"), ctime(&shmseg.shm_dtime)); - return shmseg.shm_perm.IPC_PERM_KEY; - } - #endif // end of IPC_PERM_KEY diff --git a/graphics/gnash-devel/pkg-descr b/graphics/gnash-devel/pkg-descr deleted file mode 100644 index 8e9c07ebcc3c..000000000000 --- a/graphics/gnash-devel/pkg-descr +++ /dev/null @@ -1,33 +0,0 @@ -Gnash is a GNU Flash movie player. Previously, it was only possible -to play flash movies with proprietary software. While there are -some other free flash players, none support anything beyond SWF v4. -Gnash is based on GameSWF, and supports many SWF v7 features. - -- Runs standalone - Gnash can run standalone to play flash movies. -- Browser plugin - Gnash can also run as a plugin from within most Mozilla derived - browsers, such as Firefox. Gnash also has support for Konqueror. -- SWF v7+ compliant - Gnash can play many current flash movies. -- Streaming Video - Gnash supports the viewing of streaming video from popular video - sharing sites like Lulu.tv or YouTube.com. -- XML Message server - Gnash also supports an XML based message system as documented in - the Flash Format specification. -- High Quality Output - Gnash uses OpenGL for rendering the graphics on the desktop, and - AntiGrain (AGG) for embedded framebuffer only devices. -- Free Software - Gnash is 100% free software. For more information on the GPL, go - to the Free Software Foundation web site. -- Better Security - Gnash pays extra attention to all network connections, and allows - the user to control access. -- Extensible - Gnash supports extending ActionScript by creating your own. You - can write wrappers for any development library, and import them - into the player. - -WWW: http://www.gnu.org/software/gnash/ diff --git a/graphics/gnash-devel/pkg-plist b/graphics/gnash-devel/pkg-plist deleted file mode 100644 index a5067dad26ff..000000000000 --- a/graphics/gnash-devel/pkg-plist +++ /dev/null @@ -1,324 +0,0 @@ -%%GSTREAMER%%bin/findmicrophones -%%GSTREAMER%%bin/findwebcams -bin/flvdumper -bin/gnash -bin/gprocessor -bin/soldumper -%%GTK%%bin/gtk-gnash -%%KDE%%bin/kde3-gnash -%%KDE4%%bin/kde4-gnash -%%CYGNAL%%bin/cygnal -%%NPAPI%%%%WEBPLUGINS_DIR%%/libgnashplugin.so -@comment Should be //KPARTS//, but it is installed regardless of whether plugin is enabled -%%KPARTS%%share/apps/klash/pluginsinfo -%%KPARTS%%share/apps/klash/klashpartui.rc -@comment Should be //KPARTS//, but it is installed regardless of whether plugin is enabled -%%KPARTS%%share/services/klash_part.desktop -include/gnash/AMF.h -include/gnash/AVM1Movie_as.h -include/gnash/AccessibilityProperties_as.h -include/gnash/Accessibility_as.h -include/gnash/ActionScriptVersion_as.h -include/gnash/ActivityEvent_as.h -include/gnash/AntiAliasType_as.h -include/gnash/ApplicationDomain_as.h -include/gnash/Array_as.h -include/gnash/AsyncErrorEvent_as.h -include/gnash/BevelFilter_as.h -include/gnash/BitmapDataChannel_as.h -include/gnash/BitmapFilterQuality_as.h -include/gnash/BitmapFilterType_as.h -include/gnash/BitmapFilter_as.h -include/gnash/BitmapInfo.h -include/gnash/Bitmap_as.h -include/gnash/BlendMode_as.h -include/gnash/BlurFilter_as.h -include/gnash/ByteArray_as.h -include/gnash/CSMSettings_as.h -include/gnash/CallStack.h -include/gnash/Camera_as.h -include/gnash/Capabilities_as.h -include/gnash/CapsStyle_as.h -include/gnash/CharacterProxy.h -include/gnash/ClipboardFormats_as.h -include/gnash/ClipboardTransferMode_as.h -include/gnash/Clipboard_as.h -include/gnash/ColorMatrixFilter_as.h -include/gnash/ColorTransform_as.h -include/gnash/ContextMenuBuiltInItems_as.h -include/gnash/ContextMenuEvent_as.h -include/gnash/ContextMenuItem_as.h -include/gnash/ContextMenu_as.h -include/gnash/ControlTag.h -include/gnash/ConvolutionFilter_as.h -include/gnash/DataEvent_as.h -include/gnash/DefinitionTag.h -include/gnash/DeleteObjectSample_as.h -include/gnash/Dictionary_as.h -include/gnash/DisplacementMapFilterMode_as.h -include/gnash/DisplacementMapFilter_as.h -include/gnash/DisplayList.h -include/gnash/DisplayObject.h -include/gnash/DisplayObjectContainer.h -include/gnash/DisplayObjectContainer_as.h -include/gnash/DisplayObject_as.h -include/gnash/DropShadowFilter_as.h -include/gnash/DynamicShape.h -include/gnash/EOFError_as.h -include/gnash/Endian_as.h -include/gnash/ErrorEvent_as.h -include/gnash/EventDispatcher_as.h -include/gnash/EventPhase_as.h -include/gnash/Event_as.h -include/gnash/ExportableResource.h -include/gnash/ExternalInterface_as.h -include/gnash/FileFilter_as.h -include/gnash/FileTypes.h -include/gnash/FocusEvent_as.h -include/gnash/FontStyle_as.h -include/gnash/FontType_as.h -include/gnash/Font_as.h -include/gnash/FrameLabel_as.h -include/gnash/FullScreenEvent_as.h -include/gnash/GC.h -include/gnash/Geometry.h -include/gnash/GlowFilter_as.h -include/gnash/GnashException.h -include/gnash/GnashImage.h -include/gnash/GnashImageJpeg.h -include/gnash/GnashKey.h -include/gnash/GradientBevelFilter_as.h -include/gnash/GradientGlowFilter_as.h -include/gnash/GradientType_as.h -include/gnash/Graphics_as.h -include/gnash/GridFitType_as.h -include/gnash/HTTPStatusEvent_as.h -include/gnash/IBitmapDrawable_as.h -include/gnash/ID3Info_as.h -include/gnash/IDataInput_as.h -include/gnash/IDataOutput_as.h -include/gnash/IDynamicPropertyOutput_as.h -include/gnash/IDynamicPropertyWriter_as.h -include/gnash/IEventDispatcher_as.h -include/gnash/IExternalizable_as.h -include/gnash/IMEConversionMode_as.h -include/gnash/IMEEvent_as.h -include/gnash/IME_as.h -include/gnash/IOErrorEvent_as.h -include/gnash/IOError_as.h -include/gnash/IllegalOperationError_as.h -include/gnash/InteractiveObject.h -include/gnash/InteractiveObject_as.h -include/gnash/InterpolationMethod_as.h -include/gnash/InvalidSWFError_as.h -include/gnash/JointStyle_as.h -include/gnash/KeyLocation_as.h -include/gnash/KeyboardEvent_as.h -include/gnash/Keyboard_as.h -include/gnash/LineScaleMode_as.h -include/gnash/LineStyle.h -include/gnash/LoaderContext_as.h -include/gnash/LoaderInfo_as.h -include/gnash/Loader_as.h -include/gnash/LocalConnection_as.h -include/gnash/Machine.h -include/gnash/Matrix_as.h -include/gnash/MemoryError_as.h -include/gnash/Microphone_as.h -include/gnash/MorphShape_as.h -include/gnash/MouseButtonState.h -include/gnash/MouseEvent_as.h -include/gnash/Mouse_as.h -include/gnash/Movie.h -include/gnash/MovieClip.h -include/gnash/MovieClip_as.h -include/gnash/MovieFactory.h -include/gnash/NamingPolicy.h -include/gnash/NativeFunction.h -include/gnash/NetConnection_as.h -include/gnash/NetStatusEvent_as.h -include/gnash/NetStream_as.h -include/gnash/NetworkAdapter.h -include/gnash/NewObjectSample_as.h -include/gnash/ObjectEncoding_as.h -include/gnash/ObjectURI.h -include/gnash/PixelSnapping_as.h -include/gnash/Point2d.h -include/gnash/Point_as.h -include/gnash/PrintJobOptions_as.h -include/gnash/PrintJobOrientation_as.h -include/gnash/PrintJob_as.h -include/gnash/ProgressEvent_as.h -include/gnash/PropFlags.h -include/gnash/Property.h -include/gnash/PropertyList.h -include/gnash/Proxy_as.h -include/gnash/RGBA.h -include/gnash/Range2d.h -include/gnash/Rectangle_as.h -include/gnash/Relay.h -include/gnash/Responder_as.h -include/gnash/RunResources.h -include/gnash/SWF.h -include/gnash/SWFMatrix.h -include/gnash/SWFRect.h -include/gnash/SWFVersion_as.h -include/gnash/SafeStack.h -include/gnash/Sample_as.h -include/gnash/Scene_as.h -include/gnash/ScriptTimeoutError_as.h -include/gnash/SecurityDomain_as.h -include/gnash/SecurityErrorEvent_as.h -include/gnash/SecurityPanel_as.h -include/gnash/Security_as.h -include/gnash/ShapeRecord.h -include/gnash/Shape_as.h -include/gnash/SharedObjectFlushStatus_as.h -include/gnash/SharedObject_as.h -include/gnash/SimpleButton_as.h -include/gnash/Socket_as.h -include/gnash/SoundChannel_as.h -include/gnash/SoundLoaderContext_as.h -include/gnash/SoundMixer_as.h -include/gnash/SoundTransform_as.h -include/gnash/Sound_as.h -include/gnash/SpreadMethod_as.h -include/gnash/Sprite_as.h -include/gnash/StackFrame_as.h -include/gnash/StackOverflowError_as.h -include/gnash/StageAlign_as.h -include/gnash/StageDisplayState_as.h -include/gnash/StageQuality_as.h -include/gnash/StageScaleMode_as.h -include/gnash/Stage_as.h -include/gnash/StaticText_as.h -include/gnash/StatusEvent_as.h -include/gnash/StreamProvider.h -include/gnash/StringPredicates.h -include/gnash/StyleSheet_as.h -include/gnash/SyncEvent_as.h -include/gnash/System_as.h -include/gnash/TagLoadersTable.h -include/gnash/TextColorType_as.h -include/gnash/TextDisplayMode_as.h -include/gnash/TextEvent_as.h -include/gnash/TextFieldAutoSize_as.h -include/gnash/TextFieldType_as.h -include/gnash/TextField_as.h -include/gnash/TextFormatAlign_as.h -include/gnash/TextFormat_as.h -include/gnash/TextLineMetrics_as.h -include/gnash/TextSnapshot_as.h -include/gnash/TimerEvent_as.h -include/gnash/Timer_as.h -include/gnash/Transform_as.h -include/gnash/URL.h -include/gnash/URLLoaderDataFormat_as.h -include/gnash/URLLoader_as.h -include/gnash/URLRequestHeader_as.h -include/gnash/URLRequestMethod_as.h -include/gnash/URLRequest_as.h -include/gnash/URLStream_as.h -include/gnash/URLVariables_as.h -include/gnash/VM.h -include/gnash/Video.h -include/gnash/Video_as.h -include/gnash/XMLDocument_as.h -include/gnash/XMLNode_as.h -include/gnash/XMLSocket_as.h -include/gnash/as_environment.h -include/gnash/as_function.h -include/gnash/as_object.h -include/gnash/as_value.h -include/gnash/builtin_function.h -include/gnash/cxform.h -include/gnash/display_pkg.h -include/gnash/drag_state.h -include/gnash/dsodefs.h -include/gnash/event_id.h -include/gnash/external_pkg.h -include/gnash/fill_style.h -include/gnash/filters_pkg.h -include/gnash/fn_call.h -include/gnash/geom_pkg.h -include/gnash/gettext.h -include/gnash/gnash.h -include/gnash/log.h -include/gnash/movie_definition.h -include/gnash/movie_root.h -include/gnash/namedStrings.h -include/gnash/net_pkg.h -include/gnash/rc.h -include/gnash/ref_counted.h -include/gnash/smart_ptr.h -include/gnash/snappingrange.h -include/gnash/string_table.h -include/gnash/text_pkg.h -include/gnash/utility.h -%%KPARTS%%lib/kde3/libklashpart.so -%%KPARTS%%lib/kde3/libklashpart.la -%%KPARTS4%%kde4/share/apps/klash/pluginsinfo -%%KPARTS4%%kde4/share/apps/klash/klashpartui.rc -%%KPARTS4%%kde4/share/kde4/services/klash_part.desktop -%%KPARTS4%%kde4/lib/kde4/libklashpart.so -%%KPARTS4%%kde4/lib/kde4/libklashpart.la -%%CYGNAL%%@unexec if cmp -s %D/etc/cygnalrc.dist %D/etc/cygnalrc; then rm -f %D/etc/cygnalrc; fi -%%CYGNAL%%etc/cygnalrc.dist -%%CYGNAL%%@exec if [ ! -f %B/cygnalrc ]; then cp -p %D/%F %B/cygnalrc; fi -@unexec if cmp -s %D/etc/gnashpluginrc.dist %D/etc/gnashpluginrc; then rm -f %D/etc/gnashpluginrc; fi -etc/gnashpluginrc.dist -@exec if [ ! -f %B/gnashpluginrc ]; then cp -p %D/%F %B/gnashpluginrc; fi -@unexec if cmp -s %D/etc/gnashrc.dist %D/etc/gnashrc; then rm -f %D/etc/gnashrc; fi -etc/gnashrc.dist -@exec if [ ! -f %B/gnashrc ]; then cp -p %D/%F %B/gnashrc; fi -%%CYGNAL%%lib/cygnal/plugins/echo.so -%%CYGNAL%%lib/cygnal/plugins/oflaDemo.so -lib/gnash/libgnashamf-%%GNASHVER%%.so -lib/gnash/libgnashamf.la -lib/gnash/libgnashamf.so -%%AGG%%lib/gnash/libgnashagg.la -%%AGG%%lib/gnash/libgnashagg.so -%%AGG%%lib/gnash/libgnashagg.so.0 -lib/gnash/libgnashbase-%%GNASHVER%%.so -lib/gnash/libgnashbase.la -lib/gnash/libgnashbase.so -lib/gnash/libgnashcore-%%GNASHVER%%.so -lib/gnash/libgnashcore.la -lib/gnash/libgnashcore.so -lib/gnash/libgnashmedia-%%GNASHVER%%.so -lib/gnash/libgnashmedia.la -lib/gnash/libgnashmedia.so -lib/gnash/libgnashnet.la -lib/gnash/libgnashnet.so -lib/gnash/libgnashnet.so.0 -lib/gnash/libgnashsound-%%GNASHVER%%.so -lib/gnash/libgnashsound.la -lib/gnash/libgnashsound.so -%%NPAPI%%lib/gnash/libmozsdk.la -%%NPAPI%%lib/gnash/libmozsdk.so -%%NPAPI%%lib/gnash/libmozsdk.so.0 -libdata/pkgconfig/gnash.pc -%%DOCSDIR%%/gnashuser.html -%%DOCSDIR%%/images/car_crash.png -%%DOCSDIR%%/images/rtmp.png -%%DOCSDIR%%/gnashref.html -%%DATADIR%%/GnashG.png -%%DATADIR%%/gnash_128_96.ico -share/locale/cs/LC_MESSAGES/gnash.mo -share/locale/de/LC_MESSAGES/gnash.mo -share/locale/es/LC_MESSAGES/gnash.mo -share/locale/fi/LC_MESSAGES/gnash.mo -share/locale/fr/LC_MESSAGES/gnash.mo -share/locale/it/LC_MESSAGES/gnash.mo -share/locale/ja/LC_MESSAGES/gnash.mo -@dirrm %%DATADIR%% -@dirrm %%DOCSDIR%%/images -@dirrm %%DOCSDIR%% -@dirrm lib/gnash -%%CYGNAL%%@dirrm lib/cygnal/plugins -%%CYGNAL%%@dirrm lib/cygnal -@dirrm include/gnash -@comment Should be //KPARTS//, but it is installed regardless of whether plugin is enabled -%%KPARTS%%@dirrm share/apps/klash -%%KPARTS4%%@dirrm kde4/share/apps/klash -%%NPAPI%%@dirrmtry %%WEBPLUGINS_DIR%% |