From 9664bee729d487bcc0a0bc35859f8e13d5421c75 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 26 Sep 2012 01:10:42 +0000 Subject: Slackware 14.0 Wed Sep 26 01:10:42 UTC 2012 Slackware 14.0 x86_64 stable is released! We're perfectionists here at Slackware, so this release has been a long time a-brewing. But we think you'll agree that it was worth the wait. Slackware 14.0 combines modern components, ease of use, and flexible configuration... our "KISS" philosophy demands it. The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware project by picking up a copy from store.slackware.com. We're taking pre-orders now, and offer a discount if you sign up for a subscription. Thanks to everyone who helped make this happen. The Slackware team, the upstream developers, and (of course) the awesome Slackware user community. Have fun! :-) --- source/l/gegl/gegl.SlackBuild | 7 ++++--- source/l/gegl/slack-desc | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'source/l/gegl') diff --git a/source/l/gegl/gegl.SlackBuild b/source/l/gegl/gegl.SlackBuild index d0d299111..5cf8e63b3 100755 --- a/source/l/gegl/gegl.SlackBuild +++ b/source/l/gegl/gegl.SlackBuild @@ -68,7 +68,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# I'm not sure about --enable-sse CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ @@ -76,10 +75,12 @@ CFLAGS="$SLKCFLAGS" \ --docdir=/usr/doc/gegl-$VERSION \ --enable-gtk-doc \ --disable-docs \ - --enable-mmx \ - --disable-sse \ --build=$ARCH-slackware-linux || exit 1 +# Trust defaults: +# --enable-mmx \ +# --disable-sse \ + make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 diff --git a/source/l/gegl/slack-desc b/source/l/gegl/slack-desc index 0d7e598b7..75eea8ad7 100644 --- a/source/l/gegl/slack-desc +++ b/source/l/gegl/slack-desc @@ -11,7 +11,7 @@ gegl: gegl: GEGL (Generic Graphics Library) is a graph based image processing gegl: framework. gegl: -gegl: GEGL provides infratructure to do demand based cached non destructive +gegl: GEGL provides infrastructure to do demand based cached non destructive gegl: image editing on larger than RAM buffers. Through babl it provides gegl: support for a wide range of color models and pixel storage formats for gegl: input and output. -- cgit v1.2.3