summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-06-18 12:00:02 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-06-18 12:00:02 +0000
commitcfff3137e1da43325823fa32751cc68ad0090c57 (patch)
treeceac76407119ac1d267ec8ea9c30138282abe158 /media-tv
parentmoved to media-tv (diff)
downloadhistorical-cfff3137e1da43325823fa32751cc68ad0090c57.tar.gz
historical-cfff3137e1da43325823fa32751cc68ad0090c57.tar.bz2
historical-cfff3137e1da43325823fa32751cc68ad0090c57.zip
moved to media-tv
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/tvtime/Manifest12
-rw-r--r--media-tv/tvtime/files/digest-tvtime-0.9.8.11
-rw-r--r--media-tv/tvtime/files/digest-tvtime-0.9.8.21
-rw-r--r--media-tv/tvtime/tvtime-0.9.8.1.ebuild49
-rw-r--r--media-tv/tvtime/tvtime-0.9.8.2.ebuild53
-rw-r--r--media-tv/xawtv/ChangeLog155
-rw-r--r--media-tv/xawtv/Manifest13
7 files changed, 275 insertions, 9 deletions
diff --git a/media-tv/tvtime/Manifest b/media-tv/tvtime/Manifest
index e1b9b93d127e..c77f0a5dc134 100644
--- a/media-tv/tvtime/Manifest
+++ b/media-tv/tvtime/Manifest
@@ -1,11 +1,5 @@
-MD5 19e42bb5c8ac87c431cc3db83dc6a6df ChangeLog 1339
-MD5 09f88be581b4f86124de598e05401819 tvtime-0.9.5.ebuild 774
-MD5 33c2a52dbdd0fcdcbbad9a57f462f280 tvtime-0.9.6.ebuild 774
-MD5 327371890545930b315a47e26c275d93 tvtime-0.9.7.ebuild 1008
-MD5 cabdd2627494bc3b10bdac9df77fe9fa tvtime-0.9.8.1.ebuild 1258
-MD5 7b9f2d88a71e300486679f05bd4c0226 tvtime-0.9.8.2.ebuild 1354
-MD5 3169d594d875731a2d9bb1605fbe6f9e files/digest-tvtime-0.9.5 64
-MD5 222b234af2891e79dc9552128b0d4ddd files/digest-tvtime-0.9.6 64
-MD5 6317dd2793a6d0b5ff7d48c0108a5c53 files/digest-tvtime-0.9.7 65
+MD5 af2eeabfd4b3acc0f7073a9869e3be0d tvtime-0.9.8.2.ebuild 1350
+MD5 457f17342a796e215ad511e29d44a551 tvtime-0.9.8.1.ebuild 1254
+MD5 07444db6c0aee49673a02b3b2a2e718a ChangeLog 1488
MD5 97fca80da78d36caaf4e11df40e10404 files/digest-tvtime-0.9.8.1 67
MD5 c83d458bba6126a4d0e6b941654ce549 files/digest-tvtime-0.9.8.2 67
diff --git a/media-tv/tvtime/files/digest-tvtime-0.9.8.1 b/media-tv/tvtime/files/digest-tvtime-0.9.8.1
new file mode 100644
index 000000000000..43f1c854c41d
--- /dev/null
+++ b/media-tv/tvtime/files/digest-tvtime-0.9.8.1
@@ -0,0 +1 @@
+MD5 7033699e348b4d5cbd5b575f81adc09f tvtime-0.9.8.1.tar.gz 5466530
diff --git a/media-tv/tvtime/files/digest-tvtime-0.9.8.2 b/media-tv/tvtime/files/digest-tvtime-0.9.8.2
new file mode 100644
index 000000000000..52d214b5f892
--- /dev/null
+++ b/media-tv/tvtime/files/digest-tvtime-0.9.8.2
@@ -0,0 +1 @@
+MD5 aa8edf485e18a940fbfc2e2efc9a85a8 tvtime-0.9.8.2.tar.gz 5467869
diff --git a/media-tv/tvtime/tvtime-0.9.8.1.ebuild b/media-tv/tvtime/tvtime-0.9.8.1.ebuild
new file mode 100644
index 000000000000..7497307cca02
--- /dev/null
+++ b/media-tv/tvtime/tvtime-0.9.8.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/tvtime-0.9.8.1.ebuild,v 1.1 2003/06/18 11:59:47 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="High quality television application for use with video capture cards."
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+HOMEPAGE="http://tvtime.sourceforge.net/"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+SLOT="0"
+
+IUSE=""
+
+DEPEND="virtual/x11
+ app-misc/lirc"
+
+src_compile() {
+
+ econf || die
+ emake || die
+
+}
+
+src_install () {
+
+ make DESTDIR=${D} install || die
+ dodoc ChangeLog AUTHORS NEWS README
+ cd docs
+ doman tvtime.1 tvtime.xml.5 tvtime-command.1 stationlist.xml.5
+ insinto /etc/tvtime
+ newins default.tvtime.xml tvtime.xml
+}
+
+pkg_postinst() {
+ ewarn
+ ewarn " :: !!Attention!! ::"
+ ewarn "The format of the config file has changed since the"
+ ewarn "last version. Please migrate your changes to the"
+ ewarn "new format!"
+ ewarn
+ einfo "A default setup for ${PN} has been saved as"
+ einfo "/etc/tvtime/tvtime.xml. You may need to modify it"
+ einfo "for your needs."
+ einfo
+ einfo "Detailed information on ${PN} setup can be"
+ einfo "found at ${HOMEPAGE}help.html"
+ einfo
+}
diff --git a/media-tv/tvtime/tvtime-0.9.8.2.ebuild b/media-tv/tvtime/tvtime-0.9.8.2.ebuild
new file mode 100644
index 000000000000..3257ae6e0dab
--- /dev/null
+++ b/media-tv/tvtime/tvtime-0.9.8.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/tvtime-0.9.8.2.ebuild,v 1.1 2003/06/18 11:59:47 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="High quality television application for use with video capture cards."
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+HOMEPAGE="http://tvtime.sourceforge.net/"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+SLOT="0"
+
+IUSE="lirc"
+
+DEPEND="virtual/x11
+ >=media-libs/freetype-2*
+ sys-libs/zlib
+ media-libs/libpng
+ dev-libs/libxml2
+ lirc? ( app-misc/lirc )"
+
+src_compile() {
+
+ econf || die
+ emake || die
+
+}
+
+src_install () {
+
+ make DESTDIR=${D} install || die
+ dodoc ChangeLog AUTHORS NEWS README
+ cd docs
+ doman tvtime.1 tvtime.xml.5 tvtime-command.1 stationlist.xml.5
+ insinto /etc/tvtime
+ newins default.tvtime.xml tvtime.xml
+}
+
+pkg_postinst() {
+ ewarn
+ ewarn " :: !!Attention!! ::"
+ ewarn "The format of the config file has changed since the"
+ ewarn "last version. Please migrate your changes to the"
+ ewarn "new format!"
+ ewarn
+ einfo "A default setup for ${PN} has been saved as"
+ einfo "/etc/tvtime/tvtime.xml. You may need to modify it"
+ einfo "for your needs."
+ einfo
+ einfo "Detailed information on ${PN} setup can be"
+ einfo "found at ${HOMEPAGE}help.html"
+ einfo
+}
diff --git a/media-tv/xawtv/ChangeLog b/media-tv/xawtv/ChangeLog
new file mode 100644
index 000000000000..cb13cccdbee2
--- /dev/null
+++ b/media-tv/xawtv/ChangeLog
@@ -0,0 +1,155 @@
+# ChangeLog for media-tv/xawtv
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/ChangeLog,v 1.1 2003/06/18 12:00:02 seemant Exp $
+
+*xawtv-3.88 (18 Jun 2003)
+
+ 18 Jun 2003; Seemant Kulleen <seemant@gentoo.org> xawtv-3.86-r1.ebuild,
+ xawtv-3.88.ebuild, files/tv-fonts-1.0-gentoo.diff, files/webcamrc:
+ moved to media-tv
+
+*xawtv-3.88 (18 Apr 2003)
+
+ 18 Apr 2003; Daniel Robbins <drobbins@gentoo.org> A new upstream version
+ of xawtv.
+
+*xawtv-3.86-r1 (06 Apr 2003)
+
+ 07 Apr 2003; Seemant Kulleen <seemant@gentoo.org> xawtv-3.86-r1.ebuild:
+ using virtualx eclass, because the fonts now want to run sometihng in X --
+ thanks to rommel in #gentoo for finding this
+
+ 06 Apr 2003; Seemant Kulleen <seemant@gentoo.org> xawtv-3.86-r1.ebuild:
+ TV fonts are installed this time. Thanks to: Paul Kronenwetter
+ <kronenpj@netzero.net> for catching it and reporting to bug #18822
+
+*xawtv-3.86 (21 Mar 2003)
+
+ 01 Apr 2003; Seemant Kulleen <seemant@gentoo.org> xawtv-3.83.ebuild,
+ xawtv-3.85.ebuild, xawtv-3.86.ebuild:
+ removed xpm from DEPEND -- xfree86 provides it
+
+ 27 Mar 2003; Seemant Kulleen <seemant@gentoo.org> xawtv-3.86.ebuild:
+ mark stable on x86
+
+ 21 Mar 2003; Seemant Kulleen <seemant@gentoo.org> xawtv-3.86.ebuild:
+ version bump
+
+*xawtv-3.85 (09 Mar 2003)
+
+ 13 Mar 2003; Seemant Kulleen <seemant@gentoo.org> xawtv-3.83.ebuild,
+ xawtv-3.85.ebuild:
+ Added quicktime to IUSE. Thanks to: Matt Taylor <liverbugg@juno.com> in bug
+ #17409
+
+ 10 Mar 2003; Seemant Kulleen <seemant@gentoo.org> xawtv-3.85.ebuild:
+ plugins directory fixed. thanks to Patrick Kursawe <phosphan@gentoo.org> in
+ bug #17195
+
+ 09 Mar 2003; Seemant Kulleen <seemant@gentoo.org> xawtv-3.85.ebuild:
+ version bump, thanks to: Chayim I. Kirshen <ckirshen@gnupower.net> in bug
+ #17037; also, webcam stuff is only installed if /home/httpd exists, otherwise
+ not: closes bug #16875 by David Bryson <mutex@kerneli.org>
+
+*xawtv-3.83 (02 Feb 2003)
+
+ 09 Feb 2003; Seemant Kulleen <seemant@gentoo.org> *.ebuild :
+
+ Added media-libs/xpm to DEPEND, closing bug #15300 by Susie Edgeworth
+ <arienadean@yahoo.com>
+
+ 02 Feb 2003; Seemant Kulleen <seemant@gentoo.org> xawtv-3.83.ebuild
+ files/digest-xawtv-3.83 :
+
+ Version bump to newest bugfix release
+
+*xawtv-3.82 (06 Jan 2003)
+
+ 06 Jan 2003; Seemant Kulleen <seemant@gentoo.org> xawtv-3.82.ebuild
+ files/digest-xawtv-3.82 :
+
+ Version bump to newest upstream.
+
+*xawtv-3.81 (12 Dec 2002)
+
+ 06 Jan 2003; Seemant Kulleen <seemant@gentoo.org> *.ebuild :
+
+ changed to DEPEND on virtual/motif.
+
+ 15 Dec 2002; Seemant Kulleen <seemant@gentoo.org> xawtv-3.81.ebuild :
+
+ Added app-text/recode for the MoTV portion of this (which is compiled only
+ if "motif" in USE). Closes bug #12214 by rajiv@gentoo.org (Rajiv Manglani)
+
+ 15 Dec 2002; Rajiv Manglani <rajiv@gentoo.org> xawtv-3.81.ebuild :
+ added ~ppc keyword.
+
+ 15 Dec 2002; Seemant Kulleen <seemant@gentoo.org> xawtv-3.80.ebuild
+ xawtv-3.81.ebuild :
+
+ Sed out #define MMX for non-MMX enabled architectures (USE based). Thanks
+ to rajiv@gentoo.org (Rajiv Manglani) in bug #12179.
+
+ 12 Dec 2002; Seemant Kulleen <seemant@gentoo.org> xawtv-3.81.ebuild
+ files/digest-xawtv-3.81 :
+
+ Version bump, same bug report. Font problems really shouldn't exist...
+
+*xawtv-3.80 (12 Dec 2002)
+
+ 12 Dec 2002; Seemant Kulleen <seemant@gentoo.org> xawtv-3.80.ebuild
+ files/digest-xawtv-3.80 :
+
+ Version bump, thanks to: jordanmeek@yahoo.com (Jordan Meek) in bug #11143.
+ Also, this solves the issue with 3.78, where the fonts would screw up X
+ completely, closing bug #10238 by googleplex@wi.rr.com (Dave Berenson)
+
+ Later, same day: some small fixes for fonts again.
+
+*xawtv-3.78 (04 Nov 2002)
+
+ 04 Nov 2002; Seemant Kulleen <seemant@gentoo.org> xawtv-3.78.ebuild
+ files/tv-fonts-1.0-gentoo.diff files/digest-xawtv-3.78 files/webcamrc :
+
+ Version bump. This release depends on libquicktime instead and the fonts
+ package is downloaded separately. Thanks to: jmarcet@pobox.com (Javier
+ Marcet) in bug #7345 for informing us. Also provided a default webcamrc
+ in the docs directory. Thanks to: sascha@killerhippy.de (Sascha
+ Wuestemann) in bug #9895 for that. Thanks to kev@kvance.com (Kev Vance)
+ in bug #7651 for the libquicktime heads up.
+
+*xawtv-3.73-r1 (14 July 2002)
+
+ 14 July 2002; Brandon Low <lostlogic@gentoo.org> xawtv-3.73-r1.ebuild:
+
+ Add lirc support thanks goes to George Sauthoff, he did great work
+ preparing the lirc ebuild.
+
+*xawtv-3.73 (23 April 2002)
+
+ 23 April 2002; Bart Verwilst <verwilst@gentoo.org> xawtv-3.73.ebuild:
+
+ New version, removed old versions from the Portage tree
+
+*xawtv-3.65-r1 (30 Mar 2002)
+ 11 Apr 2002; Spider <spider@gentoo.org> xawtv-3.65-r2.ebuild :
+ Changed the libpng dependency
+
+*xawtv-3.65-r1 (30 Mar 2002)
+
+ 30 Mar 2002; Aron Griffis <agriffis@gentoo.org> xawtv-3.65-r1.ebuild :
+
+ Added "use alsa" and corrected installation of fonts. Now the font
+ installation doesn't violate the sandbox, and mkfontdir is properly run
+ after merge/unmerge.
+
+*xawtv-3.65 (1 Feb 2002)
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that
+ the comments should well explained and written in clean English. The
+ details about writing correct changelogs are explained in the
+ skel.ChangeLog file which you can find in the root directory of the
+ portage repository.
diff --git a/media-tv/xawtv/Manifest b/media-tv/xawtv/Manifest
new file mode 100644
index 000000000000..b2e5485a368b
--- /dev/null
+++ b/media-tv/xawtv/Manifest
@@ -0,0 +1,13 @@
+MD5 36f92532bce89a2e6254aa5460a6d096 xawtv-3.86-r1.ebuild 2442
+MD5 fc4832eae33571b73108a5ec9bdfba38 xawtv-3.86.ebuild 2366
+MD5 5fb1fcda80302119c2d555141a56f72c xawtv-3.88.ebuild 2436
+MD5 9da1a0e2bd46cdfe2081e79518d8d4ed xawtv-3.83.ebuild 2521
+MD5 43ff7b2f698eeabba98b332cccc86349 ChangeLog 5370
+MD5 bcb35e4266a891a59869deb26a1e1441 xawtv-3.85.ebuild 2618
+MD5 ca6ab4e596f6d61ed41594532f30a515 files/digest-xawtv-3.83 393
+MD5 134ef9ef0ced355e42d63a65cecef783 files/digest-xawtv-3.85 396
+MD5 951789823d1daef8c8a68b32146b7f3e files/digest-xawtv-3.86 396
+MD5 2d7c5b5b3bb0b4ebfe507c800e5b5e21 files/digest-xawtv-3.88 205
+MD5 e4dcb4819e11ae2fb4fa72f4f8420bca files/tv-fonts-1.0-gentoo.diff 426
+MD5 6a07c4c744b1c6004fb3d6504359ed50 files/digest-xawtv-3.86-r1 399
+MD5 04a2ce4d8937cc7dfc255082396fa5fe files/webcamrc 597