summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-25 01:29:45 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-25 01:29:45 +0000
commit4a82977feba2a498d25aec292d2b7d6acd2540de (patch)
tree4e15de81b254821f6c29f7209fdd7e8ec8c478fe /media-libs/xvid/xvid-1.1.0-r1.ebuild
parentNew development snapshot. (diff)
downloadgentoo-2-4a82977feba2a498d25aec292d2b7d6acd2540de.tar.gz
gentoo-2-4a82977feba2a498d25aec292d2b7d6acd2540de.tar.bz2
gentoo-2-4a82977feba2a498d25aec292d2b7d6acd2540de.zip
Added patch to fix textrels on x86 thanks to PaX Team. See bug #90287.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'media-libs/xvid/xvid-1.1.0-r1.ebuild')
-rw-r--r--media-libs/xvid/xvid-1.1.0-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/xvid/xvid-1.1.0-r1.ebuild b/media-libs/xvid/xvid-1.1.0-r1.ebuild
index 01c696787efc..5c4e2f5381c9 100644
--- a/media-libs/xvid/xvid-1.1.0-r1.ebuild
+++ b/media-libs/xvid/xvid-1.1.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-1.1.0-r1.ebuild,v 1.1 2006/04/17 14:25:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-1.1.0-r1.ebuild,v 1.2 2006/04/25 01:29:45 flameeyes Exp $
inherit eutils fixheadtails autotools
@@ -8,7 +8,8 @@ MY_P=${PN}core-${PV/_beta/-beta}
DESCRIPTION="XviD, a high performance/quality MPEG-4 video de-/encoding solution"
HOMEPAGE="http://www.xvid.org/"
SRC_URI="http://downloads.xvid.org/downloads/${MY_P}.tar.bz2
- mirror://gentoo/${PN}-1.1.0-noexec-stack.patch.bz2"
+ mirror://gentoo/${PN}-1.1.0-noexec-stack.patch.bz2
+ mirror://gentoo/${P}-textrel.patch.bz2"
LICENSE="GPL-2"
SLOT="1"
@@ -28,6 +29,7 @@ src_unpack() {
epatch "${FILESDIR}/${PN}-1.1.0_beta2-altivec.patch"
epatch "${WORKDIR}/${PN}-1.1.0-noexec-stack.patch"
epatch "${FILESDIR}/${P}-3dnow.patch"
+ epatch "${DISTDIR}/${P}-textrel.patch.bz2"
cd ${S}
eautoreconf