diff options
author | Dror Levin <spatz@gentoo.org> | 2011-01-19 20:41:45 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2011-01-19 20:41:45 +0000 |
commit | 7e5c475c86ac7d0031d19076c4d071dbd6dc9471 (patch) | |
tree | 47e7d32443d9ebc6a04f8b866ce69d7f3adb7b50 /media-video/motion | |
parent | Change dep to virtual/jpeg, bug 347979. (diff) | |
download | historical-7e5c475c86ac7d0031d19076c4d071dbd6dc9471.tar.gz historical-7e5c475c86ac7d0031d19076c4d071dbd6dc9471.tar.bz2 historical-7e5c475c86ac7d0031d19076c4d071dbd6dc9471.zip |
Change dep to virtual/jpeg, bug 347977.
Package-Manager: portage-2.2.0_alpha17/cvs/Linux x86_64
Diffstat (limited to 'media-video/motion')
-rw-r--r-- | media-video/motion/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/motion/motion-3.2.11.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/motion/ChangeLog b/media-video/motion/ChangeLog index 078dc9ff0741..52ef6765d638 100644 --- a/media-video/motion/ChangeLog +++ b/media-video/motion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/motion -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.30 2010/06/17 20:27:47 patrick Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.31 2011/01/19 20:41:45 spatz Exp $ + + 19 Jan 2011; Dror Levin <spatz@gentoo.org> motion-3.2.11.1.ebuild: + Change dep to virtual/jpeg, bug 347977. 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> motion-3.2.11.1.ebuild: Migrating away from deprecated postgres virtuals diff --git a/media-video/motion/motion-3.2.11.1.ebuild b/media-video/motion/motion-3.2.11.1.ebuild index 44221db63236..115ca1cc9564 100644 --- a/media-video/motion/motion-3.2.11.1.ebuild +++ b/media-video/motion/motion-3.2.11.1.ebuild @@ -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-video/motion/motion-3.2.11.1.ebuild,v 1.5 2010/06/17 20:27:47 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.11.1.ebuild,v 1.6 2011/01/19 20:41:45 spatz Exp $ EAPI=2 inherit eutils @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 ~ppc ~x86" IUSE="ffmpeg mysql postgres v4l" RDEPEND="sys-libs/zlib - media-libs/jpeg + virtual/jpeg ffmpeg? ( media-video/ffmpeg ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base )" |