[Midnightbsd-cvs] mports [17733] update gnash based on freebsd port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Oct 12 16:58:07 EDT 2014
Revision: 17733
http://svnweb.midnightbsd.org/mports/?rev=17733
Author: laffer1
Date: 2014-10-12 16:58:04 -0400 (Sun, 12 Oct 2014)
Log Message:
-----------
update gnash based on freebsd port
Modified Paths:
--------------
trunk/graphics/gnash/Makefile
trunk/graphics/gnash/distinfo
trunk/graphics/gnash/files/patch-plugin-klash-klash_part.cpp
trunk/graphics/gnash/files/patch-plugin-klash4-klash_part.cpp
trunk/graphics/gnash/pkg-plist
Added Paths:
-----------
trunk/graphics/gnash/files/ffmpeg0.patch
trunk/graphics/gnash/files/patch-configure
trunk/graphics/gnash/files/patch-gui-gtk-gtk_canvas.cpp
trunk/graphics/gnash/files/patch-libdevice-caapi-VaapiSurface.cpp
Property Changed:
----------------
trunk/graphics/gnash/files/patch-plugin-klash-klash_part.cpp
trunk/graphics/gnash/files/patch-plugin-klash4-klash_part.cpp
Modified: trunk/graphics/gnash/Makefile
===================================================================
--- trunk/graphics/gnash/Makefile 2014-10-12 20:35:28 UTC (rev 17732)
+++ trunk/graphics/gnash/Makefile 2014-10-12 20:58:04 UTC (rev 17733)
@@ -1,8 +1,9 @@
+# Created by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
+# $FreeBSD: head/graphics/gnash/Makefile 368356 2014-09-17 07:38:15Z tijl $
# $MidnightBSD$
PORTNAME= gnash
-PORTVERSION= 0.8.7
-PORTREVISION= 2
+PORTVERSION= 0.8.10
CATEGORIES= graphics
MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/
@@ -11,33 +12,34 @@
LICENSE= gpl3
-LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \
- jpeg:${PORTSDIR}/graphics/jpeg \
- curl:${PORTSDIR}/ftp/curl \
- ungif:${PORTSDIR}/graphics/libungif
+LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libcurl.so:${PORTSDIR}/ftp/curl \
+ libgif.so:${PORTSDIR}/graphics/giflib \
+ libspeex.so:${PORTSDIR}/audio/speex \
+ libnspr4.so:${PORTSDIR}/devel/nspr
-SKIP_FAKE_CHECK= *gtk-gnash
+CONFLICTS= gnash-devel-[0-9]*
-USE_BZIP2= yes
-USE_GMAKE= yes
+USES= tar:bzip2 pkgconfig gmake libtool
GNU_CONFIGURE= yes
WANT_SDL= yes
-WANT_GNOME= yes
-USE_GCC= 4.2+ # triggers compiler error on gcc 3.4
+USE_GCC= any
WANT_GSTREAMER= yes
-USE_GNOME= pkgconfig libxml2
-USE_XORG= x11 xau xdmcp xext xi xinerama ice sm
-USE_AUTOTOOLS= libltdl
-MAKE_JOBS_SAFE= yes
+USE_GNOME= libxml2
+USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv
+INSTALLS_ICONS= yes
+SYSCONFIGDIR= ${PREFIX}/etc
-WEBPLUGINS_DIR= lib/browser_plugins
-PLIST_SUB+= WEBPLUGINS_DIR=${WEBPLUGINS_DIR}
-
CONFIGURE_ARGS= --with-boost-incl="${LOCALBASE}/include" \
--with-boost-lib="${LOCALBASE}/lib" \
--disable-testsuite \
- --with-plugins-install=system \
- --disable-jemalloc # leads to infinite recursion on FreeBSD
+ --with-plugins-install=prefix \
+ --sysconfdir="${SYSCONFIGDIR}" \
+ --disable-kparts3 \
+ --disable-jemalloc \
+ --disable-silent-rules
GNASHVER= ${PORTVERSION}
CONFIG_FILES= gnashpluginrc gnashrc
@@ -47,35 +49,36 @@
USE_LDCONFIG= ${PREFIX}/lib/gnash
-MAN1= cygnal.1 dumpshm.1 flvdumper.1 gnash.1 gprocessor.1 soldumper.1 rtmpget.1
+OPTIONS_DEFINE= PLUGIN CYGNAL VAAPI DOCS
+OPTIONS_SINGLE= MEDIA GUI RENDERER
+OPTIONS_SINGLE_MEDIA= FFMPEG FFMPEG2 GSTREAMER
+OPTIONS_SINGLE_RENDERER=AGG OPENGL CAIRO
+OPTIONS_DEFAULT=PLUGIN AGG FFMPEG VAAPI
-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
+NO_OPTIONS_SORT=yes
+OPTIONS_SUB= yes
+PLUGIN_DESC= browser plugin
+CYGNAL_DESC= Cygnal media server
+AGG_DESC= AGG renderer
+OPENGL_DESC= OpenGL renderer
+CAIRO_DESC= Cairo renderer (experimental)
+FFMPEG_DESC= ffmpeg0 media handler
+FFMPEG2_DESC= ffmpeg2 media handler (broken)
+GSTREAMER_DESC= GStreamer media handler
+VAAPI_DESC= VAAPI support (requires FFMPEG)
+CYGNAL_CONFIGURE_ENABLE= cygnal
+
.include <bsd.mport.options.mk>
# Cygnal option processing
-.if defined(WITH_CYGNAL)
-PLIST_SUB+= CYGNAL=""
-CONFIGURE_ARGS+= --enable-cygnal
+.if ${PORT_OPTIONS:MCYGNAL}
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
+.if ${PORT_OPTIONS:MNLS}
+USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
@@ -85,32 +88,22 @@
#
# Plugin configuration
#
-.if !defined(WITHOUT_GTK) && !defined(WITHOUT_PLUGIN)
-USE_WEBPLUGINS= native
-WEBPLUGINS_FILES= libgnashplugin.so
-#.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
+.if ${PORT_OPTIONS:MPLUGIN}
+USES+= webplugin:native
+WEBPLUGIN_NAME= gnash
+WEBPLUGIN_FILES= libgnashplugin.so
+WEBPLUGIN_DIR=${_WEBPLUGIN_LIBDIR:S,^${LOCALBASE}/,${PREFIX}/,}/${WEBPLUGIN_NAME}
PLIST_SUB+= NPAPI=""
-CONFIGURE_ARGS+=--with-npapi-plugindir="${FAKE_DESTDIR}${TRUE_PREFIX}/${WEBPLUGINS_DIR}"
+CONFIGURE_ARGS+=--with-npapi-plugindir="${WEBPLUGIN_DIR}"
+BUILD_DEPENDS+= ${LOCALBASE}/bin/xulrunner:${PORTSDIR}/www/libxul
+RUN_DEPENDS+= ${LOCALBASE}/bin/xulrunner:${PORTSDIR}/www/libxul
.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
@@ -117,139 +110,104 @@
#
GNASH_GUIS=
-.if !defined(WITHOUT_GTK)
-USE_GNOME= gtk20
+USE_GNOME+= gtk20 atk gconf2
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 "
+CONFIGURE_ARGS+=--enable-gui=`${ECHO} ${GNASH_GUIS} | ${TR} ' ' ,`
+
+#
+# Renderer options processing
+#
+GNASH_RENDERERS=
+
+.if ${PORT_OPTIONS:MAGG}
+LIB_DEPENDS+= libagg.so:${PORTSDIR}/graphics/agg
+GNASH_RENDERERS+= agg
.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 "
+.if ${PORT_OPTIONS:MOPENGL}
+USE_GL= yes
+GNASH_RENDERERS+= ogl
+LIB_DEPENDS+= libgdkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
.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
+.if ${PORT_OPTIONS:MCAIRO}
+LIB_DEPENDS+= libcairo.so:${PORTSDIR}/graphics/cairo
+GNASH_RENDERERS+= cairo
.endif
-.if ${GNASH_GUIS} == ""
-IGNORE= needs at least one GUI enabled. Please rerun 'make config' and enable GTK, KDE or KDE4
+.if ${GNASH_RENDERERS} == ""
+IGNORE= needs at least one renderer enabled. Please rerun 'make config' and enable AGG, OPENGL or CAIRO
.endif
-CONFIGURE_ARGS+= --enable-gui=`${ECHO} ${GNASH_GUIS} | ${TR} ' ' ,`
+CONFIGURE_ARGS+= --enable-renderer=`${ECHO} ${GNASH_RENDERERS} | ${TR} ' ' ,`
#
-# Renderer options processing
+# Hardware acceleration options processing
#
-.if defined(WITH_AGG) && !defined(WITH_OPENGL) && !defined(WITH_CAIRO)
-LIB_DEPENDS+= agg.2:${PORTSDIR}/graphics/agg
-CONFIGURE_ARGS+= --enable-renderer=agg
-.elif !defined(WITH_AGG) && defined(WITH_OPENGL) && !defined(WITH_CAIRO)
-. 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)
-. 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
+.if ${PORT_OPTIONS:MVAAPI}
+.if empty(PORT_OPTIONS:MFFMPEG) && empty(PORT_OPTIONS:MFFMPEG2)
+IGNORE= VAAPI currently works only with FFMPEG. Please rerun 'make config' and enable FFMPEG
+.endif
+LIB_DEPENDS+= libva.so:${PORTSDIR}/multimedia/libva
.else
-IGNORE= can't be built with multiple or without renderers enabled. Please rerun 'make config' and select exactly one renderer (agg|opengl|cairo)
+CONFIGURE_ARGS+= --enable-hwaccel=none # XVideo
.endif
#
# Media handler options processing
#
-.if defined(WITH_FFMPEG) && !defined(WITH_GSTREAMER)
-LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg
-CONFIGURE_ARGS+= --enable-media=ffmpeg
+.if ${PORT_OPTIONS:MFFMPEG2} && empty(PORT_OPTIONS:MFFMPEG) && empty(PORT_OPTIONS:MGSTREAMER)
+LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
+CONFIGURE_ARGS+= --enable-media=ffmpeg \
+ --with-ffmpeg-incl=${LOCALBASE}/include/libavcodec \
+ --with-ffmpeg-lib=${LOCALBASE}/lib
USE_SDL+= sdl
-.elif !defined(WITH_FFMPEG) && defined(WITH_GSTREAMER)
+MAKE_ARGS+= INCLUDES="-I${LOCALBASE}/include/ffmpeg"
+.elif ${PORT_OPTIONS:MFFMPEG} && empty(PORT_OPTIONS:MFFMPEG2) && empty(PORT_OPTIONS:MGSTREAMER)
+EXTRA_PATCHES+= ${FILESDIR}/ffmpeg0.patch
+LIB_DEPENDS+= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0
+CONFIGURE_ARGS+= --enable-media=ffmpeg \
+ --with-ffmpeg-incl=${LOCALBASE}/include/ffmpeg0/libavcodec \
+ --with-ffmpeg-lib=${LOCALBASE}/lib/ffmpeg0
+USE_SDL+= sdl
+MAKE_ARGS+= INCLUDES="-I${LOCALBASE}/include/ffmpeg0"
+.elif ${PORT_OPTIONS:MGSTREAMER} && empty(PORT_OPTIONS:MFFMPEG) && empty(PORT_OPTIONS:MFFMPEG2)
USE_GSTREAMER= yes
CONFIGURE_ARGS+= --enable-media=gst
USE_SDL+= sdl
-.elif !defined(WITH_FFMPEG) && !defined(WITH_GSTREAMER)
+.else
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)
+.if ${PORT_OPTIONS:MOPENGL}
@${ECHO_CMD} "OpenGL support is currently broken (Gnash hangs using 100% CPU). Use at your own risk"
@sleep 3
.endif
post-patch:
- @${REINPLACE_CMD} -e '/^PTHREAD_[LC][IF]*=/ d; s|-lpthread|${PTHREAD_LIBS}|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g; \
+ ${REINPLACE_CMD} -e '/^PTHREAD_[LC][IF]*=/ d; s|-lpthread|${PTHREAD_LIBS}|' \
+ -e '/KDE4_APPSDATADIR=/ s|share/kde4|share|' \
+ -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|' \
+ ${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:
-.if !defined(WITHOUT_PLUGIN)
-.if !defined(WITHOUT_GTK)
- ${MKDIR} ${FAKE_DESTDIR}/${TRUE_PREFIX}/${WEBPLUGINS_DIR}
- @cd ${INSTALL_WRKSRC}/plugin && \
- ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} install-plugin
+.for conf in ${CONFIG_FILES}
+ ${MV} ${STAGEDIR}/${SYSCONFIGDIR}/${conf} ${STAGEDIR}${SYSCONFIGDIR}/${conf}.dist
+.endfor
+.if ${PORT_OPTIONS:MPLUGIN}
+ cd ${INSTALL_WRKSRC}/plugin && \
+ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${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
.include <bsd.port.post.mk>
Modified: trunk/graphics/gnash/distinfo
===================================================================
--- trunk/graphics/gnash/distinfo 2014-10-12 20:35:28 UTC (rev 17732)
+++ trunk/graphics/gnash/distinfo 2014-10-12 20:58:04 UTC (rev 17733)
@@ -1,3 +1,2 @@
-SHA256 (gnash-0.8.7.tar.bz2) = 73b8a7c788511e453add26fd68cebd5818b39f9da21cc7c78e9cef8bc837e896
-RMD160 (gnash-0.8.7.tar.bz2) = 809e5dcf6f11567f7463d1e772053aa54f7170ed
-SIZE (gnash-0.8.7.tar.bz2) = 3617298
+SHA256 (gnash-0.8.10.tar.bz2) = 9625072e45df92baa2c28fc9999d4e2deb66bc827530baedfad2e4e2292d1224
+SIZE (gnash-0.8.10.tar.bz2) = 4238106
Added: trunk/graphics/gnash/files/ffmpeg0.patch
===================================================================
--- trunk/graphics/gnash/files/ffmpeg0.patch (rev 0)
+++ trunk/graphics/gnash/files/ffmpeg0.patch 2014-10-12 20:58:04 UTC (rev 17733)
@@ -0,0 +1,102 @@
+--- configure.orig 2012-01-19 17:19:29.000000000 -0200
++++ configure 2013-10-09 15:07:40.051081546 -0300
+@@ -9336,7 +9336,7 @@
+ if test x${ffmpeg_top_incl} = x; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking location of avcodec.h" >&5
+ $as_echo_n "checking location of avcodec.h... " >&6; }
+- if test x"$PKG_CONFIG" != x; then if $PKG_CONFIG --exists libavcodec; then ffmpeg_pkg=`$PKG_CONFIG --cflags-only-I libavcodec`
++ if test x"$PKG_CONFIG" != x; then if $PKG_CONFIG --exists libavcodec0; then ffmpeg_pkg=`$PKG_CONFIG --cflags-only-I libavcodec0`
+ ffmpeg_top_incl=`echo ${ffmpeg_pkg} | sed -e 's:-I::'`
+ for i in "" ffmpeg libavcodec ffmpeg/libavcodec; do
+ if test -f ${ffmpeg_top_incl}/${i}/avcodec.h; then
+@@ -9568,16 +9568,16 @@
+ else
+
+ if test x"${with_ffmpeg_lib}" != x ; then
+- if test -f ${with_ffmpeg_lib}/libavcodec.a -o -f ${with_ffmpeg_lib}/libavcodec.${shlibext}; then
++ if test -f ${with_ffmpeg_lib}/libavcodec0.a -o -f ${with_ffmpeg_lib}/libavcodec0.${shlibext}; then
+ ac_cv_path_ffmpeg_lib="-L`(cd ${with_ffmpeg_lib}; pwd)`"
+- libavcodec="-lavcodec"
++ libavcodec="-lavcodec0"
+ LIBS="${ac_cv_path_ffmpeg_lib} $LIBS" top_lib_dir=${with_ffmpeg_lib}
+ else
+ as_fn_error "${with_ffmpeg_lib} directory doesn't contain libavcodec libraries." "$LINENO" 5
+ fi
+- if test -f ${with_ffmpeg_lib}/libavformat.a -o -f ${with_ffmpeg_lib}/libavformat.${shlibext}; then
++ if test -f ${with_ffmpeg_lib}/libavformat0.a -o -f ${with_ffmpeg_lib}/libavformat0.${shlibext}; then
+ ac_cv_path_ffmpeg_lib="-L`(cd ${with_ffmpeg_lib}; pwd)`"
+- libavformat="-lavformat"
++ libavformat="-lavformat0"
+ top_lib_dir=${with_ffmpeg_lib}
+ else
+ as_fn_error "${with_ffmpeg_lib} directory doesn't contain libavformat libraries." "$LINENO" 5
+@@ -9869,13 +9869,13 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libavutil library" >&5
+ $as_echo_n "checking for libavutil library... " >&6; }
+ if test x"$PKG_CONFIG" != x -a x${cross_compiling} = xno; then
+- $PKG_CONFIG --exists libavutil && libavutil=`$PKG_CONFIG --libs-only-l libavutil`
++ $PKG_CONFIG --exists libavutil0 && libavutil=`$PKG_CONFIG --libs-only-l libavutil0`
+ else
+ libavutil=""
+ fi
+ if test x"${libavutil}" = x; then
+- if test -f ${top_lib_dir}/libavutil.a -o -f ${top_lib_dir}/libavutil.${shlibext}; then
+- ac_cv_path_ffmpeg_lib="${ac_cv_path_ffmpeg_lib} -lavutil"
++ if test -f ${top_lib_dir}/libavutil0.a -o -f ${top_lib_dir}/libavutil0.${shlibext}; then
++ ac_cv_path_ffmpeg_lib="${ac_cv_path_ffmpeg_lib} -lavutil0"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${top_lib_dir}/libavutil" >&5
+ $as_echo "${top_lib_dir}/libavutil" >&6; }
+ else
+@@ -9888,7 +9888,7 @@
+ $as_echo_n "(cached) " >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lavutil $LIBS"
++LIBS="-lavutil0 $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+@@ -9919,7 +9919,7 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_avutil_av_log" >&5
+ $as_echo "$ac_cv_lib_avutil_av_log" >&6; }
+ if test "x$ac_cv_lib_avutil_av_log" = x""yes; then :
+- ac_cv_path_ffmpeg_lib="${ac_cv_path_ffmpeg_lib} -lavutil"
++ ac_cv_path_ffmpeg_lib="${ac_cv_path_ffmpeg_lib} -lavutil0"
+ fi
+
+ fi
+@@ -10126,13 +10126,13 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libswscale library" >&5
+ $as_echo_n "checking for libswscale library... " >&6; }
+ if test x"$PKG_CONFIG" != x -a x${cross_compiling} = xno; then
+- $PKG_CONFIG --exists libswscale && libsws=`$PKG_CONFIG --libs-only-l libswscale`
++ $PKG_CONFIG --exists libswscale0 && libsws=`$PKG_CONFIG --libs-only-l libswscale0`
+ else
+ libsws=""
+ fi
+ if test x"${libsws}" = x; then
+- if test -f ${top_lib_dir}/libswscale.a -o -f ${top_lib_dir}/libswscale.${shlibext}; then
+- ac_cv_path_ffmpeg_lib="${ac_cv_path_ffmpeg_lib} -lswscale"
++ if test -f ${top_lib_dir}/libswscale0.a -o -f ${top_lib_dir}/libswscale0.${shlibext}; then
++ ac_cv_path_ffmpeg_lib="${ac_cv_path_ffmpeg_lib} -lswscale0"
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+ else
+@@ -10145,7 +10145,7 @@
+ $as_echo_n "(cached) " >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lswscale $LIBS"
++LIBS="-lswscale0 $LIBS"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+@@ -10176,7 +10176,7 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_swscale_sws_scale" >&5
+ $as_echo "$ac_cv_lib_swscale_sws_scale" >&6; }
+ if test "x$ac_cv_lib_swscale_sws_scale" = x""yes; then :
+- ac_cv_path_ffmpeg_lib="${ac_cv_path_ffmpeg_lib} -lswscale"
++ ac_cv_path_ffmpeg_lib="${ac_cv_path_ffmpeg_lib} -lswscale0"
+ fi
+
+ fi
Property changes on: trunk/graphics/gnash/files/ffmpeg0.patch
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/graphics/gnash/files/patch-configure
===================================================================
--- trunk/graphics/gnash/files/patch-configure (rev 0)
+++ trunk/graphics/gnash/files/patch-configure 2014-10-12 20:58:04 UTC (rev 17733)
@@ -0,0 +1,50 @@
+--- configure.orig 2012-01-19 17:19:29.000000000 -0200
++++ configure 2013-10-09 15:07:40.051081546 -0300
+@@ -30836,12 +30836,17 @@
+ esac
+ fi
+
++# KDE4_PREFIX override
++ if test x"${with_kde4_prefix}" != x; then
++ KDE4_PREFIX="${with_kde4_prefix}"
++ fi
++
+ if test x"${with_kde4_plugindir}" != x ; then
+ KDE4_PLUGINDIR="${with_kde4_plugindir}"
+ else
+- if test -d ${KDE4_PREFIX}/lib64 -a -f /etc/redhat-release || \
+- test -d ${KDE4_PREFIX}/lib64 -a -f /usr/lib/rpm/suse_macros; then
+- KDE4_PLUGINDIR="${KDE4_PREFIX}/lib64/kde4"
++ if test -d ${KDE4_PREFIX}/lib -a -f /etc/redhat-release || \
++ test -d ${KDE4_PREFIX}/lib -a -f /usr/lib/rpm/suse_macros; then
++ KDE4_PLUGINDIR="${KDE4_PREFIX}/lib/kde4"
+ else
+ KDE4_PLUGINDIR="${KDE4_PREFIX}/lib/kde4"
+ fi
+@@ -49394,7 +49399,7 @@
+
+ if test x$build_agg = xyes; then # {
+ echo " AGG Pixel format is: $pixelformat"
+- if test x"$AGG_LIBS" != x -a x"${agg25}" == xyes; then # {
++ if test x"$AGG_LIBS" != x -a x"${agg25}" = xyes; then # {
+ if test x"$AGG_CFLAGS" != x; then # {
+ echo " AGG flags are: $AGG_CFLAGS"
+ else # }{
+@@ -50044,7 +50049,7 @@
+ else
+
+ pkg_out_fd=3
+- echo " ERROR: `echo "No SSL development package is installed, but it's enabled."" | fold -s -w 62 | sed 's/^/ /' | tr '\n' '#' | cut -b 18- | tr '#' '\n'`" >&$pkg_out_fd
++ echo " ERROR: `echo "No SSL development package is installed, but it's enabled." | fold -s -w 62 | sed 's/^/ /' | tr '\n' '#' | cut -b 18- | tr '#' '\n'`" >&$pkg_out_fd
+ deb_dest="$deb_err"
+ rpm_dest="$rpm_err"
+ yast_dest="$yast_err"
+@@ -50063,7 +50068,7 @@
+ else
+
+ pkg_out_fd=3
+- echo " ERROR: `echo "No SSH development package is installed, but it's enabled."" | fold -s -w 62 | sed 's/^/ /' | tr '\n' '#' | cut -b 18- | tr '#' '\n'`" >&$pkg_out_fd
++ echo " ERROR: `echo "No SSH development package is installed, but it's enabled." | fold -s -w 62 | sed 's/^/ /' | tr '\n' '#' | cut -b 18- | tr '#' '\n'`" >&$pkg_out_fd
+ deb_dest="$deb_err"
+ rpm_dest="$rpm_err"
+ yast_dest="$yast_err"
Property changes on: trunk/graphics/gnash/files/patch-configure
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/graphics/gnash/files/patch-gui-gtk-gtk_canvas.cpp
===================================================================
--- trunk/graphics/gnash/files/patch-gui-gtk-gtk_canvas.cpp (rev 0)
+++ trunk/graphics/gnash/files/patch-gui-gtk-gtk_canvas.cpp 2014-10-12 20:58:04 UTC (rev 17733)
@@ -0,0 +1,11 @@
+--- gui/gtk/gtk_canvas.cpp.orig 2011-02-26 21:11:07.000000000 +0300
++++ gui/gtk/gtk_canvas.cpp 2011-09-06 23:13:28.000000000 +0400
+@@ -207,7 +207,7 @@
+ renderer = "agg";
+ #elif defined (RENDERER_CAIRO)
+ renderer = "cairo";
+-#elif defined (RENDERER_OGL)
++#elif defined (RENDERER_OPENGL)
+ renderer = "opengl";
+ #endif
+ }
Property changes on: trunk/graphics/gnash/files/patch-gui-gtk-gtk_canvas.cpp
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/graphics/gnash/files/patch-libdevice-caapi-VaapiSurface.cpp
===================================================================
--- trunk/graphics/gnash/files/patch-libdevice-caapi-VaapiSurface.cpp (rev 0)
+++ trunk/graphics/gnash/files/patch-libdevice-caapi-VaapiSurface.cpp 2014-10-12 20:58:04 UTC (rev 17733)
@@ -0,0 +1,13 @@
+--- libdevice/vaapi/VaapiSurface.cpp.orig 2012-01-19 20:17:48.000000000 +0100
++++ libdevice/vaapi/VaapiSurface.cpp 2013-07-05 01:44:21.927681308 +0200
+@@ -62,8 +62,8 @@
+ VAStatus status;
+ VASurfaceID surface_id;
+ status = vaCreateSurfaces(gvactx->display(),
+- width, height, VA_RT_FORMAT_YUV420,
+- 1, &surface_id);
++ VA_RT_FORMAT_YUV420, width, height,
++ &surface_id, 1, NULL, 0);
+ if (!vaapi_check_status(status, "vaCreateSurfaces()")) {
+ return;
+ }
Property changes on: trunk/graphics/gnash/files/patch-libdevice-caapi-VaapiSurface.cpp
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/graphics/gnash/files/patch-plugin-klash-klash_part.cpp
===================================================================
--- trunk/graphics/gnash/files/patch-plugin-klash-klash_part.cpp 2014-10-12 20:35:28 UTC (rev 17732)
+++ trunk/graphics/gnash/files/patch-plugin-klash-klash_part.cpp 2014-10-12 20:58:04 UTC (rev 17733)
@@ -1,6 +1,6 @@
---- 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 @@
+--- plugin/klash/klash_part.cpp.orig 2011-06-16 18:54:16.833252653 -0400
++++ plugin/klash/klash_part.cpp 2011-06-16 18:54:56.913835639 -0400
+@@ -161,7 +161,7 @@
QString procname;
char *gnash_env = getenv("KLASH_PLAYER");
if (!gnash_env) {
Property changes on: trunk/graphics/gnash/files/patch-plugin-klash-klash_part.cpp
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/graphics/gnash/files/patch-plugin-klash4-klash_part.cpp
===================================================================
--- trunk/graphics/gnash/files/patch-plugin-klash4-klash_part.cpp 2014-10-12 20:35:28 UTC (rev 17732)
+++ trunk/graphics/gnash/files/patch-plugin-klash4-klash_part.cpp 2014-10-12 20:58:04 UTC (rev 17733)
@@ -1,6 +1,6 @@
---- 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 @@
+--- plugin/klash4/klash_part.cpp.orig 2011-06-16 18:56:30.869545798 -0400
++++ plugin/klash4/klash_part.cpp 2011-06-16 18:57:04.979892841 -0400
+@@ -148,7 +148,7 @@
}
}
KParts::Part::setWidget (new KlashView (wparent));
Property changes on: trunk/graphics/gnash/files/patch-plugin-klash4-klash_part.cpp
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/graphics/gnash/pkg-plist
===================================================================
--- trunk/graphics/gnash/pkg-plist 2014-10-12 20:35:28 UTC (rev 17732)
+++ trunk/graphics/gnash/pkg-plist 2014-10-12 20:58:04 UTC (rev 17733)
@@ -1,320 +1,269 @@
-bin/dumpshm
+bin/gnash
+%%GTK2%%bin/gnash-gtk-launcher
+%%GTK2%%bin/gtk-gnash
+%%KDE4%%bin/gnash-qt-launcher
+%%KDE4%%bin/kde4-gnash
+bin/gprocessor
+bin/rtmpget
%%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
- at 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
- at comment Should be //KPARTS//, but it is installed regardless of whether plugin is enabled
-%%KPARTS%%share/services/klash_part.desktop
-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
+%%CYGNAL%%bin/flvdumper
+%%CYGNAL%%bin/soldumper
+%%NPAPI%%%%WEBPLUGIN_DIR%%/libgnashplugin.so
+%%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
+ at unexec if cmp -s %D/etc/gnashpluginrc.dist %D/etc/gnashpluginrc; then rm -f %D/etc/gnashpluginrc; fi
+etc/gnashpluginrc.dist
+ at exec if [ ! -f %B/gnashpluginrc ]; then cp -p %D/%F %B/gnashpluginrc; fi
+ at unexec if cmp -s %D/etc/gnashrc.dist %D/etc/gnashrc; then rm -f %D/etc/gnashrc; fi
+etc/gnashrc.dist
+ at exec if [ ! -f %B/gnashrc ]; then cp -p %D/%F %B/gnashrc; fi
+include/gnash/AMF.h
include/gnash/BevelFilter_as.h
-include/gnash/BitmapDataChannel_as.h
-include/gnash/BitmapFilterQuality_as.h
-include/gnash/BitmapFilterType_as.h
+include/gnash/BitmapData_as.h
include/gnash/BitmapFilter_as.h
-include/gnash/BitmapInfo.h
-include/gnash/Bitmap_as.h
-include/gnash/BlendMode_as.h
+include/gnash/BitsReader.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/CachedBitmap.h
+include/gnash/ClockTime.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/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/GnashAlgorithm.h
+include/gnash/GnashEnums.h
include/gnash/GnashException.h
+include/gnash/GnashFactory.h
+include/gnash/GnashFileUtilities.h
include/gnash/GnashImage.h
include/gnash/GnashImageJpeg.h
-include/gnash/GnashKey.h
+include/gnash/GnashNumeric.h
+include/gnash/GnashSleep.h
+include/gnash/GnashSystemFDHeaders.h
+include/gnash/GnashSystemIOHeaders.h
+include/gnash/GnashSystemNetHeaders.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/LoaderContext_as.h
-include/gnash/LoaderInfo_as.h
-include/gnash/Loader_as.h
-include/gnash/LocalConnection_as.h
-include/gnash/Machine.h
+include/gnash/IOChannel.h
+include/gnash/ImageIterators.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/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/RTMP.h
include/gnash/Range2d.h
include/gnash/Rectangle_as.h
-include/gnash/Responder_as.h
-include/gnash/RunResources.h
-include/gnash/SWF.h
-include/gnash/SWFMatrix.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/SWFCtype.h
+include/gnash/SharedMem.h
+include/gnash/SimpleBuffer.h
+include/gnash/Socket.h
+include/gnash/Stats.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/asClass.h
-include/gnash/asNamespace.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/URLAccessManager.h
+include/gnash/WallClockTimer.h
+include/gnash/accumulator.h
+include/gnash/arg_parser.h
+include/gnash/asobj/AMFConverter.h
+include/gnash/asobj/ASConversions.h
+include/gnash/asobj/Accessibility_as.h
+include/gnash/asobj/Array_as.h
+include/gnash/asobj/AsBroadcaster.h
+include/gnash/asobj/Boolean_as.h
+include/gnash/asobj/Camera_as.h
+include/gnash/asobj/CharacterProxy.h
+include/gnash/asobj/Color_as.h
+include/gnash/asobj/ContextMenuItem_as.h
+include/gnash/asobj/ContextMenu_as.h
+include/gnash/asobj/ControlTag.h
+include/gnash/asobj/Date_as.h
+include/gnash/asobj/DefinitionTag.h
+include/gnash/asobj/DisplayList.h
+include/gnash/asobj/DisplayObject.h
+include/gnash/asobj/DisplayObjectContainer.h
+include/gnash/asobj/DragState.h
+include/gnash/asobj/DynamicShape.h
+include/gnash/asobj/Error_as.h
+include/gnash/asobj/FillStyle.h
+include/gnash/asobj/Function_as.h
+include/gnash/asobj/Geometry.h
+include/gnash/asobj/Global_as.h
+include/gnash/asobj/GnashKey.h
+include/gnash/asobj/InteractiveObject.h
+include/gnash/asobj/Key_as.h
+include/gnash/asobj/LineStyle.h
+include/gnash/asobj/LoadVars_as.h
+include/gnash/asobj/LoadableObject.h
+include/gnash/asobj/LocalConnection_as.h
+include/gnash/asobj/Math_as.h
+include/gnash/asobj/Microphone_as.h
+include/gnash/asobj/MouseButtonState.h
+include/gnash/asobj/Mouse_as.h
+include/gnash/asobj/Movie.h
+include/gnash/asobj/MovieClip.h
+include/gnash/asobj/MovieClipLoader.h
+include/gnash/asobj/MovieClip_as.h
+include/gnash/asobj/MovieFactory.h
+include/gnash/asobj/NativeFunction.h
+include/gnash/asobj/NetConnection_as.h
+include/gnash/asobj/NetStream_as.h
+include/gnash/asobj/Number_as.h
+include/gnash/asobj/Object.h
+include/gnash/asobj/ObjectURI.h
+include/gnash/asobj/PlayHead.h
+include/gnash/asobj/PropFlags.h
+include/gnash/asobj/Property.h
+include/gnash/asobj/PropertyList.h
+include/gnash/asobj/RGBA.h
+include/gnash/asobj/Relay.h
+include/gnash/asobj/RunResources.h
+include/gnash/asobj/SWF.h
+include/gnash/asobj/SWFCxForm.h
+include/gnash/asobj/SWFMatrix.h
+include/gnash/asobj/SWFRect.h
+include/gnash/asobj/Selection_as.h
+include/gnash/asobj/ShapeRecord.h
+include/gnash/asobj/SharedObject_as.h
+include/gnash/asobj/Sound_as.h
+include/gnash/asobj/Stage_as.h
+include/gnash/asobj/String_as.h
+include/gnash/asobj/System_as.h
+include/gnash/asobj/TagLoadersTable.h
+include/gnash/asobj/TextField_as.h
+include/gnash/asobj/TextFormat_as.h
+include/gnash/asobj/TextSnapshot_as.h
+include/gnash/asobj/UserFunction.h
+include/gnash/asobj/Video.h
+include/gnash/asobj/Video_as.h
+include/gnash/asobj/XMLNode_as.h
+include/gnash/asobj/XMLSocket_as.h
+include/gnash/asobj/XML_as.h
+include/gnash/asobj/as_environment.h
+include/gnash/asobj/as_function.h
+include/gnash/asobj/as_object.h
+include/gnash/asobj/as_value.h
+include/gnash/asobj/builtin_function.h
+include/gnash/asobj/event_id.h
+include/gnash/asobj/movie_root.h
+include/gnash/asobj/namedStrings.h
include/gnash/display_pkg.h
-include/gnash/drag_state.h
include/gnash/dsodefs.h
-include/gnash/event_id.h
+include/gnash/extension.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/getclocktime.hpp
include/gnash/gettext.h
-include/gnash/gnash.h
+include/gnash/gmemory.h
+include/gnash/jemalloc.h
+include/gnash/jemalloc_gnash.h
+include/gnash/jemalloc_rb.h
+include/gnash/jemalloc_types.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/noseek_fd_adapter.h
+include/gnash/parser/movie_definition.h
include/gnash/rc.h
-include/gnash/rect.h
include/gnash/ref_counted.h
-include/gnash/smart_ptr.h
+include/gnash/sharedlib.h
include/gnash/snappingrange.h
include/gnash/string_table.h
-include/gnash/styles.h
include/gnash/text_pkg.h
+include/gnash/tree.hh
+include/gnash/tu_file.h
+include/gnash/utf8.h
include/gnash/utility.h
-%%KPARTS%%lib/kde3/libklashpart.so
-%%KPARTS%%lib/kde3/libklashpart.la
+include/gnash/vm/ASHandlers.h
+include/gnash/vm/ActionExec.h
+include/gnash/vm/CallStack.h
+include/gnash/vm/ExecutableCode.h
+include/gnash/vm/SafeStack.h
+include/gnash/vm/VM.h
+include/gnash/vm/fn_call.h
+include/gnash/zlib_adapter.h
%%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
- at unexec if cmp -s %D/etc/gnashpluginrc.dist %D/etc/gnashpluginrc; then rm -f %D/etc/gnashpluginrc; fi
- at comment etc/gnashpluginrc.dist
- at exec if [ ! -f %B/gnashpluginrc ]; then cp -p %D/%F %B/gnashpluginrc; fi
- at unexec if cmp -s %D/etc/gnashrc.dist %D/etc/gnashrc; then rm -f %D/etc/gnashrc; fi
- at comment etc/gnashrc.dist
- at 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
+%%CYGNAL%%lib/gnash/libgnashamf-%%GNASHVER%%.so
+%%CYGNAL%%lib/gnash/libgnashamf.so
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/libgnashdevice-%%GNASHVER%%.so
+lib/gnash/libgnashdevice.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
+%%CYGNAL%%lib/gnash/libgnashnet-%%GNASHVER%%.so
+%%CYGNAL%%lib/gnash/libgnashnet.so
+lib/gnash/libgnashrender-%%GNASHVER%%.so
+lib/gnash/libgnashrender.so
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
+%%GTK2%%share/applications/gnash.desktop
+%%KDE4%%share/applications/klash.desktop
+man/man1/cygnal.1.gz
+man/man1/findmicrophones.1.gz
+man/man1/findwebcams.1.gz
+man/man1/flvdumper.1.gz
+man/man1/gnash.1.gz
+man/man1/gprocessor.1.gz
+man/man1/rtmpget.1.gz
+man/man1/soldumper.1.gz
+%%GTK2%%man/man1/gnash-gtk-launcher.1.gz
+%%GTK2%%man/man1/gtk-gnash.1.gz
+%%KDE4%%man/man1/gnash-qt-launcher.1
+%%KDE4%%man/man1/kde4-gnash.1
%%DATADIR%%/GnashG.png
+%%DATADIR%%/gnash-splash.swf
%%DATADIR%%/gnash_128_96.ico
+%%PORTDOCS%%%%DOCSDIR%%/gnashref.html
+%%PORTDOCS%%%%DOCSDIR%%/gnashuser.html
+%%PORTDOCS%%%%DOCSDIR%%/images/rtmp.png
+%%GTK2%%share/icons/hicolor/32x32/apps/gnash.xpm
+%%KDE4%%share/icons/hicolor/32x32/apps/klash.xpm
share/locale/cs/LC_MESSAGES/gnash.mo
+share/locale/da/LC_MESSAGES/gnash.mo
share/locale/de/LC_MESSAGES/gnash.mo
+share/locale/en_GB/LC_MESSAGES/gnash.mo
+share/locale/el/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
+share/locale/km/LC_MESSAGES/gnash.mo
+share/locale/ne/LC_MESSAGES/gnash.mo
+share/locale/ru/LC_MESSAGES/gnash.mo
+share/locale/zh_TW/LC_MESSAGES/gnash.mo
+ at dirrmtry share/locale/km/LC_MESSAGES
+ at dirrmtry share/locale/km
+ at dirrmtry share/icons/hicolor/32x32/apps
+ at dirrmtry share/icons/hicolor/32x32
+ at dirrmtry share/icons/hicolor
+ at dirrmtry share/icons
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%
- at dirrm %%DOCSDIR%%/images
- at dirrm %%DOCSDIR%%
@dirrm lib/gnash
-%%CYGNAL%%@dirrm lib/cygnal/plugins
-%%CYGNAL%%@dirrm lib/cygnal
+%%CYGNAL%%@dirrmtry lib/cygnal/plugins
+%%CYGNAL%%@dirrmtry lib/cygnal
+ at dirrm include/gnash/vm
+ at dirrm include/gnash/parser
+ at dirrm include/gnash/asobj
@dirrm include/gnash
- at 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%%
+%%NPAPI%%@dirrmtry %%WEBPLUGIN_DIR%%
More information about the Midnightbsd-cvs
mailing list