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
commit95733ed50ed635c57d83c55c5712db91f2322a63 (patch)
treea21c2852f66867fe5bb1bb26ed16db7f38431ff8 /media-libs
parentMark 2.2.30 stable on alpha #120488 (diff)
downloadgentoo-2-95733ed50ed635c57d83c55c5712db91f2322a63.tar.gz
gentoo-2-95733ed50ed635c57d83c55c5712db91f2322a63.tar.bz2
gentoo-2-95733ed50ed635c57d83c55c5712db91f2322a63.zip
old
(Portage version: 2.0.54)
Diffstat (limited to 'media-libs')
-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
4 files changed, 0 insertions, 132 deletions
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 ./
-}