summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-11-14 09:14:24 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-11-14 09:14:24 +0000
commit539c0b2936a93ed44bb810f1189a44f5e9cbcbb6 (patch)
treec35c0c188afeec22d1e04c26606ead10d7095f71 /media-video
parentFixing bug 33053 (diff)
downloadhistorical-539c0b2936a93ed44bb810f1189a44f5e9cbcbb6.tar.gz
historical-539c0b2936a93ed44bb810f1189a44f5e9cbcbb6.tar.bz2
historical-539c0b2936a93ed44bb810f1189a44f5e9cbcbb6.zip
Fixing bug 33053
Diffstat (limited to 'media-video')
-rw-r--r--media-video/camstream/Manifest4
-rw-r--r--media-video/camstream/camstream-0.26.2.ebuild3
-rw-r--r--media-video/camstream/files/camstream-0.26.2-fix-qt-dir.patch13
3 files changed, 3 insertions, 17 deletions
diff --git a/media-video/camstream/Manifest b/media-video/camstream/Manifest
index 155bd3d4ef9e..03eeb8c90102 100644
--- a/media-video/camstream/Manifest
+++ b/media-video/camstream/Manifest
@@ -1,5 +1,5 @@
-MD5 a0f6763119d5f71a2a4a8872ef5f596a camstream-0.26.2.ebuild 929
-MD5 8066344baaaac6e5e99853be3ef0a3e3 ChangeLog 1201
+MD5 c0346c12a2711ec180276610cac3dbbd camstream-0.26.2.ebuild 932
+MD5 ac641fea5cff2782b9873ff4ee9ed0a6 ChangeLog 1204
MD5 5ef11878179d451985ee7157a416c27e metadata.xml 222
MD5 442c06ba3d78db581784e3f1e3410fce files/camstream-0.26.2-gcc33-multiline-string-fix.patch 922
MD5 16c80fafcb4c0feffe28ec968596af68 files/digest-camstream-0.26.2 69
diff --git a/media-video/camstream/camstream-0.26.2.ebuild b/media-video/camstream/camstream-0.26.2.ebuild
index 704d531b374e..bd61f6ef29c5 100644
--- a/media-video/camstream/camstream-0.26.2.ebuild
+++ b/media-video/camstream/camstream-0.26.2.ebuild
@@ -1,6 +1,6 @@
# 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.5 2003/10/31 17:52:24 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.2.ebuild,v 1.6 2003/11/14 09:14:18 phosphan Exp $
DESCRIPTION="Collection of tools for webcams and other video devices"
HOMEPAGE="http://www.smcc.demon.nl/camstream/"
@@ -21,7 +21,6 @@ src_unpack() {
# 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
- epatch ${FILESDIR}/${P}-fix-qt-dir.patch
}
src_install () {
diff --git a/media-video/camstream/files/camstream-0.26.2-fix-qt-dir.patch b/media-video/camstream/files/camstream-0.26.2-fix-qt-dir.patch
deleted file mode 100644
index 6c8b66823e39..000000000000
--- a/media-video/camstream/files/camstream-0.26.2-fix-qt-dir.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- camstream/Makefile.old 2003-10-24 20:47:49.970840280 +0100
-+++ camstream/Makefile 2003-10-24 20:48:19.417363728 +0100
-@@ -3,8 +3,8 @@
- # Compiler programs
- CC=gcc
- CXX=g++
--MOC=/usr/local/bin/moc
--UIC=/usr/local/bin/uic
-+MOC=/usr/qt/3/bin/moc
-+UIC=/usr/qt/3/bin/uic
-
- # Extra defines
- prefix=/usr