From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SZdcR-0007l5-Lm for garchives@archives.gentoo.org; Wed, 30 May 2012 07:47:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27264E0504; Wed, 30 May 2012 07:46:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D7969E0504 for ; Wed, 30 May 2012 07:46:46 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 190421B4020 for ; Wed, 30 May 2012 07:46:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2BDA7E5428 for ; Wed, 30 May 2012 07:46:44 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1338363916.fd1dd2f3c5bbc6cd48688a68e1db97de494e1bf6.alexxy@gentoo> Subject: [gentoo-commits] dev/alexxy:master commit in: app-text/acroread/files/, app-text/acroread/ X-VCS-Repository: dev/alexxy X-VCS-Files: app-text/acroread/Manifest app-text/acroread/acroread-9.4.1.ebuild app-text/acroread/files/gentoo_config app-text/acroread/metadata.xml X-VCS-Directories: app-text/acroread/files/ app-text/acroread/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: fd1dd2f3c5bbc6cd48688a68e1db97de494e1bf6 X-VCS-Branch: master Date: Wed, 30 May 2012 07:46:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 46d0ca2b-8e02-42d5-aaef-f16a4d648b99 X-Archives-Hash: c592225a59eec4dbf47554b15a7d139b commit: fd1dd2f3c5bbc6cd48688a68e1db97de494e1bf6 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed May 30 07:45:16 2012 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed May 30 07:45:16 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/alexxy.git;a=3D= commit;h=3Dfd1dd2f3 [app-text/acroread] Add back old version. Seems its last one that works w= ith animated pdf (Portage version: 2.2.0_alpha108/git/Linux x86_64, RepoMan options: --for= ce, unsigned Manifest commit) --- app-text/acroread/Manifest | 1 + app-text/acroread/acroread-9.4.1.ebuild | 254 +++++++++++++++++++++++++= ++++++ app-text/acroread/files/gentoo_config | 10 ++ app-text/acroread/metadata.xml | 5 + 4 files changed, 270 insertions(+), 0 deletions(-) diff --git a/app-text/acroread/Manifest b/app-text/acroread/Manifest new file mode 100644 index 0000000..3c99f3c --- /dev/null +++ b/app-text/acroread/Manifest @@ -0,0 +1 @@ +DIST AdbeRdr9.4.1-1_i486linux_enu.tar.bz2 60172257 SHA256 6bf9bf427462a7= a9ba7e7115cffe659bccb70758428ab32571e6ed78333b0b95 SHA512 aaca5eaaed9944b= e6b203fdd5cdef508032f9d21b5916e6f26d94e3964b3dcdda966bef2fa0b15a9ff3f0b3a= 6e4a1c1fd565eff600015c403cde5956b4dd3921 WHIRLPOOL e7976999cb427033114f8c= 6ce04d2c30db00f096889fd9e900801d7b9bed4894e0a0c60f5fe4cb5067577f834aedb8a= d623d3eec5200ed1856d6ed3788719d2a diff --git a/app-text/acroread/acroread-9.4.1.ebuild b/app-text/acroread/= acroread-9.4.1.ebuild new file mode 100644 index 0000000..a25335e --- /dev/null +++ b/app-text/acroread/acroread-9.4.1.ebuild @@ -0,0 +1,254 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.2.ebui= ld,v 1.6 2011/06/25 07:40:18 zmedico Exp $ + +EAPI=3D"1" + +inherit eutils gnome2-utils nsplugins + +DESCRIPTION=3D"Adobe's PDF reader" +HOMEPAGE=3D"http://www.adobe.com/products/reader/" +IUSE=3D"cups ldap minimal nsplugin" + +SRC_HEAD=3D"http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PV}" +SRC_FOOT=3D".tar.bz2" + +# languages not available yet: de:deu fr:fra it:ita es:esp ja:jpn pt:ptb= sv:sve zh_CN:chs zh_TW:cht fi:suo nb:nor nl:nld ko:kor da:dan +LINGUA_LIST=3D"en:enu" +DEFAULT_URI=3D"${SRC_HEAD}/enu/AdbeRdr${PV}-1_i486linux_enu${SRC_FOOT}" +for ll in ${LINGUA_LIST} ; do + iuse_l=3D"linguas_${ll/:*}" + src_l=3D${ll/*:} + IUSE=3D"${IUSE} ${iuse_l}" + DEFAULT_URI=3D"!${iuse_l}? ( ${DEFAULT_URI} )" + SRC_URI=3D"${SRC_URI} + ${iuse_l}? ( ${SRC_HEAD}/${src_l}/AdbeRdr${PV}-1_i486linux_${src_l}${S= RC_FOOT} )" +done +SRC_URI=3D"${SRC_URI} + ${DEFAULT_URI}" + +LICENSE=3D"Adobe" +SLOT=3D"0" +KEYWORDS=3D"-* amd64 x86" +RESTRICT=3D"strip mirror" + +# mozilla-firefox-bin won't work because it doesn't have gtkembedmoz.so +RDEPEND=3D"media-libs/fontconfig + x86? ( =3Ddev-libs/openssl-0.9.8* ) + cups? ( net-print/cups ) + x86? ( x11-libs/gtk+:2 + ldap? ( net-nds/openldap ) + !minimal? ( || ( net-libs/xulrunner + www-client/firefox + www-client/seamonkey ) ) ) + amd64? ( app-emulation/emul-linux-x86-gtklibs )" + +QA_EXECSTACK=3D"opt/Adobe/Reader9/Reader/intellinux/bin/acroread + opt/Adobe/Reader9/Reader/intellinux/lib/libauthplay.so.0.0.0 + opt/Adobe/Reader9/Reader/intellinux/lib/libsccore.so + opt/Adobe/Reader9/Reader/intellinux/lib/libcrypto.so.0.9.8 + opt/Adobe/Reader9/Reader/intellinux/plug_ins/PPKLite.api" + +QA_DT_HASH=3D"opt/Adobe/Reader9/Reader/intellinux/plug_ins3d/.*.x3d + opt/Adobe/Reader9/Reader/intellinux/lib/lib.* + opt/Adobe/Reader9/Reader/intellinux/bin/SynchronizerApp-binary + opt/Adobe/Reader9/Reader/intellinux/bin/acroread + opt/Adobe/Reader9/Reader/intellinux/bin/xdg-user-dirs-update + opt/Adobe/Reader9/Reader/intellinux/SPPlugins/ADMPlugin.apl + opt/Adobe/Reader9/Reader/intellinux/plug_ins/AcroForm/PMP/.*.pmp + opt/Adobe/Reader9/Reader/intellinux/plug_ins/Multimedia/MPP/.*.mpp + opt/Adobe/Reader9/Reader/intellinux/plug_ins/.*.api + opt/Adobe/Reader9/Reader/intellinux/sidecars/.*.DEU + opt/Adobe/Reader9/Browser/intellinux/nppdf.so + opt/netscape/plugins/nppdf.so" + +INSTALLDIR=3D/opt + +S=3D"${WORKDIR}/AdobeReader" + +# Actually, ahv segfaults when run standalone so presumably +# it isn't intended for direct use - so the only launcher is +# acroread after all. +LAUNCHERS=3D"Adobe/Reader9/bin/acroread" +# Adobe/HelpViewer/1.0/intellinux/bin/ahv" + +pkg_setup() { + # x86 binary package, ABI=3Dx86 + has_multilib_profile && ABI=3D"x86" +} + +# Determine lingua from filename +acroread_get_ll() { + local f_src_l ll lingua src_l + f_src_l=3D${1/${SRC_FOOT}} + f_src_l=3D${f_src_l/*_} + for ll in ${LINGUA_LIST} ; do + lingua=3D${ll/:*} + src_l=3D${ll/*:} + if [[ ${src_l} =3D=3D ${f_src_l} ]] ; then + echo ${lingua} + return + fi + done + die "Failed to match file $1 to a LINGUA; please report." +} + +src_unpack() { + local ll linguas fl launcher + # Unpack all into the same place; overwrite common files. + fl=3D"" + for pkg in ${A} ; do + cd "${WORKDIR}" + unpack ${pkg} + cd "${S}" + tar xf ILINXR.TAR || die "Failed to unpack ILINXR.TAR." + tar xf COMMON.TAR || die "Failed to unpack COMMON.TAR." + ll=3D$(acroread_get_ll ${pkg}) + for launcher in ${LAUNCHERS} ; do + mv ${launcher} ${launcher}.${ll} + done + if [[ -z ${fl} ]] ; then + fl=3D${ll} + linguas=3D"${ll}" + else + linguas=3D"${linguas} ${ll}" + fi + done + if [[ ${linguas} =3D=3D ${fl} ]] ; then + # Only one lingua selected - skip building the wrappers + for launcher in ${LAUNCHERS} ; do + mv ${launcher}.${fl} ${launcher} || + die "Failed to put ${launcher}.${fl} back to ${launcher}; please rep= ort." + done + else + # Build wrappers. Launch the acroread for the environment variable + # LANG (matched with a trailing * so that for example 'de_DE' matches + # 'de', 'en_GB' matches 'en' etc). + # + # HelpViewer is new - We don't know if Adobe are likely to + # internationalize it or not. + for launcher in ${LAUNCHERS} ; do + cat > ${launcher} <<-EOF + #!/bin/bash + # Copyright 1999-2009 Gentoo Foundation + # Distributed under the terms of the GNU General Public License v2 + # + # Automatically generated by ${CATEGORY}/${PF} + + # Exec the acroread script for the language chosen in + # LC_ALL/LC_MESSAGES/LANG (first found takes precedence, as in glibc= ) + L=3D\${LC_ALL} + L=3D\${L:-\${LC_MESSAGES}} + L=3D\${L:-\${LANG}} + case \${L} in + EOF + for ll in ${linguas} ; do + echo "${ll}*) exec ${INSTALLDIR}/${launcher}.${ll} \"\$@\";;" >> ${l= auncher} + done + # default to English (in particular for LANG=3DC) + cat >> ${launcher} <<-EOF + *) exec ${INSTALLDIR}/${launcher}.${fl} "\$@";; + esac + EOF + chmod 755 ${launcher} + done + fi + + # remove cruft + rm "${S}"/Adobe/Reader9/bin/UNINSTALL + rm "${S}"/Adobe/Reader9/Browser/install_browser_plugin + rm "${S}"/Adobe/Reader9/Resource/Support/vnd.*.desktop + + # replace some configuration sections + for binfile in "${S}"/Adobe/Reader9/bin/* ; do + sed -i -e '/Font-config/,+9d' \ + -e "/acrogre.conf/r ${FILESDIR}/gentoo_config" -e //N \ + "${binfile}" || die "sed configuration settings failed." + done +} + +src_install() { + # Install desktop files + domenu Adobe/Reader9/Resource/Support/AdobeReader.desktop || die "Insta= lling desktop files failed." + + # Install commonly used icon sizes + for res in 16x16 22x22 32x32 48x48 64x64 128x128 ; do + insinto /usr/share/icons/hicolor/${res}/apps + doins Adobe/Reader9/Resource/Icons/${res}/* || die "Installing icons f= ailed." + done + + dodir /opt || die "Creating directory failed." + chown -R --dereference -L root:0 Adobe + cp -dpR Adobe "${D}"opt/ + + doman Adobe/Reader9/Resource/Shell/acroread.1.gz || die "Installing man= page failed." + + if use nsplugin ; then + exeinto /opt/netscape/plugins + doexe Adobe/Reader9/Browser/intellinux/nppdf.so || die "Installing the= browser plugin failed." + inst_plugin /opt/netscape/plugins/nppdf.so + fi + + dodir /opt/bin || die "Creating directory failed." + for launcher in ${LAUNCHERS} ; do + dosym /opt/${launcher} /opt/bin/${launcher/*bin\/} || die "Installing = launcher symlinks failed." + done + + # We need to set a MOZILLA_COMP_PATH for seamonkey and firefox since + # they don't install a configuration file for libgtkembedmoz.so + # detection in /etc/gre.d/ like xulrunner does. + if ! use minimal ; then + if use x86 ; then + for lib in /opt/seamonkey /usr/lib/seamonkey /usr/lib/mozilla-firefox= ; do + if [[ -f ${lib}/libgtkembedmoz.so ]] ; then + echo "MOZILLA_COMP_PATH=3D${lib}" >> "${D}"${INSTALLDIR}/Adobe/Read= er9/Reader/GlobalPrefs/mozilla_config + elog "Adobe Reader depends on libgtkembedmoz.so, which I've found o= n" + elog "your system in ${lib}, and configured in ${INSTALLDIR}/Adobe/= Reader9/Reader/GlobalPrefs/mozilla_config." + break # don't search any more libraries + fi + done + fi + fi +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst () { + local ll lc + lc=3D0 + for ll in ${LINGUA_LIST} ; do + use linguas_${ll/:*} && (( lc =3D ${lc} + 1 )) + done + if [[ ${lc} > 1 ]] ; then + echo + elog "Multiple languages have been installed, selected via a wrapper s= cript." + elog "The language is selected according to the LANG environment varia= ble" + elog "(defaulting to English if LANG is not set, or no matching langua= ge" + elog "version is installed). Users may need to remove their preference= s in" + elog "~/.adobe to switch languages." + echo + fi + + if use minimal ; then + echo + ewarn "If you want html support and/or view the Adobe Reader help you = have" + ewarn "to re-emerge acroread with USE=3D\"-minimal\"." + echo + fi + + if use nsplugin ; then + echo + elog "If you're running a 64bit browser you may also want to install" + elog "\"www-plugins/nspluginwrapper\" to be able to use the Adobe Read= er" + elog "browser plugin." + echo + fi + + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/app-text/acroread/files/gentoo_config b/app-text/acroread/fi= les/gentoo_config new file mode 100644 index 0000000..1ca8729 --- /dev/null +++ b/app-text/acroread/files/gentoo_config @@ -0,0 +1,10 @@ +# Enable this if you want Adobe Reader to cache Font-config fonts +ACRO_ENABLE_FONT_CONFIG=3D1 +export ACRO_ENABLE_FONT_CONFIG + +# Enable this if you want to set the MOZILLA_COMP_PATH globally (for all= the users) +if [ -f "$ACRO_INSTALL_DIR/GlobalPrefs/mozilla_config" ]; then + . "$ACRO_INSTALL_DIR/GlobalPrefs/mozilla_config" + export MOZILLA_COMP_PATH +fi + diff --git a/app-text/acroread/metadata.xml b/app-text/acroread/metadata.= xml new file mode 100644 index 0000000..1fa0ca5 --- /dev/null +++ b/app-text/acroread/metadata.xml @@ -0,0 +1,5 @@ + + + +printing +