[arch-commits] Commit in lib32-flashplugin/repos (2 files)

2016-12-13 Thread Evangelos Foutras
Date: Tuesday, December 13, 2016 @ 21:20:09
  Author: foutrelis
Revision: 199253

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-flashplugin/repos/multilib-testing-x86_64/
  lib32-flashplugin/repos/multilib-testing-x86_64/PKGBUILD
(from rev 199252, lib32-flashplugin/trunk/PKGBUILD)

--+
 PKGBUILD |   20 
 1 file changed, 20 insertions(+)

Copied: lib32-flashplugin/repos/multilib-testing-x86_64/PKGBUILD (from rev 
199252, lib32-flashplugin/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2016-12-13 21:20:09 UTC (rev 199253)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+pkgver=24.0.0.186
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="https://get.adobe.com/flashplayer/;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz;)
+sha256sums=('3b5803388f31940484c1020db4c5533aa48cfccab3880eb55a6f25610eb691fd')
+
+package() {
+  install -Dm644 "$srcdir/libflashplayer.so" 
"$pkgdir/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/*.txt
+}


[arch-commits] Commit in lib32-flashplugin/repos (2 files)

2013-02-13 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 00:37:12
  Author: dwallace
Revision: 84221

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
(from rev 84220, lib32-flashplugin/trunk/PKGBUILD)

--+
 PKGBUILD |   24 
 1 file changed, 24 insertions(+)

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 84220, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-02-13 23:37:12 UTC (rev 84221)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.270
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url=http://get.adobe.com/flashplayer;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;
+http://www.adobe.com/products/eulas/pdfs/${_licensefile};)
+md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
+ '94ca2aecb409abfe36494d1a7ec7591d')
+
+package() {
+  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
+  install -Dm644 ${_licensefile} 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf
+}
+