summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-15 03:04:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-15 03:04:07 +0000
commit58bf713b878e55274c729d45a94c6f42f2e038f1 (patch)
tree022bfe84261158d9f2f50bc7ba5f224633916bba /media-tv
parentversion bump (diff)
downloadgentoo-2-58bf713b878e55274c729d45a94c6f42f2e038f1.tar.gz
gentoo-2-58bf713b878e55274c729d45a94c6f42f2e038f1.tar.bz2
gentoo-2-58bf713b878e55274c729d45a94c6f42f2e038f1.zip
version bump
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/tvtime/ChangeLog9
-rw-r--r--media-tv/tvtime/Manifest2
-rw-r--r--media-tv/tvtime/files/digest-tvtime-0.9.101
-rw-r--r--media-tv/tvtime/files/tvtime-0.9.10-make.patch79
-rw-r--r--media-tv/tvtime/tvtime-0.9.10.ebuild58
5 files changed, 148 insertions, 1 deletions
diff --git a/media-tv/tvtime/ChangeLog b/media-tv/tvtime/ChangeLog
index 1d8aadcd40aa..e1c57f6ce4a7 100644
--- a/media-tv/tvtime/ChangeLog
+++ b/media-tv/tvtime/ChangeLog
@@ -2,6 +2,15 @@
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header
+*tvtime-0.9.10 (14 Sep 2003)
+
+ 14 Sep 2003; Seemant Kulleen <seemant@gentoo.org> tvtime-0.9.10.ebuild,
+ files/tvtime-0.9.10-make.patch:
+ version bump. Thanks to: Joel Hill <joelhill@earthlink.net> (hillster on irc),
+ vektor (upstream author) for the ebuild, submitted in bug #27999 Henrik
+ Johansson <henrik_johansson@home.se> who had, in fairness, done an ebuild for
+ 0.9.9 that never got added :/
+
*tvtime-0.9.8.5 (24 Jun 2003)
24 Jun 2003; mkeadle <mkeadle@gentoo.org> tvtime-0.9.8.5.ebuild:
diff --git a/media-tv/tvtime/Manifest b/media-tv/tvtime/Manifest
index 6bb05a0c66e2..b41509e91bc1 100644
--- a/media-tv/tvtime/Manifest
+++ b/media-tv/tvtime/Manifest
@@ -1,6 +1,6 @@
MD5 f59c649b344f710bbba46f902e6bb7bc tvtime-0.9.8.2.ebuild 1339
MD5 760fd297c930cc341a7766a3430fd4b0 tvtime-0.9.10.ebuild 1220
-MD5 4e10631f36922f9e7e778e224753765c ChangeLog 1631
+MD5 fe76f536ff8be97af132f4659fba416e ChangeLog 2037
MD5 20e2255501865de5b568424821abf69d metadata.xml 161
MD5 04e5aec1facaa9ad4725870d4512172a tvtime-0.9.8.5.ebuild 1401
MD5 e6cc6888101a6d0b8c9d1ae128b68e7a files/digest-tvtime-0.9.10 66
diff --git a/media-tv/tvtime/files/digest-tvtime-0.9.10 b/media-tv/tvtime/files/digest-tvtime-0.9.10
new file mode 100644
index 000000000000..9cb02707c1c1
--- /dev/null
+++ b/media-tv/tvtime/files/digest-tvtime-0.9.10
@@ -0,0 +1 @@
+MD5 2901c20f60da0028c355f5d16c2ee1cc tvtime-0.9.10.tar.gz 3493387
diff --git a/media-tv/tvtime/files/tvtime-0.9.10-make.patch b/media-tv/tvtime/files/tvtime-0.9.10-make.patch
new file mode 100644
index 000000000000..b018d7b760a2
--- /dev/null
+++ b/media-tv/tvtime/files/tvtime-0.9.10-make.patch
@@ -0,0 +1,79 @@
+diff -u -r tvtime-0.9.10.orig/docs/Makefile.am tvtime-0.9.10/docs/Makefile.am
+--- tvtime-0.9.10.orig/docs/Makefile.am 2003-09-13 10:15:50.000000000 -0300
++++ tvtime-0.9.10/docs/Makefile.am 2003-09-14 22:51:18.000000000 -0300
+@@ -36,14 +36,14 @@
+ # We use $(datadir)/icons/hicolor as our theme from the freedesktop spec
+ # http://www.freedesktop.org/standards/menu-spec/
+ install-data-local:
+- $(INSTALL) -d $(datadir)/icons/hicolor/16x16/apps
+- $(INSTALL) -d $(datadir)/icons/hicolor/32x32/apps
+- $(INSTALL) -d $(datadir)/icons/hicolor/48x48/apps
+- $(INSTALL) -d $(datadir)/pixmaps
+- $(INSTALL_DATA) $(srcdir)/tvtime.16x16.png $(datadir)/icons/hicolor/16x16/apps/tvtime.png
+- $(INSTALL_DATA) $(srcdir)/tvtime.32x32.png $(datadir)/icons/hicolor/32x32/apps/tvtime.png
+- $(INSTALL_DATA) $(srcdir)/tvtime.48x48.png $(datadir)/icons/hicolor/48x48/apps/tvtime.png
+- $(INSTALL_DATA) $(srcdir)/tvtime.48x48.png $(datadir)/pixmaps/tvtime.png
++ $(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps'
++ $(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps'
++ $(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps'
++ $(INSTALL) -d '$(DESTDIR)$(datadir)/pixmaps'
++ $(INSTALL_DATA) '$(srcdir)/tvtime.16x16.png' '$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps/tvtime.png'
++ $(INSTALL_DATA) '$(srcdir)/tvtime.32x32.png' '$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps/tvtime.png'
++ $(INSTALL_DATA) '$(srcdir)/tvtime.48x48.png' '$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/tvtime.png'
++ $(INSTALL_DATA) '$(srcdir)/tvtime.48x48.png' '$(DESTDIR)$(datadir)/pixmaps/tvtime.png'
+
+ .PHONY: install-exec-hook
+ install-exec-hook:
+@@ -67,7 +67,7 @@
+
+ uninstall-hook:
+ -rmdir -p '$(DESTDIR)$(pkgsysconfdir)'
+- -rm -f $(datadir)/icons/hicolor/16x16/apps/tvtime.png
+- -rm -f $(datadir)/icons/hicolor/32x32/apps/tvtime.png
+- -rm -f $(datadir)/icons/hicolor/48x48/apps/tvtime.png
+- -rm -f $(datadir)/pixmaps/tvtime.png
++ -rm -f '$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps/tvtime.png'
++ -rm -f '$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps/tvtime.png'
++ -rm -f '$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/tvtime.png'
++ -rm -f '$(DESTDIR)$(datadir)/pixmaps/tvtime.png'
+diff -u -r tvtime-0.9.10.orig/docs/Makefile.in tvtime-0.9.10/docs/Makefile.in
+--- tvtime-0.9.10.orig/docs/Makefile.in 2003-09-13 10:15:55.000000000 -0300
++++ tvtime-0.9.10/docs/Makefile.in 2003-09-14 22:51:25.000000000 -0300
+@@ -417,14 +417,14 @@
+ # We use $(datadir)/icons/hicolor as our theme from the freedesktop spec
+ # http://www.freedesktop.org/standards/menu-spec/
+ install-data-local:
+- $(INSTALL) -d $(datadir)/icons/hicolor/16x16/apps
+- $(INSTALL) -d $(datadir)/icons/hicolor/32x32/apps
+- $(INSTALL) -d $(datadir)/icons/hicolor/48x48/apps
+- $(INSTALL) -d $(datadir)/pixmaps
+- $(INSTALL_DATA) $(srcdir)/tvtime.16x16.png $(datadir)/icons/hicolor/16x16/apps/tvtime.png
+- $(INSTALL_DATA) $(srcdir)/tvtime.32x32.png $(datadir)/icons/hicolor/32x32/apps/tvtime.png
+- $(INSTALL_DATA) $(srcdir)/tvtime.48x48.png $(datadir)/icons/hicolor/48x48/apps/tvtime.png
+- $(INSTALL_DATA) $(srcdir)/tvtime.48x48.png $(datadir)/pixmaps/tvtime.png
++ $(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps'
++ $(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps'
++ $(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps'
++ $(INSTALL) -d '$(DESTDIR)$(datadir)/pixmaps'
++ $(INSTALL_DATA) '$(srcdir)/tvtime.16x16.png' '$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps/tvtime.png'
++ $(INSTALL_DATA) '$(srcdir)/tvtime.32x32.png' '$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps/tvtime.png'
++ $(INSTALL_DATA) '$(srcdir)/tvtime.48x48.png' '$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/tvtime.png'
++ $(INSTALL_DATA) '$(srcdir)/tvtime.48x48.png' '$(DESTDIR)$(datadir)/pixmaps/tvtime.png'
+
+ .PHONY: install-exec-hook
+ install-exec-hook:
+@@ -448,10 +448,10 @@
+
+ uninstall-hook:
+ -rmdir -p '$(DESTDIR)$(pkgsysconfdir)'
+- -rm -f $(datadir)/icons/hicolor/16x16/apps/tvtime.png
+- -rm -f $(datadir)/icons/hicolor/32x32/apps/tvtime.png
+- -rm -f $(datadir)/icons/hicolor/48x48/apps/tvtime.png
+- -rm -f $(datadir)/pixmaps/tvtime.png
++ -rm -f '$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps/tvtime.png'
++ -rm -f '$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps/tvtime.png'
++ -rm -f '$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/tvtime.png'
++ -rm -f '$(DESTDIR)$(datadir)/pixmaps/tvtime.png'
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
diff --git a/media-tv/tvtime/tvtime-0.9.10.ebuild b/media-tv/tvtime/tvtime-0.9.10.ebuild
new file mode 100644
index 000000000000..2abe8d3cbbc5
--- /dev/null
+++ b/media-tv/tvtime/tvtime-0.9.10.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header
+
+S=${WORKDIR}/${P}
+DESCRIPTION="High quality television application for use with video capture cards."
+HOMEPAGE="http://tvtime.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"
+
+
+DEPEND="virtual/x11
+ >=media-libs/freetype-2*
+ sys-libs/zlib
+ media-libs/libpng
+ dev-libs/libxml2"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-make.patch
+}
+
+src_compile() {
+ local myconf
+
+ myconf="--with-fifogroup=video"
+
+ econf ${myconf} || die
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+
+ dodoc ChangeLog AUTHORS NEWS BUGS README README.UPGRADING COPYING \
+ dodoc data/COPYING.* docs/example.lircrc
+
+ dohtml docs/html/*
+
+ doman doc/*.1 doc/*.5
+ insinto /etc/tvtime
+ newins default.tvtime.xml tvtime.xml
+}
+
+pkg_postinst() {
+ einfo
+ 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
+}