summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/xine-lib/ChangeLog5
-rw-r--r--media-libs/xine-lib/xine-lib-1.2.9999.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/media-libs/xine-lib/ChangeLog b/media-libs/xine-lib/ChangeLog
index 005c0c44c915..c303a794f2a1 100644
--- a/media-libs/xine-lib/ChangeLog
+++ b/media-libs/xine-lib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/xine-lib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.657 2012/01/11 18:35:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.658 2012/01/14 16:52:16 idl0r Exp $
+
+ 14 Jan 2012; Christian Ruppert <idl0r@gentoo.org> xine-lib-1.2.9999.ebuild:
+ Add support for custom user patches.
11 Jan 2012; Jeroen Roovers <jer@gentoo.org> xine-lib-1.2.0-r1.ebuild:
Marked ~hppa (bug #397531).
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