Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2017 08:57:26 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433713 - in head/graphics/gnash: . files
Message-ID:  <201702090857.v198vQ0H059078@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Thu Feb  9 08:57:26 2017
New Revision: 433713
URL: https://svnweb.freebsd.org/changeset/ports/433713

Log:
  - make portlint happier

Added:
  head/graphics/gnash/files/patch-libbase-Makefile.am
     - copied, changed from r433712, head/graphics/gnash/files/patch-libbase_Makefile.am
  head/graphics/gnash/files/patch-libcore-movie_root.cpp
     - copied, changed from r433712, head/graphics/gnash/files/patch-libcore_movie__root.cpp
  head/graphics/gnash/files/patch-libdevice-vaapi-VaapiSurface.cpp
     - copied, changed from r433712, head/graphics/gnash/files/patch-libdevice_vaapi_VaapiSurface.cpp
  head/graphics/gnash/files/patch-libmedia-ffmpeg-VideoDecoderFfmpeg.cpp
     - copied, changed from r433712, head/graphics/gnash/files/patch-libmedia_ffmpeg_VideoDecoderFfmpeg.cpp
Deleted:
  head/graphics/gnash/files/patch-libbase_Makefile.am
  head/graphics/gnash/files/patch-libcore_movie__root.cpp
  head/graphics/gnash/files/patch-libdevice_vaapi_VaapiSurface.cpp
  head/graphics/gnash/files/patch-libmedia_ffmpeg_VideoDecoderFfmpeg.cpp
Modified:
  head/graphics/gnash/Makefile
  head/graphics/gnash/files/patch-Makefile.am
  head/graphics/gnash/files/patch-configure.ac
  head/graphics/gnash/files/patch-gui-gtk-gtk_canvas.cpp
  head/graphics/gnash/files/patch-plugin-klash-klash_part.cpp
  head/graphics/gnash/files/patch-plugin-klash4-klash_part.cpp
  head/graphics/gnash/pkg-descr

