Package Base Details: engauge

Git Clone URL: https://aur.archlinux.org/engauge.git (read-only, click to copy)
Submitter: haawda
Maintainer: shmilee
Last Packager: shmilee
Votes: 29
Popularity: 0.000928
First Submitted: 2008-02-12 19:10 (UTC)
Last Updated: 2023-11-16 09:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

lorsch commented on 2016-11-12 15:32 (UTC)

It is accessible via https://github.com/markummitchell/engauge-digitizer/archive/v9.5.tar.gz

archChecker commented on 2016-11-12 09:52 (UTC)

thx for the fast update. But the source link https://github.com/markummitchell/engauge-digitizer/releases/v9.5.tar.gz does not work.

haawda commented on 2016-01-04 07:30 (UTC)

Thanks, updated.

mcmillan commented on 2016-01-04 05:47 (UTC)

I noticed development has moved to github with a new version working with qt5 git diff output to make the PKGBUILD work with the new version (got to build, but haven't really looked to see if other changes make sense) --- a/PKGBUILD +++ b/PKGBUILD @@ -1,31 +1,35 @@ # Contributor: Stefan Husmann <stefan-husmann@t-online.de> pkgname=engauge -pkgver=5.2 +pkgver=6.2 pkgrel=1 pkgdesc="A Digitizer for curves and scanned plots" -url="http://digitizer.sourceforge.net/" +url="https://github.com/markummitchell/engauge6" arch=('i686' 'x86_64') license=('GPL') -depends=('qt4' 'fftw') -source=("http://downloads.sourceforge.net/project/digitizer/Engauge%20Digitizer/digitizer-$pkgver/${pkgname}_${pkgver}.tgz" "$pkgname.desktop") -md5sums=('2fbd9c81fa9e910f871560767bbb52bc' +depends=('qt5-tools' 'fftw' 'log4cpp') +optdepends=('libpng12: For reading png image files' + 'libjpeg-turbo: For reading jpeg image files' + 'openjpeg: For reading jpeg2000 image files' + ) +source=("https://codeload.github.com/markummitchell/pkgname6/archive/engauge6-$pkgver.tar.gz" "$pkgname.desktop") +md5sums=('26a5b3031c7d4a74382c6a7d7c6e9516' '53def24f20c3d0178d3cf1b8c574fe15') install=engauge.install build() { - cd $srcdir/$pkgname-$pkgver - qmake-qt4 digitizer.pro + cd $srcdir/${pkgname}6-$pkgver + qmake-qt5 engauge.pro make } package() { - cd $srcdir/$pkgname-$pkgver + cd $srcdir/${pkgname}6-$pkgver install -Dm755 bin/$pkgname $pkgdir/usr/bin/$pkgname - install -Dm644 usermanual/animation.png \ + install -Dm644 help/animation.png \ $pkgdir/usr/share/icons/$pkgname.png install -d $pkgdir/usr/share/doc/$pkgname cp -r samples $pkgdir/usr/share/doc/$pkgname - cp -r usermanual $pkgdir/usr/share/doc/$pkgname + cp -r help $pkgdir/usr/share/doc/$pkgname install -Dm644 $srcdir/$pkgname.desktop \ $pkgdir/usr/share/applications/$pkgname.desktop }

haawda commented on 2013-12-20 21:14 (UTC)

Updated

jdarch commented on 2013-12-20 12:40 (UTC)

The 'Exec' line in the .desktop file might benefit from adding the command line option "-manual /usr/share/doc/engauge/usermanual" to it.

jdarch commented on 2013-12-20 11:31 (UTC)

Version 5.2 is available: http://sourceforge.net/projects/digitizer/files/Engauge%20Digitizer/digitizer-5.2/

haawda commented on 2013-03-01 21:01 (UTC)

Dependency qt4

hseara commented on 2013-03-01 17:00 (UTC)

Please change dependency from qt to qt4. This is due to the new incorporation of qt5 as default. Right now the system cannot be updated due to this unless MP3DIAGS is removed.