Skip to content

Commit

Permalink
added media-gfx/rapid-photo-downloader and media-gfx/pyexiv2
Browse files Browse the repository at this point in the history
  • Loading branch information
drescherjm committed Jun 20, 2009
1 parent c0fc28a commit 8fcb526
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media-gfx/pyexiv2/Manifest
@@ -0,0 +1,2 @@
DIST pyexiv2-0.1.3.tar.bz2 35872 RMD160 4e4c76c451dbb96559c0f18732ba0369d80730c6 SHA1 d957b8ba38138cc56cb9badcf880ee63319b6aed SHA256 305d292abbeebe1a1843018b7870815691694949c91582a9430a71b2c1c0c45f
EBUILD pyexiv2-0.1.3.ebuild 746 RMD160 ebb58c7e0ae4ed52df3d8d8bd386df66c03ede72 SHA1 4954f74c1d6bcb16a7b79bfa9f5d6a1faa6c1302 SHA256 fd6aead30c568935a4fbb38fce76f7d0b7f799a5458f8d3a3579daa2f01a7e15
37 changes: 37 additions & 0 deletions media-gfx/pyexiv2/pyexiv2-0.1.3.ebuild
@@ -0,0 +1,37 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils

DESCRIPTION="pyexiv2 is a python binding to exiv2, the C++ library for manipulation of EXIF and IPTC image metadata"
HOMEPAGE="http://tilloy.net/dev/pyexiv2/index.htm"
SRC_URI="http://tilloy.net/dev/pyexiv2/releases/${P}.tar.bz2"

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

DEPEND=">=dev-lang/python-2.5.1
>=media-gfx/exiv2-0.18
>=dev-libs/boost-1.34.1
dev-util/scons"

RDEPEND="${DEPEND}"

S=${WORKDIR}/${P}

src_unpack() {
unpack ${A}
cd "${S}"
}

src_compile() {
cd "${S}"
scons || die " Build Failed"
}

src_install() {
cd "${S}"
scons DESTDIR=${D} install || die "Install Failed"
}
2 changes: 2 additions & 0 deletions media-gfx/rapid-photo-downloader/Manifest
@@ -0,0 +1,2 @@
DIST rapid-photo-downloader-0.0.10.tar.gz 178546 RMD160 f1dfbfe6cf391c069408cd52caf65cf406aaeee2 SHA1 e0e8e7f0f370b1b811245c2c44b520f6bada339d SHA256 36f7d876ef6ac3f47a7d7a53b7cde4ea36b1a58ad292241525ecfcd8149662d7
EBUILD rapid-photo-downloader-0.0.10-r1.ebuild 679 RMD160 91c4a3075bf650e24338e39d2078ebd7004b74f2 SHA1 951026f14e639b67b499a3a2c6cd96ae3d784d50 SHA256 ffb7a3f9e6870a0df76b15ebcaa35ad8693402c87a56ce7cd90669b5a9730459
@@ -0,0 +1,31 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit distutils

DESCRIPTION="Import your images efficiently and reliably"
HOMEPAGE="http://damonlynch.net/rapid/"
SRC_URI="http://launchpad.net/rapid/0.1.0/${PV}/+download/${P}.tar.gz"

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

RDEPEND=">=dev-lang/python-2.5
>=dev-python/gnome-python-2.18
>=dev-python/pygtk-2.10
>=media-gfx/pyexiv2-0.1.1
dev-python/notify-python
dev-python/dbus-python"

DEPEND="${RDEPEND}"


src_compile() {
distutils_src_compile || die
}

src_install( ) {
distutils_src_install
}

0 comments on commit 8fcb526

Please sign in to comment.