open-src/driver/xf86-video-mga/Makefile
changeset 1265 0b5cc5c013e4
parent 1250 4dfdf9474e61
child 1299 66d477fdb4ca
equal deleted inserted replaced
1264:a3323e4f263f 1265:0b5cc5c013e4
    27 
    27 
    28 # Package name used in tarballs
    28 # Package name used in tarballs
    29 MODULE_NAME=xf86-video-mga
    29 MODULE_NAME=xf86-video-mga
    30 
    30 
    31 # Version number (used in path names)
    31 # Version number (used in path names)
    32 MODULE_VERSION=1.4.13
    32 MODULE_VERSION=1.5.0
    33 
    33 
    34 # Checksums for upstream tarball
    34 # Checksums for upstream tarball
    35 TARBALL_MD5  = f967fb3e655f6f68aa3f495eaadcaac2
    35 TARBALL_MD5   = ff7a9d63978f538a7d5ff5dafe431562
    36 TARBALL_SHA1 = 55aa185cf381def4b5905c8b93694b8dfbd5c378
    36 TARBALL_SHA1  = de82e4dc8d05fe1306498e3067f9e65479cfa5a1
       
    37 TARBALL_SHA256= ca983d780dd90115c0599980a7a83425b5e4eeb16f2e8c7fed15823fcbe7830e
    37 
    38 
    38 # Patches to apply to source after unpacking, in order
    39 # Patches to apply to source after unpacking, in order
    39 SOURCE_PATCHES = no-hal.patch \
    40 SOURCE_PATCHES = \
    40 		7027761.patch,-p1 \
    41 		g200se_pilot3_offscreen.patch,-p1 \
    41 		g200se_pilot3_memory_bandwidth.patch \
    42 		sparc.patch,-p1
    42 		g200se_pilot3_offscreen.patch \
       
    43 		sparc.patch \
       
    44 		g200se_pilot3_memory_sizing.patch \
       
    45 		7150315.patch
       
    46 
    43 
    47 # Man pages to apply Sun footer to & attributes to list
    44 # Man pages to apply Sun footer to & attributes to list
    48 SUNTOUCHED_MANPAGES=man/*.man
    45 SUNTOUCHED_MANPAGES=man/*.man
    49 MODULE_STABILITY=Volatile
    46 MODULE_STABILITY=Volatile
    50 
    47