public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-osdpip: ChangeLog vdr-osdpip-0.0.10.ebuild
@ 2008-05-04  4:21 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Schwarzott (zzam) @ 2008-05-04  4:21 UTC (permalink / raw
  To: gentoo-commits

zzam        08/05/04 04:21:00

  Modified:             ChangeLog
  Added:                vdr-osdpip-0.0.10.ebuild
  Log:
  Version bumped. This version has own support for newer ffmpeg.
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.7                  media-plugins/vdr-osdpip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	28 Apr 2008 19:17:57 -0000	1.6
+++ ChangeLog	4 May 2008 04:21:00 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/vdr-osdpip
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.6 2008/04/28 19:17:57 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.7 2008/05/04 04:21:00 zzam Exp $
+
+*vdr-osdpip-0.0.10 (04 May 2008)
+
+  04 May 2008; Matthias Schwarzott <zzam@gentoo.org>
+  +vdr-osdpip-0.0.10.ebuild:
+  Version bumped. This version has own support for newer ffmpeg.
 
 *vdr-osdpip-0.0.9 (28 Apr 2008)
 



1.1                  media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild?rev=1.1&content-type=text/plain

Index: vdr-osdpip-0.0.10.ebuild
===================================================================
# Copyright 2003-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v 1.1 2008/05/04 04:21:00 zzam Exp $

inherit vdr-plugin

DESCRIPTION="VDR plugin: Show another channel in the OSD"
HOMEPAGE="http://www.magoa.net/linux"
SRC_URI="http://home.arcor.de/andreas.regel/files/osdpip/${P}.tgz"

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

DEPEND=">=media-video/vdr-1.4.0
	>=media-libs/libmpeg2-0.4.0
	>=media-video/ffmpeg-0.4.8
	"

#PATCHES=("${FILESDIR}/${P}-vdr-1.5.0.diff")

src_unpack() {
	vdr-plugin_src_unpack

	sed -i Makefile \
	  -e 's+^FFMDIR.*$+FFMDIR = /usr/include/ffmpeg+' \
	  -e 's+-I\$(FFMDIR)/libavcodec+-I$(FFMDIR)+' \
	  -e 's+-L\$(FFMDIR)/libavcodec++'

	if has_version ">=media-video/ffmpeg-0.4.9_p20080326" ; then
		#epatch "${FILESDIR}/${P}-ffmpeg-0.4.9_p20080326-new_header.diff"
		sed -i Makefile -e 's/#WITH_NEW_FFMPEG_HEADERS/WITH_NEW_FFMPEG_HEADERS/'
	fi
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-osdpip: ChangeLog vdr-osdpip-0.0.10.ebuild
@ 2009-09-22  5:28 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2009-09-22  5:28 UTC (permalink / raw
  To: gentoo-commits

aballier    09/09/22 05:28:32

  Modified:             ChangeLog vdr-osdpip-0.0.10.ebuild
  Log:
  fix build with latest ffmpeg
  (Portage version: 2.2_rc41/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 media-plugins/vdr-osdpip/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	17 Dec 2008 06:28:21 -0000	1.9
+++ ChangeLog	22 Sep 2009 05:28:32 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-osdpip
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.9 2008/12/17 06:28:21 ssuominen Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.10 2009/09/22 05:28:32 aballier Exp $
+
+  22 Sep 2009; Alexis Ballier <aballier@gentoo.org>
+  vdr-osdpip-0.0.10.ebuild, +files/vdr-osdpip-0.0.10-avutil50.patch:
+  fix build with latest ffmpeg
 
   17 Dec 2008; <ssuominen@gentoo.org> vdr-osdpip-0.0.10.ebuild:
   x86 stable, because current stable doesn't link against -lswscale.



1.3                  media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild?r1=1.2&r2=1.3

Index: vdr-osdpip-0.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdr-osdpip-0.0.10.ebuild	17 Dec 2008 06:28:21 -0000	1.2
+++ vdr-osdpip-0.0.10.ebuild	22 Sep 2009 05:28:32 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 2003-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v 1.2 2008/12/17 06:28:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v 1.3 2009/09/22 05:28:32 aballier Exp $
 
 inherit vdr-plugin
 
@@ -19,6 +19,7 @@
 	"
 
 #PATCHES=("${FILESDIR}/${P}-vdr-1.5.0.diff")
+PATCHES=( "${FILESDIR}/${P}-avutil50.patch" )
 
 src_unpack() {
 	vdr-plugin_src_unpack






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-osdpip: ChangeLog vdr-osdpip-0.0.10.ebuild
@ 2010-06-16 12:29 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2010-06-16 12:29 UTC (permalink / raw
  To: gentoo-commits

aballier    10/06/16 12:29:30

  Modified:             ChangeLog vdr-osdpip-0.0.10.ebuild
  Log:
  fix build with ffmpeg >= 0.6
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 media-plugins/vdr-osdpip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	22 Sep 2009 05:28:32 -0000	1.10
+++ ChangeLog	16 Jun 2010 12:29:30 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-osdpip
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.10 2009/09/22 05:28:32 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.11 2010/06/16 12:29:30 aballier Exp $
+
+  16 Jun 2010; Alexis Ballier <aballier@gentoo.org>
+  vdr-osdpip-0.0.10.ebuild:
+  fix build with ffmpeg >= 0.6
 
   22 Sep 2009; Alexis Ballier <aballier@gentoo.org>
   vdr-osdpip-0.0.10.ebuild, +files/vdr-osdpip-0.0.10-avutil50.patch:



1.4                  media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild

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

Index: vdr-osdpip-0.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr-osdpip-0.0.10.ebuild	22 Sep 2009 05:28:32 -0000	1.3
+++ vdr-osdpip-0.0.10.ebuild	16 Jun 2010 12:29:30 -0000	1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v 1.3 2009/09/22 05:28:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v 1.4 2010/06/16 12:29:30 aballier Exp $
 
-inherit vdr-plugin
+inherit vdr-plugin flag-o-matic
 
 DESCRIPTION="VDR plugin: Show another channel in the OSD"
 HOMEPAGE="http://www.magoa.net/linux"
@@ -33,4 +33,6 @@
 		#epatch "${FILESDIR}/${P}-ffmpeg-0.4.9_p20080326-new_header.diff"
 		sed -i Makefile -e 's/#WITH_NEW_FFMPEG_HEADERS/WITH_NEW_FFMPEG_HEADERS/'
 	fi
+	# UINT64_C is needed by ffmpeg headers
+	append-flags -D__STDC_CONSTANT_MACROS
 }






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-osdpip: ChangeLog vdr-osdpip-0.0.10.ebuild
@ 2011-04-06 17:16 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Ruppert (idl0r) @ 2011-04-06 17:16 UTC (permalink / raw
  To: gentoo-commits

idl0r       11/04/06 17:16:53

  Modified:             ChangeLog vdr-osdpip-0.0.10.ebuild
  Log:
  Use the new ffmpeg virtual, bug 362101. QA Fix: Assign DEPEND.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 media-plugins/vdr-osdpip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	16 Jun 2010 12:29:30 -0000	1.11
+++ ChangeLog	6 Apr 2011 17:16:53 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/vdr-osdpip
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.11 2010/06/16 12:29:30 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/ChangeLog,v 1.12 2011/04/06 17:16:53 idl0r Exp $
+
+  06 Apr 2011; Christian Ruppert <idl0r@gentoo.org> vdr-osdpip-0.0.10.ebuild:
+  Use the new ffmpeg virtual, bug 362101. QA Fix: Assign DEPEND.
 
   16 Jun 2010; Alexis Ballier <aballier@gentoo.org>
   vdr-osdpip-0.0.10.ebuild:



1.5                  media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild?r1=1.4&r2=1.5

Index: vdr-osdpip-0.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vdr-osdpip-0.0.10.ebuild	16 Jun 2010 12:29:30 -0000	1.4
+++ vdr-osdpip-0.0.10.ebuild	6 Apr 2011 17:16:53 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v 1.4 2010/06/16 12:29:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdpip/vdr-osdpip-0.0.10.ebuild,v 1.5 2011/04/06 17:16:53 idl0r Exp $
 
 inherit vdr-plugin flag-o-matic
 
@@ -15,8 +15,8 @@
 
 DEPEND=">=media-video/vdr-1.4.0
 	>=media-libs/libmpeg2-0.4.0
-	>=media-video/ffmpeg-0.4.9
-	"
+	>=virtual/ffmpeg-0.4.9"
+RDEPEND="${DEPEND}"
 
 #PATCHES=("${FILESDIR}/${P}-vdr-1.5.0.diff")
 PATCHES=( "${FILESDIR}/${P}-avutil50.patch" )
@@ -29,7 +29,7 @@
 	  -e 's+-I\$(FFMDIR)/libavcodec+-I$(FFMDIR)+' \
 	  -e 's+-L\$(FFMDIR)/libavcodec++'
 
-	if has_version ">=media-video/ffmpeg-0.4.9_p20080326" ; then
+	if has_version ">=virtual/ffmpeg-0.4.9_p20080326" ; then
 		#epatch "${FILESDIR}/${P}-ffmpeg-0.4.9_p20080326-new_header.diff"
 		sed -i Makefile -e 's/#WITH_NEW_FFMPEG_HEADERS/WITH_NEW_FFMPEG_HEADERS/'
 	fi






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

end of thread, other threads:[~2011-04-06 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-06 17:16 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-osdpip: ChangeLog vdr-osdpip-0.0.10.ebuild Christian Ruppert (idl0r)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-16 12:29 Alexis Ballier (aballier)
2009-09-22  5:28 Alexis Ballier (aballier)
2008-05-04  4:21 Matthias Schwarzott (zzam)

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