From d7b321024f4705af6d862fa2a0602863e652a523 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 18 Oct 2016 10:29:11 +0200 Subject: [PATCH 1/3] Revert "Remove flashplayer" This reverts commit 15a843568e980977addbdfc3089cef6913a9a97e. Thomas Risch reported, that he is using two applications using Flash technology. 1. http://www.mapequation.org/apps/NetworkNavigator.html 2. GGA system: http://gga.molgen.mpg.de So add the Adobe Flash Player back. --- flashplayer-11.2.202.261-0.bee | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 flashplayer-11.2.202.261-0.bee diff --git a/flashplayer-11.2.202.261-0.bee b/flashplayer-11.2.202.261-0.bee new file mode 100755 index 000000000..35933d7c0 --- /dev/null +++ b/flashplayer-11.2.202.261-0.bee @@ -0,0 +1,26 @@ +#!/bin/env beesh + +# http://labs.adobe.com/technologies/flashplayer10/square/ + +# http://get.adobe.com/flashplayer/ + +SRCURL[0]="/src/mariux/download/install_flash_player_${PKGVERSION}_linux.x86_64.tar.gz" + +BEE_CONFIGURE=none + +B=${S} + +mee_extract() { + tar xof ${1} -C ${S} +} + +mee_build() { + return +} + +mee_install() { + # /usr/lib/firefox-plugins + + mkdir -p ${D}${LIBDIR}/mozilla/plugins + cp libflashplayer.so ${D}${LIBDIR}/mozilla/plugins +} From c3775175f5388fe90d01f23664a4e5e971719128 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 18 Oct 2016 10:33:31 +0200 Subject: [PATCH 2/3] flashplayer: Convert to versionless bee file --- flashplayer-11.2.202.261-0.bee => flashplayer.be0 | 2 ++ 1 file changed, 2 insertions(+) rename flashplayer-11.2.202.261-0.bee => flashplayer.be0 (91%) diff --git a/flashplayer-11.2.202.261-0.bee b/flashplayer.be0 similarity index 91% rename from flashplayer-11.2.202.261-0.bee rename to flashplayer.be0 index 35933d7c0..49a2bfb37 100755 --- a/flashplayer-11.2.202.261-0.bee +++ b/flashplayer.be0 @@ -1,5 +1,7 @@ #!/bin/env beesh +# BEE_VERSION flashplayer-11.2.202.261-0 + # http://labs.adobe.com/technologies/flashplayer10/square/ # http://get.adobe.com/flashplayer/ From b57ca78d3432fda0ce740f4c8e4166f0834e3f7c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 18 Oct 2016 10:34:13 +0200 Subject: [PATCH 3/3] flashplayer: Update from version 11.2.202.261 to 11.2.202.637 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the old version from January 2012 to the current one, which probably contains a bunch of bug and security fixes. Unfortunately, I didn’t find a change-log for the 11.2 version, and just the “normal” one [1]. [1] https://helpx.adobe.com/flash-player/flash-player-releasenotes.html --- flashplayer.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashplayer.be0 b/flashplayer.be0 index 49a2bfb37..f817d9427 100755 --- a/flashplayer.be0 +++ b/flashplayer.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION flashplayer-11.2.202.261-0 +# BEE_VERSION flashplayer-11.2.202.637-0 # http://labs.adobe.com/technologies/flashplayer10/square/