update to 1.4.1
changes: -Addition of the GiveLife Color System(R) swatch palettes -Addition of undo steps for path operations and page moving -Enhancements to scripter -Translation updates -Relocation of profiles and swatches to the share directory -bugfixes pkgsrc note: switched from lcms1 to lcms2 -- this was not necessary technically, but it is harder to keep cmake from picking up lcms2 if both versions are present
This commit is contained in:
parent
215b4f2833
commit
bfffb4f5b9
3 changed files with 661 additions and 326 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2012/03/15 11:53:37 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2012/05/09 09:28:31 drochner Exp $
|
||||
|
||||
DISTNAME= scribus-1.4.0
|
||||
PKGREVISION= 4
|
||||
DISTNAME= scribus-1.4.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -12,6 +11,7 @@ COMMENT= Publishing layout with graphical interface
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/Scribus
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LIBTOOL= YES
|
||||
USE_TOOLS+= gmake perl pkg-config
|
||||
|
@ -39,7 +39,7 @@ post-install:
|
|||
.include "../../graphics/cairo/buildlink3.mk"
|
||||
.include "../../mk/jpeg.buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../graphics/lcms/buildlink3.mk"
|
||||
.include "../../graphics/lcms2/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libart+= libart>=2.3.19nb1
|
||||
.include "../../graphics/libart/buildlink3.mk"
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.3 2012/01/09 17:44:12 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.4 2012/05/09 09:28:32 drochner Exp $
|
||||
|
||||
SHA1 (scribus-1.4.0.tar.bz2) = d19e455f261c4075076f1d6f4a55fbd934a66c60
|
||||
RMD160 (scribus-1.4.0.tar.bz2) = f4a0813c1961f1929bccaaa4c0a21f84dfd75c62
|
||||
Size (scribus-1.4.0.tar.bz2) = 42134397 bytes
|
||||
SHA1 (scribus-1.4.1.tar.bz2) = 7e0c0122ed557ebf4f85690e0e6939236718bad2
|
||||
RMD160 (scribus-1.4.1.tar.bz2) = 7adaa24db873315bb958de016492394efb713031
|
||||
Size (scribus-1.4.1.tar.bz2) = 68006491 bytes
|
||||
SHA1 (patch-ag) = 906fa6305015ec3b2589350d338cf2dcb30d5c58
|
||||
SHA1 (patch-ah) = c9748c867c04e3c4f23b562cb3943cc829ec73a0
|
||||
SHA1 (patch-ai) = fbd6212fc9190d1b2ede4d54806355e5d0ed389e
|
||||
|
|
Loading…
Reference in a new issue