summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2022-01-13 13:52:21 +0100
committerTreeve Jelbert2022-01-16 15:08:57 +0100
commitc451222c555a84082e7cce39fd78e6909e00bfb2 (patch)
treecd5c325db5ee8832ba825f11299e5ce43c6a31de
parentfc11b7b868ced2b09be910bdbbcdcbe5428d8293 (diff)
deprecate http/gnash - obsolete/dead
-rw-r--r--ChangeLog3
-rwxr-xr-xhttp/gnash/BUILD11
-rwxr-xr-xhttp/gnash/CONFIGURE33
-rwxr-xr-xhttp/gnash/DEPENDS116
-rwxr-xr-xhttp/gnash/DETAILS20
-rw-r--r--http/gnash/HISTORY163
-rwxr-xr-xhttp/gnash/INSTALL46
-rw-r--r--http/gnash/gnash.gpgbin8615 -> 0 bytes
8 files changed, 3 insertions, 389 deletions
diff --git a/ChangeLog b/ChangeLog
index 131d862a18..a81ca3274d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2022-01-13 Treeve Jelbert <treeve@sourcemage.org>
+ * http/gnash: spell deprecated
+
+2022-01-13 Treeve Jelbert <treeve@sourcemage.org>
* audio-libs/taglib-extras: spell deprecated
2022-01- Treeve Jelbert <treeve@sourcemage.org>
diff --git a/http/gnash/BUILD b/http/gnash/BUILD
deleted file mode 100755
index be4394cfcb..0000000000
--- a/http/gnash/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-CXXFLAGS=${CXXFLAGS/-Os/-O2}
-CFLAGS=${CFLAGS/-Os/-O2}
-OPTS="$GNASH_OPTS $OPTS" &&
-sed -i '/^LIBS/s/\(.*\)/\1 -lboost_system/' \
- gui/Makefile.in utilities/Makefile.in &&
-if [[ "$GNASH_MEMORY" == "posix" ]]; then
- list_add OPTS "--with-shm=posix"
-else
- list_add OPTS "--with-shm=sysv"
-fi &&
-default_build
diff --git a/http/gnash/CONFIGURE b/http/gnash/CONFIGURE
deleted file mode 100755
index 3b2c382cc9..0000000000
--- a/http/gnash/CONFIGURE
+++ /dev/null
@@ -1,33 +0,0 @@
-config_query_list GNASH_MEMORY \
- "Which shared memory type do you want to use?" \
- sysv posix &&
-
-config_query_option GNASH_OPTS \
- "Enable Cygnal server" \
- n \
- "--enable-cygnal" \
- "--disable-cygnal" &&
-
-config_query_option GNASH_OPTS \
- "Enable CGIs for Cygnal" \
- n \
- "--enable-cgibins" \
- "--disable-cgibins" &&
-
-config_query_option GNASH_OPTS \
- "Makes the plugin write the currently playing SWF to /tmp." \
- n \
- "--enable-write" \
- "--disable-write" &&
-
-config_query_list GNASH_GUI \
- "Which GUI do you want to use?" \
- GTK KDE4 &&
-
-config_query_list GNASH_MEDIA \
- "Which media backend do you want to use?" \
- gstreamer ffmpeg none &&
-
-config_query_list GNASH_RENDERER \
- "Which renderer to use?" \
- cairo opengl agg
diff --git a/http/gnash/DEPENDS b/http/gnash/DEPENDS
deleted file mode 100755
index f336165edd..0000000000
--- a/http/gnash/DEPENDS
+++ /dev/null
@@ -1,116 +0,0 @@
-depends -sub "THREAD DATE_TIME PROGRAM_OPTIONS SYSTEM" boost &&
-depends curl &&
-depends fontconfig &&
-depends -sub CXX gcc &&
-depends JPEG &&
-depends libpng &&
-depends libxml2 &&
-depends zlib &&
-
-#
-# Video rendering
-#
-if [[ "$GNASH_RENDERER" == "opengl" ]]; then
- depends OPENGL "--enable-renderer=ogl"
-else
- depends $GNASH_RENDERER "--enable-renderer=$GNASH_RENDERER"
-fi &&
-
-#
-# Media rendering
-#
-if [[ $GNASH_MEDIA == "gstreamer" ]]; then
- depends $GNASH_MEDIA '--enable-media=GST'
-elif [[ $GNASH_MEDIA == "ffmpeg" ]]; then
- depends LIBAVCODEC '--enable-media=ffmpeg' &&
-# needed for sound backend with ffmpeg
- depends sdl
-fi &&
-
-#
-# GUI
-#
-if [[ "${GNASH_GUI}" == "GTK" ]]; then
- depends atk &&
- if [[ "$GNASH_RENDERER" != "cairo" ]]; then
- depends cairo
- fi &&
- depends GTK2 '--enable-gui=gtk' &&
- depends gtkglext '--enable-glext' &&
- depends pango
-elif [[ "${GNASH_GUI}" == "KDE4" ]]; then
- depends kdebase4 '--enable-gui=kde4' &&
- depends kdelibs4 '--enable-kparts4' &&
- depends qt4
-fi &&
-
-# no longer needed to build
-suggest_depends NS-PLUGIN-COMPATIBLE \
- '--enable-npapi' \
- '--disable-npapi' \
- 'Suggested to run the plugin from a browser' &&
-
-optional_depends speex \
- "" \
- "" \
- "Enable decoding of Speex encode audio in FLV files" &&
-
-optional_depends libxft \
- "--with-Xft-incl=${INSTALL_ROOT}/usr/include/X11/Xft --with-Xft-lib=${INSTALL_ROOT}/usr/lib" \
- "" \
- 'Enable support for xft library' &&
-
-optional_depends dbus \
- '--enable-extensions=dbus' \
- '' \
- 'for D-bus extension support' &&
-
-optional_depends gettext \
- '--enable-nls' \
- '--disable-nls' \
- 'for Native Language Support' &&
-
-optional_depends lirc \
- '--enable-lirc' \
- '--disable-lirc' \
- 'for Linux infra-red controller support' &&
-
-# http://bugs.sourcemage.org/show_bug.cgi?id=15660
-# optional_depends GECKO \
-# '--enable-xpcom' \
-# '--disable-xpcom' \
-# 'Enable xpcom support in NPAPI plugin' &&
-
-optional_depends GIFLIB \
- '' \
- '' \
- 'Enable support for gif images.' &&
-
-optional_depends expat \
- '' \
- '' \
- 'Enable support for Expat library.' &&
-
-optional_depends docbook2x \
- "--enable-docbook" \
- "--disable-docbook" \
- "Enable support for building documentation" &&
-
-optional_depends libssh \
- "--enable-ssh" \
- "--disable-ssh" \
- "Enable using SSH for network communication" &&
-
-optional_depends SSL \
- "--enable-ssl" \
- "--disable-ssl" \
- "Enable using OpenSSL directly" &&
-
-optional_depends python \
- "--enable-python" \
- "--disable-python" \
- "Enable python wrapper support" &&
-
-if is_depends_enabled $SPELL python; then
- depends pygtk2
-fi
diff --git a/http/gnash/DETAILS b/http/gnash/DETAILS
deleted file mode 100755
index 06ecba334a..0000000000
--- a/http/gnash/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- SPELL=gnash
- VERSION=0.8.10
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE2=$SOURCE.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$GNU_URL/$SPELL/$VERSION/$SOURCE
- SOURCE2_URL[0]=$GNU_URL/$SPELL/$VERSION/$SOURCE2
- SOURCE2_IGNORE=signature
- SOURCE_GPG=gnash.gpg:$SOURCE2:UPSTREAM_KEY
- LICENSE[0]=GPL
- WEB_SITE=http://www.gnashdev.org/
- ENTERED=20070308
- SHORT="GNU flash implementation"
-cat << EOF
-Gnash is a GNU Flash movie player.
-Until now it has only been possible to play flash movies with
-proprietary software. While there are a few other free flash
-players, none supports anything higher than SWF v4 at best.
-Gnash is based on GameSWF, and supports many SWF v7 features.
-EOF
diff --git a/http/gnash/HISTORY b/http/gnash/HISTORY
deleted file mode 100644
index 6e21ae471f..0000000000
--- a/http/gnash/HISTORY
+++ /dev/null
@@ -1,163 +0,0 @@
-2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
- * DEPENDS: openssl => SSL
-
-2014-05-30 Treeve Jelbert <treeve@sourcemage.org>
- * DEPENDS: giflib => GIFLIB
-
-2012-12-22 Pol Vinogradov <vin.public@gmail.com>
- * DETAILS: version 0.8.10
- * BUILD, DEPENDS: boost specific fixes from BLFS project
-
-2011-10-04 Bor Kraljič <pyrobor@ver.si>
- * DEPENDS,CONFIGURE: removed kde3 as option for GUI
-
-2011-07-30 Florian Franzmann <bwlf@bandrate.org>
- * DEPENDS: changed dependency on g++ to dependency on gcc with
- sub-depends on CXX (scripted)
-
-2011-03-19 George Sherwood <gsherwood@sourcemage.org>
- * DETAILS: Updated to version 0.8.9
-
-2010-11-03 Ladislav Hagara <hgr@vabo.cz>
- * DEPENDS: jpeg -> JPEG
-
-2010-08-29 George Sherwood <gsherwood@sourcemage.org>
- * DETAILS: Updated to version 0.8.8. Updated WEB_SITE
- * DEPENDS: Added optional_depends speex.
- Removed optional_depends nspr. Needs to be fixed and added back
- * INSTALL: Updated directory for location of plugin
- * PRE_BUILD: Removed. sed's and patch not needed
- * configure-nspr.patch: Removed, doesn't apply and configure
- has changed so that a new approach will be needed
-
-2010-04-15 Ladislav Hagara <hgr@vabo.cz>
- * DEPENDS: disabled xpcom support in NPAPI plugin temporarily #15660
-
-2010-04-11 Ladislav Hagara <hgr@vabo.cz>
- * DEPENDS: docbook-utils -> docbook2x, added pygtk2 #15660
-
-2010-04-07 Pol Vinogradov <vin.public@gmail.com>
- * DEPENDS: openssh -> libssh
-
-2010-02-19 Pol Vinogradov <vin.public@gmail.com>
- * CONFIGURE, BUILD: moved OPTS modifying code to BUILD according policy
- * DEPENDS: fixed cairo double dependency
-
-2010-02-19 Pol Vinogradov <vin.public@gmail.com>
- * CONFIGURE: options for Cygnal server, removed redundancy
- * DETAILS: updated to 0.8.7
- * DEPENDS: added dockbook-utils, openssh, openssl and python
- * PRE_BUILD, configure-nspr.patch: added patch for proper detection of
- nspr
-
-2010-02-17 Pol Vinogradov <vin.public@gmail.com>
- * CONFIGURE, DEPENDS: moved back shared memory type choice, libxft and
- nspr dependemcies, added KDE4, more fix for renderer selection
-
-2010-02-16 Pol Vinogradov <vin.public@gmail.com>
- * CONFIGURE, DEPENDS: added cairo renderer, various cleanups
-
-2009-09-28 Pol Vinogradov <vin.public@gmail.com>
- * DETAILS: updated to 0.8.6
-
-2009-09-13 Pol Vinogradov <vin.public@gmail.com>
- * DETAILS: updated to 0.8.5
- * PRE_BUILD: sedit -> sed -i, added one more fix
-
-2009-01-25 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
- * CONFIGURE: removed unneeded options
- * INSTALL: split -bin spells from the rest since the first are already
- handled
- * DEPENDS: modified depends and added various depends
-
-2008-11-10 Eric Sandall <sandalle@sourcemage.org>
- * DETAILS: Updated to 0.8.4
- * CONFIGURE: Default media is gstreamer, list it first
- MIT-SHM X extension is enabled by default upstream
- Make gstreamer default for sound by listing first
- * gnash.gpg: Updated keys from http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=gnash
-
-2008-06-26 Pol Vinogradov <vin.public@gmail.com>
- * DETAILS: updated to 0.8.3
-
-2008-06-08 Eric Sandall <sandalle@sourcemage.org>
- * DETAILS: Updated to 0.8.2
- * DEPENDS: Optionally depends on gettext, lirc and dbus
- Depends on fontconfig and zlib
- Pass --enable calls for libpng and jpeg
- Do boost sub-dependencies all on one line
- Added comments for each section
- ./configure no longer needs helping finding libqt
- * gnash.gpg: Added new key for Rob Savoye 0xA0B6D3FE
- Verified from
- https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=gnash
- and http://wwwkeys.ch.pgp.net:11371/pks/lookup?op=get&options=web&search=0x50B9A110A0B6D3FE
-
-2008-02-28 Eric Sandall <sandalle@sourcemage.org>
- * CONFIGURE: Don't modify GNASH_SOUND outside of the config_query_list
- Fixes Bug #14338
-
-2008-01-02 Pol Vinogradov <vin.public@gmail.com>
- * INSTALL: switched to icecat{,-bin}
-
-2007-10-22 Pol Vinogradov <vin.public@gmail.com>
- * INSTALL: added iceweasel{,-bin} support
-
-2007-10-08 Pol Vinogradov <vin.public@gmail.com>
- * CONFIGURE: swapped list items for GNASH_RENDERER
- so that opengl goes first and default
-
-2007-10-07 Pol Vinogradov <vin.public@gmail.com>
- * CONFIGURE: added GNASH_RENDERER query list
- * DEPENDS: added one more renderer (agg), fixed libmad
- flags, install_rootifying qt paths
-
-2007-09-26 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
- * DEPENDS: kde/qt needs a bit more paths specified
- * INSTALL: don't install plugin if none is built
- ups... minor misuse of list_find
-
-2007-08-30 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
- * gnash.gpg: added gpg keyring
- * DETAILS: updated spell to 0.8.1
- converted to upstream signature checking
- * PRE_BUILD: add the sedits
- * BUILD: drop the sedits
- * CONFIGURE: added some options and some revamping
- * DEPENDS: revamp of depends
- * INSTALL: reduce all the code duplication with two for loops
-
-2007-06-01 Eric Sandall <sandalle@sourcemage.org>
- * DEPENDS: Don't bother with --plugin-dir, as we'll install the plugin
- ourselves
- * INSTALL: Install the plugin to all plugin folders, not just mozilla's
-
-2007-04-27 Eric Sandall <sandalle@sourcemage.org>
- * CONFIGURE: Remove KDE option, it's no longer valid (even though it's
- listed in ./configure --help)
- * DEPENDS: Set flags to enable dependencies
- Use if/elif/fi for GUI selection, only need to check until we find one
- (same with sound)
- List hard dependencies first, then optional
- Use depends -sub rather then depends && sub_depends
- Properly format optional dependencies
- Add missing description for NS-PLUGIN-COMPATIBLE
- Only depends on OPENGL if using the OpenGL renderer (not Cairo or Agg)
- Disable GLExt for non-GTK GUIs
- Don't use cairo, it's experimental and doesn't even compile here :(
- Remove KDE check
- * BUILD: Setting flags in OPTS now taken care of by DEPENDS
- use get_spell_provider to find out which package is providing
- NS-PLUGIN-COMPATIBLE and modify configure accordingly
-
-2007-04-26 Thomas Orgis <sobukus@sourcemage.org>
- * PREPARE,CONFIGURE,DEPENDS,BUILD: fix some config values,
- move questions to CONFIGURE, actually give gui and sound
- option to configure; which would always demand gtk
-
-2007-03-27 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
- * DEPENDS: missing subdepends on boost THREAD
-
-2007-03-08 Arjan Bouter <abouter@sourcemage.org>
- * DETAILS,DEPENDS,PREPARE,BUILD,HISTORY: created spell
-
diff --git a/http/gnash/INSTALL b/http/gnash/INSTALL
deleted file mode 100755
index 4d4ff9a60c..0000000000
--- a/http/gnash/INSTALL
+++ /dev/null
@@ -1,46 +0,0 @@
-default_install &&
-if [[ -e $SOURCE_DIRECTORY/plugin/npapi/.libs/libgnashplugin.so ]] ;
-then
-local ns_compat
-for ns_compat in mozilla firefox icecat seamonkey xulrunner opera netscape4; do
-if spell_installed $ns_compat; then
- message "${MESSAGE_COLOR}Installing for $ns_compat${DEFAULT_COLOR}\n" &&
-
- if [[ -e $INSTALL_ROOT/usr/lib/$ns_compat/plugins/libgnashplugin.so ]]; then
- rm -f $INSTALL_ROOT/usr/lib/$ns_compat/plugins/libgnashplugin.so
- fi &&
-
- cp -v plugin/npapi/.libs/libgnashplugin.so \
- $INSTALL_ROOT/usr/lib/$ns_compat/plugins/
-fi
-done &&
-for ns_compat in firefox-bin icecat-bin seamonkey-bin xulrunner-bin ; do
-if spell_installed $ns_compat ; then
- message "${MESSAGE_COLOR}Installing for $ns_compat${DEFAULT_COLOR}\n" &&
- if [[ -e $INSTALL_ROOT/opt/${ns_compat/-bin}/plugins/libgnashplugin.so ]]; then
- rm -f $INSTALL_ROOT/opt/${ns_compat/-bin}/plugins/libgnashplugin.so
- fi &&
-
- cp -v plugin/npapi/.libs/libgnashplugin.so \
- $INSTALL_ROOT/opt/${ns_compat/-bin}/plugins/
-fi
-done &&
-
-if spell_installed kdebase; then
- message "${MESSAGE_COLOR}Installing for Konqueror${DEFAULT_COLOR}\n" &&
- message "${MESSAGE_COLOR}" \
- "After install, add /usr/lib/konqueror to the Plugins folders\n" \
- "list and click on the \"Scan for New Plugins\" button${DEFAULT_COLOR}\n" &&
-
- if [[ -e $INSTALL_ROOT/usr/lib/konqueror/libgnashplugin.so ]]; then
- rm -f $INSTALL_ROOT/usr/lib/konqueror/libgnashplugin.so
- fi &&
-
- if ! [ -d $INSTALL_ROOT/usr/lib/konqueror ]; then
- mkdir -v --mode=755 $INSTALL_ROOT/usr/lib/konqueror
- fi &&
-
- cp -v plugin/npapi/.libs/libgnashplugin.so \
- $INSTALL_ROOT/usr/lib/konqueror/
-fi
-fi
diff --git a/http/gnash/gnash.gpg b/http/gnash/gnash.gpg
deleted file mode 100644
index 4b575c55f0..0000000000
--- a/http/gnash/gnash.gpg
+++ /dev/null
Binary files differ