libspectre: initial release, required to view ps-files with qpdfview

This commit is contained in:
Juergen Daubert 2019-02-03 13:08:49 +01:00
parent 200546f78f
commit 932bc773ed
3 changed files with 40 additions and 0 deletions

19
libspectre/.footprint Normal file
View File

@ -0,0 +1,19 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libspectre/
-rw-r--r-- root/root usr/include/libspectre/spectre-document.h
-rw-r--r-- root/root usr/include/libspectre/spectre-exporter.h
-rw-r--r-- root/root usr/include/libspectre/spectre-macros.h
-rw-r--r-- root/root usr/include/libspectre/spectre-page.h
-rw-r--r-- root/root usr/include/libspectre/spectre-render-context.h
-rw-r--r-- root/root usr/include/libspectre/spectre-status.h
-rw-r--r-- root/root usr/include/libspectre/spectre-version.h
-rw-r--r-- root/root usr/include/libspectre/spectre.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libspectre.a
-rwxr-xr-x root/root usr/lib/libspectre.la
lrwxrwxrwx root/root usr/lib/libspectre.so -> libspectre.so.1.1.8
lrwxrwxrwx root/root usr/lib/libspectre.so.1 -> libspectre.so.1.1.8
-rwxr-xr-x root/root usr/lib/libspectre.so.1.1.8
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libspectre.pc

5
libspectre/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ecE3UGmvTp+KiGfRYBBilcyDbz6qSPvkxvDkm4STp9eUx3lbOrwNh/WK0F5htKlueeWIBQ6oG60MUd8Gm0WBQk=
SHA256 (Pkgfile) = 016a3ab48b6db4cf3d462d7d80fc65e75f2511dd8f004f6b670e1bfff37e2c04
SHA256 (.footprint) = ce268e95bcbb98fe43a2953221969bf03dfb139f7c5015f160e5416524812136
SHA256 (libspectre-0.2.8.tar.gz) = 65256af389823bbc4ee4d25bfd1cc19023ffc29ae9f9677f2d200fa6e98bc7a8

16
libspectre/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Library for rendering Postscript documents
# URL: https://www.freedesktop.org/wiki/Software/libspectre
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ghostscript
name=libspectre
version=0.2.8
release=1
source=(https://libspectre.freedesktop.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}