aballier 14/03/09 12:44:12 Modified: ChangeLog bombono-dvd-1.2.2.ebuild Log: fix build with ffmpeg2, bug #479104, patch by Helmut Jarausch (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.37 media-video/bombono-dvd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 8 Jul 2013 23:02:38 -0000 1.36 +++ ChangeLog 9 Mar 2014 12:44:12 -0000 1.37 @@ -1,6 +1,10 @@ # ChangeLog for media-video/bombono-dvd -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/ChangeLog,v 1.36 2013/07/08 23:02:38 chithanh Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/ChangeLog,v 1.37 2014/03/09 12:44:12 aballier Exp $ + + 09 Mar 2014; Alexis Ballier <[email protected]> bombono-dvd-1.2.2.ebuild, + +files/bombono-dvd-1.2.2-ffmpeg2.patch: + fix build with ffmpeg2, bug #479104, patch by Helmut Jarausch *bombono-dvd-1.2.2 (08 Jul 2013) 1.2 media-video/bombono-dvd/bombono-dvd-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.2.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.2.2.ebuild?r1=1.1&r2=1.2 Index: bombono-dvd-1.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bombono-dvd-1.2.2.ebuild 8 Jul 2013 23:02:38 -0000 1.1 +++ bombono-dvd-1.2.2.ebuild 9 Mar 2014 12:44:12 -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-video/bombono-dvd/bombono-dvd-1.2.2.ebuild,v 1.1 2013/07/08 23:02:38 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/bombono-dvd/bombono-dvd-1.2.2.ebuild,v 1.2 2014/03/09 12:44:12 aballier Exp $ EAPI=4 SCONS_MIN_VERSION="0.96.1" @@ -28,7 +28,7 @@ media-sound/twolame media-video/dvdauthor virtual/cdrtools - virtual/ffmpeg + >=virtual/ffmpeg-9 >=media-video/mjpegtools-1.8.0 x11-libs/gtk+:2 " @@ -45,6 +45,7 @@ PATCHES=( "${FILESDIR}/${PN}-1.0.1-cflags.patch" "${FILESDIR}/${PN}-1.2.0-cdrtools.patch" + "${FILESDIR}/${PN}-1.2.2-ffmpeg2.patch" ) src_configure() {
