ChangeLog

# ChangeLog for media-video/frameworks
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/frameworks/ChangeLog,v 1.7 2008/01/13 11:55:15 aballier Exp $

*frameworks-0.3.7 (13 Jan 2008)

13 Jan 2008; Alexis Ballier
+frameworks-0.3.7.ebuild:
version bump

13 Jan 2008; Alexis Ballier frameworks-0.3.6.ebuild:
add missing pkgconfig dep, bug #205572

13 Jan 2008; Alexis Ballier
-frameworks-0.3.4.ebuild:
remove old

27 Nov 2007; Matthias Schwarzott
frameworks-0.3.4.ebuild, frameworks-0.3.6.ebuild:
Fixed quoting.

*frameworks-0.3.6 (09 Nov 2006)

09 Nov 2006; Alexis Ballier
+frameworks-0.3.6.ebuild:
Added ~amd64, version bump wrt bug #102154

28 Jul 2005; David Holm frameworks-0.3.4.ebuild:
Added to ~ppc.

*frameworks-0.3.4 (28 Mar 2005)

28 Mar 2005; Chris White +metadata.xml,
+frameworks-0.3.4.ebuild:
Initial import into the tree. This closes bug #43586. Thanks to Dominik
Diesch for the ebuild.

Manifest

DIST frameworks-0.3.6.tar.gz 122311 RMD160 e5954a96c14657dd0b87d2fc830e71300abe0404 SHA1 1fa6fb01a3e09629493319d42aef4bf7eba13834 SHA256 dc69053f5417ad43d55a07bd5e6c9eedcbc4b7f5e83d5414ecb126420f822fe2
DIST frameworks-0.3.7.tar.gz 116266 RMD160 b63a877a4e477ed23993beaeda80326bd2c7cf1c SHA1 0d7629355c47283497246ee5d7aefdca99d1e7b8 SHA256 bf069ea0701c0d86485aa75bd7dc367acdc2efbb9a7aa425110b8cf473dd7f08
EBUILD frameworks-0.3.6.ebuild 687 RMD160 e59dbd3408bb2756d3ff5a7ca7311bef88bfb9ba SHA1 745504ac68609d61e65714e895d700a2950983e5 SHA256 d7f4dbdcfca791bea9ee0ddabd26b95cf0e1c4b7d18784e2b83efa2ebff63d5b
EBUILD frameworks-0.3.7.ebuild 688 RMD160 ddf4a641455f175091e6d5b66977853e7b89f87a SHA1 c5af544e5266cd177ba7f878724807f725d1f5c1 SHA256 4832eabedfe6070f867a05a852a2ad4c94c257388334da7b77ca1ced1fa86368
MISC ChangeLog 1158 RMD160 c829c41e3bb56fbc666bcc3fd5c2fcb4e64080e7 SHA1 6b672dbbba2e200135a24f9dd4ffa7693e8e2db9 SHA256 c915954709e5b1cae55218c555213582d42c7906ef7ca5a4d5a0b3ea4059ec19
MISC metadata.xml 374 RMD160 60a9c451ad71a782948753d930c05752f99a25e5 SHA1 959491b136da9545629f1150d82f860f5ea18cf4 SHA256 9e9ecdf87ea5b149499f698fb7b9bd98b699c1b8cb16a0a4c0cb2040739f14dd

frameworks-0.3.6.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/frameworks/frameworks-0.3.6.ebuild,v 1.3 2008/01/13 11:51:50 aballier Exp $

DESCRIPTION="A small v4l frame capture utility especially suited for stop motion animation."
SRC_URI="http://frameworks.polycrystal.org/release/${P}.tar.gz"
HOMEPAGE="http://frameworks.polycrystal.org"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~ppc ~x86 ~amd64"

IUSE=""
RDEPEND=">=gnome-base/libglade-2
>=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"

src_install () {
make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README TODO
}

frameworks-0.3.7.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/frameworks/frameworks-0.3.7.ebuild,v 1.1 2008/01/13 11:55:15 aballier Exp $

DESCRIPTION="A small v4l frame capture utility especially suited for stop motion animation."
SRC_URI="http://frameworks.polycrystal.org/release/${P}.tar.gz"
HOMEPAGE="http://frameworks.polycrystal.org"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~ppc ~x86 ~amd64"

IUSE=""
RDEPEND=">=gnome-base/libglade-2
>=x11-libs/gtk+-2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"

src_install () {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README TODO
}

metadata.xml




video

media-video@gentoo.org


A small frame capture utiliy compatible with v4l usefull especially for doing stop motion animations.