diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-06-22 15:51:47 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-06-22 15:51:47 +0000 |
commit | 193cdb14218d1d427cd3a49085b471c1e4a0a982 (patch) | |
tree | 7ed071fa4cd80039c02a73197e93384c07439e12 /media-video | |
parent | Fix bug #449968 by flameeyes. Remove old. (diff) | |
download | gentoo-2-193cdb14218d1d427cd3a49085b471c1e4a0a982.tar.gz gentoo-2-193cdb14218d1d427cd3a49085b471c1e4a0a982.tar.bz2 gentoo-2-193cdb14218d1d427cd3a49085b471c1e4a0a982.zip |
Apply libav9 patch wrt last commit, i added it to cvs but not to the ebuild. Grmbl.
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/motion/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/motion/motion-3.2.12-r2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-video/motion/ChangeLog b/media-video/motion/ChangeLog index 8c09f64b68b8..669816d4ae03 100644 --- a/media-video/motion/ChangeLog +++ b/media-video/motion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/motion # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.43 2013/06/17 18:41:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.44 2013/06/22 15:51:47 scarabeus Exp $ + + 22 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> motion-3.2.12-r2.ebuild: + Apply libav9 patch wrt last commit, i added it to cvs but not to the ebuild. + Grmbl. 17 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> +files/ffmpeg-1.patch, +files/ffmpeg-2.patch, +files/ffmpeg-3.patch, +files/ffmpeg-4.patch, diff --git a/media-video/motion/motion-3.2.12-r2.ebuild b/media-video/motion/motion-3.2.12-r2.ebuild index ac5398c73b53..9c2af1a50fb1 100644 --- a/media-video/motion/motion-3.2.12-r2.ebuild +++ b/media-video/motion/motion-3.2.12-r2.ebuild @@ -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/motion/motion-3.2.12-r2.ebuild,v 1.5 2013/06/17 18:41:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.6 2013/06/22 15:51:47 scarabeus Exp $ EAPI=4 inherit eutils user @@ -35,6 +35,7 @@ src_prepare() { "${FILESDIR}"/ffmpeg-3.patch \ "${FILESDIR}"/ffmpeg-4.patch \ "${FILESDIR}"/ffmpeg-5.patch \ + "${FILESDIR}"/libav-9.patch \ "${FILESDIR}"/${P}-workaround-v4l1_deprecation.patch } |