public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Ruppert (idl0r)" <idl0r@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-pcd: vdr-pcd-0.9.ebuild ChangeLog
Date: Wed,  6 Apr 2011 17:20:39 +0000 (UTC)	[thread overview]
Message-ID: <20110406172039.9366220054@flycatcher.gentoo.org> (raw)

idl0r       11/04/06 17:20:39

  Modified:             vdr-pcd-0.9.ebuild ChangeLog
  Log:
  Use the new ffmpeg virtual, bug 362103. QA Fix: Assign RDEPEND. Switch to EAPI 3 and use src_prepare instead of src_unpack.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  media-plugins/vdr-pcd/vdr-pcd-0.9.ebuild

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

Index: vdr-pcd-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-pcd/vdr-pcd-0.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vdr-pcd-0.9.ebuild	16 Jun 2010 12:25:44 -0000	1.5
+++ vdr-pcd-0.9.ebuild	6 Apr 2011 17:20:39 -0000	1.6
@@ -1,6 +1,8 @@
-# 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-pcd/vdr-pcd-0.9.ebuild,v 1.5 2010/06/16 12:25:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-pcd/vdr-pcd-0.9.ebuild,v 1.6 2011/04/06 17:20:39 idl0r Exp $
+
+EAPI="3"
 
 inherit vdr-plugin flag-o-matic
 
@@ -14,15 +16,16 @@
 IUSE=""
 
 DEPEND=">=media-video/vdr-1.4.4
-		>=media-video/ffmpeg-0.4.9_p20070616"
+		>=virtual/ffmpeg-0.4.9_p20070616"
+RDEPEND="${DEPEND}"
 
-src_unpack() {
-	vdr-plugin_src_unpack
+src_prepare() {
+	vdr-plugin_src_prepare
 
-	cd "${S}"
-	if has_version ">=media-video/ffmpeg-0.4.9_p20080326" ; then
+	if has_version ">=virtual/ffmpeg-0.4.9_p20080326" ; then
 		sed -e "s:ffmpeg/avcodec.h:libavcodec/avcodec.h:" -i mpeg.h
 	fi
+
 	# UINT64_C is needed by ffmpeg headers
 	append-flags -D__STDC_CONSTANT_MACROS
 }



1.4                  media-plugins/vdr-pcd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-pcd/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	16 Jun 2010 12:25:44 -0000	1.3
+++ ChangeLog	6 Apr 2011 17:20:39 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-pcd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-pcd/ChangeLog,v 1.3 2010/06/16 12:25:44 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-pcd/ChangeLog,v 1.4 2011/04/06 17:20:39 idl0r Exp $
+
+  06 Apr 2011; Christian Ruppert <idl0r@gentoo.org> vdr-pcd-0.9.ebuild:
+  Use the new ffmpeg virtual, bug 362103. QA Fix: Assign RDEPEND. Switch to
+  EAPI 3 and use src_prepare instead of src_unpack.
 
   16 Jun 2010; Alexis Ballier <aballier@gentoo.org> vdr-pcd-0.9.ebuild:
   fix build with ffmpeg >= 0.6






             reply	other threads:[~2011-04-06 17:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-06 17:20 Christian Ruppert (idl0r) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-01-08 15:25 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-pcd: vdr-pcd-0.9.ebuild ChangeLog Joerg Bornkessel (hd_brummy)
2013-06-17 19:20 Tomas Chvatal (scarabeus)
2013-01-26 14:44 Alexis Ballier (aballier)
2010-06-16 12:25 Alexis Ballier (aballier)
2008-03-29 14:50 Joerg Bornkessel (hd_brummy)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110406172039.9366220054@flycatcher.gentoo.org \
    --to=idl0r@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox