Created
July 25, 2012 15:35
-
-
Save pablox-cl/3176811 to your computer and use it in GitHub Desktop.
lib32-flashplugin10 10.3.183.20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- PKGBUILD.old 2012-03-07 20:12:01.000000000 -0300 | |
+++ PKGBUILD 2012-07-25 11:33:51.308693720 -0400 | |
@@ -1,10 +1,12 @@ | |
-# $Id$ | |
+# Maintainer: jtts | |
+# Contributor: Pablo Olmos de Aguilera C. <pablo at glatelier dot org> | |
pkgname=lib32-flashplugin10 | |
+_filename="fp_10.3.183.20_archive" | |
_licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf' | |
-pkgver=10.3.183.15 | |
+pkgver=10.3.183.20 | |
pkgrel=1 | |
-pkgdesc='Adobe Flash Player v10 (32-bit) - multilib version for x86_64 with working HW accelerated scaling' | |
+pkgdesc='Adobe Flash Player v10 (32-bit) - multilib version for x86_64 with working HW accelerated scaling' | |
url='http://kb2.adobe.com/cps/142/tn_14266.html' | |
arch=('x86_64') | |
makedepends=('unzip') | |
@@ -14,23 +16,23 @@ | |
license=('custom') | |
install=flashplugin.install | |
backup=(etc/adobe/mms.cfg) | |
-source=('http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp_10.3.183.15_archive.zip' | |
+source=("http://fpdownload.macromedia.com/get/flashplayer/installers/archive/${_filename}.zip" | |
"http://www.adobe.com/products/eulas/pdfs/${_licensefile}" | |
mms.cfg) | |
-noextract=("fp_10.3.183.15_archive.zip") | |
-md5sums=('0d24891c28a25ba7d664f1a870739e58' | |
+noextract=("${_filename}.zip") | |
+md5sums=('b0fb5d0deba3aabbd57d8e390b42f552' | |
'1636037610ee2aa35c5fb736a697b7e0' | |
'60cc9835163b56ab8dddbb50ee293967') | |
options=(!strip) | |
package() { | |
cd ${srcdir} | |
- unzip fp_10.3.183.15_archive.zip -x 'fp_10.3.183.15_archive/10_3r183_15_debug/*' \ | |
- 'fp_10.3.183.15_archive/10_3r183_15/flashplayer10_3r183_15_mac*' \ | |
- 'fp_10.3.183.15_archive/10_3r183_15/flashplayer10_3r183_15_win*' \ | |
- 'fp_10.3.183.15_archive/10_3r183_15/uninstall*' \ | |
- 'fp_10.3.183.15_archive/10_3r183_15/flashplayer10_3r183_15_linux_sa*' | |
- tar -xnf ${srcdir}/fp_10.3.183.15_archive/10_3r183_15/flashplayer10_3r183_15_linux.tar.gz | |
+ unzip $_filename -x "${pkgver}_debug/*" \ | |
+ "${pkgver}/flashplayer10_3r183_20_mac*" \ | |
+ "${pkgver}/flashplayer10_3r183_20_win*" \ | |
+ "${pkgver}/uninstall*" \ | |
+ "${pkgver}/flashplayer_10_3r183_20_linux_sa*" | |
+ tar -xnf ${pkgver}/flashplayer_10_3r183_20_linux.tar.gz | |
install -Dm755 libflashplayer.so "${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so" | |
install -Dm755 usr/bin/flash-player-properties "${pkgdir}/usr/bin/flash-player-properties" | |
for i in 16x16 22x22 24x24 32x32 48x48; do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: jtts | |
# Contributor: Pablo Olmos de Aguilera C. <pablo at glatelier dot org> | |
pkgname=lib32-flashplugin10 | |
_filename="fp_10.3.183.20_archive" | |
_licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf' | |
pkgver=10.3.183.20 | |
pkgrel=1 | |
pkgdesc='Adobe Flash Player v10 (32-bit) - multilib version for x86_64 with working HW accelerated scaling' | |
url='http://kb2.adobe.com/cps/142/tn_14266.html' | |
arch=('x86_64') | |
makedepends=('unzip') | |
depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 'lib32-alsa-plugins' 'nspluginwrapper' 'hicolor-icon-theme') | |
provides=('flashplayer' 'flashplugin') | |
optdepends=('lib32-libvdpau: GPU acceleration on Nvidia card') | |
license=('custom') | |
install=flashplugin.install | |
backup=(etc/adobe/mms.cfg) | |
source=("http://fpdownload.macromedia.com/get/flashplayer/installers/archive/${_filename}.zip" | |
"http://www.adobe.com/products/eulas/pdfs/${_licensefile}" | |
mms.cfg) | |
noextract=("${_filename}.zip") | |
md5sums=('b0fb5d0deba3aabbd57d8e390b42f552' | |
'1636037610ee2aa35c5fb736a697b7e0' | |
'60cc9835163b56ab8dddbb50ee293967') | |
options=(!strip) | |
package() { | |
cd ${srcdir} | |
unzip $_filename -x "${pkgver}_debug/*" \ | |
"${pkgver}/flashplayer10_3r183_20_mac*" \ | |
"${pkgver}/flashplayer10_3r183_20_win*" \ | |
"${pkgver}/uninstall*" \ | |
"${pkgver}/flashplayer_10_3r183_20_linux_sa*" | |
tar -xnf ${pkgver}/flashplayer_10_3r183_20_linux.tar.gz | |
install -Dm755 libflashplayer.so "${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so" | |
install -Dm755 usr/bin/flash-player-properties "${pkgdir}/usr/bin/flash-player-properties" | |
for i in 16x16 22x22 24x24 32x32 48x48; do | |
install -Dm644 usr/share/icons/hicolor/${i}/apps/flash-player-properties.png \ | |
"${pkgdir}/usr/share/icons/hicolor/${i}/apps/flash-player-properties.png" | |
done | |
install -Dm644 usr/share/applications/flash-player-properties.desktop "${pkgdir}/usr/share/applications/flash-player-properties.desktop" | |
install -Dm644 "${_licensefile}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf" | |
install -Dm644 ${srcdir}/mms.cfg "${pkgdir}/etc/adobe/mms.cfg" | |
# Install npwrapper: | |
mkdir -p "${pkgdir}"/usr/lib/mozilla/plugins/ | |
touch "${pkgdir}"/usr/lib/mozilla/plugins/npwrapper.libflashplayer.so | |
chmod 755 "${pkgdir}"/usr/lib/mozilla/plugins/npwrapper.libflashplayer.so | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment