summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-04-20 06:54:20 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-04-20 06:54:20 +0000
commit838ac395b4f316eb116b743dcb33496d1d275476 (patch)
treefdfa960ba2403725c5b1d596896a3774be969e1b /media-video/camstream
parentrepoman: Trim trailing whitespace (diff)
downloadhistorical-838ac395b4f316eb116b743dcb33496d1d275476.tar.gz
historical-838ac395b4f316eb116b743dcb33496d1d275476.tar.bz2
historical-838ac395b4f316eb116b743dcb33496d1d275476.zip
Fixed what was broken by the last fixes, moved .3 to stable, cleanup.
Diffstat (limited to 'media-video/camstream')
-rw-r--r--media-video/camstream/ChangeLog8
-rw-r--r--media-video/camstream/Manifest6
-rw-r--r--media-video/camstream/camstream-0.26.2.ebuild33
-rw-r--r--media-video/camstream/camstream-0.26.3.ebuild17
-rw-r--r--media-video/camstream/files/digest-camstream-0.26.21
5 files changed, 21 insertions, 44 deletions
diff --git a/media-video/camstream/ChangeLog b/media-video/camstream/ChangeLog
index fa957f54d2de..e901336880ed 100644
--- a/media-video/camstream/ChangeLog
+++ b/media-video/camstream/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/camstream
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.8 2004/01/04 02:26:04 caleb Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.9 2004/04/20 06:54:20 phosphan Exp $
+
+ 20 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> camstream-0.26.2.ebuild,
+ camstream-0.26.3.ebuild:
+ Fixed what was broken by the last fixes, moved .3 to stable, cleanup.
03 Jan 2004; Caleb Tennis <caleb@gentoo.org> camstream-0.26.2.ebuild,
camstream-0.26.3.ebuild:
diff --git a/media-video/camstream/Manifest b/media-video/camstream/Manifest
index bcf79d4a18c1..1c98580fe510 100644
--- a/media-video/camstream/Manifest
+++ b/media-video/camstream/Manifest
@@ -1,8 +1,6 @@
-MD5 bf97ee19a3e43fb2b1f7b0da7693d998 camstream-0.26.3.ebuild 753
-MD5 0c2da3bf1290b900c1847fe4c44ec5ae camstream-0.26.2.ebuild 1058
-MD5 ec24075b139159f1f806584ae8b93bb5 ChangeLog 1890
+MD5 0dbd1675a0a61bbf74f8f02f74906f75 camstream-0.26.3.ebuild 941
+MD5 f782f795416258819e5b5ef9542f2577 ChangeLog 2071
MD5 5ef11878179d451985ee7157a416c27e metadata.xml 222
MD5 e44f9499a8044ecb7eb25cc6aa60f587 files/uicmocpath.patch 692
MD5 fa77f9f938f5a434d5732389213b7b5a files/camstream-0.26.2-gcc33-multiline-string-fix.patch 888
-MD5 16c80fafcb4c0feffe28ec968596af68 files/digest-camstream-0.26.2 69
MD5 4c28fbabd709a27f5fee4d7bafea0f26 files/digest-camstream-0.26.3 69
diff --git a/media-video/camstream/camstream-0.26.2.ebuild b/media-video/camstream/camstream-0.26.2.ebuild
deleted file mode 100644
index df7d98922350..000000000000
--- a/media-video/camstream/camstream-0.26.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.2.ebuild,v 1.8 2004/01/04 02:26:04 caleb Exp $
-
-DESCRIPTION="Collection of tools for webcams and other video devices"
-HOMEPAGE="http://www.smcc.demon.nl/camstream/"
-SRC_URI="http://www.smcc.demon.nl/camstream/download/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-IUSE="doc"
-
-# camstream configure script gets it wrong, sometimes
-DEPEND=">=x11-libs/qt-3"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # Patch to fix an instance of a multi-line string which gcc-3.3.x dislikes greatly.
- # Closes Bug #30292
- epatch ${FILESDIR}/${P}-gcc33-multiline-string-fix.patch
-
- # configure script sometimes can't fund uic/moc, see bug 31940
- epatch ${FILESDIR}/uicmocpath.patch
-}
-
-src_install () {
- dobin camstream/camstream camstream/caminfo camstream/ftpput
- dodir /usr/share/${PN}/icons
- insinto /usr/share/${PN}/icons
- doins camstream/icons/*.png
- use doc && dohtml -r docs/*
-}
diff --git a/media-video/camstream/camstream-0.26.3.ebuild b/media-video/camstream/camstream-0.26.3.ebuild
index 82bb04be51d5..adfe453ea7e7 100644
--- a/media-video/camstream/camstream-0.26.3.ebuild
+++ b/media-video/camstream/camstream-0.26.3.ebuild
@@ -1,18 +1,27 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild,v 1.2 2004/01/04 02:26:04 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild,v 1.3 2004/04/20 06:54:20 phosphan Exp $
DESCRIPTION="Collection of tools for webcams and other video devices"
HOMEPAGE="http://www.smcc.demon.nl/camstream/"
SRC_URI="http://www.smcc.demon.nl/camstream/download/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="x86"
SLOT="0"
IUSE="doc"
-# camstream configure script gets it wrong, sometimes
DEPEND=">=x11-libs/qt-3"
+src_compile () {
+ # Need to fake out Qt or we'll get sandbox problems
+ REALHOME="$HOME"
+ mkdir -p $T/fakehome/.qt
+ export HOME="$T/fakehome"
+ addwrite "${QTDIR}/etc/settings"
+ econf || die "configure failed"
+ emake || die "emake failed"
+}
+
src_install () {
dobin camstream/camstream camstream/caminfo camstream/ftpput
dodir /usr/share/${PN}/icons
diff --git a/media-video/camstream/files/digest-camstream-0.26.2 b/media-video/camstream/files/digest-camstream-0.26.2
deleted file mode 100644
index b91ee31b1e49..000000000000
--- a/media-video/camstream/files/digest-camstream-0.26.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5f2f245f6c7c1255ee60a007527e2fd2 camstream-0.26.2.tar.gz 1582487