Feature #311
main/ghostscript: should provide shared library libgs
| Status: | Closed | Start: | 03/06/2010 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Aports | |||
| Target version: | Alpine 2.0.0 |
Description
It's needed by imagemagick (see #309)
Looking at my archlinux install there are /usr/include/ghostscript/* and /usr/lib/libgs* files
I'm not sure if we want create libgs as a separate package be we surely want the /usr/include files in a separate ghostscript-dev package. (should be enough to add $pkgname-dev to subpackages for that)
maybe bump it to 8.71 while there too?
Related issues
| related to Alpine Linux - Feature #312: main/ghostscript: build against system jpeg, libpng, zlib, jasper and expat libraries | Closed | 03/06/2010 | ||
| blocks Alpine Linux - Feature #309: Add font support to imagemagick | Closed | 03/05/2010 |
Watchers
History
Updated by Natanael Copa 5 months ago
- Assigned to changed from Natanael Copa to Cameron Banta
- Target version set to Alpine 2.0.0
Updated by Natanael Copa 5 months ago
- Priority changed from Normal to High
i give this high priority since its needed for our infrastruc team.
Updated by Cameron Banta 5 months ago
- File 0001-Move-dev-include-to-dev-package.patch added
- Status changed from New to Resolved
Moved the include stuff to the dev package.
Updated to 8.71.
Neither archlinux or gentoo seem to break out the libgs into it's own package - so I left it for now.
Also, while I was working on it, changed it to use the system libraries instead of the ones bundled with the ghostscript tarball (see issue #312).
Git patch is attached.
Updated by Natanael Copa 5 months ago
- Status changed from Resolved to Assigned
While there could you please also move the make install part to a separate package function and post a new patch?
something like:
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
Updated by Cameron Banta 5 months ago
- File 0001-Update-to-version-8.71.patch added
- Status changed from Assigned to Resolved
Moved the install stuff into the package function and attached a git patch. The attached patch replaces the previous one.
Updated by Cameron Banta 5 months ago
- File deleted (
0001-Move-dev-include-to-dev-package.patch)
Updated by Natanael Copa 3 months ago
- Status changed from Resolved to Closed