summaryrefslogtreecommitdiff
path: root/x11/gnustep-back
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-07-29 12:59:50 +0000
committeradam <adam@pkgsrc.org>2005-07-29 12:59:50 +0000
commit8b7eacd4fa01127456a2a9ccd91c980e9d3bf3fc (patch)
treecaa90115010df0373e8872729a12de4b855f9886 /x11/gnustep-back
parenta4d1323ad5a8aa936da5ed9e512ea083a085a247 (diff)
downloadpkgsrc-8b7eacd4fa01127456a2a9ccd91c980e9d3bf3fc.tar.gz
Changes 0.10.0:
* Alpha blending was implemented for Windows, although it does not seem to work on some machines.
Diffstat (limited to 'x11/gnustep-back')
-rw-r--r--x11/gnustep-back/Makefile7
-rw-r--r--x11/gnustep-back/PLIST20
-rw-r--r--x11/gnustep-back/buildlink3.mk3
-rw-r--r--x11/gnustep-back/distinfo10
-rw-r--r--x11/gnustep-back/patches/patch-aa6
5 files changed, 24 insertions, 22 deletions
diff --git a/x11/gnustep-back/Makefile b/x11/gnustep-back/Makefile
index 32e51a7034d..2fef66b732a 100644
--- a/x11/gnustep-back/Makefile
+++ b/x11/gnustep-back/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2005/06/01 18:03:28 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2005/07/29 12:59:50 adam Exp $
-DISTNAME= gnustep-back-0.9.6
+DISTNAME= gnustep-back-0.10.0
CATEGORIES= x11 gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
@@ -13,10 +13,11 @@ CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
pre-install:
${INSTALL_DATA_DIR} ${GNUSTEP_SYSTEM_ROOT}/Library/Fonts
+.include "../../devel/pkg-config/buildlink3.mk"
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/glitz/buildlink3.mk"
.include "../../graphics/libart2/buildlink3.mk"
.include "../../x11/gnustep-gui/buildlink3.mk"
-.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/gnustep-back/PLIST b/x11/gnustep-back/PLIST
index 736ca36e591..7ca476d8b3f 100644
--- a/x11/gnustep-back/PLIST
+++ b/x11/gnustep-back/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.8 2005/04/18 08:46:52 adam Exp $
-share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/English.lproj/nfontFaceNames.strings
-share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/Info-gnustep.plist
-share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/Swedish.lproj/nfontFaceNames.strings
-share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/libgnustep-back
-share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/stamp.make
+@comment $NetBSD: PLIST,v 1.9 2005/07/29 12:59:50 adam Exp $
+share/GNUstep/System/Library/Bundles/libgnustep-back-010.bundle/Resources/English.lproj/nfontFaceNames.strings
+share/GNUstep/System/Library/Bundles/libgnustep-back-010.bundle/Resources/Info-gnustep.plist
+share/GNUstep/System/Library/Bundles/libgnustep-back-010.bundle/Resources/Swedish.lproj/nfontFaceNames.strings
+share/GNUstep/System/Library/Bundles/libgnustep-back-010.bundle/libgnustep-back-010
+share/GNUstep/System/Library/Bundles/libgnustep-back-010.bundle/stamp.make
share/GNUstep/System/Library/Documentation/man/man1/gpbs.1
share/GNUstep/System/Library/Fonts/Helvetica.nfont/FontInfo.plist
share/GNUstep/System/Library/Fonts/Helvetica.nfont/n019003l.afm
@@ -34,10 +34,10 @@ share/GNUstep/System/Tools/font_cacher
share/GNUstep/System/Tools/gpbs
@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Tools
@comment in devel/gnustep-base: @dirrm share/GNUstep/System/Library/Documentation/man/man1
-@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/Swedish.lproj
-@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources/English.lproj
-@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle/Resources
-@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back.bundle
@dirrm share/GNUstep/System/Library/Fonts/Helvetica.nfont
@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Fonts
@comment in devel/gnustep-make: @dirrm share/GNUstep/System/Library/Bundles
+@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-010.bundle/Resources/Swedish.lproj
+@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-010.bundle/Resources/English.lproj
+@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-010.bundle/Resources
+@dirrm share/GNUstep/System/Library/Bundles/libgnustep-back-010.bundle
diff --git a/x11/gnustep-back/buildlink3.mk b/x11/gnustep-back/buildlink3.mk
index ea722508dff..69b56088435 100644
--- a/x11/gnustep-back/buildlink3.mk
+++ b/x11/gnustep-back/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2004/11/16 06:13:15 rh Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2005/07/29 12:59:50 adam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GNUSTEP_BACK_BUILDLINK3_MK:= ${GNUSTEP_BACK_BUILDLINK3_MK}+
@@ -18,6 +18,7 @@ BUILDLINK_PKGSRCDIR.gnustep-back?= ../../x11/gnustep-back
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/glitz/buildlink3.mk"
.include "../../graphics/libart2/buildlink3.mk"
.include "../../x11/gnustep-gui/buildlink3.mk"
diff --git a/x11/gnustep-back/distinfo b/x11/gnustep-back/distinfo
index cb640beaefb..e88bddfbace 100644
--- a/x11/gnustep-back/distinfo
+++ b/x11/gnustep-back/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2005/05/16 08:59:57 rh Exp $
+$NetBSD: distinfo,v 1.12 2005/07/29 12:59:50 adam Exp $
-SHA1 (gnustep-back-0.9.6.tar.gz) = 8d614dcda32bb18b3f43114e1a9c3283700f1334
-RMD160 (gnustep-back-0.9.6.tar.gz) = 3677f4e8d36b76a04114ce34ed9abb2779307893
-Size (gnustep-back-0.9.6.tar.gz) = 820228 bytes
-SHA1 (patch-aa) = cd01033d18e07d0cfe690f53ff6cea8d768e586b
+SHA1 (gnustep-back-0.10.0.tar.gz) = c33dd52537f8da66f9f0c54466d07b496951347f
+RMD160 (gnustep-back-0.10.0.tar.gz) = 934ce2aa1a7773034b331495c4763b655de36b5c
+Size (gnustep-back-0.10.0.tar.gz) = 814928 bytes
+SHA1 (patch-aa) = 44fa9bb3ffd98a45885e750082909a47c349d29c
diff --git a/x11/gnustep-back/patches/patch-aa b/x11/gnustep-back/patches/patch-aa
index 44730c64562..816cee85118 100644
--- a/x11/gnustep-back/patches/patch-aa
+++ b/x11/gnustep-back/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2003/12/05 10:15:23 adam Exp $
+$NetBSD: patch-aa,v 1.2 2005/07/29 12:59:50 adam Exp $
---- Tools/GNUmakefile.postamble.orig 2003-11-05 18:21:18.000000000 +0100
+--- Tools/GNUmakefile.postamble.orig 2005-07-01 20:43:10.000000000 +0000
+++ Tools/GNUmakefile.postamble
-@@ -32,8 +32,6 @@ after-install::
+@@ -50,8 +50,6 @@ after-install::
for file in $(MAN1_PAGES) __done; do \
if [ $$file != __done ]; then \
$(INSTALL_DATA) $$file $(GNUSTEP_DOCUMENTATION_MAN)/man1/$$file; \