Package Details: pslib 0.4.6-1

Git Clone URL: https://aur.archlinux.org/pslib.git (read-only, click to copy)
Package Base: pslib
Description: pslib is a C-library to create PostScript files on the fly
Upstream URL: http://pslib.sourceforge.net/
Licenses: GPL
Submitter: hb9hei
Maintainer: None
Last Packager: hb9hei
Votes: 2
Popularity: 0.000000
First Submitted: 2015-08-23 08:50 (UTC)
Last Updated: 2020-09-26 09:57 (UTC)

Latest Comments

James-T commented on 2026-07-12 16:48 (UTC)

I hope this is allowable. Here is my patch to update to 0.4.8 (since I can't get 0.4.6 to build with libjpeg-turbo and the suggested mozjpeg package breaks lots of things).

diff --git a/PKGBUILD b/PKGBUILD
index 67849b8..f34c40c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: Dominic Radermacher <blip@mockmoon-cybernetics.ch>
 pkgname=pslib
-pkgver=0.4.6
+pkgver=0.4.8
 pkgrel=1
 pkgdesc="pslib is a C-library to create PostScript files on the fly"
 arch=('x86_64' 'aarch64' 'armv7h')
 url="http://pslib.sourceforge.net/"
 license=('GPL')
-depends=('glibc' 'libjpeg' 'libpng' 'libtiff' 'perl' 'perl-xml-parser' 'intltool')
+depends=('glibc' 'libjpeg-turbo' 'libpng' 'libtiff' 'perl' 'perl-xml-parser' 'intltool')
 source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('642e8405c85dc2ebcd307e0b46ed3d366fd28de098c6d8b717720689270b2954')
+sha256sums=('81a58dbc12ee514cb4a3e1d608ec86e8a9b3c43ad8098e8f57759b03f8e31fae')

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

hb9hei commented on 2025-08-16 16:46 (UTC)

I would like to update to v0.4.8 but my push gets rejected and I currently have no time to find out why, so I am giving up this paket.