[Lunar-commits] <moonbase> flash-plugin-10: removed - unsupported EOL, cleaned up deps
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Wed Oct 5 04:36:33 CEST 2011
commit 62bfe6fac6600782135313a9768632f404d88f04
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Wed Oct 5 04:36:33 2011 +0200
flash-plugin-10: removed - unsupported EOL, cleaned up deps
---
video/huludesktop/DEPENDS | 1 -
web/firefox/DEPENDS | 1 -
web/flash-plugin-10/BUILD | 31 -------------------------------
web/flash-plugin-10/BUILD.x86_64 | 17 -----------------
web/flash-plugin-10/CONFLICTS | 1 -
web/flash-plugin-10/DEPENDS | 4 ----
web/flash-plugin-10/DETAILS | 13 -------------
web/flash-plugin-10/DETAILS.x86_64 | 13 -------------
web/flash-plugin-10/PRE_BUILD | 4 ----
web/flash-plugin-10/PRE_BUILD.x86_64 | 4 ----
web/seamonkey/DEPENDS | 2 +-
zdeprecated/firefox3/DEPENDS | 2 +-
12 files changed, 2 insertions(+), 91 deletions(-)
diff --git a/video/huludesktop/DEPENDS b/video/huludesktop/DEPENDS
index 44e04aa..ef52547 100644
--- a/video/huludesktop/DEPENDS
+++ b/video/huludesktop/DEPENDS
@@ -1,4 +1,3 @@
depends rpmunpack
-optional_depends flash-plugin-10 "" "" "for flash support; if n here say y to version 11"
optional_depends flash-plugin-11 "" "" "for flash support"
diff --git a/web/firefox/DEPENDS b/web/firefox/DEPENDS
index f338c90..0f4ac7f 100644
--- a/web/firefox/DEPENDS
+++ b/web/firefox/DEPENDS
@@ -16,7 +16,6 @@ depends libvpx
# "Use system sqlite"
optional_depends "Python" "" "" "Needed to do a Profile Guided Optimization build"
-optional_depends "flash-plugin-10" "" "" "To enable Flash plugin (If yes here say no to version 11"
optional_depends "flash-plugin-11" "" "" "To enable Flash plugin"
optional_depends "gnome-vfs" "" "" "For Gnome VFS support"
optional_depends "hunspell" "" "" "For spelling support"
diff --git a/web/flash-plugin-10/BUILD b/web/flash-plugin-10/BUILD
deleted file mode 100644
index 60dc372..0000000
--- a/web/flash-plugin-10/BUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-(
-
- # This only applies if you do not have kdelibs4/Qt4 installed.
- if ! module_installed kdelibs4 ; then
- rm -rf usr/lib/kde4 usr/share/kde4
- fi &&
-
- prepare_install &&
- install -Dm755 libflashplayer.so /opt/lunar/plugins/libflashplayer.so &&
- cp -af usr / &&
-
- if [ -x /usr/bin/gtk-update-icon-cache -a -f /usr/share/icons/hicolor/index.theme ]; then
- gtk-update-icon-cache -f /usr/share/icons/hicolor
- fi &&
-
- # Enable 3D acceleration using OpenGL
- if ! grep -q OverrideGPUValidation /etc/adobe/mms.cfg 2>/dev/null ; then
- # From http://www.nvnews.net/vbulletin/showthread.php?t=148409&page=7
- mkdir -p /etc/adobe/ &&
- echo "OverrideGPUValidation=true" >> /etc/adobe/mms.cfg
- fi &&
-
- if in_depends $MODULE libvdpau ; then
- if ! grep -q EnableLinuxHWVideoDecode /etc/adobe/mms.cfg 2>/dev/null ; then
- # From http://www.nvnews.net/vbulletin/showthread.php?t=148409&page=5
- mkdir -p /etc/adobe/ &&
- echo "EnableLinuxHWVideoDecode=1" >> /etc/adobe/mms.cfg
- fi
- fi
-
-) > $C_FIFO 2>&1
diff --git a/web/flash-plugin-10/BUILD.x86_64 b/web/flash-plugin-10/BUILD.x86_64
deleted file mode 100644
index 334f9d2..0000000
--- a/web/flash-plugin-10/BUILD.x86_64
+++ /dev/null
@@ -1,17 +0,0 @@
-(
-
- prepare_install &&
- install -Dm755 libflashplayer.so /opt/lunar/plugins/libflashplayer.so &&
-
- if in_depends $MODULE libvdpau ; then
- if ! grep -q EnableLinuxHWVideoDecode /etc/adobe/mms.cfg 2>/dev/null ; then
- # From http://www.nvnews.net/vbulletin/showthread.php?t=148409&page=5
- mkdir -p /etc/adobe/ &&
- echo "EnableLinuxHWVideoDecode=1" >> /etc/adobe/mms.cfg
- fi
- if ! grep -q OverrideGPUValidation /etc/adobe/mms.cfg 2>/dev/null ; then
- echo "OverrideGPUValidation=true" >> /etc/adobe/mms.cfg
- fi
- fi
-
-) > $C_FIFO 2>&1
diff --git a/web/flash-plugin-10/CONFLICTS b/web/flash-plugin-10/CONFLICTS
deleted file mode 100644
index 1671300..0000000
--- a/web/flash-plugin-10/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts flash-plugin-11
diff --git a/web/flash-plugin-10/DEPENDS b/web/flash-plugin-10/DEPENDS
deleted file mode 100644
index e9dc2ff..0000000
--- a/web/flash-plugin-10/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends liberation-fonts
-depends nss
-depends curl
-optional_depends libvdpau "" "" "For GPU video acceleration, currently Geforce8 and later"
diff --git a/web/flash-plugin-10/DETAILS b/web/flash-plugin-10/DETAILS
deleted file mode 100644
index 4561f0c..0000000
--- a/web/flash-plugin-10/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
- MODULE=flash-plugin-10
- VERSION=10.3.183.10
- SOURCE=install_flash_player_10_linux.tar.gz
- SOURCE_URL=http://fpdownload.macromedia.com/get/flashplayer/current
- SOURCE_VFY=sha1:60468615bb160b878364c7a4a74651b18f3709f5
- WEB_SITE=http://adobe.com
- ENTERED=20080515
- UPDATED=20110929
- SHORT="Version 10 of the Adobe Flash plugin for web browsers"
- CLEAR_CACHE=on
-cat << EOF
-Version 10 of the flash plugin.
-EOF
diff --git a/web/flash-plugin-10/DETAILS.x86_64 b/web/flash-plugin-10/DETAILS.x86_64
deleted file mode 100644
index 2e90406..0000000
--- a/web/flash-plugin-10/DETAILS.x86_64
+++ /dev/null
@@ -1,13 +0,0 @@
- MODULE=flash-plugin-10
- VERSION=111710
- SOURCE=flashplayer10_2_p3_64bit_linux_$VERSION.tar.gz
- SOURCE_URL=http://download.macromedia.com/pub/labs/flashplayer10
- SOURCE_VFY=sha1:a53ee83c02421f900fe25fd3738efd77932e542c
- WEB_SITE=http://labs.adobe.com
- ENTERED=20080515
- UPDATED=20101204
- SHORT="Version 10.2 of the Macromedia Flash plugin for web browsers"
-CLEAR_CACHE=on
-cat << EOF
-Version 10.2 of the flash plugin.
-EOF
diff --git a/web/flash-plugin-10/PRE_BUILD b/web/flash-plugin-10/PRE_BUILD
deleted file mode 100644
index 3a98eeb..0000000
--- a/web/flash-plugin-10/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-mk_source_dir &&
-validate_source_dir &&
-cd $SOURCE_DIRECTORY &&
-unpack $SOURCE
diff --git a/web/flash-plugin-10/PRE_BUILD.x86_64 b/web/flash-plugin-10/PRE_BUILD.x86_64
deleted file mode 100644
index 3a98eeb..0000000
--- a/web/flash-plugin-10/PRE_BUILD.x86_64
+++ /dev/null
@@ -1,4 +0,0 @@
-mk_source_dir &&
-validate_source_dir &&
-cd $SOURCE_DIRECTORY &&
-unpack $SOURCE
diff --git a/web/seamonkey/DEPENDS b/web/seamonkey/DEPENDS
index 8c65ec8..0540f0c 100644
--- a/web/seamonkey/DEPENDS
+++ b/web/seamonkey/DEPENDS
@@ -15,7 +15,7 @@ depends libvpx
# "Use system sqlite"
optional_depends "Python" "" "" "Needed to do a Profile Guided Optimization build"
-optional_depends "flash-plugin-10" "" "" "To enable Flash plugin"
+optional_depends "flash-plugin-11" "" "" "To enable Flash plugin"
optional_depends "gnome-vfs" "" "" "For Gnome VFS support"
optional_depends "hunspell" "--enable-system-hunspell" "--disable-system-hunspell" "For spelling support"
diff --git a/zdeprecated/firefox3/DEPENDS b/zdeprecated/firefox3/DEPENDS
index 65e2c11..b3546eb 100644
--- a/zdeprecated/firefox3/DEPENDS
+++ b/zdeprecated/firefox3/DEPENDS
@@ -15,7 +15,7 @@ depends alsa-lib
# "Use system sqlite"
optional_depends "Python" "" "" "Needed to do a Profile Guided Optimization build"
-optional_depends "flash-plugin-10" "" "" "To enable Flash plugin"
+optional_depends "flash-plugin-11" "" "" "To enable Flash plugin"
optional_depends "gnome-vfs" "" "" "For Gnome VFS support"
optional_depends "hunspell" "" "" "For spelling support"
More information about the Lunar-commits
mailing list