diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-05-01 01:25:35 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-05-01 01:25:35 +0000 |
commit | 55e818406442e64d1e15cc406ed4f41686c3df97 (patch) | |
tree | 9dc17158c2ce6a888cc77d41e1bae4d1ec4dd1b1 /games-arcade/ultrastar-ng | |
parent | Fixed python-2.6 issue again and again, bug #255210. (diff) | |
download | historical-55e818406442e64d1e15cc406ed4f41686c3df97.tar.gz historical-55e818406442e64d1e15cc406ed4f41686c3df97.tar.bz2 historical-55e818406442e64d1e15cc406ed4f41686c3df97.zip |
Add missing patch from bug #267316.
Package-Manager: portage-2.1.6.11_p13577/cvs/Linux i686
Diffstat (limited to 'games-arcade/ultrastar-ng')
-rw-r--r-- | games-arcade/ultrastar-ng/Manifest | 10 | ||||
-rw-r--r-- | games-arcade/ultrastar-ng/files/ultrastar-ng-0.2.1-bash4.patch | 132 |
2 files changed, 142 insertions, 0 deletions
diff --git a/games-arcade/ultrastar-ng/Manifest b/games-arcade/ultrastar-ng/Manifest index 2d2ae332aae9..552a31aa9245 100644 --- a/games-arcade/ultrastar-ng/Manifest +++ b/games-arcade/ultrastar-ng/Manifest @@ -1,6 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + AUX ultrastar-ng-0.2.1-bash4.patch 2467 RMD160 38c7af7d2743b3393a485f16c03b8c436e312418 SHA1 69cae2971fd62ff7a1e51dc4237d997f6db31b3e SHA256 b2281ad0ed1626fd5a194798ab77a8c6b45b441302baa3fa98d0279c64da96e5 DIST UltraStar-ng-0.2.1.tar.gz 1687366 RMD160 6ab305e67eabda09951a0e459798c7a66e11d801 SHA1 d0a2bfd8622825ea9f0f7694cdaf1d5f78c50dae SHA256 a93daad488c07217512fbf6a2f5ded39cf71664736dd3a33a725241838554d6d DIST ultrastar-songs-2.tar.bz2 15571726 RMD160 9b4eea4862728ad1fbfc1e5d462f4afd4d6e89fc SHA1 25d2392775bfa27f48cd201eebb6e3eb2c96c3b2 SHA256 645b460367df95697756a1ed02e01593e9aa3e77a4ce6ef1b9f334c37b1c6a03 EBUILD ultrastar-ng-0.2.1-r1.ebuild 2275 RMD160 e9aa33526f5e18564924a19d72b06a5a8b37f58e SHA1 88ada0b65f0f0b72144c9448af8f307eca7e7c29 SHA256 3221bae0cd827d2ee3dc342332b8ae681eff4716364411850c097435e1c907a0 MISC ChangeLog 1428 RMD160 d1b26314a62a51f0d20b9c3b4fc3e64a0297a154 SHA1 83d0d0fe018b126bf4c392421b350f61092336d4 SHA256 da8570dbb74177a80348514123791f369df031e23cacc40af9f66476f8a91f18 MISC metadata.xml 381 RMD160 2aa3b651d0c921334a985cabb9a8c147ac439044 SHA1 cf288d5c9e6e1716a3902f1edfac8c17b8d74c79 SHA256 830b30f0b8d2f1c0a5f0f9aaf4d96961928c8fca77505cfaf2fc685be75e8056 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.11 (GNU/Linux) + +iEYEARECAAYFAkn6T+sACgkQ/ejvha5XGaMrJACfc7M2xlE7zR1lFE4lMb91iyRI +YdAAoItWCZlB8zS1IQEbyQnqcvGSgY2p +=DOcg +-----END PGP SIGNATURE----- diff --git a/games-arcade/ultrastar-ng/files/ultrastar-ng-0.2.1-bash4.patch b/games-arcade/ultrastar-ng/files/ultrastar-ng-0.2.1-bash4.patch new file mode 100644 index 000000000000..e4141138fd80 --- /dev/null +++ b/games-arcade/ultrastar-ng/files/ultrastar-ng-0.2.1-bash4.patch @@ -0,0 +1,132 @@ +--- configure.in.orig 2007-11-05 12:58:20.000000000 +0100 ++++ configure.in 2009-04-24 13:20:01.000000000 +0200 +@@ -191,7 +191,8 @@ + $ac_includes_default + /* cairo headers */ + #include <cairo.h> +-USNG_EOF) ++USNG_EOF ++) + AC_SUBST(CAIRO_FLAGS) + AC_SUBST(CAIRO_LIBS) + +@@ -203,7 +204,8 @@ + /* libxml2 headers */ + #include <libxml/parser.h> + #include <libxml/tree.h> +-USNG_EOF) ++USNG_EOF ++) + AC_SUBST(XML_FLAGS) + AC_SUBST(XML_LIBS) + +@@ -219,7 +221,8 @@ + /* other SDL headers */ + #include <SDL/SDL_image.h> + #include <SDL/SDL_rotozoom.h> +-USNG_EOF) ++USNG_EOF ++) + AC_SUBST(SDL_FLAGS) + AC_SUBST(SDL_LIBS) + +@@ -230,7 +233,8 @@ + $ac_includes_default + /* pango cairo headers */ + #include <pango/pangocairo.h> +-USNG_EOF) ++USNG_EOF ++) + AC_SUBST(PANGOCAIRO_FLAGS) + AC_SUBST(PANGOCAIRO_LIBS) + +@@ -364,7 +368,8 @@ + /* video headers */ + #define USE_GSTREAMER_VIDEO 1 + #include <gst/gst.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + xine*) + VIDEO_FLAGS=`xine-config --cflags` +@@ -374,7 +379,8 @@ + /* video headers */ + #define USE_LIBXINE_VIDEO 1 + #include <xine.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + smpeg*) + VIDEO_FLAGS="" +@@ -384,7 +390,8 @@ + /* video headers */ + #define USE_SMPEG 1 + #include <smpeg/smpeg.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + no*) + ;; +@@ -428,7 +435,8 @@ + /* video headers */ + #define USE_LIBXINE_AUDIO 1 + #include <xine.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + gstreamer*) + AUDIO_FLAGS=`pkg-config --cflags gstreamer-0.10` +@@ -438,7 +446,8 @@ + /* video headers */ + #define USE_GSTREAMER_AUDIO 1 + #include <gst/gst.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + no*) + AC_MSG_ERROR("I'm sure you wish audio in this game please install eather xine or gstreamer") +@@ -485,7 +494,8 @@ + #define USE_LIBRSVG 1 + #include <librsvg/rsvg.h> + #include <librsvg/rsvg-cairo.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + cairo*) + SVG_FLAGS=`pkg-config --cflags libsvg-cairo` +@@ -496,7 +506,8 @@ + #define USE_LIBSVG_CAIRO 1 + #include <svg.h> + #include <svg-cairo.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + no*) + AC_MSG_ERROR("Ultrstar-ng doesn't support non svg rendering please install eather cairo-svg or librsvg") +@@ -513,7 +524,8 @@ + $ac_includes_default + /* graphic driver */ + #define USE_SDL 1 +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + opengl*) + GL_LIBS="-lGL -lGLU" +@@ -522,7 +534,8 @@ + /* graphic driver */ + #define USE_OPENGL 1 + #include <SDL/SDL_opengl.h> +- USNG_EOF) ++ USNG_EOF ++ ) + ;; + esac + |