summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-01-27 04:24:38 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-01-27 04:24:38 +0000
commit2c8c35d1bd6a419cc4e812a45672a3bbba9c9e23 (patch)
treeb9d719ae53013a98caf1c20e196e89b4d0144395 /media-libs/libsdl
parentMark 2.2.30 stable on alpha #120488 (diff)
downloadhistorical-2c8c35d1bd6a419cc4e812a45672a3bbba9c9e23.tar.gz
historical-2c8c35d1bd6a419cc4e812a45672a3bbba9c9e23.tar.bz2
historical-2c8c35d1bd6a419cc4e812a45672a3bbba9c9e23.zip
old
Package-Manager: portage-2.0.54
Diffstat (limited to 'media-libs/libsdl')
-rw-r--r--media-libs/libsdl/Manifest4
-rw-r--r--media-libs/libsdl/files/1.2.6-alsa-1.0.0.patch15
-rw-r--r--media-libs/libsdl/files/1.2.6-nobuggy-X.patch13
-rw-r--r--media-libs/libsdl/files/digest-libsdl-1.2.6-r31
-rw-r--r--media-libs/libsdl/libsdl-1.2.6-r3.ebuild103
5 files changed, 0 insertions, 136 deletions
diff --git a/media-libs/libsdl/Manifest b/media-libs/libsdl/Manifest
index 420c695e0984..cae248ec5347 100644
--- a/media-libs/libsdl/Manifest
+++ b/media-libs/libsdl/Manifest
@@ -1,6 +1,4 @@
MD5 127b282d3208f71fe8d03b18d414091c ChangeLog 15138
-MD5 0c2020ec3ce37ea0612064c52d1014b1 files/1.2.6-alsa-1.0.0.patch 557
-MD5 4f1ce33c931d461bed06277f60341085 files/1.2.6-nobuggy-X.patch 568
MD5 71a857d2bbcc34c4807638eb5d710f2e files/1.2.7-26headers.patch 1017
MD5 206ddd08dd3e33819d03245d11af3014 files/1.2.7-gcc34.patch 8196
MD5 e71ab5ce20cb7c70631a59f9d209cce1 files/1.2.7-joystick.patch 1317
@@ -14,7 +12,6 @@ MD5 4e92be33d24fa96149b0e68eb916e259 files/1.2.8-gcc4.patch 6875
MD5 60ecfde6cc7b734ef03b93357c537674 files/1.2.8-keyrepeat.patch 598
MD5 e0c6c6ffc15475282fc864b8f52f0abf files/1.2.8-linux26.patch 1268
MD5 4f1ce33c931d461bed06277f60341085 files/1.2.8-nobuggy-X.patch 568
-MD5 b66ce90b8939cef871c1c9b065fc0658 files/digest-libsdl-1.2.6-r3 62
MD5 2e9d99f7ab858b5a64d124abea4565b9 files/digest-libsdl-1.2.7-r3 62
MD5 4ce5ec18eafcf0b1c6caf31c9f67cb1d files/digest-libsdl-1.2.8-r1 62
MD5 614874c27d89a83dba0cf9754f6fad6e files/digest-libsdl-1.2.9 62
@@ -35,7 +32,6 @@ MD5 5133fc3223d62fd0a24e9343c5520b69 files/libsdl-1.2.9-endian-cvs-updates.patch
MD5 27b5c7cf673424d9c9ce5e26d5031385 files/libsdl-1.2.9-gcc-mmx.patch 15320
MD5 1aec1ecf1921c28a0b02c6e47c35b192 files/libsdl-1.2.9-no-exec-stack.patch 1146
MD5 7335dd719002ab81477446278b2f786f files/libsdl-1.2.9-sdl-blit-mmx-check.patch 551
-MD5 39ea3c7b2e0ed9dd50ff4368cf272620 libsdl-1.2.6-r3.ebuild 3014
MD5 9d408bc00468d47211d02072479e2134 libsdl-1.2.7-r3.ebuild 3959
MD5 0f27c7fa8eb7147511ec0b2e97ba0811 libsdl-1.2.8-r1.ebuild 5127
MD5 fdd3f1af45e13348e17a7777cefbc345 libsdl-1.2.9-r1.ebuild 4767
diff --git a/media-libs/libsdl/files/1.2.6-alsa-1.0.0.patch b/media-libs/libsdl/files/1.2.6-alsa-1.0.0.patch
deleted file mode 100644
index 8c5366e48a29..000000000000
--- a/media-libs/libsdl/files/1.2.6-alsa-1.0.0.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ur SDL-1.2.6-orig/src/audio/alsa/SDL_alsa_audio.h SDL-1.2.6/src/audio/alsa/SDL_alsa_audio.h
---- SDL-1.2.6-orig/src/audio/alsa/SDL_alsa_audio.h 2002-06-08 12:42:11.000000000 -0500
-+++ SDL-1.2.6/src/audio/alsa/SDL_alsa_audio.h 2003-12-07 17:50:47.103963328 -0600
-@@ -24,6 +24,11 @@
- #define _ALSA_PCM_audio_h
-
- #include "SDL_sysaudio.h"
-+#include <alsa/version.h>
-+# if SND_LIB_MAJOR==1
-+#define ALSA_PCM_OLD_HW_PARAMS_API
-+#define ALSA_PCM_NEW_HW_PARAMS_API
-+# endif
- #include <alsa/asoundlib.h>
-
- /* Hidden "this" pointer for the video functions */
diff --git a/media-libs/libsdl/files/1.2.6-nobuggy-X.patch b/media-libs/libsdl/files/1.2.6-nobuggy-X.patch
deleted file mode 100644
index 50f1297590a4..000000000000
--- a/media-libs/libsdl/files/1.2.6-nobuggy-X.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- SDL-1.2.6.orig/src/video/x11/SDL_x11modes.c 2003-12-16 05:00:33.000000000 +0100
-+++ SDL-1.2.6/src/video/x11/SDL_x11modes.c 2003-12-16 05:01:42.000000000 +0100
-@@ -323,10 +323,6 @@
- fclose(metro_fp);
- }
- }
--#if defined(__alpha__) || defined(__sparc64__) || defined(__powerpc__)
-- /* The alpha, sparc64 and PPC XFree86 servers are also buggy */
-- buggy_X11 = 1;
--#endif
- /* Enumerate the available fullscreen modes */
- if ( ! buggy_X11 ) {
- if ( SDL_NAME(XF86VidModeQueryExtension)(SDL_Display, &vm_event, &vm_error) &&
diff --git a/media-libs/libsdl/files/digest-libsdl-1.2.6-r3 b/media-libs/libsdl/files/digest-libsdl-1.2.6-r3
deleted file mode 100644
index 60f049c77fe5..000000000000
--- a/media-libs/libsdl/files/digest-libsdl-1.2.6-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9011f147f23ec535515291d0c9c6904c SDL-1.2.6.tar.gz 2042700
diff --git a/media-libs/libsdl/libsdl-1.2.6-r3.ebuild b/media-libs/libsdl/libsdl-1.2.6-r3.ebuild
deleted file mode 100644
index 53e1273cdd9e..000000000000
--- a/media-libs/libsdl/libsdl-1.2.6-r3.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.6-r3.ebuild,v 1.17 2005/12/17 03:31:16 vapier Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Simple Direct Media Layer"
-HOMEPAGE="http://www.libsdl.org/"
-SRC_URI="http://www.libsdl.org/release/SDL-${PV}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips"
-IUSE="oss alsa esd arts nas X dga xv xinerama fbcon directfb ggi svga aalib opengl noaudio novideo nojoystick"
-# if you disable audio/video/joystick and something breaks, you pick up the pieces
-
-RDEPEND="!noaudio? ( >=media-libs/audiofile-0.1.9 )
- alsa? ( media-libs/alsa-lib )
- esd? ( >=media-sound/esound-0.2.19 )
- arts? ( kde-base/arts )
- nas? ( media-libs/nas virtual/x11 )
- X? ( virtual/x11 )
- directfb? ( >=dev-libs/DirectFB-0.9.19 )
- ggi? ( >=media-libs/libggi-2.0_beta3 )
- svga? ( >=media-libs/svgalib-1.4.2 )
- aalib? ( media-libs/aalib )
- opengl? ( virtual/opengl )"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
- # Removed temporarily
- #x86? ( dev-lang/nasm )"
-
-S=${WORKDIR}/SDL-${PV}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-fullscreen.patch #31235
- epatch ${FILESDIR}/${PV}-alsa-1.0.0.patch #35049
- epatch ${FILESDIR}/${PV}-nobuggy-X.patch #30089
-
- sed -i \
- -e 's:head -1:head -n 1:' configure \
- || die "sed configure failed"
- if use nas && ! use X ; then #32447
- sed -i \
- -e 's:-DNAS_SUPPORT:-DNAS_SUPPORT -I/usr/X11R6/include:' \
- -e 's:-laudio:-laudio -L/usr/X11R6/lib:' \
- configure || die "nas sed hack failed"
- fi
-
- epunt_cxx
-}
-
-src_compile() {
- local myconf=""
- use noaudio && myconf="${myconf} --disable-audio"
- use novideo \
- && myconf="${myconf} --disable-video" \
- || myconf="${myconf} --enable-video-dummy"
- use nojoystick && myconf="${myconf} --disable-joystick"
-
- # filtering -fomit-frame-pointer as per bug #82618
- filter-flags -fomit-frame-pointer
-
- # asm is b0rken in 1.2.6
- # http://www.libsdl.org/pipermail/sdl/2003-October/057304.html
- # `use_enable x86 nasm` \
- econf \
- --enable-events \
- --enable-cdrom \
- --enable-threads \
- --enable-timers \
- --enable-endian \
- --enable-file \
- `use_enable oss` \
- `use_enable alsa` \
- `use_enable esd` \
- `use_enable arts` \
- `use_enable nas` \
- --disable-nasm \
- `use_enable X video-x11` \
- `use_enable dga` \
- `use_enable xv video-x11-xv` \
- `use_enable xinerama video-x11-xinerama` \
- `use_enable dga video-dga` \
- `use_enable fbcon video-fbcon` \
- `use_enable directfb video-directfb` \
- `use_enable ggi video-ggi` \
- `use_enable svga video-svga` \
- `use_enable aalib video-aalib` \
- `use_enable opengl video-opengl` \
- ${myconf} || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "make install failed"
- dosed "s:-pthread::g" /usr/$(get_libdir)/libSDL.la # Bug 34804
- # $(get_libdir) fixed BUG #65495.
- dodoc BUGS CREDITS README README-SDL.txt README.CVS TODO WhatsNew
- dohtml -r ./
-}