]> git.pld-linux.org Git - packages/ghostscript.git/commitdiff
- added lvga256 to --with svgalib version
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 19 Feb 2001 23:05:03 +0000 (23:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ghostscript-find_devs.sh -> 1.5
    ghostscript.spec -> 1.51

ghostscript-find_devs.sh
ghostscript.spec

index c09698ba6ecc135b8d2a819a6b0ceeec4083cb0e..764927250fd836803f843691bcfd66c9355788cb 100755 (executable)
@@ -21,7 +21,7 @@ shift
 BLACKLIST="$@"
 BLACKLIST="$BLACKLIST ali atiw cirr tseng tvga" # MSDOS - direct hw access.
 BLACKLIST="$BLACKLIST vesa s3vga"
-BLACKLIST="$BLACKLIST lvga256 herc ega vga svga16 pe"
+BLACKLIST="$BLACKLIST herc ega vga svga16 pe"
 BLACKLIST="$BLACKLIST att3b1"                  # Console - who needs it?!
 BLACKLIST="$BLACKLIST sonyfb"                  # Sony Frame Buffer device.
 BLACKLIST="$BLACKLIST nwp533"                  # Sony NWP-533.
index 5aacaa8d1f0368eefb331e9ab0d3fb69ab49f607..955fc4d76468448ffae378826b7cfa4861519069 100644 (file)
@@ -14,6 +14,7 @@ Release:      3
 Vendor:                Aladdin Enterprises <bug-gs@aladdin.com>
 Copyright:     Aladdin Free Public License
 Group:         Applications/Graphics
+Group(de):     Applikationen/Grafik
 Group(pl):     Aplikacje/Grafika
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/ghostscript/%{name}-%{version}.tar.bz2
 Source1:       http://www.ozemail.com.au/~geoffk/pdfencrypt/pdf_sec.ps
@@ -96,16 +97,16 @@ install %{SOURCE3} .
        docdir=%{_datadir}/doc/%{name}-%{version} \
        DEVICE_DEVS16="`/bin/sh %{SOURCE3} devs.mak \
 %ifarch sparc sparc64 alpha
-               vgalib \
+               vgalib lvga256\
 %else
-               %{!?bcond_on_svgalib:vgalib} \
+               %{!?bcond_on_svgalib:vgalib lvga256} \
 %endif
                `" \
        DEVICE_DEVS17="`/bin/sh %{SOURCE3} contrib.mak \
 %ifarch sparc sparc64 alpha
-               vgalib \
+               vgalib lvga256\
 %else
-               %{!?bcond_on_svgalib:vgalib} \
+               %{!?bcond_on_svgalib:vgalib lvga256} \
 %endif
                `"
 
This page took 0.111637 seconds and 4 git commands to generate.