summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-10-11 13:57:42 +0200
committerBor Kraljič2011-10-11 13:57:42 +0200
commit4128ff8ecbf193c19877c29f12b773aa7868c7e5 (patch)
treee5c37d5d24c7f7276144494c9b247f6ebfc265a3
parentcdddbcef2e9f9f9988798a663fcd2baff48bbfc2 (diff)
video/camstream: removed (we no longer support qt3 (qt-x11))
-rw-r--r--ChangeLog1
-rwxr-xr-xvideo/camstream/BUILD7
-rwxr-xr-xvideo/camstream/DEPENDS4
-rwxr-xr-xvideo/camstream/DETAILS27
-rw-r--r--video/camstream/HISTORY32
-rwxr-xr-xvideo/camstream/PRE_BUILD6
-rw-r--r--video/camstream/camstream-0.27pre1.tar.gz.sigbin536 -> 0 bytes
7 files changed, 1 insertions, 76 deletions
diff --git a/ChangeLog b/ChangeLog
index f965ce938a..0672da01ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -234,6 +234,7 @@
* mobile/rt2500_util: removed (we no longer support qt3 (qt-x11))
* science/xdrawchem: removed (we no longer support qt3 (qt-x11))
* telephony/twinkle: removed (we no longer support qt3 (qt-x11))
+ * video/camstream: removed (we no longer support qt3 (qt-x11))
2011-10-05 Vlad Glagolev <stealth@sourcemage.org>
* python-pypi/fabric: new spell, simple, Pythonic tool for remote
diff --git a/video/camstream/BUILD b/video/camstream/BUILD
deleted file mode 100755
index 07e6334951..0000000000
--- a/video/camstream/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
- # need to export these for default_build to see them, so do all of this in
- # a subshell
- export QTDIR=$INSTALL_ROOT/usr &&
- export CPPFLAGS="-I$INSTALL_ROOT/usr/include/qt" &&
- default_build
-)
diff --git a/video/camstream/DEPENDS b/video/camstream/DEPENDS
deleted file mode 100755
index 764926fc2c..0000000000
--- a/video/camstream/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends autoconf &&
-depends automake &&
-depends qt-x11 &&
-depends alsa-lib
diff --git a/video/camstream/DETAILS b/video/camstream/DETAILS
deleted file mode 100755
index 3dbca72fa5..0000000000
--- a/video/camstream/DETAILS
+++ /dev/null
@@ -1,27 +0,0 @@
- SPELL=camstream
- VERSION=0.27pre1
- SOURCE=$SPELL-$VERSION.tar.gz
-#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-060217
- SOURCE_URL[0]=http://www.smcc.demon.nl/camstream/download/$SOURCE
- WEB_SITE=http://www.smcc.demon.nl/camstream/index.html
- ENTERED=20040209
- SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
- LICENSE[0]=GPL
- KEYWORDS="video"
- SHORT="CamStream is (going to be) a collection of tools for webcams and other video-devices"
-cat << EOF
-CamStream is (going to be) a collection of tools for webcams and other
-video-devices, enhancing your Linux system with multimedia video. All written
-in C++ and with a nice GUI frontend. The interface is based on Qt, an excellent
-GUI framework.
-
-The aim of this project is build a set of programs for:
-
- * Webcamming, that is saving an image and uploading it to a server at regular
- intervals;
- * Video conferencing;
- * Webcam broadcast (including server);
- * Recording movie clips (AVI, Quicktime) from a webcam (and playing them back);
- * Using a webcam as a security camera.
-EOF
diff --git a/video/camstream/HISTORY b/video/camstream/HISTORY
deleted file mode 100644
index 91b432b551..0000000000
--- a/video/camstream/HISTORY
+++ /dev/null
@@ -1,32 +0,0 @@
-2007-03-13 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- * DETAILS: fix array indices
-
-2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-05-31 Arwed v. Merkatz <v.merkatz@gmx.net>
- * DEPENDS: alsa-lib isn't optional right now, bug #12487
-
-2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2006-02-17 Arwed v. Merkatz <v.merkatz@gmx.net>
- * DETAILS: updated to 0.27pre1
- * BUILD: QTDIR has to be $INSTALL_ROOT/usr, not /usr/lib, set
- CPPFLAGS so it finds qt headers
- * DEPENDS, PRE_BUILD: depend on autoconf and automake and run them so
- it doesn't do that itself after configure ran
- * DEPENDS: added optional_depends on alsa-lib
-
-2005-11-29 Seth Woolley <seth@tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-10-13 Arjan Bouter <abouter@sourcemage.org>
- * added desktop files
-
-2004-07-08 Arwed v. Merkatz <v.merkatz@gmx.net>
- * BUILD: converted to build_api 2
-
-2004-02-01 Clment MATHIEU <cykl@mAdchAt.org>
- * BUILD, DEPENDS, DETAILS, HISTORY: spell created
-
diff --git a/video/camstream/PRE_BUILD b/video/camstream/PRE_BUILD
deleted file mode 100755
index 8a92bd32b9..0000000000
--- a/video/camstream/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-aclocal -I m4 &&
-autoconf &&
-autoheader &&
-automake
diff --git a/video/camstream/camstream-0.27pre1.tar.gz.sig b/video/camstream/camstream-0.27pre1.tar.gz.sig
deleted file mode 100644
index 657ef24163..0000000000
--- a/video/camstream/camstream-0.27pre1.tar.gz.sig
+++ /dev/null
Binary files differ