Feature #311
main/ghostscript: should provide shared library libgs
| Status: | Closed | Start date: | 03/06/2010 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % 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
History
Updated by Natanael Copa almost 2 years ago
- Assignee changed from Natanael Copa to Cameron Banta
- Target version set to Alpine 2.0.0
Updated by Natanael Copa almost 2 years ago
- Priority changed from Normal to High
i give this high priority since its needed for our infrastruc team.
Updated by Cameron Banta almost 2 years 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 almost 2 years 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 almost 2 years 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 almost 2 years ago
- File deleted (
0001-Move-dev-include-to-dev-package.patch)
Updated by Natanael Copa over 1 year ago
- Status changed from Resolved to Closed