diff options
author | Olivier Crête <tester@gentoo.org> | 2006-01-02 15:35:14 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2006-01-02 15:35:14 +0000 |
commit | e66752dd1972475ea8b2cacf9eb86805328b3911 (patch) | |
tree | 7658047863ee803c8a3bad0179aaa26dbd35ff50 /media-libs/libmp4v2 | |
parent | Stable on sparc wrt #116181 (diff) | |
download | gentoo-2-e66752dd1972475ea8b2cacf9eb86805328b3911.tar.gz gentoo-2-e66752dd1972475ea8b2cacf9eb86805328b3911.tar.bz2 gentoo-2-e66752dd1972475ea8b2cacf9eb86805328b3911.zip |
Disabled sdl-config check, fixing bug #117450, thanks dsd
(Portage version: 2.0.53)
Diffstat (limited to 'media-libs/libmp4v2')
-rw-r--r-- | media-libs/libmp4v2/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libmp4v2/files/mpeg4ip-1.4.1-disable-sdl-test.patch | 18 | ||||
-rw-r--r-- | media-libs/libmp4v2/libmp4v2-1.4.1.ebuild | 5 |
3 files changed, 27 insertions, 4 deletions
diff --git a/media-libs/libmp4v2/ChangeLog b/media-libs/libmp4v2/ChangeLog index d32b3efb00ff..33688274684c 100644 --- a/media-libs/libmp4v2/ChangeLog +++ b/media-libs/libmp4v2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libmp4v2 -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmp4v2/ChangeLog,v 1.7 2005/12/29 21:57:38 tester Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmp4v2/ChangeLog,v 1.8 2006/01/02 15:35:14 tester Exp $ + + 02 Jan 2006; Olivier Crête <tester@gentoo.org> + +files/mpeg4ip-1.4.1-disable-sdl-test.patch, libmp4v2-1.4.1.ebuild: + Disabled sdl-config check, fixing bug #117450, thanks dsd 22 Dec 2005; Markus Rothe <corsair@gentoo.org> libmp4v2-1.4.1.ebuild: Added ~ppc64; bug #116022 diff --git a/media-libs/libmp4v2/files/mpeg4ip-1.4.1-disable-sdl-test.patch b/media-libs/libmp4v2/files/mpeg4ip-1.4.1-disable-sdl-test.patch new file mode 100644 index 000000000000..51b51c77397e --- /dev/null +++ b/media-libs/libmp4v2/files/mpeg4ip-1.4.1-disable-sdl-test.patch @@ -0,0 +1,18 @@ +--- mpeg4ip-1.4.1/bootstrap.orig 2006-01-02 15:16:28.000000000 +0000 ++++ mpeg4ip-1.4.1/bootstrap 2006-01-02 15:16:41.000000000 +0000 +@@ -35,15 +35,6 @@ if (test ! -f "$MPEG4IP_SRC/configure") + fi + + target_system=`uname -s` +-if sdl-config --version >/dev/null 2>/dev/null +- then +- echo "SDL appears to be installed" +-else +- echo "SDL does not appear to be installed - install the SDL development package" +- echo "You must have sdl-config in your path to continue" +- exit 1 +-fi +- + allargs="$@" + set -x + diff --git a/media-libs/libmp4v2/libmp4v2-1.4.1.ebuild b/media-libs/libmp4v2/libmp4v2-1.4.1.ebuild index 25294052b2b5..016846b562fb 100644 --- a/media-libs/libmp4v2/libmp4v2-1.4.1.ebuild +++ b/media-libs/libmp4v2/libmp4v2-1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmp4v2/libmp4v2-1.4.1.ebuild,v 1.7 2005/12/22 19:30:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmp4v2/libmp4v2-1.4.1.ebuild,v 1.8 2006/01/02 15:35:14 tester Exp $ inherit multilib eutils @@ -24,6 +24,7 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/mpeg4ip-${PV}-disable-faac-test.patch + epatch ${FILESDIR}/mpeg4ip-${PV}-disable-sdl-test.patch } src_compile() { |