summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-01 19:03:51 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-07-01 19:03:51 +0000
commitdfec0ceface9408b109ab9e5245ebd4871298bb8 (patch)
tree1afcbd867a1fb07021c40707845a8dee9bc5e1da /media-video
parentalpha/amd64/arm/mips/ppc/ppc64/sh/sparc/x86 stable, pull old version. (diff)
downloadgentoo-2-dfec0ceface9408b109ab9e5245ebd4871298bb8.tar.gz
gentoo-2-dfec0ceface9408b109ab9e5245ebd4871298bb8.tar.bz2
gentoo-2-dfec0ceface9408b109ab9e5245ebd4871298bb8.zip
Add prerelease snapshot of xine-ui, with a few more fixes.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/xine-ui/ChangeLog8
-rw-r--r--media-video/xine-ui/files/digest-xine-ui-0.99.5_pre200607013
-rw-r--r--media-video/xine-ui/xine-ui-0.99.5_pre20060701.ebuild86
3 files changed, 96 insertions, 1 deletions
diff --git a/media-video/xine-ui/ChangeLog b/media-video/xine-ui/ChangeLog
index 45baf7318f40..cccaf67e95a9 100644
--- a/media-video/xine-ui/ChangeLog
+++ b/media-video/xine-ui/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-video/xine-ui
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.126 2006/06/30 23:41:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.127 2006/07/01 19:03:51 flameeyes Exp $
+
+*xine-ui-0.99.5_pre20060701 (01 Jul 2006)
+
+ 01 Jul 2006; Diego Pettenò <flameeyes@gentoo.org>
+ +xine-ui-0.99.5_pre20060701.ebuild:
+ Add prerelease snapshot of xine-ui, with a few more fixes.
30 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
xine-ui-0.99.4-r5.ebuild, xine-ui-0.99.4-r6.ebuild:
diff --git a/media-video/xine-ui/files/digest-xine-ui-0.99.5_pre20060701 b/media-video/xine-ui/files/digest-xine-ui-0.99.5_pre20060701
new file mode 100644
index 000000000000..4fa8a04f5310
--- /dev/null
+++ b/media-video/xine-ui/files/digest-xine-ui-0.99.5_pre20060701
@@ -0,0 +1,3 @@
+MD5 e5c4ed9b74f13e689ed2be24aa7d6e6f xine-ui-0.99.5_pre20060701.tar.bz2 1935427
+RMD160 759f0ef35ffa5ff5629c9665d8b0989026b0d95b xine-ui-0.99.5_pre20060701.tar.bz2 1935427
+SHA256 d1bf5791f36ef3d80cddff61480d7e0a2854912de827fa75d025ed8c1b1e7e49 xine-ui-0.99.5_pre20060701.tar.bz2 1935427
diff --git a/media-video/xine-ui/xine-ui-0.99.5_pre20060701.ebuild b/media-video/xine-ui/xine-ui-0.99.5_pre20060701.ebuild
new file mode 100644
index 000000000000..2b4b2bf8812e
--- /dev/null
+++ b/media-video/xine-ui/xine-ui-0.99.5_pre20060701.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.5_pre20060701.ebuild,v 1.1 2006/07/01 19:03:51 flameeyes Exp $
+
+inherit eutils toolchain-funcs flag-o-matic autotools
+
+#PATCHLEVEL="11"
+DESCRIPTION="Xine movie player"
+HOMEPAGE="http://xine.sourceforge.net/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+# mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="X nls lirc aalib libcaca readline curl ncurses vdr xinerama debug"
+
+RDEPEND=">=media-libs/libpng-1.2.8
+ >=media-libs/xine-lib-1.1.0
+ lirc? ( app-misc/lirc )
+ aalib? ( media-libs/aalib )
+ libcaca? ( media-libs/libcaca )
+ curl? ( >=net-misc/curl-7.10.2 )
+ ncurses? ( sys-libs/ncurses )
+ X? ( || ( (
+ x11-libs/libX11
+ x11-libs/libXrender
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libXext
+ x11-libs/libXxf86vm
+ x11-libs/libXv
+ x11-libs/libXtst
+ x11-libs/libXft
+ xinerama? ( x11-libs/libXinerama )
+ ) virtual/x11 ) )
+ nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )
+ X? ( || ( (
+ x11-base/xorg-server
+ x11-libs/libX11
+ x11-libs/libXt
+ x11-proto/xextproto
+ x11-proto/xproto
+ x11-proto/xf86vidmodeproto
+ xinerama? ( x11-proto/xineramaproto )
+ ) virtual/x11 ) )
+ dev-util/pkgconfig"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ # EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
+
+ # AT_M4DIR="m4" eautoreconf
+}
+
+src_compile() {
+ rm misc/xine-bugreport
+
+ [[ $(gcc-major-version)$(gcc-minor-version) -ge 41 ]] && \
+ append-flags -fvisibility=hidden
+
+ econf \
+ $(use_enable lirc) \
+ $(use_enable nls) \
+ $(use_enable vdr vdr-keys) \
+ $(use_enable xinerama) \
+ $(use_enable debug) \
+ $(use_with X x) \
+ $(use_with aalib) \
+ $(use_with libcaca) \
+ $(use_with curl) \
+ $(use_with readline) \
+ $(use_with ncurses) \
+ || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" docsdir="/usr/share/doc/${PF}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README
+}