summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2012-01-14 16:52:16 +0000
committerChristian Ruppert <idl0r@gentoo.org>2012-01-14 16:52:16 +0000
commitbf8feadba4dbbcf794cc64439a4ae76db2e624f0 (patch)
treec1de1891feab9b86da9b6808ea1003652f03ade4 /media-libs/xine-lib/xine-lib-1.2.9999.ebuild
parentx86 stable, bug #393007 (diff)
downloadgentoo-2-bf8feadba4dbbcf794cc64439a4ae76db2e624f0.tar.gz
gentoo-2-bf8feadba4dbbcf794cc64439a4ae76db2e624f0.tar.bz2
gentoo-2-bf8feadba4dbbcf794cc64439a4ae76db2e624f0.zip
Add support for custom user patches
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-libs/xine-lib/xine-lib-1.2.9999.ebuild')
-rw-r--r--media-libs/xine-lib/xine-lib-1.2.9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild
index 0737bd98cf38..628b0dcdb68a 100644
--- a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.9 2012/01/05 09:57:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.10 2012/01/14 16:52:16 idl0r Exp $
EAPI=4
@@ -8,7 +8,7 @@ unset _live_inherits
if [[ ${PV} == *9999* ]]; then
EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"
- _live_inherits="autotools mercurial"
+ _live_inherits="autotools mercurial eutils"
else
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
@@ -116,6 +116,8 @@ src_prepare() {
sed -i -e '/define VDR_ABS_FIFO_DIR/s|".*"|"/var/vdr/xine"|' src/vdr/input_vdr.c || die
if [[ ${PV} == *9999* ]]; then
+ epatch_user
+
eautopoint
eautoreconf
else