Modified: head/graphics/gnash/Makefile
==============================================================================
--- head/graphics/gnash/Makefile	Thu Feb  9 08:12:10 2017	(r433712)
+++ head/graphics/gnash/Makefile	Thu Feb  9 08:57:26 2017	(r433713)
@@ -185,7 +185,7 @@ CONFIGURE_ARGS+=	--enable-renderer=${GNA
 #
 .if ${PORT_OPTIONS:MVAAPI}
 .if empty(PORT_OPTIONS:MFFMPEG)
-IGNORE=			VAAPI currently works only with FFMPEG. Please rerun 'make config' and enable FFMPEG
+IGNORE=			option VAAPI currently works only with FFMPEG. Please rerun 'make config' and enable FFMPEG
 .endif
 LIB_DEPENDS+=		libva.so:multimedia/libva
 CONFIGURE_ARGS+=	--enable-device=egl,x11,vaapi

Modified: head/graphics/gnash/files/patch-Makefile.am
==============================================================================
--- head/graphics/gnash/files/patch-Makefile.am	Thu Feb  9 08:12:10 2017	(r433712)
+++ head/graphics/gnash/files/patch-Makefile.am	Thu Feb  9 08:57:26 2017	(r433713)
@@ -1,6 +1,6 @@
---- Makefile.am.orig	2016-07-21 14:25:09.000000000 +0200
-+++ Makefile.am	2016-12-13 10:23:36.939767000 +0100
-@@ -512,7 +512,7 @@
+--- Makefile.am.orig	2016-07-21 12:25:09 UTC
++++ Makefile.am
+@@ -512,7 +512,7 @@ install-plugins install-plugin uninstall
  apidoc:
  	$(MAKE) -C doc $@
  

Modified: head/graphics/gnash/files/patch-configure.ac
==============================================================================
--- head/graphics/gnash/files/patch-configure.ac	Thu Feb  9 08:12:10 2017	(r433712)
+++ head/graphics/gnash/files/patch-configure.ac	Thu Feb  9 08:57:26 2017	(r433713)
@@ -1,6 +1,6 @@
---- configure.ac.orig	2016-07-21 14:25:09.000000000 +0200
-+++ configure.ac	2016-12-13 08:41:26.852652000 +0100
-@@ -4144,7 +4144,7 @@
+--- configure.ac.orig	2016-07-21 12:25:09 UTC
++++ configure.ac
+@@ -4144,7 +4144,7 @@ if test x${build_ssl} = xyes; then
      fi
      echo "        SSL libs are: $SSL_LIBS"
    else
@@ -9,7 +9,7 @@
    fi
  fi
  
-@@ -4157,7 +4157,7 @@
+@@ -4157,7 +4157,7 @@ if test x${build_ssh} = xyes; then
      fi
      echo "        SSH libs are: $SSH_LIBS"
    else

Modified: head/graphics/gnash/files/patch-gui-gtk-gtk_canvas.cpp
==============================================================================
--- head/graphics/gnash/files/patch-gui-gtk-gtk_canvas.cpp	Thu Feb  9 08:12:10 2017	(r433712)
+++ head/graphics/gnash/files/patch-gui-gtk-gtk_canvas.cpp	Thu Feb  9 08:57:26 2017	(r433713)
@@ -1,6 +1,6 @@
---- gui/gtk/gtk_canvas.cpp.orig	2012-01-19 19:17:48 UTC
+--- gui/gtk/gtk_canvas.cpp.orig	2016-07-21 12:25:09 UTC
 +++ gui/gtk/gtk_canvas.cpp
-@@ -212,7 +212,7 @@ gnash_canvas_setup(GnashCanvas *canvas, 
+@@ -211,7 +211,7 @@ gnash_canvas_setup(GnashCanvas *canvas, 
          renderer = "agg";
  #elif defined (RENDERER_CAIRO)
          renderer = "cairo";

Copied and modified: head/graphics/gnash/files/patch-libbase-Makefile.am (from r433712, head/graphics/gnash/files/patch-libbase_Makefile.am)
==============================================================================
--- head/graphics/gnash/files/patch-libbase_Makefile.am	Thu Feb  9 08:12:10 2017	(r433712, copy source)
+++ head/graphics/gnash/files/patch-libbase-Makefile.am	Thu Feb  9 08:57:26 2017	(r433713)
@@ -1,6 +1,6 @@
---- libbase/Makefile.am.orig	2016-07-21 14:25:09.000000000 +0200
-+++ libbase/Makefile.am	2016-12-13 22:20:48.980088000 +0100
-@@ -135,6 +135,7 @@
+--- libbase/Makefile.am.orig	2016-07-21 12:25:09 UTC
++++ libbase/Makefile.am
+@@ -135,6 +135,7 @@ libgnashbase_la_SOURCES += \
  endif
  
  if HAVE_VAAPI
@@ -8,7 +8,7 @@
  libgnashbase_la_SOURCES += \
  	GnashVaapiImage.cpp \
  	GnashVaapiImage.h \
-@@ -143,6 +144,14 @@
+@@ -143,6 +144,14 @@ libgnashbase_la_SOURCES += \
  	GnashVaapiTexture.h \
  	$(NULL)
  

Copied and modified: head/graphics/gnash/files/patch-libcore-movie_root.cpp (from r433712, head/graphics/gnash/files/patch-libcore_movie__root.cpp)
==============================================================================
--- head/graphics/gnash/files/patch-libcore_movie__root.cpp	Thu Feb  9 08:12:10 2017	(r433712, copy source)
+++ head/graphics/gnash/files/patch-libcore-movie_root.cpp	Thu Feb  9 08:57:26 2017	(r433713)
@@ -1,6 +1,4 @@
-$NetBSD: patch-libcore_movie__root.cpp,v 1.1 2013/02/26 11:04:25 joerg Exp $
-
---- libcore/movie_root.cpp.orig	2013-02-25 18:54:08.000000000 +0000
+--- libcore/movie_root.cpp.orig	2016-07-21 12:25:09 UTC
 +++ libcore/movie_root.cpp
 @@ -156,7 +156,7 @@ movie_root::movie_root(VirtualClock& clo
      _hostfd(-1),

Copied and modified: head/graphics/gnash/files/patch-libdevice-vaapi-VaapiSurface.cpp (from r433712, head/graphics/gnash/files/patch-libdevice_vaapi_VaapiSurface.cpp)
==============================================================================
--- head/graphics/gnash/files/patch-libdevice_vaapi_VaapiSurface.cpp	Thu Feb  9 08:12:10 2017	(r433712, copy source)
+++ head/graphics/gnash/files/patch-libdevice-vaapi-VaapiSurface.cpp	Thu Feb  9 08:57:26 2017	(r433713)
@@ -1,6 +1,6 @@
---- 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 @@
+--- libdevice/vaapi/VaapiSurface.cpp.orig	2016-07-21 12:25:09 UTC
++++ libdevice/vaapi/VaapiSurface.cpp
+@@ -62,8 +62,8 @@ public:
      VAStatus status;
      VASurfaceID surface_id;
      status = vaCreateSurfaces(gvactx->display(),

Copied and modified: head/graphics/gnash/files/patch-libmedia-ffmpeg-VideoDecoderFfmpeg.cpp (from r433712, head/graphics/gnash/files/patch-libmedia_ffmpeg_VideoDecoderFfmpeg.cpp)
==============================================================================
--- head/graphics/gnash/files/patch-libmedia_ffmpeg_VideoDecoderFfmpeg.cpp	Thu Feb  9 08:12:10 2017	(r433712, copy source)
+++ head/graphics/gnash/files/patch-libmedia-ffmpeg-VideoDecoderFfmpeg.cpp	Thu Feb  9 08:57:26 2017	(r433713)
@@ -1,6 +1,6 @@
---- libmedia/ffmpeg/VideoDecoderFfmpeg.cpp.orig	2016-07-21 14:25:09.000000000 +0200
-+++ libmedia/ffmpeg/VideoDecoderFfmpeg.cpp	2016-12-13 21:47:28.602555000 +0100
-@@ -544,7 +544,9 @@
+--- libmedia/ffmpeg/VideoDecoderFfmpeg.cpp.orig	2016-07-21 12:25:09 UTC
++++ libmedia/ffmpeg/VideoDecoderFfmpeg.cpp
+@@ -544,7 +544,9 @@ get_buffer(AVCodecContext* avctx, AVFram
      vaapi_set_surface(pic, surface);
  
      static unsigned int pic_num = 0;

Modified: head/graphics/gnash/files/patch-plugin-klash-klash_part.cpp
==============================================================================
--- head/graphics/gnash/files/patch-plugin-klash-klash_part.cpp	Thu Feb  9 08:12:10 2017	(r433712)
+++ head/graphics/gnash/files/patch-plugin-klash-klash_part.cpp	Thu Feb  9 08:57:26 2017	(r433713)
@@ -1,6 +1,6 @@
---- 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 @@
+--- plugin/klash/klash_part.cpp.orig	2016-07-21 12:25:09 UTC
++++ plugin/klash/klash_part.cpp
+@@ -160,7 +160,7 @@ KDE_NO_EXPORT void KlashPart::play ()
      QString procname;
      char *gnash_env = getenv("KLASH_PLAYER");
      if (!gnash_env) {

Modified: head/graphics/gnash/files/patch-plugin-klash4-klash_part.cpp
==============================================================================
--- head/graphics/gnash/files/patch-plugin-klash4-klash_part.cpp	Thu Feb  9 08:12:10 2017	(r433712)
+++ head/graphics/gnash/files/patch-plugin-klash4-klash_part.cpp	Thu Feb  9 08:57:26 2017	(r433713)
@@ -1,6 +1,6 @@
---- 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 @@
+--- plugin/klash4/klash_part.cpp.orig	2016-07-21 12:25:09 UTC
++++ plugin/klash4/klash_part.cpp
+@@ -148,7 +148,7 @@ KDE_NO_CDTOR_EXPORT KlashPart::KlashPart
          }
      }
      KParts::Part::setWidget (new KlashView (wparent));

Modified: head/graphics/gnash/pkg-descr
==============================================================================
--- head/graphics/gnash/pkg-descr	Thu Feb  9 08:12:10 2017	(r433712)
+++ head/graphics/gnash/pkg-descr	Thu Feb  9 08:57:26 2017	(r433713)
@@ -3,31 +3,19 @@ to play flash movies with proprietary so
 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
+- Gnash can run standalone to play flash movies.
+- 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
+- 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
+- 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
+- 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702090857.v198vQ0H059078>