public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-xine: vdr-xine-0.9.4-r1.ebuild ChangeLog
@ 2013-01-27 16:57 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Bornkessel (hd_brummy) @ 2013-01-27 16:57 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    13/01/27 16:57:24

  Modified:             ChangeLog
  Added:                vdr-xine-0.9.4-r1.ebuild
  Log:
  fixed i18n issues; eapi=5; vdr-plugin-2.eclass; compilefix >=vdr-1.7.33
  
  (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 34C2808A)

Revision  Changes    Path
1.3                  media-plugins/vdr-xine/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	10 Jan 2012 21:50:41 -0000	1.2
+++ ChangeLog	27 Jan 2013 16:57:24 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/vdr-xine
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/ChangeLog,v 1.2 2012/01/10 21:50:41 idl0r Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/ChangeLog,v 1.3 2013/01/27 16:57:24 hd_brummy Exp $
+
+*vdr-xine-0.9.4-r1 (27 Jan 2013)
+
+  27 Jan 2013; Joerg Bornkessel <hd_brummy@gentoo.org>
+  +vdr-xine-0.9.4-r1.ebuild:
+  fixed i18n issues; eapi=5; vdr-plugin-2.eclass; compilefix >=vdr-1.7.33
 
   10 Jan 2012; Christian Ruppert <idl0r@gentoo.org> vdr-xine-0.9.4.ebuild:
   Install MANUAL



1.1                  media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: vdr-xine-0.9.4-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild,v 1.1 2013/01/27 16:57:24 hd_brummy Exp $

EAPI="5"

inherit vdr-plugin-2

DESCRIPTION="VDR plugin: for 'software only' playback using xine"
HOMEPAGE="http://home.vr-web.de/~rnissl/"
SRC_URI="http://home.vr-web.de/~rnissl/${P}.tgz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="yaepg"

COMMON_DEP=">=media-video/vdr-1.5.7
	>=media-libs/xine-lib-1.1.8[vdr]"
DEPEND="${COMMON_DEP}"
RDEPEND="${COMMON_DEP}
	media-video/mjpegtools
	media-libs/netpbm
	media-video/y4mscaler"

src_prepare() {
	epatch "${FILESDIR}/${P}-gentoo.diff"
	epatch "${FILESDIR}/${P}-build-system.patch"

	use yaepg && sed -i Makefile -e "s:#VDR_XINE_SET_VIDEO_WINDOW:VDR_XINE_SET_VIDEO_WINDOW:"

	vdr-plugin-2_src_prepare

	if has_version ">=media-video/vdr-1.7.33"; then
		sed -e "s:pid == patPmtParser.PmtPid():patPmtParser.IsPmtPid(pid):" \
			-i xineDevice.c
	fi

	# remove i18n crap
	sed -e "s:^#include[[:space:]]*\"xineI18n.h\"::" -i xine.c

	BUILD_PARAMS="VDR_XINE_FIFO_DIR=/var/vdr/xine"
}

src_install() {
	vdr-plugin-2_src_install

	dobin xineplayer || die

	insinto /usr/share/vdr/xine
	doins data/* || die

	dodoc MANUAL
}

pkg_postinst() {
	vdr-plugin-2_pkg_postinst

	if [[ -d ${ROOT}/etc/vdr/plugins/xine ]]; then
		ewarn "You have a leftover directory of vdr-xine."
		ewarn "You can safely remove it with:"
		ewarn "# rm -rf /etc/vdr/plugins/xine"
	fi
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-xine: vdr-xine-0.9.4-r1.ebuild ChangeLog
@ 2014-04-12 12:47 Daniel Pielmeier (billie)
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Pielmeier (billie) @ 2014-04-12 12:47 UTC (permalink / raw
  To: gentoo-commits

billie      14/04/12 12:47:44

  Modified:             vdr-xine-0.9.4-r1.ebuild ChangeLog
  Log:
  Remove dependency on media-video/y4mscaler which is scheduled for removal as it is now part of media-video/mjpegtools (#492886).
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)

Revision  Changes    Path
1.2                  media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild?r1=1.1&r2=1.2

Index: vdr-xine-0.9.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-xine-0.9.4-r1.ebuild	27 Jan 2013 16:57:24 -0000	1.1
+++ vdr-xine-0.9.4-r1.ebuild	12 Apr 2014 12:47:44 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild,v 1.1 2013/01/27 16:57:24 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild,v 1.2 2014/04/12 12:47:44 billie Exp $
 
 EAPI="5"
 
@@ -19,9 +19,8 @@
 	>=media-libs/xine-lib-1.1.8[vdr]"
 DEPEND="${COMMON_DEP}"
 RDEPEND="${COMMON_DEP}
-	media-video/mjpegtools
-	media-libs/netpbm
-	media-video/y4mscaler"
+	>=media-video/mjpegtools-2.1.0
+	media-libs/netpbm"
 
 src_prepare() {
 	epatch "${FILESDIR}/${P}-gentoo.diff"



1.7                  media-plugins/vdr-xine/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	23 Feb 2014 21:10:57 -0000	1.6
+++ ChangeLog	12 Apr 2014 12:47:44 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-xine
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/ChangeLog,v 1.6 2014/02/23 21:10:57 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/ChangeLog,v 1.7 2014/04/12 12:47:44 billie Exp $
+
+  12 Apr 2014; Daniel Pielmeier <billie@gentoo.org> vdr-xine-0.9.4-r1.ebuild:
+  Remove dependency on media-video/y4mscaler which is scheduled for removal as
+  it is now part of media-video/mjpegtools (#492886).
 
   23 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org> -vdr-xine-0.9.4.ebuild:
   cleanup old, depended on vdr-plugin.eclass





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-12 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-12 12:47 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-xine: vdr-xine-0.9.4-r1.ebuild ChangeLog Daniel Pielmeier (billie)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-27 16:57 Joerg Bornkessel (hd_brummy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox