jpeg: removed; superseded by libjpeg-turbo.
This commit is contained in:
parent
c5d83938ab
commit
34edf22303
5 changed files with 0 additions and 60 deletions
|
@ -1 +0,0 @@
|
||||||
jpeg
|
|
|
@ -1 +0,0 @@
|
||||||
jpeg
|
|
|
@ -1,15 +0,0 @@
|
||||||
# Template file for 'libjpeg-turbo-devel'.
|
|
||||||
#
|
|
||||||
depends="glibc-devel jpeg>=8d"
|
|
||||||
short_desc="${sourcepkg} development files"
|
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
replaces="libjpeg-turbo-devel>=0"
|
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vmove usr/include usr
|
|
||||||
vmove "usr/lib/*.a" usr/lib
|
|
||||||
}
|
|
|
@ -1,13 +0,0 @@
|
||||||
# Template file for 'jpeg-tools'.
|
|
||||||
#
|
|
||||||
short_desc="${sourcepkg} - bundled tools"
|
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains tools to manipulate JPG files."
|
|
||||||
|
|
||||||
replaces="jpeg-tools>=0"
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vmove usr/bin usr
|
|
||||||
vmove usr/share usr
|
|
||||||
}
|
|
|
@ -1,30 +0,0 @@
|
||||||
# Template build file for 'jpeg'.
|
|
||||||
pkgname=jpeg
|
|
||||||
version=8d
|
|
||||||
homepage="http://www.ijg.org"
|
|
||||||
distfiles="http://www.ijg.org/files/jpegsrc.v${version}.tar.gz"
|
|
||||||
build_style=gnu-configure
|
|
||||||
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
|
||||||
mandir=$XBPS_DESTDIR/$pkgname-$version/usr/share/man install"
|
|
||||||
configure_args="--enable-shared --enable-static"
|
|
||||||
revision=1
|
|
||||||
short_desc="IJG's jpeg compression utilities"
|
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
||||||
license="Unknown"
|
|
||||||
checksum=00029b1473f0f0ea72fbca3230e8cb25797fbb27e58ae2e46bb8bf5a806fe0b3
|
|
||||||
long_desc="
|
|
||||||
The jpeg package contains a library of functions for manipulating
|
|
||||||
JPEG images, as well as simple client programs for accessing the
|
|
||||||
libjpeg functions. Libjpeg client programs include cjpeg, djpeg,
|
|
||||||
jpegtran, rdjpgcom and wrjpgcom. Cjpeg compresses an image file into
|
|
||||||
JPEG format. Djpeg decompresses a JPEG file into a regular image
|
|
||||||
file. Jpegtran can perform various useful transformations on JPEG
|
|
||||||
files. Rdjpgcom displays any text comments included in a JPEG file.
|
|
||||||
Wrjpgcom inserts text comments into a JPEG file."
|
|
||||||
|
|
||||||
subpackages="libjpeg-turbo-devel jpeg-tools"
|
|
||||||
replaces="jpeg>=0"
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vinstall jpegint.h 644 usr/include
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue