summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Alexandratos <jerrya@gentoo.org>2001-11-27 07:43:13 +0000
committerJerry Alexandratos <jerrya@gentoo.org>2001-11-27 07:43:13 +0000
commit9afeeaa56b59ed6a4d9c250f012c8cc93f5e4b1a (patch)
tree50c41d877aabfd9dcab99571f25ca607193f2fff /media-video
parentoops, small doc typo (diff)
downloadgentoo-2-9afeeaa56b59ed6a4d9c250f012c8cc93f5e4b1a.tar.gz
gentoo-2-9afeeaa56b59ed6a4d9c250f012c8cc93f5e4b1a.tar.bz2
gentoo-2-9afeeaa56b59ed6a4d9c250f012c8cc93f5e4b1a.zip
Slew of updates. Updated to the latest versions of the affected
programs, cleaned up the ebuilds to conform to the new standards, and removed the older/stale versions...
Diffstat (limited to 'media-video')
-rw-r--r--media-video/xawtv/files/digest-xawtv-3.451
-rw-r--r--media-video/xawtv/files/digest-xawtv-3.531
-rw-r--r--media-video/xawtv/files/digest-xawtv-3.601
-rw-r--r--media-video/xawtv/files/digest-xawtv-3.641
-rw-r--r--media-video/xawtv/xawtv-3.45.ebuild43
-rw-r--r--media-video/xawtv/xawtv-3.53.ebuild62
-rw-r--r--media-video/xawtv/xawtv-3.60.ebuild62
-rw-r--r--media-video/xawtv/xawtv-3.64.ebuild54
8 files changed, 55 insertions, 170 deletions
diff --git a/media-video/xawtv/files/digest-xawtv-3.45 b/media-video/xawtv/files/digest-xawtv-3.45
deleted file mode 100644
index a259e0c662ce..000000000000
--- a/media-video/xawtv/files/digest-xawtv-3.45
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ad3f41257a7e54f39779f7d6baef85c5 xawtv_3.45.tar.gz 380928
diff --git a/media-video/xawtv/files/digest-xawtv-3.53 b/media-video/xawtv/files/digest-xawtv-3.53
deleted file mode 100644
index 46b94f673966..000000000000
--- a/media-video/xawtv/files/digest-xawtv-3.53
+++ /dev/null
@@ -1 +0,0 @@
-MD5 278c06b2f3d0408647f6a59a7805fceb xawtv_3.53.tar.gz 401408
diff --git a/media-video/xawtv/files/digest-xawtv-3.60 b/media-video/xawtv/files/digest-xawtv-3.60
deleted file mode 100644
index 07a9edfadd6f..000000000000
--- a/media-video/xawtv/files/digest-xawtv-3.60
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c0852b4e1ca990e02812626f6075ad40 xawtv_3.60.tar.gz 442368
diff --git a/media-video/xawtv/files/digest-xawtv-3.64 b/media-video/xawtv/files/digest-xawtv-3.64
new file mode 100644
index 000000000000..f3f9c6908039
--- /dev/null
+++ b/media-video/xawtv/files/digest-xawtv-3.64
@@ -0,0 +1 @@
+MD5 4efe15fcf2f61cb4accbcf6f3b81e57e xawtv_3.64.tar.gz 454656
diff --git a/media-video/xawtv/xawtv-3.45.ebuild b/media-video/xawtv/xawtv-3.45.ebuild
deleted file mode 100644
index 953a1a36b87e..000000000000
--- a/media-video/xawtv/xawtv-3.45.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.45.ebuild,v 1.2 2001/05/16 11:36:45 achim Exp $
-
-A=xawtv_${PV}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="TV application for the bttv driver"
-SRC_URI="http://www.strusel007.de/linux/xawtv/${A}"
-HOMEPAGE="http://www.strusel007.de/linux/xawtv/"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.1
- >=media-libs/jpeg-6b
- >=media-libs/libpng-1.0.8
- >=x11-base/xfree-4.0.1"
-
-src_compile() {
-
- unset DEPEND
- try ./configure --host=${CHOST} --prefix=/usr \
- --enable-jpeg --enable-xfree-ext --enable-xvideo --with-x
- try make
-}
-
-src_install() {
-
- try make prefix=${D}/usr mandir=${D}/usr/share/man \
- resdir=${D}/etc/X11/app-defaults install
-
- dodoc COPYING Changes KNOWN_PROBLEMS Miro_gpio.txt Programming-FAQ
- dodoc README* Sound-FAQ TODO Trouble-Shooting UPDATE_TO_v3.0
- insinto /usr/local/httpd/cgi-bin
- insopts -m 755
- doins webcam/webcam.cgi
-
-}
-
-
-
-
-
-
diff --git a/media-video/xawtv/xawtv-3.53.ebuild b/media-video/xawtv/xawtv-3.53.ebuild
deleted file mode 100644
index b62395db74cf..000000000000
--- a/media-video/xawtv/xawtv-3.53.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.53.ebuild,v 1.2 2001/06/21 15:59:30 achim Exp $
-
-A=xawtv_${PV}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="TV application for the bttv driver"
-SRC_URI="http://www.strusel007.de/linux/xawtv/${A}"
-HOMEPAGE="http://www.strusel007.de/linux/xawtv/"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.1
- >=media-libs/jpeg-6b
- >=media-libs/libpng-1.0.8
- >=x11-base/xfree-4.0.1
- motif? ( x11-libs/openmotif )
- aalib? ( media-libs/aalib )
- quicktime? ( media-libs/quicktime4linux )"
-
-src_compile() {
-
- unset DEPEND
- if [ "`use motif`" ] ; then
- myconf="--enable-motif"
- else
- myconf="--disable-motif"
- fi
- if [ "`use aalib`" ] ; then
- myconf="$myconf --enable-aa"
- else
- myconf="$myconf --disable-aa"
- fi
- if [ "`use quicktime`" ] ; then
- myconf="$myconf --enable-quicktime"
- else
- myconf="$myconf --disable-quicktime"
- fi
- touch src/Xawtv.h src/MoTV.h
- try ./configure --host=${CHOST} --prefix=/usr --disable-lirc \
- --enable-jpeg --enable-xfree-ext --enable-xvideo --with-x ${myconf}
- try make
-}
-
-src_install() {
-
- try make prefix=${D}/usr mandir=${D}/usr/share/man \
- resdir=${D}/etc/X11/app-defaults install
-
- dodoc COPYING Changes KNOWN_PROBLEMS Miro_gpio.txt Programming-FAQ
- dodoc README* Sound-FAQ TODO Trouble-Shooting UPDATE_TO_v3.0
- insinto /usr/local/httpd/cgi-bin
- insopts -m 755
- doins webcam/webcam.cgi
-
-}
-
-
-
-
-
-
diff --git a/media-video/xawtv/xawtv-3.60.ebuild b/media-video/xawtv/xawtv-3.60.ebuild
deleted file mode 100644
index 99dd4abddd6b..000000000000
--- a/media-video/xawtv/xawtv-3.60.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.60.ebuild,v 1.1 2001/08/25 21:26:32 achim Exp $
-
-A=xawtv_${PV}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="TV application for the bttv driver"
-SRC_URI="http://www.strusel007.de/linux/xawtv/${A}"
-HOMEPAGE="http://www.strusel007.de/linux/xawtv/"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.1
- >=media-libs/jpeg-6b
- >=media-libs/libpng-1.0.8
- >=x11-base/xfree-4.0.1
- motif? ( x11-libs/openmotif )
- aalib? ( media-libs/aalib )
- quicktime? ( media-libs/quicktime4linux )"
-
-src_compile() {
-
- unset DEPEND
- if [ "`use motif`" ] ; then
- myconf="--enable-motif"
- else
- myconf="--disable-motif"
- fi
- if [ "`use aalib`" ] ; then
- myconf="$myconf --enable-aa"
- else
- myconf="$myconf --disable-aa"
- fi
- if [ "`use quicktime`" ] ; then
- myconf="$myconf --enable-quicktime"
- else
- myconf="$myconf --disable-quicktime"
- fi
- touch src/Xawtv.h src/MoTV.h
- try ./configure --host=${CHOST} --prefix=/usr --disable-lirc \
- --enable-jpeg --enable-xfree-ext --enable-xvideo --with-x ${myconf}
- try make
-}
-
-src_install() {
-
- try make prefix=${D}/usr mandir=${D}/usr/share/man \
- resdir=${D}/etc/X11/app-defaults install
-
- dodoc COPYING Changes KNOWN_PROBLEMS Miro_gpio.txt Programming-FAQ
- dodoc README* Sound-FAQ TODO Trouble-Shooting UPDATE_TO_v3.0
- insinto /usr/local/httpd/cgi-bin
- insopts -m 755
- doins webcam/webcam.cgi
-
-}
-
-
-
-
-
-
diff --git a/media-video/xawtv/xawtv-3.64.ebuild b/media-video/xawtv/xawtv-3.64.ebuild
new file mode 100644
index 000000000000..599aa98772cf
--- /dev/null
+++ b/media-video/xawtv/xawtv-3.64.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger <achim@gentoo.org>
+# /space/gentoo/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.60.ebuild,v 1.1 2001/08/25 21:26:32 achim Exp
+
+S=${WORKDIR}/${P}
+DESCRIPTION="TV application for the bttv driver"
+SRC_URI="http://bytesex.org/xawtv/xawtv_3.64.tar.gz"
+HOMEPAGE="http://bytesex.org/xawtv/"
+
+DEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.1
+ >=media-libs/jpeg-6b
+ >=media-libs/libpng-1.0.8
+ >=x11-base/xfree-4.0.1
+ motif? ( x11-libs/openmotif )
+ aalib? ( media-libs/aalib )
+ quicktime? ( media-libs/quicktime4linux )"
+
+
+src_compile() {
+ local myconf
+ use motif && myconf="--enable-motif" \
+ || myconf="--disable-motif"
+ use aalib && myconf="$myconf --enable-aa" \
+ || myconf="$myconf --disable-aa"
+ use quicktime && myconf="$myconf --enable-quicktime" \
+ || myconf="$myconf --disable-quicktime"
+
+ touch src/Xawtv.h src/MoTV.h
+
+ ./configure --prefix=/usr --host=${CHOST} \
+ --disable-lirc \
+ --enable-jpeg \
+ --enable-xfree-ext \
+ --enable-xvideo \
+ --with-x \
+ $myconf
+
+ emake || die
+}
+
+src_install() {
+ make prefix=${D}/usr mandir=${D}/usr/share/man \
+ resdir=${D}/etc/X11/app-defaults install
+
+ dodoc COPYING Changes KNOWN_PROBLEMS Miro_gpio.txt
+ dodoc Programming-FAQ README* Sound-FAQ TODO
+ dodoc Trouble-Shooting UPDATE_TO_v3.0
+
+ insinto /usr/local/httpd/cgi-bin
+ insopts -m 755
+ doins webcam/webcam.cgi
+}