ChangeLog

# ChangeLog for media-video/motioneye
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/motioneye/ChangeLog,v 1.12 2007/11/27 12:04:16 zzam Exp $

27 Nov 2007; Matthias Schwarzott
motioneye-1.3-r1.ebuild:
Fixed quoting.

22 Jul 2007; Donnie Berkholz ;
motioneye-1.3-r1.ebuild:
Drop virtual/x11 references.

22 Feb 2007; Piotr Jaroszyński ChangeLog:
Transition to Manifest2.

10 Jan 2007; Diego Pettenò metadata.xml:
Add missing email address for herd with name != alias.

26 Jan 2006; Robin H. Johnson
motioneye-1.3-r1.ebuild:
Fix modular-X deps properly. "use? || (...)" is not valid, it should be
"use? ( || (...) )".

25 Jan 2006; Patrick Kursawe -motioneye-1.3.ebuild:
No need to have two ~x86 versions in the tree.

*motioneye-1.3-r1 (23 Jan 2006)

23 Jan 2006; Patrick Kursawe
-files/motioneye-1.2-Makefile.diff, -motioneye-1.2.ebuild,
+motioneye-1.3-r1.ebuild:
Porting to modular X

*motioneye-1.3 (26 Aug 2005)

26 Aug 2005; Patrick Kursawe +motioneye-1.3.ebuild:
Version bump. Using custom CFLAGS now, patch no longer needed.

09 Jun 2004; Aron Griffis motioneye-1.2.ebuild:
Fix use invocation

27 Apr 2004; Aron Griffis motioneye-1.2.ebuild:
Add inherit eutils

*motioneye-1.2 (29 Sep 2003)

29 Sep 2003; Patrick Kursawe metadata.xml,
motioneye-1.2.ebuild, files/motioneye-1.2-Makefile.diff:
Initial import, suggested in bug 28071

Manifest

DIST motioneye-1.3.tar.bz2 8816 RMD160 acddebf06f9f727cd21458989a832da270ddb036 SHA1 30a3c5725c4a963e8626fed2e90cf9d43c463761 SHA256 e6f91f85889d6fc9733f578e213a0008d1c5f4fe8af669f861886bc6b3134006
EBUILD motioneye-1.3-r1.ebuild 814 RMD160 a5fe68f95f2656b14708d22931ec26d538671394 SHA1 518ab56323bba21b6850aae1d0d9870873ef38b9 SHA256 418d267cc7c937ec23296d7b8b027a350940dc5e9394c8451a96f1d181fec493
MISC ChangeLog 1704 RMD160 a5e3d433b5922031546a2807969735488a1279ec SHA1 84c0dc94919f92d5c10d6170a078b91964a68c79 SHA256 a003fc01383565cf7b6bcb496850e0a344f09cb3123066ec5c76b727572a2872
MISC metadata.xml 414 RMD160 e91b56f0f97cc5873fb9b165a5c268c1fe5534da SHA1 0cc7982cdfee5e27933621dae5dce662dc61086f SHA256 2143de19dff26eceb039e19f696ddc75b46a22bee45a6cbc94f4334d494e4818

metadata.xml




video

media-video@gentoo.org


phosphan@gentoo.org
Committed ebuild on user request, don't have the right hardware for testing. Free for adoption.

motioneye-1.3-r1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/motioneye/motioneye-1.3-r1.ebuild,v 1.4 2007/11/27 12:04:16 zzam Exp $

inherit eutils

DESCRIPTION="ppm, jpeg or mjpeg grabber for the MotionEye camera on Sony VAIO Picturebooks."
HOMEPAGE="http://popies.net/meye/"
SRC_URI="http://popies.net/meye/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="X"
RDEPEND="X? ( x11-libs/libX11
media-libs/imlib )"

DEPEND="${RDEPEND}
sys-kernel/linux-headers
X? ( x11-proto/xextproto )
app-text/docbook-sgml-utils"

src_compile() {
if use X; then
export WITHX='yes'
else
export WITHX='no'
fi
emake WITH_X="${WITHX}" CFLAGS="${CFLAGS}" || die
}

src_install() {
exeinto /usr/bin
doexe motioneye
}