Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
example udev now has a subpkgs called "libgudev". Previously
subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.
And more that I forgot because it's a mega-commit that I've been
working for some days already...
--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
This commit is contained in:
52
srcpkgs/ImageMagick/template
Normal file
52
srcpkgs/ImageMagick/template
Normal file
@@ -0,0 +1,52 @@
|
||||
# Template file for 'ImageMagick'
|
||||
pkgname=ImageMagick
|
||||
_distver=6.5.6
|
||||
_distverpatch=10
|
||||
revision=1
|
||||
version=${_distver}.${_distverpatch}
|
||||
wrksrc=${pkgname}-${_distver}-${_distverpatch}
|
||||
distfiles="ftp://ftp.imagemagick.org/pub/$pkgname/$pkgname-${_distver}-${_distverpatch}.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--without-gslib --without-jp2 --without-autotrace
|
||||
--without-djvu --without-dps --without-fpx --without-gvc --without-jbig
|
||||
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
|
||||
--with-magick-plus-plus --enable-shared"
|
||||
short_desc="Package for display and interactive manipulation of images"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=e0bba405573ca18ca11ac37e089e13cb9cab6219e6783cfa45f9815017b0b6cb
|
||||
long_desc="
|
||||
ImageMagick TM, is a package for display and interactive manipulation
|
||||
of images for the X Window System. It is written in C and interfaces
|
||||
to the X library, and therefore does not require any proprietary
|
||||
toolkit in order to compile. Although the software is copyrighted, it
|
||||
is available for free and can be redistributed without fee.
|
||||
|
||||
The ImageMagick image display program can display an image on any
|
||||
workstation screen running an X server. It can read and write many of
|
||||
the more popular image formats including JPEG, TIFF, PNM, GIF, and
|
||||
Photo CD. In addition you can interactively resize, rotate, sharpen,
|
||||
color reduce, or add special effects to an image and save your
|
||||
completed work in the same or differing image format."
|
||||
|
||||
keep_libtool_archives=yes
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build libtool
|
||||
Add_dependency full glibc
|
||||
Add_dependency full perl
|
||||
Add_dependency full bzip2
|
||||
Add_dependency full fontconfig
|
||||
Add_dependency full freetype
|
||||
Add_dependency full lcms
|
||||
Add_dependency full libexif
|
||||
Add_dependency full jpeg
|
||||
Add_dependency full libpng
|
||||
Add_dependency full tiff
|
||||
Add_dependency full libwmf
|
||||
Add_dependency full libxml2
|
||||
Add_dependency full cairo
|
||||
Add_dependency full librsvg
|
||||
Add_dependency full libX11
|
||||
Add_dependency run libltdl
|
||||
Add_dependency run libgomp
|
||||
Add_dependency run libstdc++
|
||||
Reference in New Issue
Block a user