Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/smc/files: smc-1.4-link-libpng.patch digest-smc-1.4
Date: Sun, 30 Dec 2007 02:20:59
Message-Id: E1J8nnG-00077o-P2@stork.gentoo.org
1 nyhm 07/12/30 02:20:50
2
3 Added: smc-1.4-link-libpng.patch digest-smc-1.4
4 Log:
5 Version bump
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.1 games-arcade/smc/files/smc-1.4-link-libpng.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/smc/files/smc-1.4-link-libpng.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/smc/files/smc-1.4-link-libpng.patch?rev=1.1&content-type=text/plain
13
14 Index: smc-1.4-link-libpng.patch
15 ===================================================================
16 Index: configure.ac
17 ===================================================================
18 --- configure.ac (revision 907)
19 +++ configure.ac (working copy)
20 @@ -26,6 +26,10 @@
21 CPPFLAGS="$CPPFLAGS $SDL_CFLAGS"
22 LIBS="$LIBS $SDL_LIBS"
23
24 +# Check for libpng
25 +AC_CHECK_LIB(png, png_init_io, ,
26 + AC_MSG_ERROR([Unable to find libpng]))
27 +
28 # Check for SDL_image library
29 AC_CHECK_LIB(SDL_image, IMG_LoadPNG_RW, ,
30 AC_MSG_ERROR([Unable to find the SDL_image library with PNG support]))
31
32
33
34 1.1 games-arcade/smc/files/digest-smc-1.4
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/smc/files/digest-smc-1.4?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/smc/files/digest-smc-1.4?rev=1.1&content-type=text/plain
38
39 Index: digest-smc-1.4
40 ===================================================================
41 MD5 bb007603c723eddd6ccb007cc5f01cd6 SMC_music_4.0_high.zip 29959059
42 RMD160 7ce06d59f73755e26a33cb786cf10cdb949c9d41 SMC_music_4.0_high.zip 29959059
43 SHA256 5fd3c4b1f09a7c9ceef4b4a5e42bd3ece4278f7fbc034871478f78bd54e377b0 SMC_music_4.0_high.zip 29959059
44 MD5 39250214ee0892cd9f015c43878b34fb smc-1.4_no_music.tar.bz2 23982216
45 RMD160 2eeb1f094e0f4c0425c9234ed6031c2fecd0a369 smc-1.4_no_music.tar.bz2 23982216
46 SHA256 d3d16aeb01a15d5afbed6fbc8a6dce62060ef1e7fcb68a0c4439c2efa5c74a9d smc-1.4_no_music.tar.bz2 23982216
47
48
49
50 --
51 gentoo-commits@g.o mailing list