Package Details: eaglemode 0.96.1-2

Git Clone URL: https://aur.archlinux.org/eaglemode.git (read-only, click to copy)
Package Base: eaglemode
Description: Visit almost everything in your PC simply by zooming in
Upstream URL: http://eaglemode.sourceforge.net/
Licenses: GPL3
Submitter: Dragonlord
Maintainer: kode54
Last Packager: kode54
Votes: 51
Popularity: 0.000233
First Submitted: 2008-04-16 16:01 (UTC)
Last Updated: 2024-02-28 00:36 (UTC)

Latest Comments

1 2 Next › Last »

KDDLB commented on 2024-02-27 23:39 (UTC) (edited on 2024-02-28 15:40 (UTC) by KDDLB)

Please add vlc as a mandatory dependency and htmldoc as an optional dependency. Thanks!

mabster314 commented on 2022-09-30 17:50 (UTC) (edited on 2022-09-30 17:51 (UTC) by mabster314)

The PKGBUILD in KDDLB's comment didn't work for me, I had to change it to

pkgname=eaglemode
pkgver=0.95.2
pkgrel=1
pkgdesc="Visit almost everything in your PC simply by zooming in"
arch=('i686' 'x86_64')
url="http://eaglemode.sourceforge.net/"
license=('GPL3')
depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libtiff'
         'libpng' 'librsvg' 'poppler-glib' 'xdg-utils' 'xine-lib' 'xz')
makedepends=('perl')
source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
sha256sums=('0c99daf98dd2569adc8e572f7735ad8a6b3574bd358cc9a3d66714950e25edb4')

build() {
  cd "${srcdir}"/$pkgname-$pkgver

  perl make.pl build continue=yes
}

package() {
  cd "${srcdir}"/$pkgname-$pkgver

  perl make.pl install dir=/opt/$pkgname root="${pkgdir}" menu=yes bin=yes

# icons
  install -Dm644 "${srcdir}"/$pkgname-$pkgver/res/icons/${pkgname}32.png \
    "${pkgdir}"/usr/share/icons/hicolor/32x32/apps/$pkgname.png
  install -Dm644 "${srcdir}"/$pkgname-$pkgver/res/icons/${pkgname}48.png \
    "${pkgdir}"/usr/share/icons/hicolor/48x48/apps/$pkgname.png
}

KDDLB commented on 2022-08-21 22:14 (UTC) (edited on 2022-08-21 22:14 (UTC) by KDDLB)

Updated PKGBUILD for v. 0.95.2

pkgname=eaglemode
pkgver=0.95.2
pkgrel=1
pkgdesc="Visit almost everything in your PC simply by zooming in"
arch=('i686' 'x86_64')
url="http://eaglemode.sourceforge.net/"
license=('GPL3')
depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libtiff'
         'libpng' 'librsvg' 'poppler-glib' 'xdg-utils' 'xine-lib' 'xz')
makedepends=('perl')
source=(https://downloads.sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2/download)
sha256sums=('0c99daf98dd2569adc8e572f7735ad8a6b3574bd358cc9a3d66714950e25edb4')

build() {
  cd "${srcdir}"/$pkgname-$pkgver

  perl make.pl build continue=yes
}

package() {
  cd "${srcdir}"/$pkgname-$pkgver

  perl make.pl install dir=/opt/$pkgname root="${pkgdir}" menu=yes bin=yes

# icons
  install -Dm644 "${srcdir}"/$pkgname-$pkgver/res/icons/${pkgname}32.png \
    "${pkgdir}"/usr/share/icons/hicolor/32x32/apps/$pkgname.png
  install -Dm644 "${srcdir}"/$pkgname-$pkgver/res/icons/${pkgname}48.png \
    "${pkgdir}"/usr/share/icons/hicolor/48x48/apps/$pkgname.png
}

Dragonlord commented on 2021-06-05 13:35 (UTC)

Download still works fine for me. Not using any AUR helpers, if that might be the difference.

VectorKappa commented on 2021-05-30 13:04 (UTC)

Hello, As curseforge updated its download mechanism, the checksums now don't match, because the PKGBUILD downloads the download html page.

Zeniff commented on 2016-04-14 12:46 (UTC)

I finally got version 0.90.0 to work for me! :) Version 0.87.0 compiled and worked fine for me a long time ago, but not on the same Arch system if it's updated (same "lcairo" errs for emPDF etc*). So I tried compiling the current version 0.90.0 on an old live cd of Arch, and copied and installed the binary to the newer updated system. PDFs and everything else work fine after that. :) * Using an "updated" Arch, I got the same compile errors for missing "lcairo" for emPDF, emSVG, and I think emFont2em, but zero errors by compiling on an old live cd. I tested this with versions 0.87.0, 0.89.2, and 0.90.0, which all compiled and work that way. (Is using an old system to compile a bad idea? It seems to work very well.. o.o)

SanskritFritz commented on 2016-04-11 08:23 (UTC)

Confirmed. I think we should report this upstream.

<deleted-account> commented on 2016-04-11 08:15 (UTC)

It builds successfully but it cannot read PDFs ("/opt/eaglemode/lib/emPdf/emPdfServerProc" is missing). During compile I get this: [...] gcc -Llib obj/emPdfServerProc.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lpoppler-glib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lm -o lib/emPdf/emPdfServerProc /usr/bin/ld: cannot find -lcairo collect2: error: ld returned 1 exit status [...]