From: "Luca Barbato (lu_zero)" <lu_zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/libav: ChangeLog libav-0.8.5.ebuild
Date: Thu, 17 Jan 2013 10:55:55 +0000 (UTC) [thread overview]
Message-ID: <20130117105555.D5C9B2171D@flycatcher.gentoo.org> (raw)
lu_zero 13/01/17 10:55:55
Modified: ChangeLog libav-0.8.5.ebuild
Log:
Support newer libcdio-paranoia
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 1191738E)
Revision Changes Path
1.134 media-video/libav/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?r1=1.133&r2=1.134
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog 17 Jan 2013 10:38:23 -0000 1.133
+++ ChangeLog 17 Jan 2013 10:55:55 -0000 1.134
@@ -1,6 +1,10 @@
# ChangeLog for media-video/libav
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.133 2013/01/17 10:38:23 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.134 2013/01/17 10:55:55 lu_zero Exp $
+
+ 17 Jan 2013; Luca Barbato <lu_zero@gentoo.org> libav-0.8.5.ebuild,
+ +files/libav-0.8.5-support-libcdio-paranoia.patch:
+ Support newer libcdio-paranoia
17 Jan 2013; Luca Barbato <lu_zero@gentoo.org>
+files/0001-libcdio-support-recent-cdio-paranoia.patch, libav-9.1.ebuild:
1.7 media-video/libav/libav-0.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.5.ebuild?r1=1.6&r2=1.7
Index: libav-0.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libav-0.8.5.ebuild 16 Jan 2013 20:05:22 -0000 1.6
+++ libav-0.8.5.ebuild 17 Jan 2013 10:55:55 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.5.ebuild,v 1.6 2013/01/16 20:05:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.5.ebuild,v 1.7 2013/01/17 10:55:55 lu_zero Exp $
EAPI=5
@@ -47,7 +47,8 @@
alsa? ( media-libs/alsa-lib )
amr? ( media-libs/opencore-amr )
bzip2? ( app-arch/bzip2 )
- cdio? ( dev-libs/libcdio )
+ cdio? ( || ( dev-libs/libcdio-paranoia
+ <dev-libs/libcdio-0.90[-minimal] ) )
dirac? ( media-video/dirac )
encode? (
aac? ( media-libs/vo-aacenc )
@@ -106,6 +107,7 @@
if [[ ${PV%_p*} != ${PV} ]]; then
sed -i -e "s/UNKNOWN/DATE-${PV#*_pre}/" "${S}/version.sh" || die
fi
+ epatch "${FILESDIR}"/$P-support-libcdio-paranoia.patch
}
src_configure() {
next reply other threads:[~2013-01-17 10:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-17 10:55 Luca Barbato (lu_zero) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-01-16 18:20 [gentoo-commits] gentoo-x86 commit in media-video/libav: ChangeLog libav-0.8.5.ebuild Jeroen Roovers (jer)
2013-01-15 16:24 Sergey Popov (pinkbyte)
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=20130117105555.D5C9B2171D@flycatcher.gentoo.org \
--to=lu_zero@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