summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-01-15 01:19:28 +0000
committerMarkus Meier <maekke@gentoo.org>2008-01-15 01:19:28 +0000
commit7f42dfdf48f6a0314341ce6fabdf566751feee66 (patch)
treed4b77dc5475412b947014b6235c298e0b11df892 /media-gfx
parentfix .desktop entry (diff)
downloadgentoo-2-7f42dfdf48f6a0314341ce6fabdf566751feee66.tar.gz
gentoo-2-7f42dfdf48f6a0314341ce6fabdf566751feee66.tar.bz2
gentoo-2-7f42dfdf48f6a0314341ce6fabdf566751feee66.zip
add pkgconfig dep (bug #205854) and remove old
(Portage version: 2.1.4)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/autopano-sift/ChangeLog8
-rw-r--r--media-gfx/autopano-sift/autopano-sift-2.3.ebuild54
-rw-r--r--media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild7
-rw-r--r--media-gfx/autopano-sift/autopano-sift-2.4.ebuild7
-rw-r--r--media-gfx/autopano-sift/files/digest-autopano-sift-2.33
5 files changed, 14 insertions, 65 deletions
diff --git a/media-gfx/autopano-sift/ChangeLog b/media-gfx/autopano-sift/ChangeLog
index e76d89600759..65d4c58462ea 100644
--- a/media-gfx/autopano-sift/ChangeLog
+++ b/media-gfx/autopano-sift/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/autopano-sift
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/ChangeLog,v 1.15 2007/12/10 17:13:30 maekke Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/ChangeLog,v 1.16 2008/01/15 01:19:27 maekke Exp $
+
+ 15 Jan 2008; Markus Meier <maekke@gentoo.org> -autopano-sift-2.3.ebuild,
+ autopano-sift-2.4.ebuild, autopano-sift-2.4-r1.ebuild:
+ add pkgconfig dep (bug #205854) and remove old
*autopano-sift-2.4-r1 (10 Dec 2007)
diff --git a/media-gfx/autopano-sift/autopano-sift-2.3.ebuild b/media-gfx/autopano-sift/autopano-sift-2.3.ebuild
deleted file mode 100644
index 8050a57d1794..000000000000
--- a/media-gfx/autopano-sift/autopano-sift-2.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.3.ebuild,v 1.7 2006/02/20 08:07:39 halcy0n Exp $
-
-inherit mono eutils
-
-DESCRIPTION="SIFT algorithm for automatic panorama creation"
-HOMEPAGE="http://user.cs.tu-berlin.de/~nowozin/autopano-sift/"
-SRC_URI="http://user.cs.tu-berlin.de/~nowozin/autopano-sift/${P}.tar.gz"
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64 ~ppc x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-lang/mono
- <dev-dotnet/glade-sharp-2
- <dev-dotnet/gtk-sharp-2
- dev-dotnet/libgdiplus"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"/src
- sed -i 's%^AUTOPANO_PATH=.*%AUTOPANO_PATH=/usr/lib/autopano-sift%' \
- bin/autopano-complete.sh
-}
-
-src_compile() {
- cd "${S}"/src
-
- emake -j1 || die "Compile failed"
-}
-
-src_install() {
- insinto /usr/lib/${PN}
- doins src/util/*.exe src/util/autopanog/*.exe src/libsift.dll
-
- exeinto /usr/bin
-
- doexe "${FILESDIR}"/autopano
-
- for file in autopanog generatekeys; do
- dosym autopano /usr/bin/"$file"
- done
-
- doexe src/bin/autopano-complete.sh
-
- dodoc README CHANGES LICENSE
- cd "${S}"/doc
- rm -f template.1 autopano-complete.old.*
- dodoc *.pdf *.txt
- doman *.1 *.7
-}
diff --git a/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild b/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild
index 2dc5788ca7ce..045fd787dc85 100644
--- a/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild
+++ b/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild,v 1.1 2007/12/10 17:13:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild,v 1.2 2008/01/15 01:19:27 maekke Exp $
inherit mono eutils
@@ -16,7 +16,8 @@ IUSE=""
DEPEND="dev-lang/mono
dev-dotnet/glade-sharp
dev-dotnet/gtk-sharp
- >=dev-dotnet/libgdiplus-1.1.11"
+ >=dev-dotnet/libgdiplus-1.1.11
+ dev-util/pkgconfig"
src_unpack() {
unpack ${A}
diff --git a/media-gfx/autopano-sift/autopano-sift-2.4.ebuild b/media-gfx/autopano-sift/autopano-sift-2.4.ebuild
index d533991a14f4..655f5064a08a 100644
--- a/media-gfx/autopano-sift/autopano-sift-2.4.ebuild
+++ b/media-gfx/autopano-sift/autopano-sift-2.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.4.ebuild,v 1.6 2007/04/08 04:51:35 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.4.ebuild,v 1.7 2008/01/15 01:19:27 maekke Exp $
inherit mono eutils
@@ -16,7 +16,8 @@ IUSE=""
DEPEND="dev-lang/mono
<dev-dotnet/glade-sharp-2
<dev-dotnet/gtk-sharp-2
- >=dev-dotnet/libgdiplus-1.1.11"
+ >=dev-dotnet/libgdiplus-1.1.11
+ dev-util/pkgconfig"
src_unpack() {
unpack ${A}
diff --git a/media-gfx/autopano-sift/files/digest-autopano-sift-2.3 b/media-gfx/autopano-sift/files/digest-autopano-sift-2.3
deleted file mode 100644
index b885126a6abc..000000000000
--- a/media-gfx/autopano-sift/files/digest-autopano-sift-2.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 8ac462fbd538a8ddad3df1088347575f autopano-sift-2.3.tar.gz 682843
-RMD160 ff8c0abdcf9ad0362824d6e1c26dc0b5b80c89a9 autopano-sift-2.3.tar.gz 682843
-SHA256 224495d506031cd7cc5112d96ac50e057cc3256607e416fc375fdbe3b2f5ede0 autopano-sift-2.3.tar.gz 682843