r230 - in /packages/gnash/trunk/debian: changelog gnash.dirs gnash.install mozilla-plugin-gnash.dirs mozilla-plugin-gnash.install patches/rename_sysgnashrc_to_gnashrc.diff patches/series rules
rmh at users.alioth.debian.org
rmh at users.alioth.debian.org
Fri May 9 18:06:47 UTC 2008
Author: rmh
Date: Fri May 9 18:06:47 2008
New Revision: 230
URL: http://svn.debian.org/wsvn/?sc=1&rev=230
Log:
Install missing upstream /etc/gnash{,plugin}rc files.
Added:
packages/gnash/trunk/debian/gnash.dirs
packages/gnash/trunk/debian/mozilla-plugin-gnash.dirs
packages/gnash/trunk/debian/patches/rename_sysgnashrc_to_gnashrc.diff
Modified:
packages/gnash/trunk/debian/changelog
packages/gnash/trunk/debian/gnash.install
packages/gnash/trunk/debian/mozilla-plugin-gnash.install
packages/gnash/trunk/debian/patches/series
packages/gnash/trunk/debian/rules
Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/changelog?rev=230&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Fri May 9 18:06:47 2008
@@ -12,8 +12,9 @@
+ Add libgnashnet to gnash-common.install and shlibs.local.
* Pass CXXFLAGS to configure script to make DEB_BUILD_OPTIONS=noopt
work. Thanks Willi Mann <willi at wm1.at>. (Closes: #471833)
-
- -- Robert Millan <rmh at aybabtu.com> Fri, 9 May 2008 16:13:10 +0200
+ * Install missing upstream /etc/gnash{,plugin}rc files.
+
+ -- Robert Millan <rmh at aybabtu.com> Fri, 9 May 2008 20:01:43 +0200
gnash (0.8.2-2) unstable; urgency=low
Added: packages/gnash/trunk/debian/gnash.dirs
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/gnash.dirs?rev=230&op=file
==============================================================================
--- packages/gnash/trunk/debian/gnash.dirs (added)
+++ packages/gnash/trunk/debian/gnash.dirs Fri May 9 18:06:47 2008
@@ -1,0 +1,1 @@
+etc
Modified: packages/gnash/trunk/debian/gnash.install
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/gnash.install?rev=230&op=diff
==============================================================================
--- packages/gnash/trunk/debian/gnash.install (original)
+++ packages/gnash/trunk/debian/gnash.install Fri May 9 18:06:47 2008
@@ -1,3 +1,4 @@
tmp/usr/bin/gtk-gnash usr/bin/
+tmp/etc/gnashrc etc/
gnash.xpm usr/share/pixmaps/
gnash.desktop usr/share/applications/
Added: packages/gnash/trunk/debian/mozilla-plugin-gnash.dirs
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/mozilla-plugin-gnash.dirs?rev=230&op=file
==============================================================================
--- packages/gnash/trunk/debian/mozilla-plugin-gnash.dirs (added)
+++ packages/gnash/trunk/debian/mozilla-plugin-gnash.dirs Fri May 9 18:06:47 2008
@@ -1,0 +1,1 @@
+etc
Modified: packages/gnash/trunk/debian/mozilla-plugin-gnash.install
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/mozilla-plugin-gnash.install?rev=230&op=diff
==============================================================================
--- packages/gnash/trunk/debian/mozilla-plugin-gnash.install (original)
+++ packages/gnash/trunk/debian/mozilla-plugin-gnash.install Fri May 9 18:06:47 2008
@@ -1,1 +1,2 @@
tmp/usr/lib/gnash/libgnashplugin.so usr/lib/gnash/
+tmp/etc/gnashpluginrc etc/
Added: packages/gnash/trunk/debian/patches/rename_sysgnashrc_to_gnashrc.diff
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/patches/rename_sysgnashrc_to_gnashrc.diff?rev=230&op=file
==============================================================================
--- packages/gnash/trunk/debian/patches/rename_sysgnashrc_to_gnashrc.diff (added)
+++ packages/gnash/trunk/debian/patches/rename_sysgnashrc_to_gnashrc.diff Fri May 9 18:06:47 2008
@@ -1,0 +1,490 @@
+
+See https://savannah.gnu.org/patch/index.php?6509
+
+diff -Nur gnash/libbase/gnashpluginrc.in gnash.etc/libbase/gnashpluginrc.in
+--- gnash/libbase/gnashpluginrc.in 1970-01-01 01:00:00.000000000 +0100
++++ gnash.etc/libbase/gnashpluginrc.in 2008-04-26 12:10:36.000000000 +0200
+@@ -0,0 +1,21 @@
++###########################################################
++#
++# Sat Apr 26 11:47:04 CEST 2008
++#
++# This file will be used as a config file by
++# the gnash NPAPI plugin (still not by the KPARTS one)
++#
++# At time of writing, the plugin will first parse the
++# systemwide 'gnashrc' file, then the user '.gnashrc'
++# file, then the systemwide 'gnashpluginrc' file and
++# finally user '.gnashpluginrc'.
++#
++###########################################################
++
++# Start the gui in STOP mode
++#
++# This is a commonly wanted feature for plugin runs.
++#
++# Default: off
++#
++set startStopped on
+diff -Nur gnash/libbase/gnashrc.in gnash.etc/libbase/gnashrc.in
+--- gnash/libbase/gnashrc.in 1970-01-01 01:00:00.000000000 +0100
++++ gnash.etc/libbase/gnashrc.in 2008-04-26 12:10:36.000000000 +0200
+@@ -0,0 +1,193 @@
++###########################################################
++#
++# Sat Apr 26 11:47:04 CEST 2008
++#
++# This file will be used as a config file by
++# all gnash processes.
++#
++# At time of writing, the plugin will first parse the
++# systemwide 'gnashrc' file, then the user '.gnashrc'
++# file, then the systemwide 'gnashpluginrc' file and
++# finally user '.gnashpluginrc'.
++#
++###########################################################
++
++
++# Display a splash screen when starting.
++#
++# Default: on
++#
++#set splashScreen off
++
++# Only access remote content from our local domain
++#
++# Default: off
++#
++#set localdomain on
++
++# Only access content from our local host
++#
++# Default: off
++#
++#set localhost on
++
++# If whitelist is non-empty, only SWF from the given domains
++# are allowed to be loaded.
++#
++# Default: empty
++#
++#set whitelist www.doonesbury.com www.cnn.com
++#append whiteList www.9news.com
++
++# If whitelist is empty, these are the only domains from
++# which loading SWFs will be forbidden.
++#
++# Default: empty
++#
++#set blacklist www.doubleclick.com www.ebay.com
++#append blacklist www.evil.com
++
++# The delay between frame advance,
++# 0 to use what's specified in the SWF.
++#
++# Default: 0
++#
++#set delay 50
++
++# Gnash verbosity level:
++# 0: no output
++# 1: user traces, internal errors, unimplemented messages
++# 2: debug messages
++#
++# Default: 0
++#
++#set verbosity 1
++
++# Print a lot of info about ActionScript processing
++#
++# Default: off
++#
++#set actionDump on
++
++# Print a lot of info about SWF parsing
++#
++# Default: off
++#
++#set parserDump on
++
++# File to send logs to (if writelog is on)
++#
++# Default: gnash-dbg.log (in current working dir)
++#
++#set debuglog /tmp/gnash-dbg.log
++
++# Write a debug log to disk
++#
++# Default: off
++#
++#set writelog on
++
++# Version string to pass to ActionScript
++#
++# Default: @DEFAULT_FLASH_PLATFORM_ID@ @DEFAULT_FLASH_MAJOR_VERSION@, at DEFAULT_FLASH_MINOR_VERSION@, at DEFAULT_FLASH_REV_NUMBER@,0
++#
++#set flashVersionString GSH 9,0,99,0
++
++# Enable the ActionScript debugger (if compile-time support was enabled)
++#
++# Default: off
++#
++#set debugger on
++
++# Activate sound
++#
++# Default: on
++#
++#set sound off
++
++# Activate sound when called as a plugin
++#
++# NOTE: this is a deprecated directive, should
++# use the gnashpluginrc file for plugin-specific
++# settings
++#
++# Default: on
++#
++#set pluginSoUND off
++
++# Enable Gnash extensions (custom ActionScript classes in the player API)
++#
++# You shouldn't enable this unless you really know what you're doing
++#
++# Default: off
++#
++#set enableExtensions on
++
++# Start the gui in STOP mode
++#
++# This is a commonly wanted feature for plugin
++# runs, better override in gnashpluginrc
++#
++# Default: off
++#
++#set startStopped on
++
++# Allow unverified SSL connections
++#
++# Default: false
++#
++#set insecureSSL on
++
++# Timeout in seconds for stream download
++#
++# The download will timeout after the given seconds
++# of inactivity. Every activity resets the timer
++#
++# Default: @DEFAULT_STREAMS_TIMEOUT@
++#
++set streamsTimeout 1.5
++
++# A space-separated list of directories you want movies
++# to have access to.
++#
++# Note that the directory from which your swf was loaded
++# (if loaded from local filesystem) will be always appended
++# to the list.
++#
++# Default: empty
++#
++#set localSandboxPath /tmp/flashsandbox
++#append localSandboxPath /tmp/flashsandbox2
++
++# Use the following command format to open urls if
++# no host-request FD was given.
++#
++# The '%u' label will be substituted with the url
++# to open.
++#
++# NOTE that the NPAPI plugin provides an host request FD
++# to send url opening requests to.
++#
++# Default: firefox -remote 'openurl(%u)'
++#
++#set urlOpenerFormat lynx %u
++
++# Directory to store SharedObject files
++#
++# If the directory doens't exist SharedObject won't work.
++#
++# Default: /tmp/
++#
++set SOLSafeDir /dev/null
++
++# Never write SharedObject (kind of cookies), only read them
++#
++# Default: false
++#
++#set SOLReadOnly true
++
++# Enable LocalConnection ActionScript class
++#
++# Default: false
++#
++set LocalConnection off
+diff -Nur gnash/libbase/Makefile.am gnash.etc/libbase/Makefile.am
+--- gnash/libbase/Makefile.am 2008-05-09 19:24:51.000000000 +0200
++++ gnash.etc/libbase/Makefile.am 2008-05-09 19:25:23.000000000 +0200
+@@ -15,7 +15,7 @@
+
+ AUTOMAKE_OPTIONS = foreign
+
+-EXTRA_DIST = sysgnashrc.in sysgnashpluginrc.in
++EXTRA_DIST = gnashrc.in gnashpluginrc.in
+
+ # this is where Gnash plugins get installed
+ pluginsdir = $(prefix)/lib/gnash/plugins
+@@ -26,7 +26,7 @@
+ LIBLTDLHEAD = $(top_srcdir)/libltdl/ltdl.h
+ endif
+
+-sysconf_DATA = sysgnashrc sysgnashpluginrc
++sysconf_DATA = gnashrc gnashpluginrc
+
+ edit = sed \
+ -e 's|@DEFAULT_FLASH_PLATFORM_ID[@]|$(DEFAULT_FLASH_PLATFORM_ID)|g' \
+@@ -35,10 +35,10 @@
+ -e 's|@DEFAULT_FLASH_REV_NUMBER[@]|$(DEFAULT_FLASH_REV_NUMBER)|g' \
+ -e 's|@DEFAULT_STREAMS_TIMEOUT[@]|$(DEFAULT_STREAMS_TIMEOUT)|g'
+
+-sysgnashrc: sysgnashrc.in
++gnashrc: gnashrc.in
+ $(edit) '$(srcdir)/$@.in' >$@
+
+-sysgnashpluginrc: sysgnashpluginrc.in
++gnashpluginrc: gnashpluginrc.in
+ $(edit) '$(srcdir)/$@.in' >$@
+
+ # If we are using an installable libltdl, then it needs to be built
+@@ -179,7 +179,7 @@
+ noinst_LTLIBRARIES = libltdlc.la
+ libltdlc_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c
+ endif
+-CLEANFILES = libltdl.la libltdlc.la sysgnashrc sysgnashpluginrc
++CLEANFILES = libltdl.la libltdlc.la gnashrc gnashpluginrc
+
+ libltdl_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c
+ libltdl_la_LDFLAGS = -no-undefined -version-info 4:4:1
+diff -Nur gnash/libbase/sysgnashpluginrc.in gnash.etc/libbase/sysgnashpluginrc.in
+--- gnash/libbase/sysgnashpluginrc.in 2008-04-26 12:10:36.000000000 +0200
++++ gnash.etc/libbase/sysgnashpluginrc.in 1970-01-01 01:00:00.000000000 +0100
+@@ -1,21 +0,0 @@
+-###########################################################
+-#
+-# Sat Apr 26 11:47:04 CEST 2008
+-#
+-# This file will be used as a config file by
+-# the gnash NPAPI plugin (still not by the KPARTS one)
+-#
+-# At time of writing, the plugin will first parse the
+-# systemwide 'gnashrc' file, then the user '.gnashrc'
+-# file, then the systemwide 'gnashpluginrc' file and
+-# finally user '.gnashpluginrc'.
+-#
+-###########################################################
+-
+-# Start the gui in STOP mode
+-#
+-# This is a commonly wanted feature for plugin runs.
+-#
+-# Default: off
+-#
+-set startStopped on
+diff -Nur gnash/libbase/sysgnashrc.in gnash.etc/libbase/sysgnashrc.in
+--- gnash/libbase/sysgnashrc.in 2008-04-26 12:10:36.000000000 +0200
++++ gnash.etc/libbase/sysgnashrc.in 1970-01-01 01:00:00.000000000 +0100
+@@ -1,193 +0,0 @@
+-###########################################################
+-#
+-# Sat Apr 26 11:47:04 CEST 2008
+-#
+-# This file will be used as a config file by
+-# all gnash processes.
+-#
+-# At time of writing, the plugin will first parse the
+-# systemwide 'gnashrc' file, then the user '.gnashrc'
+-# file, then the systemwide 'gnashpluginrc' file and
+-# finally user '.gnashpluginrc'.
+-#
+-###########################################################
+-
+-
+-# Display a splash screen when starting.
+-#
+-# Default: on
+-#
+-#set splashScreen off
+-
+-# Only access remote content from our local domain
+-#
+-# Default: off
+-#
+-#set localdomain on
+-
+-# Only access content from our local host
+-#
+-# Default: off
+-#
+-#set localhost on
+-
+-# If whitelist is non-empty, only SWF from the given domains
+-# are allowed to be loaded.
+-#
+-# Default: empty
+-#
+-#set whitelist www.doonesbury.com www.cnn.com
+-#append whiteList www.9news.com
+-
+-# If whitelist is empty, these are the only domains from
+-# which loading SWFs will be forbidden.
+-#
+-# Default: empty
+-#
+-#set blacklist www.doubleclick.com www.ebay.com
+-#append blacklist www.evil.com
+-
+-# The delay between frame advance,
+-# 0 to use what's specified in the SWF.
+-#
+-# Default: 0
+-#
+-#set delay 50
+-
+-# Gnash verbosity level:
+-# 0: no output
+-# 1: user traces, internal errors, unimplemented messages
+-# 2: debug messages
+-#
+-# Default: 0
+-#
+-#set verbosity 1
+-
+-# Print a lot of info about ActionScript processing
+-#
+-# Default: off
+-#
+-#set actionDump on
+-
+-# Print a lot of info about SWF parsing
+-#
+-# Default: off
+-#
+-#set parserDump on
+-
+-# File to send logs to (if writelog is on)
+-#
+-# Default: gnash-dbg.log (in current working dir)
+-#
+-#set debuglog /tmp/gnash-dbg.log
+-
+-# Write a debug log to disk
+-#
+-# Default: off
+-#
+-#set writelog on
+-
+-# Version string to pass to ActionScript
+-#
+-# Default: @DEFAULT_FLASH_PLATFORM_ID@ @DEFAULT_FLASH_MAJOR_VERSION@, at DEFAULT_FLASH_MINOR_VERSION@, at DEFAULT_FLASH_REV_NUMBER@,0
+-#
+-#set flashVersionString GSH 9,0,99,0
+-
+-# Enable the ActionScript debugger (if compile-time support was enabled)
+-#
+-# Default: off
+-#
+-#set debugger on
+-
+-# Activate sound
+-#
+-# Default: on
+-#
+-#set sound off
+-
+-# Activate sound when called as a plugin
+-#
+-# NOTE: this is a deprecated directive, should
+-# use the gnashpluginrc file for plugin-specific
+-# settings
+-#
+-# Default: on
+-#
+-#set pluginSoUND off
+-
+-# Enable Gnash extensions (custom ActionScript classes in the player API)
+-#
+-# You shouldn't enable this unless you really know what you're doing
+-#
+-# Default: off
+-#
+-#set enableExtensions on
+-
+-# Start the gui in STOP mode
+-#
+-# This is a commonly wanted feature for plugin
+-# runs, better override in gnashpluginrc
+-#
+-# Default: off
+-#
+-#set startStopped on
+-
+-# Allow unverified SSL connections
+-#
+-# Default: false
+-#
+-#set insecureSSL on
+-
+-# Timeout in seconds for stream download
+-#
+-# The download will timeout after the given seconds
+-# of inactivity. Every activity resets the timer
+-#
+-# Default: @DEFAULT_STREAMS_TIMEOUT@
+-#
+-set streamsTimeout 1.5
+-
+-# A space-separated list of directories you want movies
+-# to have access to.
+-#
+-# Note that the directory from which your swf was loaded
+-# (if loaded from local filesystem) will be always appended
+-# to the list.
+-#
+-# Default: empty
+-#
+-#set localSandboxPath /tmp/flashsandbox
+-#append localSandboxPath /tmp/flashsandbox2
+-
+-# Use the following command format to open urls if
+-# no host-request FD was given.
+-#
+-# The '%u' label will be substituted with the url
+-# to open.
+-#
+-# NOTE that the NPAPI plugin provides an host request FD
+-# to send url opening requests to.
+-#
+-# Default: firefox -remote 'openurl(%u)'
+-#
+-#set urlOpenerFormat lynx %u
+-
+-# Directory to store SharedObject files
+-#
+-# If the directory doens't exist SharedObject won't work.
+-#
+-# Default: /tmp/
+-#
+-set SOLSafeDir /dev/null
+-
+-# Never write SharedObject (kind of cookies), only read them
+-#
+-# Default: false
+-#
+-#set SOLReadOnly true
+-
+-# Enable LocalConnection ActionScript class
+-#
+-# Default: false
+-#
+-set LocalConnection off
Modified: packages/gnash/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/patches/series?rev=230&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/series (original)
+++ packages/gnash/trunk/debian/patches/series Fri May 9 18:06:47 2008
@@ -1,3 +1,4 @@
do-not-delete-gmo-files
#fix-upstream-manpage.patch
gcc-4.3.patch
+rename_sysgnashrc_to_gnashrc.diff
Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=230&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Fri May 9 18:06:47 2008
@@ -56,7 +56,8 @@
./configure VERSION="$(BUILD_VERSION)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" \
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr --mandir=\$${prefix}/share/man \
- --infodir=\$${prefix}/share/info --disable-testsuite \
+ --infodir=\$${prefix}/share/info --sysconfdir=/etc \
+ --disable-testsuite \
--enable-plugin --enable-gui='gtk,kde' --enable-cygnal \
--enable-gstreamer --enable-media=gst --enable-renderer=agg \
--with-npapi-plugindir=\$${prefix}/lib/gnash \
More information about the pkg-flash-devel
mailing list